\(\int \frac {(a+\frac {b}{x^2})^p (c+\frac {d}{x^2})^q}{(e x)^{5/2}} \, dx\) [209]

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

Optimal result

Integrand size = 26, antiderivative size = 91 \[ \int \frac {\left (a+\frac {b}{x^2}\right )^p \left (c+\frac {d}{x^2}\right )^q}{(e x)^{5/2}} \, dx=-\frac {2 \left (a+\frac {b}{x^2}\right )^p \left (1+\frac {b}{a x^2}\right )^{-p} \left (c+\frac {d}{x^2}\right )^q \left (1+\frac {d}{c x^2}\right )^{-q} \operatorname {AppellF1}\left (\frac {3}{4},-p,-q,\frac {7}{4},-\frac {b}{a x^2},-\frac {d}{c x^2}\right )}{3 e (e x)^{3/2}} \] Output:

-2/3*(a+b/x^2)^p*(c+d/x^2)^q*AppellF1(3/4,-p,-q,7/4,-b/a/x^2,-d/c/x^2)/e/( 
(1+b/a/x^2)^p)/((1+d/c/x^2)^q)/(e*x)^(3/2)
 

Mathematica [A] (verified)

Time = 0.40 (sec) , antiderivative size = 111, normalized size of antiderivative = 1.22 \[ \int \frac {\left (a+\frac {b}{x^2}\right )^p \left (c+\frac {d}{x^2}\right )^q}{(e x)^{5/2}} \, dx=-\frac {2 \left (a+\frac {b}{x^2}\right )^p \left (c+\frac {d}{x^2}\right )^q x \left (1+\frac {a x^2}{b}\right )^{-p} \left (1+\frac {c x^2}{d}\right )^{-q} \operatorname {AppellF1}\left (-\frac {3}{4}-p-q,-p,-q,\frac {1}{4}-p-q,-\frac {a x^2}{b},-\frac {c x^2}{d}\right )}{(3+4 p+4 q) (e x)^{5/2}} \] Input:

Integrate[((a + b/x^2)^p*(c + d/x^2)^q)/(e*x)^(5/2),x]
 

Output:

(-2*(a + b/x^2)^p*(c + d/x^2)^q*x*AppellF1[-3/4 - p - q, -p, -q, 1/4 - p - 
 q, -((a*x^2)/b), -((c*x^2)/d)])/((3 + 4*p + 4*q)*(e*x)^(5/2)*(1 + (a*x^2) 
/b)^p*(1 + (c*x^2)/d)^q)
 

Rubi [A] (verified)

Time = 0.49 (sec) , antiderivative size = 91, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 4, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.154, Rules used = {998, 1013, 1013, 1012}

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

\(\Big \downarrow \) 998

\(\displaystyle -\frac {2 \int \frac {\left (a+\frac {b}{x^2}\right )^p \left (c+\frac {d}{x^2}\right )^q}{e x}d\frac {1}{\sqrt {e x}}}{e}\)

\(\Big \downarrow \) 1013

\(\displaystyle -\frac {2 \left (a+\frac {b}{x^2}\right )^p \left (\frac {b}{a x^2}+1\right )^{-p} \int \frac {\left (\frac {b}{a x^2}+1\right )^p \left (c+\frac {d}{x^2}\right )^q}{e x}d\frac {1}{\sqrt {e x}}}{e}\)

\(\Big \downarrow \) 1013

\(\displaystyle -\frac {2 \left (a+\frac {b}{x^2}\right )^p \left (\frac {b}{a x^2}+1\right )^{-p} \left (c+\frac {d}{x^2}\right )^q \left (\frac {d}{c x^2}+1\right )^{-q} \int \frac {\left (\frac {b}{a x^2}+1\right )^p \left (\frac {d}{c x^2}+1\right )^q}{e x}d\frac {1}{\sqrt {e x}}}{e}\)

\(\Big \downarrow \) 1012

\(\displaystyle -\frac {2 \left (a+\frac {b}{x^2}\right )^p \left (\frac {b}{a x^2}+1\right )^{-p} \left (c+\frac {d}{x^2}\right )^q \left (\frac {d}{c x^2}+1\right )^{-q} \operatorname {AppellF1}\left (\frac {3}{4},-p,-q,\frac {7}{4},-\frac {b}{a x^2},-\frac {d}{c x^2}\right )}{3 e (e x)^{3/2}}\)

Input:

Int[((a + b/x^2)^p*(c + d/x^2)^q)/(e*x)^(5/2),x]
 

Output:

(-2*(a + b/x^2)^p*(c + d/x^2)^q*AppellF1[3/4, -p, -q, 7/4, -(b/(a*x^2)), - 
(d/(c*x^2))])/(3*e*(1 + b/(a*x^2))^p*(1 + d/(c*x^2))^q*(e*x)^(3/2))
 

Defintions of rubi rules used

rule 998
Int[((e_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_) 
)^(q_), x_Symbol] :> With[{g = Denominator[m]}, Simp[-g/e   Subst[Int[(a + 
b/(e^n*x^(g*n)))^p*((c + d/(e^n*x^(g*n)))^q/x^(g*(m + 1) + 1)), x], x, 1/(e 
*x)^(1/g)], x]] /; FreeQ[{a, b, c, d, e, p, q}, x] && ILtQ[n, 0] && Fractio 
nQ[m]
 

