3.282 \(\int \frac {3 x^2+2 x^3}{\sqrt {-3+2 x+x^2} (-3+x+2 x^2)} \, dx\)

Optimal. Leaf size=36 \[ \frac {\sqrt {x^2+2 x-3}}{2 (1-x)}+\sqrt {x^2+2 x-3} \]

________________________________________________________________________________________

Rubi [A]  time = 0.13, antiderivative size = 36, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 34, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.118, Rules used = {1593, 1586, 1638, 650} \[ \frac {\sqrt {x^2+2 x-3}}{2 (1-x)}+\sqrt {x^2+2 x-3} \]

Antiderivative was successfully verified.

[In]

Int[(3*x^2 + 2*x^3)/(Sqrt[-3 + 2*x + x^2]*(-3 + x + 2*x^2)),x]

[Out]

Sqrt[-3 + 2*x + x^2] + Sqrt[-3 + 2*x + x^2]/(2*(1 - x))

Rule 650

Int[((d_.) + (e_.)*(x_))^(m_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp[(e*(d + e*x)^m*(a +
b*x + c*x^2)^(p + 1))/((p + 1)*(2*c*d - b*e)), x] /; FreeQ[{a, b, c, d, e, m, p}, x] && NeQ[b^2 - 4*a*c, 0] &&
 EqQ[c*d^2 - b*d*e + a*e^2, 0] &&  !IntegerQ[p] && EqQ[m + 2*p + 2, 0]

Rule 1586

Int[(u_.)*(Px_)^(p_.)*(Qx_)^(q_.), x_Symbol] :> Int[u*PolynomialQuotient[Px, Qx, x]^p*Qx^(p + q), x] /; FreeQ[
q, x] && PolyQ[Px, x] && PolyQ[Qx, x] && EqQ[PolynomialRemainder[Px, Qx, x], 0] && IntegerQ[p] && LtQ[p*q, 0]

Rule 1593

Int[(u_.)*((a_.)*(x_)^(p_.) + (b_.)*(x_)^(q_.))^(n_.), x_Symbol] :> Int[u*x^(n*p)*(a + b*x^(q - p))^n, x] /; F
reeQ[{a, b, p, q}, x] && IntegerQ[n] && PosQ[q - p]

Rule 1638

Int[(Pq_)*((d_.) + (e_.)*(x_))^(m_.)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> With[{q = Expon[Pq
, x], f = Coeff[Pq, x, Expon[Pq, x]]}, Simp[(f*(d + e*x)^(m + q - 1)*(a + b*x + c*x^2)^(p + 1))/(c*e^(q - 1)*(
m + q + 2*p + 1)), x] + Dist[1/(c*e^q*(m + q + 2*p + 1)), Int[(d + e*x)^m*(a + b*x + c*x^2)^p*ExpandToSum[c*e^
q*(m + q + 2*p + 1)*Pq - c*f*(m + q + 2*p + 1)*(d + e*x)^q + e*f*(m + p + q)*(d + e*x)^(q - 2)*(b*d - 2*a*e +
(2*c*d - b*e)*x), x], x], x] /; NeQ[m + q + 2*p + 1, 0]] /; FreeQ[{a, b, c, d, e, m, p}, x] && PolyQ[Pq, x] &&
 NeQ[b^2 - 4*a*c, 0] && EqQ[c*d^2 - b*d*e + a*e^2, 0]

Rubi steps

\begin {align*} \int \frac {3 x^2+2 x^3}{\sqrt {-3+2 x+x^2} \left (-3+x+2 x^2\right )} \, dx &=\int \frac {x^2 (3+2 x)}{\sqrt {-3+2 x+x^2} \left (-3+x+2 x^2\right )} \, dx\\ &=\int \frac {x^2}{(-1+x) \sqrt {-3+2 x+x^2}} \, dx\\ &=\sqrt {-3+2 x+x^2}+\int \frac {1}{(-1+x) \sqrt {-3+2 x+x^2}} \, dx\\ &=\sqrt {-3+2 x+x^2}+\frac {\sqrt {-3+2 x+x^2}}{2 (1-x)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 26, normalized size = 0.72 \[ \frac {2 x^2+3 x-9}{2 \sqrt {x^2+2 x-3}} \]

Antiderivative was successfully verified.

[In]

Integrate[(3*x^2 + 2*x^3)/(Sqrt[-3 + 2*x + x^2]*(-3 + x + 2*x^2)),x]

[Out]

(-9 + 3*x + 2*x^2)/(2*Sqrt[-3 + 2*x + x^2])

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.13, size = 26, normalized size = 0.72 \[ \frac {(2 x-3) \sqrt {x^2+2 x-3}}{2 (x-1)} \]

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[(3*x^2 + 2*x^3)/(Sqrt[-3 + 2*x + x^2]*(-3 + x + 2*x^2)),x]

[Out]

((-3 + 2*x)*Sqrt[-3 + 2*x + x^2])/(2*(-1 + x))

________________________________________________________________________________________

fricas [A]  time = 0.68, size = 22, normalized size = 0.61 \[ \frac {\sqrt {x^{2} + 2 \, x - 3} {\left (2 \, x - 3\right )}}{2 \, {\left (x - 1\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2*x^3+3*x^2)/(2*x^2+x-3)/(x^2+2*x-3)^(1/2),x, algorithm="fricas")

[Out]

1/2*sqrt(x^2 + 2*x - 3)*(2*x - 3)/(x - 1)

________________________________________________________________________________________

giac [A]  time = 0.65, size = 30, normalized size = 0.83 \[ \sqrt {x^{2} + 2 \, x - 3} + \frac {2}{x - \sqrt {x^{2} + 2 \, x - 3} - 1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2*x^3+3*x^2)/(2*x^2+x-3)/(x^2+2*x-3)^(1/2),x, algorithm="giac")

[Out]

sqrt(x^2 + 2*x - 3) + 2/(x - sqrt(x^2 + 2*x - 3) - 1)

________________________________________________________________________________________

maple [A]  time = 0.34, size = 21, normalized size = 0.58




method result size



gosper \(\frac {\left (-3+2 x \right ) \left (3+x \right )}{2 \sqrt {x^{2}+2 x -3}}\) \(21\)
trager \(\frac {\left (-3+2 x \right ) \sqrt {x^{2}+2 x -3}}{2 x -2}\) \(23\)
risch \(\frac {2 x^{2}+3 x -9}{2 \sqrt {x^{2}+2 x -3}}\) \(23\)
default \(\sqrt {x^{2}+2 x -3}-\frac {\sqrt {\left (-1+x \right )^{2}-4+4 x}}{2 \left (-1+x \right )}\) \(31\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int((2*x^3+3*x^2)/(2*x^2+x-3)/(x^2+2*x-3)^(1/2),x,method=_RETURNVERBOSE)

[Out]

1/2*(-3+2*x)*(3+x)/(x^2+2*x-3)^(1/2)

________________________________________________________________________________________

maxima [A]  time = 1.42, size = 28, normalized size = 0.78 \[ \sqrt {x^{2} + 2 \, x - 3} - \frac {\sqrt {x^{2} + 2 \, x - 3}}{2 \, {\left (x - 1\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2*x^3+3*x^2)/(2*x^2+x-3)/(x^2+2*x-3)^(1/2),x, algorithm="maxima")

[Out]

sqrt(x^2 + 2*x - 3) - 1/2*sqrt(x^2 + 2*x - 3)/(x - 1)

________________________________________________________________________________________

mupad [B]  time = 0.27, size = 19, normalized size = 0.53 \[ \frac {\left (x-\frac {3}{2}\right )\,\sqrt {x^2+2\,x-3}}{x-1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((3*x^2 + 2*x^3)/((x + 2*x^2 - 3)*(2*x + x^2 - 3)^(1/2)),x)

[Out]

((x - 3/2)*(2*x + x^2 - 3)^(1/2))/(x - 1)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x^{2}}{\sqrt {\left (x - 1\right ) \left (x + 3\right )} \left (x - 1\right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2*x**3+3*x**2)/(2*x**2+x-3)/(x**2+2*x-3)**(1/2),x)

[Out]

Integral(x**2/(sqrt((x - 1)*(x + 3))*(x - 1)), x)

________________________________________________________________________________________