3.462 \(\int \frac {(-10+x^2)^{5/2}}{x} \, dx\)

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

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 61, normalized size of antiderivative = 1.00, number of steps used = 6, number of rules used = 4, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.308, Rules used = {266, 50, 63, 203} \[ \frac {1}{5} \left (x^2-10\right )^{5/2}-\frac {10}{3} \left (x^2-10\right )^{3/2}+100 \sqrt {x^2-10}-100 \sqrt {10} \tan ^{-1}\left (\frac {\sqrt {x^2-10}}{\sqrt {10}}\right ) \]

Antiderivative was successfully verified.

[In]

Int[(-10 + x^2)^(5/2)/x,x]

[Out]

100*Sqrt[-10 + x^2] - (10*(-10 + x^2)^(3/2))/3 + (-10 + x^2)^(5/2)/5 - 100*Sqrt[10]*ArcTan[Sqrt[-10 + x^2]/Sqr
t[10]]

Rule 50

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*(c + d*x)^n)/(b*
(m + n + 1)), x] + Dist[(n*(b*c - a*d))/(b*(m + n + 1)), Int[(a + b*x)^m*(c + d*x)^(n - 1), x], x] /; FreeQ[{a
, b, c, d}, x] && NeQ[b*c - a*d, 0] && GtQ[n, 0] && NeQ[m + n + 1, 0] &&  !(IGtQ[m, 0] && ( !IntegerQ[n] || (G
tQ[m, 0] && LtQ[m - n, 0]))) &&  !ILtQ[m + n + 2, 0] && IntLinearQ[a, b, c, d, m, n, x]

Rule 63

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> With[{p = Denominator[m]}, Dist[p/b, Sub
st[Int[x^(p*(m + 1) - 1)*(c - (a*d)/b + (d*x^p)/b)^n, x], x, (a + b*x)^(1/p)], x]] /; FreeQ[{a, b, c, d}, x] &
& NeQ[b*c - a*d, 0] && LtQ[-1, m, 0] && LeQ[-1, n, 0] && LeQ[Denominator[n], Denominator[m]] && IntLinearQ[a,
b, c, d, m, n, x]

Rule 203

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

Rule 266

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simplify[(m + 1)/n] - 1)*(a
+ b*x)^p, x], x, x^n], x] /; FreeQ[{a, b, m, n, p}, x] && IntegerQ[Simplify[(m + 1)/n]]

Rubi steps