rule 1012
Int[((e_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_ 
))^(q_), x_Symbol] :> Simp[a^p*c^q*((e*x)^(m + 1)/(e*(m + 1)))*AppellF1[(m 
+ 1)/n, -p, -q, 1 + (m + 1)/n, (-b)*(x^n/a), (-d)*(x^n/c)], x] /; FreeQ[{a, 
 b, c, d, e, m, n, p, q}, x] && NeQ[b*c - a*d, 0] && NeQ[m, -1] && NeQ[m, n 
 - 1] && (IntegerQ[p] || GtQ[a, 0]) && (IntegerQ[q] || GtQ[c, 0])
 

rule 1013
Int[((e_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_ 
))^(q_), x_Symbol] :> Simp[a^IntPart[p]*((a + b*x^n)^FracPart[p]/(1 + b*(x^ 
n/a))^FracPart[p])   Int[(e*x)^m*(1 + b*(x^n/a))^p*(c + d*x^n)^q, x], x] /; 
 FreeQ[{a, b, c, d, e, m, n, p, q}, x] && NeQ[b*c - a*d, 0] && NeQ[m, -1] & 
& NeQ[m, n - 1] &&  !(IntegerQ[p] || GtQ[a, 0])
 
Maple [F]

\[\int \frac {\left (a +\frac {b}{x^{2}}\right )^{p} \left (c +\frac {d}{x^{2}}\right )^{q}}{\left (e x \right )^{\frac {5}{2}}}d x\]

Input:

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

Output:

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

Fricas [F]

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

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

Output:

integral(sqrt(e*x)*((a*x^2 + b)/x^2)^p*((c*x^2 + d)/x^2)^q/(e^3*x^3), x)
 

Sympy [F(-1)]

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

integrate((a+b/x**2)**p*(c+d/x**2)**q/(e*x)**(5/2),x)
 

Output:

Timed out
 

Maxima [F]

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

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

Output:

integrate((a + b/x^2)^p*(c + d/x^2)^q/(e*x)^(5/2), x)
 

Giac [F]

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

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

Output:

integrate((a + b/x^2)^p*(c + d/x^2)^q/(e*x)^(5/2), x)
 

Mupad [F(-1)]

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

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

Output:

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

Reduce [F]

\[ \int \frac {\left (a+\frac {b}{x^2}\right )^p \left (c+\frac {d}{x^2}\right )^q}{(e x)^{5/2}} \, dx=\text {too large to display} \] Input:

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

Output:

(2*sqrt(e)*( - (c*x**2 + d)**q*(a*x**2 + b)**p + 24*x**((4*p + 4*q + 1)/2) 
*int(((c*x**2 + d)**q*(a*x**2 + b)**p*x**2)/(16*x**((4*p + 4*q + 1)/2)*a** 
2*c*d*p*q*x**4 + 12*x**((4*p + 4*q + 1)/2)*a**2*c*d*p*x**4 + 16*x**((4*p + 
 4*q + 1)/2)*a**2*c*d*q**2*x**4 + 24*x**((4*p + 4*q + 1)/2)*a**2*c*d*q*x** 
4 + 9*x**((4*p + 4*q + 1)/2)*a**2*c*d*x**4 + 16*x**((4*p + 4*q + 1)/2)*a** 
2*d**2*p*q*x**2 + 12*x**((4*p + 4*q + 1)/2)*a**2*d**2*p*x**2 + 16*x**((4*p 
 + 4*q + 1)/2)*a**2*d**2*q**2*x**2 + 24*x**((4*p + 4*q + 1)/2)*a**2*d**2*q 
*x**2 + 9*x**((4*p + 4*q + 1)/2)*a**2*d**2*x**2 + 16*x**((4*p + 4*q + 1)/2 
)*a*b*c**2*p**2*x**4 + 16*x**((4*p + 4*q + 1)/2)*a*b*c**2*p*q*x**4 + 24*x* 
*((4*p + 4*q + 1)/2)*a*b*c**2*p*x**4 + 12*x**((4*p + 4*q + 1)/2)*a*b*c**2* 
q*x**4 + 9*x**((4*p + 4*q + 1)/2)*a*b*c**2*x**4 + 16*x**((4*p + 4*q + 1)/2 
)*a*b*c*d*p**2*x**2 + 32*x**((4*p + 4*q + 1)/2)*a*b*c*d*p*q*x**2 + 36*x**( 
(4*p + 4*q + 1)/2)*a*b*c*d*p*x**2 + 16*x**((4*p + 4*q + 1)/2)*a*b*c*d*q**2 
*x**2 + 36*x**((4*p + 4*q + 1)/2)*a*b*c*d*q*x**2 + 18*x**((4*p + 4*q + 1)/ 
2)*a*b*c*d*x**2 + 16*x**((4*p + 4*q + 1)/2)*a*b*d**2*p*q + 12*x**((4*p + 4 
*q + 1)/2)*a*b*d**2*p + 16*x**((4*p + 4*q + 1)/2)*a*b*d**2*q**2 + 24*x**(( 
4*p + 4*q + 1)/2)*a*b*d**2*q + 9*x**((4*p + 4*q + 1)/2)*a*b*d**2 + 16*x**( 
(4*p + 4*q + 1)/2)*b**2*c**2*p**2*x**2 + 16*x**((4*p + 4*q + 1)/2)*b**2*c* 
*2*p*q*x**2 + 24*x**((4*p + 4*q + 1)/2)*b**2*c**2*p*x**2 + 12*x**((4*p + 4 
*q + 1)/2)*b**2*c**2*q*x**2 + 9*x**((4*p + 4*q + 1)/2)*b**2*c**2*x**2 +...