3.2.98 \(\int \frac {2-2 x-x^2}{(2+x^2) \sqrt {1+x^3}} \, dx\) [198]

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

[Out]

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

________________________________________________________________________________________

Rubi [A]
time = 0.04, antiderivative size = 16, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 27, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.074, Rules used = {2171, 209} \begin {gather*} 2 \text {ArcTan}\left (\frac {x+1}{\sqrt {x^3+1}}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 209

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[b, 2]))*ArcTan[Rt[b, 2]*(x/Rt[a, 2])], x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rule 2171

Int[((f_) + (g_.)*(x_) + (h_.)*(x_)^2)/(((c_) + (e_.)*(x_)^2)*Sqrt[(a_) + (b_.)*(x_)^3]), x_Symbol] :> Dist[-g
/e, Subst[Int[1/(1 + a*x^2), x], x, (1 + 2*h*(x/g))/Sqrt[a + b*x^3]], x] /; FreeQ[{a, b, c, e, f, g, h}, x] &&
 EqQ[b*g^3 - 8*a*h^3, 0] && EqQ[g^2 + 2*f*h, 0] && EqQ[b*c*g - 4*a*e*h, 0]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.88, size = 23, normalized size = 1.44 \begin {gather*} 2 \tan ^{-1}\left (\frac {\sqrt {1+x^3}}{1-x+x^2}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

Maple [C] Result contains higher order function than in optimal. Order 4 vs. order 3.
time = 0.41, size = 1640, normalized size = 102.50

method result size
trager \(\RootOf \left (\textit {\_Z}^{2}+1\right ) \ln \left (\frac {\RootOf \left (\textit {\_Z}^{2}+1\right ) x^{2}-2 x \RootOf \left (\textit {\_Z}^{2}+1\right )+2 \sqrt {x^{3}+1}}{x^{2}+2}\right )\) \(46\)
default \(\text {Expression too large to display}\) \(1640\)
elliptic \(\text {Expression too large to display}\) \(1845\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-2*(3/2-1/2*I*3^(1/2))*((1+x)/(3/2-1/2*I*3^(1/2)))^(1/2)*((x-1/2-1/2*I*3^(1/2))/(-3/2-1/2*I*3^(1/2)))^(1/2)*((
x-1/2+1/2*I*3^(1/2))/(-3/2+1/2*I*3^(1/2)))^(1/2)/(x^3+1)^(1/2)*EllipticF(((1+x)/(3/2-1/2*I*3^(1/2)))^(1/2),((-
3/2+1/2*I*3^(1/2))/(-3/2-1/2*I*3^(1/2)))^(1/2))-3*I*2^(1/2)*(1/(3/2-1/2*I*3^(1/2))+1/(3/2-1/2*I*3^(1/2))*x)^(1
/2)*(1/(-3/2-1/2*I*3^(1/2))*x-1/2/(-3/2-1/2*I*3^(1/2))-1/2*I/(-3/2-1/2*I*3^(1/2))*3^(1/2))^(1/2)*(1/(-3/2+1/2*
I*3^(1/2))*x-1/2/(-3/2+1/2*I*3^(1/2))+1/2*I/(-3/2+1/2*I*3^(1/2))*3^(1/2))^(1/2)/(x^3+1)^(1/2)/(-1-I*2^(1/2))*E
llipticPi(((1+x)/(3/2-1/2*I*3^(1/2)))^(1/2),(-3/2+1/2*I*3^(1/2))/(-1-I*2^(1/2)),((-3/2+1/2*I*3^(1/2))/(-3/2-1/
2*I*3^(1/2)))^(1/2))-2^(1/2)*(1/(3/2-1/2*I*3^(1/2))+1/(3/2-1/2*I*3^(1/2))*x)^(1/2)*(1/(-3/2-1/2*I*3^(1/2))*x-1
/2/(-3/2-1/2*I*3^(1/2))-1/2*I/(-3/2-1/2*I*3^(1/2))*3^(1/2))^(1/2)*(1/(-3/2+1/2*I*3^(1/2))*x-1/2/(-3/2+1/2*I*3^
(1/2))+1/2*I/(-3/2+1/2*I*3^(1/2))*3^(1/2))^(1/2)/(x^3+1)^(1/2)/(-1-I*2^(1/2))*EllipticPi(((1+x)/(3/2-1/2*I*3^(
1/2)))^(1/2),(-3/2+1/2*I*3^(1/2))/(-1-I*2^(1/2)),((-3/2+1/2*I*3^(1/2))/(-3/2-1/2*I*3^(1/2)))^(1/2))*3^(1/2)-3*
(1/(3/2-1/2*I*3^(1/2))+1/(3/2-1/2*I*3^(1/2))*x)^(1/2)*(1/(-3/2-1/2*I*3^(1/2))*x-1/2/(-3/2-1/2*I*3^(1/2))-1/2*I
/(-3/2-1/2*I*3^(1/2))*3^(1/2))^(1/2)*(1/(-3/2+1/2*I*3^(1/2))*x-1/2/(-3/2+1/2*I*3^(1/2))+1/2*I/(-3/2+1/2*I*3^(1
/2))*3^(1/2))^(1/2)/(x^3+1)^(1/2)/(-1-I*2^(1/2))*EllipticPi(((1+x)/(3/2-1/2*I*3^(1/2)))^(1/2),(-3/2+1/2*I*3^(1
/2))/(-1-I*2^(1/2)),((-3/2+1/2*I*3^(1/2))/(-3/2-1/2*I*3^(1/2)))^(1/2))+I*(1/(3/2-1/2*I*3^(1/2))+1/(3/2-1/2*I*3
^(1/2))*x)^(1/2)*(1/(-3/2-1/2*I*3^(1/2))*x-1/2/(-3/2-1/2*I*3^(1/2))-1/2*I/(-3/2-1/2*I*3^(1/2))*3^(1/2))^(1/2)*
(1/(-3/2+1/2*I*3^(1/2))*x-1/2/(-3/2+1/2*I*3^(1/2))+1/2*I/(-3/2+1/2*I*3^(1/2))*3^(1/2))^(1/2)/(x^3+1)^(1/2)/(-1
-I*2^(1/2))*EllipticPi(((1+x)/(3/2-1/2*I*3^(1/2)))^(1/2),(-3/2+1/2*I*3^(1/2))/(-1-I*2^(1/2)),((-3/2+1/2*I*3^(1
/2))/(-3/2-1/2*I*3^(1/2)))^(1/2))*3^(1/2)-3*(1/(3/2-1/2*I*3^(1/2))+1/(3/2-1/2*I*3^(1/2))*x)^(1/2)*(1/(-3/2-1/2
*I*3^(1/2))*x-1/2/(-3/2-1/2*I*3^(1/2))-1/2*I/(-3/2-1/2*I*3^(1/2))*3^(1/2))^(1/2)*(1/(-3/2+1/2*I*3^(1/2))*x-1/2
/(-3/2+1/2*I*3^(1/2))+1/2*I/(-3/2+1/2*I*3^(1/2))*3^(1/2))^(1/2)/(x^3+1)^(1/2)/(-1+I*2^(1/2))*EllipticPi(((1+x)
/(3/2-1/2*I*3^(1/2)))^(1/2),(-3/2+1/2*I*3^(1/2))/(-1+I*2^(1/2)),((-3/2+1/2*I*3^(1/2))/(-3/2-1/2*I*3^(1/2)))^(1
/2))+I*(1/(3/2-1/2*I*3^(1/2))+1/(3/2-1/2*I*3^(1/2))*x)^(1/2)*(1/(-3/2-1/2*I*3^(1/2))*x-1/2/(-3/2-1/2*I*3^(1/2)
)-1/2*I/(-3/2-1/2*I*3^(1/2))*3^(1/2))^(1/2)*(1/(-3/2+1/2*I*3^(1/2))*x-1/2/(-3/2+1/2*I*3^(1/2))+1/2*I/(-3/2+1/2
*I*3^(1/2))*3^(1/2))^(1/2)/(x^3+1)^(1/2)/(-1+I*2^(1/2))*EllipticPi(((1+x)/(3/2-1/2*I*3^(1/2)))^(1/2),(-3/2+1/2
*I*3^(1/2))/(-1+I*2^(1/2)),((-3/2+1/2*I*3^(1/2))/(-3/2-1/2*I*3^(1/2)))^(1/2))*3^(1/2)+3*I*2^(1/2)*(1/(3/2-1/2*
I*3^(1/2))+1/(3/2-1/2*I*3^(1/2))*x)^(1/2)*(1/(-3/2-1/2*I*3^(1/2))*x-1/2/(-3/2-1/2*I*3^(1/2))-1/2*I/(-3/2-1/2*I
*3^(1/2))*3^(1/2))^(1/2)*(1/(-3/2+1/2*I*3^(1/2))*x-1/2/(-3/2+1/2*I*3^(1/2))+1/2*I/(-3/2+1/2*I*3^(1/2))*3^(1/2)
)^(1/2)/(x^3+1)^(1/2)/(-1+I*2^(1/2))*EllipticPi(((1+x)/(3/2-1/2*I*3^(1/2)))^(1/2),(-3/2+1/2*I*3^(1/2))/(-1+I*2
^(1/2)),((-3/2+1/2*I*3^(1/2))/(-3/2-1/2*I*3^(1/2)))^(1/2))+2^(1/2)*(1/(3/2-1/2*I*3^(1/2))+1/(3/2-1/2*I*3^(1/2)
)*x)^(1/2)*(1/(-3/2-1/2*I*3^(1/2))*x-1/2/(-3/2-1/2*I*3^(1/2))-1/2*I/(-3/2-1/2*I*3^(1/2))*3^(1/2))^(1/2)*(1/(-3
/2+1/2*I*3^(1/2))*x-1/2/(-3/2+1/2*I*3^(1/2))+1/2*I/(-3/2+1/2*I*3^(1/2))*3^(1/2))^(1/2)/(x^3+1)^(1/2)/(-1+I*2^(
1/2))*EllipticPi(((1+x)/(3/2-1/2*I*3^(1/2)))^(1/2),(-3/2+1/2*I*3^(1/2))/(-1+I*2^(1/2)),((-3/2+1/2*I*3^(1/2))/(
-3/2-1/2*I*3^(1/2)))^(1/2))*3^(1/2)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Fricas [A]
time = 0.48, size = 19, normalized size = 1.19 \begin {gather*} -\arctan \left (\frac {x^{2} - 2 \, x}{2 \, \sqrt {x^{3} + 1}}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Mupad [B]
time = 0.20, size = 273, normalized size = 17.06 \begin {gather*} \frac {\left (3+\sqrt {3}\,1{}\mathrm {i}\right )\,\sqrt {\frac {x-\frac {1}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}}{-\frac {3}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}}}\,\sqrt {\frac {x+1}{\frac {3}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}}}\,\sqrt {\frac {\frac {1}{2}-x+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}}{\frac {3}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}}}\,\left (-\mathrm {F}\left (\mathrm {asin}\left (\sqrt {\frac {x+1}{\frac {3}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}}}\right )\middle |-\frac {\frac {3}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}}{-\frac {3}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}}\right )+\Pi \left (\frac {\frac {3}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}}{1+\sqrt {2}\,1{}\mathrm {i}};\mathrm {asin}\left (\sqrt {\frac {x+1}{\frac {3}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}}}\right )\middle |-\frac {\frac {3}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}}{-\frac {3}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}}\right )+\Pi \left (-\frac {\frac {3}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}}{-1+\sqrt {2}\,1{}\mathrm {i}};\mathrm {asin}\left (\sqrt {\frac {x+1}{\frac {3}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}}}\right )\middle |-\frac {\frac {3}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}}{-\frac {3}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}}\right )\right )}{\sqrt {x^3+\left (-\left (-\frac {1}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}\right )\,\left (\frac {1}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}\right )-1\right )\,x-\left (-\frac {1}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}\right )\,\left (\frac {1}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

((3^(1/2)*1i + 3)*((x + (3^(1/2)*1i)/2 - 1/2)/((3^(1/2)*1i)/2 - 3/2))^(1/2)*((x + 1)/((3^(1/2)*1i)/2 + 3/2))^(
1/2)*(((3^(1/2)*1i)/2 - x + 1/2)/((3^(1/2)*1i)/2 + 3/2))^(1/2)*(ellipticPi(((3^(1/2)*1i)/2 + 3/2)/(2^(1/2)*1i
+ 1), asin(((x + 1)/((3^(1/2)*1i)/2 + 3/2))^(1/2)), -((3^(1/2)*1i)/2 + 3/2)/((3^(1/2)*1i)/2 - 3/2)) - elliptic
F(asin(((x + 1)/((3^(1/2)*1i)/2 + 3/2))^(1/2)), -((3^(1/2)*1i)/2 + 3/2)/((3^(1/2)*1i)/2 - 3/2)) + ellipticPi(-
((3^(1/2)*1i)/2 + 3/2)/(2^(1/2)*1i - 1), asin(((x + 1)/((3^(1/2)*1i)/2 + 3/2))^(1/2)), -((3^(1/2)*1i)/2 + 3/2)
/((3^(1/2)*1i)/2 - 3/2))))/(x^3 - x*(((3^(1/2)*1i)/2 - 1/2)*((3^(1/2)*1i)/2 + 1/2) + 1) - ((3^(1/2)*1i)/2 - 1/
2)*((3^(1/2)*1i)/2 + 1/2))^(1/2)

________________________________________________________________________________________