\begin {align*} \int \frac {\left (-10+x^2\right )^{5/2}}{x} \, dx &=\frac {1}{2} \operatorname {Subst}\left (\int \frac {(-10+x)^{5/2}}{x} \, dx,x,x^2\right )\\ &=\frac {1}{5} \left (-10+x^2\right )^{5/2}-5 \operatorname {Subst}\left (\int \frac {(-10+x)^{3/2}}{x} \, dx,x,x^2\right )\\ &=-\frac {10}{3} \left (-10+x^2\right )^{3/2}+\frac {1}{5} \left (-10+x^2\right )^{5/2}+50 \operatorname {Subst}\left (\int \frac {\sqrt {-10+x}}{x} \, dx,x,x^2\right )\\ &=100 \sqrt {-10+x^2}-\frac {10}{3} \left (-10+x^2\right )^{3/2}+\frac {1}{5} \left (-10+x^2\right )^{5/2}-500 \operatorname {Subst}\left (\int \frac {1}{\sqrt {-10+x} x} \, dx,x,x^2\right )\\ &=100 \sqrt {-10+x^2}-\frac {10}{3} \left (-10+x^2\right )^{3/2}+\frac {1}{5} \left (-10+x^2\right )^{5/2}-1000 \operatorname {Subst}\left (\int \frac {1}{10+x^2} \, dx,x,\sqrt {-10+x^2}\right )\\ &=100 \sqrt {-10+x^2}-\frac {10}{3} \left (-10+x^2\right )^{3/2}+\frac {1}{5} \left (-10+x^2\right )^{5/2}-100 \sqrt {10} \tan ^{-1}\left (\frac {\sqrt {-10+x^2}}{\sqrt {10}}\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 47, normalized size = 0.77 \[ \frac {1}{15} \sqrt {x^2-10} \left (3 x^4-110 x^2+2300\right )-100 \sqrt {10} \tan ^{-1}\left (\sqrt {\frac {x^2}{10}-1}\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[(-10 + x^2)^(5/2)/x,x]

[Out]

(Sqrt[-10 + x^2]*(2300 - 110*x^2 + 3*x^4))/15 - 100*Sqrt[10]*ArcTan[Sqrt[-1 + x^2/10]]

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.05, size = 49, normalized size = 0.80 \[ \frac {1}{15} \sqrt {x^2-10} \left (3 x^4-110 x^2+2300\right )-100 \sqrt {10} \tan ^{-1}\left (\frac {\sqrt {x^2-10}}{\sqrt {10}}\right ) \]

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[(-10 + x^2)^(5/2)/x,x]

[Out]

(Sqrt[-10 + x^2]*(2300 - 110*x^2 + 3*x^4))/15 - 100*Sqrt[10]*ArcTan[Sqrt[-10 + x^2]/Sqrt[10]]

________________________________________________________________________________________

fricas [A]  time = 1.06, size = 47, normalized size = 0.77 \[ \frac {1}{15} \, {\left (3 \, x^{4} - 110 \, x^{2} + 2300\right )} \sqrt {x^{2} - 10} - 200 \, \sqrt {10} \arctan \left (-\frac {1}{10} \, \sqrt {10} x + \frac {1}{10} \, \sqrt {10} \sqrt {x^{2} - 10}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x^2-10)^(5/2)/x,x, algorithm="fricas")

[Out]

1/15*(3*x^4 - 110*x^2 + 2300)*sqrt(x^2 - 10) - 200*sqrt(10)*arctan(-1/10*sqrt(10)*x + 1/10*sqrt(10)*sqrt(x^2 -
 10))

________________________________________________________________________________________

giac [A]  time = 0.63, size = 46, normalized size = 0.75 \[ \frac {1}{5} \, {\left (x^{2} - 10\right )}^{\frac {5}{2}} - \frac {10}{3} \, {\left (x^{2} - 10\right )}^{\frac {3}{2}} - 100 \, \sqrt {10} \arctan \left (\frac {1}{10} \, \sqrt {10} \sqrt {x^{2} - 10}\right ) + 100 \, \sqrt {x^{2} - 10} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x^2-10)^(5/2)/x,x, algorithm="giac")

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.35, size = 46, normalized size = 0.75




method result size



default \(\frac {\left (x^{2}-10\right )^{\frac {5}{2}}}{5}-\frac {10 \left (x^{2}-10\right )^{\frac {3}{2}}}{3}+100 \sqrt {x^{2}-10}+100 \sqrt {10}\, \arctan \left (\frac {\sqrt {10}}{\sqrt {x^{2}-10}}\right )\) \(46\)
trager \(\left (\frac {1}{5} x^{4}-\frac {22}{3} x^{2}+\frac {460}{3}\right ) \sqrt {x^{2}-10}-100 \RootOf \left (\textit {\_Z}^{2}+10\right ) \ln \left (\frac {\sqrt {x^{2}-10}+\RootOf \left (\textit {\_Z}^{2}+10\right )}{x}\right )\) \(49\)
meijerg \(-\frac {375 \sqrt {2}\, \sqrt {5}\, \mathrm {signum}\left (-1+\frac {x^{2}}{10}\right )^{\frac {5}{2}} \left (\frac {368 \sqrt {\pi }}{225}-\frac {4 \sqrt {\pi }\, \left (\frac {3}{25} x^{4}-\frac {22}{5} x^{2}+92\right ) \sqrt {1-\frac {x^{2}}{10}}}{225}+\frac {16 \sqrt {\pi }\, \ln \left (\frac {1}{2}+\frac {\sqrt {1-\frac {x^{2}}{10}}}{2}\right )}{15}-\frac {8 \left (\frac {46}{15}-3 \ln \relax (2)+2 \ln \relax (x )-\ln \relax (5)+i \pi \right ) \sqrt {\pi }}{15}\right )}{4 \sqrt {\pi }\, \left (-\mathrm {signum}\left (-1+\frac {x^{2}}{10}\right )\right )^{\frac {5}{2}}}\) \(108\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x^2-10)^(5/2)/x,x,method=_RETURNVERBOSE)

[Out]

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

________________________________________________________________________________________

maxima [A]  time = 0.95, size = 42, normalized size = 0.69 \[ \frac {1}{5} \, {\left (x^{2} - 10\right )}^{\frac {5}{2}} - \frac {10}{3} \, {\left (x^{2} - 10\right )}^{\frac {3}{2}} + 100 \, \sqrt {10} \arcsin \left (\frac {\sqrt {10}}{{\left | x \right |}}\right ) + 100 \, \sqrt {x^{2} - 10} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x^2-10)^(5/2)/x,x, algorithm="maxima")

