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

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [C] (verified)
   Fricas [A] (verification not implemented)
   Sympy [A] (verification not implemented)
   Maxima [A] (verification not implemented)
   Giac [A] (verification not implemented)
   Mupad [B] (verification not implemented)

Optimal result

Integrand size = 18, antiderivative size = 52 \[ \int \frac {-1+x^3}{\sqrt {x} \left (1+x^2\right )} \, dx=\frac {2 x^{3/2}}{3}+\sqrt {2} \arctan \left (1-\sqrt {2} \sqrt {x}\right )-\sqrt {2} \arctan \left (1+\sqrt {2} \sqrt {x}\right ) \]

[Out]

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

Rubi [A] (verified)

Time = 0.04 (sec) , antiderivative size = 52, normalized size of antiderivative = 1.00, number of steps used = 8, number of rules used = 5, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.278, Rules used = {1816, 841, 1176, 631, 210} \[ \int \frac {-1+x^3}{\sqrt {x} \left (1+x^2\right )} \, dx=\sqrt {2} \arctan \left (1-\sqrt {2} \sqrt {x}\right )-\sqrt {2} \arctan \left (\sqrt {2} \sqrt {x}+1\right )+\frac {2 x^{3/2}}{3} \]

[In]

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

[Out]

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

Rule 210

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

Rule 631

