\(\int \frac {1}{\sqrt {a+b x^2} \sqrt {c+d x^2} (e+f x^2)^{5/2}} \, dx\) [378]

Optimal result
Mathematica [F]
Rubi [F]
Maple [F]
Fricas [F]
Sympy [F]
Maxima [F]
Giac [F]
Mupad [F(-1)]
Reduce [F]

Optimal result

Integrand size = 34, antiderivative size = 449 \[ \int \frac {1}{\sqrt {a+b x^2} \sqrt {c+d x^2} \left (e+f x^2\right )^{5/2}} \, dx=\frac {f^2 x \sqrt {a+b x^2} \sqrt {c+d x^2}}{3 e (b e-a f) (d e-c f) \left (e+f x^2\right )^{3/2}}+\frac {2 c f (b e (3 d e-2 c f)-a f (2 d e-c f)) \sqrt {a+b x^2} \sqrt {\frac {e \left (c+d x^2\right )}{c \left (e+f x^2\right )}} E\left (\arcsin \left (\frac {\sqrt {-b e+a f} x}{\sqrt {a} \sqrt {e+f x^2}}\right )|\frac {a (d e-c f)}{c (b e-a f)}\right )}{3 \sqrt {a} e^2 (-b e+a f)^{3/2} (d e-c f)^2 \sqrt {c+d x^2} \sqrt {\frac {e \left (a+b x^2\right )}{a \left (e+f x^2\right )}}}+\frac {\left (a d f (3 d e-c f)-b \left (3 d^2 e^2-c^2 f^2\right )\right ) \sqrt {a+b x^2} \sqrt {\frac {e \left (c+d x^2\right )}{c \left (e+f x^2\right )}} \operatorname {EllipticF}\left (\arcsin \left (\frac {\sqrt {-b e+a f} x}{\sqrt {a} \sqrt {e+f x^2}}\right ),\frac {a (d e-c f)}{c (b e-a f)}\right )}{3 \sqrt {a} e (-b e+a f)^{3/2} (d e-c f)^2 \sqrt {c+d x^2} \sqrt {\frac {e \left (a+b x^2\right )}{a \left (e+f x^2\right )}}} \] Output:

1/3*f^2*x*(b*x^2+a)^(1/2)*(d*x^2+c)^(1/2)/e/(-a*f+b*e)/(-c*f+d*e)/(f*x^2+e 
)^(3/2)+2/3*c*f*(b*e*(-2*c*f+3*d*e)-a*f*(-c*f+2*d*e))*(b*x^2+a)^(1/2)*(e*( 
d*x^2+c)/c/(f*x^2+e))^(1/2)*EllipticE((a*f-b*e)^(1/2)*x/a^(1/2)/(f*x^2+e)^ 
(1/2),(a*(-c*f+d*e)/c/(-a*f+b*e))^(1/2))/a^(1/2)/e^2/(a*f-b*e)^(3/2)/(-c*f 
+d*e)^2/(d*x^2+c)^(1/2)/(e*(b*x^2+a)/a/(f*x^2+e))^(1/2)+1/3*(a*d*f*(-c*f+3 
*d*e)-b*(-c^2*f^2+3*d^2*e^2))*(b*x^2+a)^(1/2)*(e*(d*x^2+c)/c/(f*x^2+e))^(1 
/2)*EllipticF((a*f-b*e)^(1/2)*x/a^(1/2)/(f*x^2+e)^(1/2),(a*(-c*f+d*e)/c/(- 
a*f+b*e))^(1/2))/a^(1/2)/e/(a*f-b*e)^(3/2)/(-c*f+d*e)^2/(d*x^2+c)^(1/2)/(e 
*(b*x^2+a)/a/(f*x^2+e))^(1/2)
 

Mathematica [F]

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

Integrate[1/(Sqrt[a + b*x^2]*Sqrt[c + d*x^2]*(e + f*x^2)^(5/2)),x]
 