[Out]

1/5*(x^2 - 10)^(5/2) - 10/3*(x^2 - 10)^(3/2) + 100*sqrt(10)*arcsin(sqrt(10)/abs(x)) + 100*sqrt(x^2 - 10)

________________________________________________________________________________________

mupad [B]  time = 0.47, size = 46, normalized size = 0.75 \[ 100\,\sqrt {x^2-10}-100\,\sqrt {10}\,\mathrm {atan}\left (\frac {\sqrt {10}\,\sqrt {x^2-10}}{10}\right )-\frac {10\,{\left (x^2-10\right )}^{3/2}}{3}+\frac {{\left (x^2-10\right )}^{5/2}}{5} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x^2 - 10)^(5/2)/x,x)

[Out]

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

________________________________________________________________________________________

sympy [C]  time = 5.55, size = 167, normalized size = 2.74 \[ \begin {cases} \frac {x^{4} \sqrt {x^{2} - 10}}{5} - \frac {22 x^{2} \sqrt {x^{2} - 10}}{3} + \frac {460 \sqrt {x^{2} - 10}}{3} - 100 \sqrt {10} i \log {\relax (x )} + 50 \sqrt {10} i \log {\left (x^{2} \right )} + 100 \sqrt {10} \operatorname {asin}{\left (\frac {\sqrt {10}}{x} \right )} & \text {for}\: \frac {\left |{x^{2}}\right |}{10} > 1 \\\frac {i x^{4} \sqrt {10 - x^{2}}}{5} - \frac {22 i x^{2} \sqrt {10 - x^{2}}}{3} + \frac {460 i \sqrt {10 - x^{2}}}{3} + 50 \sqrt {10} i \log {\left (x^{2} \right )} - 100 \sqrt {10} i \log {\left (\sqrt {1 - \frac {x^{2}}{10}} + 1 \right )} & \text {otherwise} \end {cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x**2-10)**(5/2)/x,x)

[Out]

Piecewise((x**4*sqrt(x**2 - 10)/5 - 22*x**2*sqrt(x**2 - 10)/3 + 460*sqrt(x**2 - 10)/3 - 100*sqrt(10)*I*log(x)
+ 50*sqrt(10)*I*log(x**2) + 100*sqrt(10)*asin(sqrt(10)/x), Abs(x**2)/10 > 1), (I*x**4*sqrt(10 - x**2)/5 - 22*I
*x**2*sqrt(10 - x**2)/3 + 460*I*sqrt(10 - x**2)/3 + 50*sqrt(10)*I*log(x**2) - 100*sqrt(10)*I*log(sqrt(1 - x**2
/10) + 1), True))

________________________________________________________________________________________