Int[((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> With[{q = 1 - 4*Simplify[a*(c/b^2)]}, Dist[-2/b, Sub
st[Int[1/(q - x^2), x], x, 1 + 2*c*(x/b)], x] /; RationalQ[q] && (EqQ[q^2, 1] ||  !RationalQ[b^2 - 4*a*c])] /;
 FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 841

Int[((f_.) + (g_.)*(x_))/(Sqrt[(d_.) + (e_.)*(x_)]*((a_) + (c_.)*(x_)^2)), x_Symbol] :> Dist[2, Subst[Int[(e*f
 - d*g + g*x^2)/(c*d^2 + a*e^2 - 2*c*d*x^2 + c*x^4), x], x, Sqrt[d + e*x]], x] /; FreeQ[{a, c, d, e, f, g}, x]
 && NeQ[c*d^2 + a*e^2, 0]

Rule 1176

Int[((d_) + (e_.)*(x_)^2)/((a_) + (c_.)*(x_)^4), x_Symbol] :> With[{q = Rt[2*(d/e), 2]}, Dist[e/(2*c), Int[1/S
imp[d/e + q*x + x^2, x], x], x] + Dist[e/(2*c), Int[1/Simp[d/e - q*x + x^2, x], x], x]] /; FreeQ[{a, c, d, e},
 x] && EqQ[c*d^2 - a*e^2, 0] && PosQ[d*e]

Rule 1816

Int[(Pq_)*((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^2)^(p_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*Pq*(a + b*x
^2)^p, x], x] /; FreeQ[{a, b, c, m}, x] && PolyQ[Pq, x] && IGtQ[p, -2]

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

Mathematica [A] (verified)

Time = 0.04 (sec) , antiderivative size = 32, normalized size of antiderivative = 0.62 \[ \int \frac {-1+x^3}{\sqrt {x} \left (1+x^2\right )} \, dx=\frac {2 x^{3/2}}{3}-\sqrt {2} \arctan \left (\frac {-1+x}{\sqrt {2} \sqrt {x}}\right ) \]

[In]

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

[Out]

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

Maple [C] (verified)

Result contains higher order function than in optimal. Order 9 vs. order 3.

Time = 1.01 (sec) , antiderivative size = 61, normalized size of antiderivative = 1.17

method result size
trager \(\frac {2 x^{\frac {3}{2}}}{3}-\frac {\operatorname {RootOf}\left (\textit {\_Z}^{2}+2\right ) \ln \left (-\frac {\operatorname {RootOf}\left (\textit {\_Z}^{2}+2\right ) x^{2}-4 \operatorname {RootOf}\left (\textit {\_Z}^{2}+2\right ) x -4 x^{\frac {3}{2}}+\operatorname {RootOf}\left (\textit {\_Z}^{2}+2\right )+4 \sqrt {x}}{x^{2}+1}\right )}{2}\) \(61\)
risch \(\frac {2 x^{\frac {3}{2}}}{3}-\arctan \left (1+\sqrt {2}\, \sqrt {x}\right ) \sqrt {2}-\arctan \left (-1+\sqrt {2}\, \sqrt {x}\right ) \sqrt {2}-\frac {\sqrt {2}\, \ln \left (\frac {x +\sqrt {2}\, \sqrt {x}+1}{x -\sqrt {2}\, \sqrt {x}+1}\right )}{4}-\frac {\sqrt {2}\, \ln \left (\frac {x -\sqrt {2}\, \sqrt {x}+1}{x +\sqrt {2}\, \sqrt {x}+1}\right )}{4}\) \(97\)
derivativedivides \(\frac {2 x^{\frac {3}{2}}}{3}-\frac {\sqrt {2}\, \left (\ln \left (\frac {x +\sqrt {2}\, \sqrt {x}+1}{x -\sqrt {2}\, \sqrt {x}+1}\right )+2 \arctan \left (1+\sqrt {2}\, \sqrt {x}\right )+2 \arctan \left (-1+\sqrt {2}\, \sqrt {x}\right )\right )}{4}-\frac {\sqrt {2}\, \left (\ln \left (\frac {x -\sqrt {2}\, \sqrt {x}+1}{x +\sqrt {2}\, \sqrt {x}+1}\right )+2 \arctan \left (1+\sqrt {2}\, \sqrt {x}\right )+2 \arctan \left (-1+\sqrt {2}\, \sqrt {x}\right )\right )}{4}\) \(117\)
default \(\frac {2 x^{\frac {3}{2}}}{3}-\frac {\sqrt {2}\, \left (\ln \left (\frac {x +\sqrt {2}\, \sqrt {x}+1}{x -\sqrt {2}\, \sqrt {x}+1}\right )+2 \arctan \left (1+\sqrt {2}\, \sqrt {x}\right )+2 \arctan \left (-1+\sqrt {2}\, \sqrt {x}\right )\right )}{4}-\frac {\sqrt {2}\, \left (\ln \left (\frac {x -\sqrt {2}\, \sqrt {x}+1}{x +\sqrt {2}\, \sqrt {x}+1}\right )+2 \arctan \left (1+\sqrt {2}\, \sqrt {x}\right )+2 \arctan \left (-1+\sqrt {2}\, \sqrt {x}\right )\right )}{4}\) \(117\)
meijerg \(\frac {2 x^{\frac {3}{2}}}{3}-\frac {x^{\frac {3}{2}} \left (\frac {\sqrt {2}\, \ln \left (1-\sqrt {2}\, \left (x^{2}\right )^{\frac {1}{4}}+\sqrt {x^{2}}\right )}{2 \left (x^{2}\right )^{\frac {3}{4}}}+\frac {\sqrt {2}\, \arctan \left (\frac {\sqrt {2}\, \left (x^{2}\right )^{\frac {1}{4}}}{2-\sqrt {2}\, \left (x^{2}\right )^{\frac {1}{4}}}\right )}{\left (x^{2}\right )^{\frac {3}{4}}}-\frac {\sqrt {2}\, \ln \left (1+\sqrt {2}\, \left (x^{2}\right )^{\frac {1}{4}}+\sqrt {x^{2}}\right )}{2 \left (x^{2}\right )^{\frac {3}{4}}}+\frac {\sqrt {2}\, \arctan \left (\frac {\sqrt {2}\, \left (x^{2}\right )^{\frac {1}{4}}}{2+\sqrt {2}\, \left (x^{2}\right )^{\frac {1}{4}}}\right )}{\left (x^{2}\right )^{\frac {3}{4}}}\right )}{2}+\frac {\sqrt {x}\, \sqrt {2}\, \ln \left (1-\sqrt {2}\, \left (x^{2}\right )^{\frac {1}{4}}+\sqrt {x^{2}}\right )}{4 \left (x^{2}\right )^{\frac {1}{4}}}-\frac {\sqrt {x}\, \sqrt {2}\, \arctan \left (\frac {\sqrt {2}\, \left (x^{2}\right )^{\frac {1}{4}}}{2-\sqrt {2}\, \left (x^{2}\right )^{\frac {1}{4}}}\right )}{2 \left (x^{2}\right )^{\frac {1}{4}}}-\frac {\sqrt {x}\, \sqrt {2}\, \ln \left (1+\sqrt {2}\, \left (x^{2}\right )^{\frac {1}{4}}+\sqrt {x^{2}}\right )}{4 \left (x^{2}\right )^{\frac {1}{4}}}-\frac {\sqrt {x}\, \sqrt {2}\, \arctan \left (\frac {\sqrt {2}\, \left (x^{2}\right )^{\frac {1}{4}}}{2+\sqrt {2}\, \left (x^{2}\right )^{\frac {1}{4}}}\right )}{2 \left (x^{2}\right )^{\frac {1}{4}}}\) \(273\)

[In]

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

[Out]

2/3*x^(3/2)-1/2*RootOf(_Z^2+2)*ln(-(RootOf(_Z^2+2)*x^2-4*RootOf(_Z^2+2)*x-4*x^(3/2)+RootOf(_Z^2+2)+4*x^(1/2))/
(x^2+1))

Fricas [A] (verification not implemented)

none

Time = 0.26 (sec) , antiderivative size = 23, normalized size of antiderivative = 0.44 \[ \int \frac {-1+x^3}{\sqrt {x} \left (1+x^2\right )} \, dx=\frac {2}{3} \, x^{\frac {3}{2}} - \sqrt {2} \arctan \left (\frac {\sqrt {2} {\left (x - 1\right )}}{2 \, \sqrt {x}}\right ) \]

[In]

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

[Out]

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

Sympy [A] (verification not implemented)

Time = 0.21 (sec) , antiderivative size = 44, normalized size of antiderivative = 0.85 \[ \int \frac {-1+x^3}{\sqrt {x} \left (1+x^2\right )} \, dx=\frac {2 x^{\frac {3}{2}}}{3} - \sqrt {2} \operatorname {atan}{\left (\sqrt {2} \sqrt {x} - 1 \right )} - \sqrt {2} \operatorname {atan}{\left (\sqrt {2} \sqrt {x} + 1 \right )} \]

[In]

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

[Out]

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

Maxima [A] (verification not implemented)

none

Time = 0.26 (sec) , antiderivative size = 46, normalized size of antiderivative = 0.88 \[ \int \frac {-1+x^3}{\sqrt {x} \left (1+x^2\right )} \, dx=\frac {2}{3} \, x^{\frac {3}{2}} - \sqrt {2} \arctan \left (\frac {1}{2} \, \sqrt {2} {\left (\sqrt {2} + 2 \, \sqrt {x}\right )}\right ) - \sqrt {2} \arctan \left (-\frac {1}{2} \, \sqrt {2} {\left (\sqrt {2} - 2 \, \sqrt {x}\right )}\right ) \]

[In]

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

[Out]

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

Giac [A] (verification not implemented)

none

Time = 0.34 (sec) , antiderivative size = 46, normalized size of antiderivative = 0.88 \[ \int \frac {-1+x^3}{\sqrt {x} \left (1+x^2\right )} \, dx=\frac {2}{3} \, x^{\frac {3}{2}} - \sqrt {2} \arctan \left (\frac {1}{2} \, \sqrt {2} {\left (\sqrt {2} + 2 \, \sqrt {x}\right )}\right ) - \sqrt {2} \arctan \left (-\frac {1}{2} \, \sqrt {2} {\left (\sqrt {2} - 2 \, \sqrt {x}\right )}\right ) \]

[In]

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

[Out]

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

Mupad [B] (verification not implemented)

Time = 18.59 (sec) , antiderivative size = 43, normalized size of antiderivative = 0.83 \[ \int \frac {-1+x^3}{\sqrt {x} \left (1+x^2\right )} \, dx=\frac {2\,x^{3/2}}{3}-\frac {\sqrt {2}\,\left (2\,\mathrm {atan}\left (\frac {\sqrt {2}\,\sqrt {x}}{2}+\frac {\sqrt {2}\,x^{3/2}}{2}\right )+2\,\mathrm {atan}\left (\frac {\sqrt {2}\,\sqrt {x}}{2}\right )\right )}{2} \]

[In]

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

[Out]

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