Output:

Integrate[1/(Sqrt[a + b*x^2]*Sqrt[c + d*x^2]*(e + f*x^2)^(5/2)), x]
 

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 {1}{\sqrt {a+b x^2} \sqrt {c+d x^2} \left (e+f x^2\right )^{5/2}} \, dx\)

\(\Big \downarrow \) 434

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

Input:

Int[1/(Sqrt[a + b*x^2]*Sqrt[c + d*x^2]*(e + f*x^2)^(5/2)),x]
 

Output:

$Aborted
 

Defintions of rubi rules used

rule 434
Int[((a_) + (b_.)*(x_)^2)^(p_.)*((c_) + (d_.)*(x_)^2)^(q_.)*((e_) + (f_.)*( 
x_)^2)^(r_.), x_Symbol] :> Unintegrable[(a + b*x^2)^p*(c + d*x^2)^q*(e + f* 
x^2)^r, x] /; FreeQ[{a, b, c, d, e, f, p, q, r}, x]
 
Maple [F]

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

Input:

int(1/(b*x^2+a)^(1/2)/(d*x^2+c)^(1/2)/(f*x^2+e)^(5/2),x)
 

Output:

int(1/(b*x^2+a)^(1/2)/(d*x^2+c)^(1/2)/(f*x^2+e)^(5/2),x)
 

Fricas [F]

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

integrate(1/(b*x^2+a)^(1/2)/(d*x^2+c)^(1/2)/(f*x^2+e)^(5/2),x, algorithm=" 
fricas")
 

Output:

integral(sqrt(b*x^2 + a)*sqrt(d*x^2 + c)*sqrt(f*x^2 + e)/(b*d*f^3*x^10 + ( 
3*b*d*e*f^2 + (b*c + a*d)*f^3)*x^8 + (3*b*d*e^2*f + a*c*f^3 + 3*(b*c + a*d 
)*e*f^2)*x^6 + a*c*e^3 + (b*d*e^3 + 3*a*c*e*f^2 + 3*(b*c + a*d)*e^2*f)*x^4 
 + (3*a*c*e^2*f + (b*c + a*d)*e^3)*x^2), x)
 

Sympy [F]

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

integrate(1/(b*x**2+a)**(1/2)/(d*x**2+c)**(1/2)/(f*x**2+e)**(5/2),x)
 

Output:

Integral(1/(sqrt(a + b*x**2)*sqrt(c + d*x**2)*(e + f*x**2)**(5/2)), x)
 

Maxima [F]

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

integrate(1/(b*x^2+a)^(1/2)/(d*x^2+c)^(1/2)/(f*x^2+e)^(5/2),x, algorithm=" 
maxima")
 

Output:

integrate(1/(sqrt(b*x^2 + a)*sqrt(d*x^2 + c)*(f*x^2 + e)^(5/2)), x)
 

Giac [F]

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

integrate(1/(b*x^2+a)^(1/2)/(d*x^2+c)^(1/2)/(f*x^2+e)^(5/2),x, algorithm=" 
giac")
 

Output:

integrate(1/(sqrt(b*x^2 + a)*sqrt(d*x^2 + c)*(f*x^2 + e)^(5/2)), x)
 

Mupad [F(-1)]

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

int(1/((a + b*x^2)^(1/2)*(c + d*x^2)^(1/2)*(e + f*x^2)^(5/2)),x)
 

Output:

int(1/((a + b*x^2)^(1/2)*(c + d*x^2)^(1/2)*(e + f*x^2)^(5/2)), x)
 

Reduce [F]

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

int(1/(b*x^2+a)^(1/2)/(d*x^2+c)^(1/2)/(f*x^2+e)^(5/2),x)
 

Output:

int(1/(b*x^2+a)^(1/2)/(d*x^2+c)^(1/2)/(f*x^2+e)^(5/2),x)