3.20.53 \(\int \frac {\sqrt {b+\sqrt {b^2+a x^2}}}{(b^2+a x^2)^{5/2}} \, dx\) [1953]

3.20.53.1 Optimal result
3.20.53.2 Mathematica [A] (verified)
3.20.53.3 Rubi [F]
3.20.53.4 Maple [F]
3.20.53.5 Fricas [F(-1)]
3.20.53.6 Sympy [F]
3.20.53.7 Maxima [F]
3.20.53.8 Giac [F]
3.20.53.9 Mupad [F(-1)]

3.20.53.1 Optimal result

Integrand size = 33, antiderivative size = 137 \[ \int \frac {\sqrt {b+\sqrt {b^2+a x^2}}}{\left (b^2+a x^2\right )^{5/2}} \, dx=\frac {5 x}{12 b^2 \left (b^2+a x^2\right ) \sqrt {b+\sqrt {b^2+a x^2}}}+\frac {x \left (23 b^2+15 a x^2\right )}{24 b^3 \left (b^2+a x^2\right )^{3/2} \sqrt {b+\sqrt {b^2+a x^2}}}+\frac {5 \arctan \left (\frac {\sqrt {a} x}{\sqrt {b} \sqrt {b+\sqrt {b^2+a x^2}}}\right )}{8 \sqrt {a} b^{7/2}} \]

output
5/12*x/b^2/(a*x^2+b^2)/(b+(a*x^2+b^2)^(1/2))^(1/2)+1/24*x*(15*a*x^2+23*b^2 
)/b^3/(a*x^2+b^2)^(3/2)/(b+(a*x^2+b^2)^(1/2))^(1/2)+5/8*arctan(a^(1/2)*x/b 
^(1/2)/(b+(a*x^2+b^2)^(1/2))^(1/2))/a^(1/2)/b^(7/2)
 
3.20.53.2 Mathematica [A] (verified)

Time = 0.28 (sec) , antiderivative size = 115, normalized size of antiderivative = 0.84 \[ \int \frac {\sqrt {b+\sqrt {b^2+a x^2}}}{\left (b^2+a x^2\right )^{5/2}} \, dx=\frac {x \left (23 b^2+15 a x^2+10 b \sqrt {b^2+a x^2}\right )}{24 b^3 \left (b^2+a x^2\right )^{3/2} \sqrt {b+\sqrt {b^2+a x^2}}}+\frac {5 \arctan \left (\frac {\sqrt {a} x}{\sqrt {b} \sqrt {b+\sqrt {b^2+a x^2}}}\right )}{8 \sqrt {a} b^{7/2}} \]

input
Integrate[Sqrt[b + Sqrt[b^2 + a*x^2]]/(b^2 + a*x^2)^(5/2),x]
 
output
(x*(23*b^2 + 15*a*x^2 + 10*b*Sqrt[b^2 + a*x^2]))/(24*b^3*(b^2 + a*x^2)^(3/ 
2)*Sqrt[b + Sqrt[b^2 + a*x^2]]) + (5*ArcTan[(Sqrt[a]*x)/(Sqrt[b]*Sqrt[b + 
Sqrt[b^2 + a*x^2]])])/(8*Sqrt[a]*b^(7/2))
 
3.20.53.3 Rubi [F]

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \frac {\sqrt {\sqrt {a x^2+b^2}+b}}{\left (a x^2+b^2\right )^{5/2}} \, dx\)

\(\Big \downarrow \) 7299

\(\displaystyle \int \frac {\sqrt {\sqrt {a x^2+b^2}+b}}{\left (a x^2+b^2\right )^{5/2}}dx\)

input
Int[Sqrt[b + Sqrt[b^2 + a*x^2]]/(b^2 + a*x^2)^(5/2),x]
 
output
$Aborted
 

3.20.53.3.1 Defintions of rubi rules used

rule 7299
Int[u_, x_] :> CannotIntegrate[u, x]
 
3.20.53.4 Maple [F]

\[\int \frac {\sqrt {b +\sqrt {a \,x^{2}+b^{2}}}}{\left (a \,x^{2}+b^{2}\right )^{\frac {5}{2}}}d x\]

input
int((b+(a*x^2+b^2)^(1/2))^(1/2)/(a*x^2+b^2)^(5/2),x)
 
output
int((b+(a*x^2+b^2)^(1/2))^(1/2)/(a*x^2+b^2)^(5/2),x)
 
3.20.53.5 Fricas [F(-1)]

Timed out. \[ \int \frac {\sqrt {b+\sqrt {b^2+a x^2}}}{\left (b^2+a x^2\right )^{5/2}} \, dx=\text {Timed out} \]

input
integrate((b+(a*x^2+b^2)^(1/2))^(1/2)/(a*x^2+b^2)^(5/2),x, algorithm="fric 
as")
 
output
Timed out
 
3.20.53.6 Sympy [F]

\[ \int \frac {\sqrt {b+\sqrt {b^2+a x^2}}}{\left (b^2+a x^2\right )^{5/2}} \, dx=\int \frac {\sqrt {b + \sqrt {a x^{2} + b^{2}}}}{\left (a x^{2} + b^{2}\right )^{\frac {5}{2}}}\, dx \]

input
integrate((b+(a*x**2+b**2)**(1/2))**(1/2)/(a*x**2+b**2)**(5/2),x)
 
output
Integral(sqrt(b + sqrt(a*x**2 + b**2))/(a*x**2 + b**2)**(5/2), x)
 
3.20.53.7 Maxima [F]

\[ \int \frac {\sqrt {b+\sqrt {b^2+a x^2}}}{\left (b^2+a x^2\right )^{5/2}} \, dx=\int { \frac {\sqrt {b + \sqrt {a x^{2} + b^{2}}}}{{\left (a x^{2} + b^{2}\right )}^{\frac {5}{2}}} \,d x } \]

input
integrate((b+(a*x^2+b^2)^(1/2))^(1/2)/(a*x^2+b^2)^(5/2),x, algorithm="maxi 
ma")
 
output
integrate(sqrt(b + sqrt(a*x^2 + b^2))/(a*x^2 + b^2)^(5/2), x)
 
3.20.53.8 Giac [F]

\[ \int \frac {\sqrt {b+\sqrt {b^2+a x^2}}}{\left (b^2+a x^2\right )^{5/2}} \, dx=\int { \frac {\sqrt {b + \sqrt {a x^{2} + b^{2}}}}{{\left (a x^{2} + b^{2}\right )}^{\frac {5}{2}}} \,d x } \]

input
integrate((b+(a*x^2+b^2)^(1/2))^(1/2)/(a*x^2+b^2)^(5/2),x, algorithm="giac 
")
 
output
integrate(sqrt(b + sqrt(a*x^2 + b^2))/(a*x^2 + b^2)^(5/2), x)
 
3.20.53.9 Mupad [F(-1)]

Timed out. \[ \int \frac {\sqrt {b+\sqrt {b^2+a x^2}}}{\left (b^2+a x^2\right )^{5/2}} \, dx=\int \frac {\sqrt {b+\sqrt {b^2+a\,x^2}}}{{\left (b^2+a\,x^2\right )}^{5/2}} \,d x \]

input
int((b + (a*x^2 + b^2)^(1/2))^(1/2)/(a*x^2 + b^2)^(5/2),x)
 
output
int((b + (a*x^2 + b^2)^(1/2))^(1/2)/(a*x^2 + b^2)^(5/2), x)