\(\int (e x)^{-4-2 p} (c+d x) (a+b x^2)^p \, dx\) [343]

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

Optimal result

Integrand size = 24, antiderivative size = 113 \[ \int (e x)^{-4-2 p} (c+d x) \left (a+b x^2\right )^p \, dx=-\frac {d (e x)^{-2 (1+p)} \left (a+b x^2\right )^{1+p}}{2 a e^2 (1+p)}-\frac {c (e x)^{-3-2 p} \left (a+b x^2\right )^p \left (1+\frac {b x^2}{a}\right )^{-p} \operatorname {Hypergeometric2F1}\left (\frac {1}{2} (-3-2 p),-p,\frac {1}{2} (-1-2 p),-\frac {b x^2}{a}\right )}{e (3+2 p)} \] Output:

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

Mathematica [A] (verified)

Time = 0.00 (sec) , antiderivative size = 96, normalized size of antiderivative = 0.85 \[ \int (e x)^{-4-2 p} (c+d x) \left (a+b x^2\right )^p \, dx=\frac {(e x)^{-2 p} \left (a+b x^2\right )^p \left (-\frac {d x \left (a+b x^2\right )}{2 a (1+p)}-\frac {c \left (1+\frac {b x^2}{a}\right )^{-p} \operatorname {Hypergeometric2F1}\left (-\frac {3}{2}-p,-p,-\frac {1}{2}-p,-\frac {b x^2}{a}\right )}{3+2 p}\right )}{e^4 x^3} \] Input:

Integrate[(e*x)^(-4 - 2*p)*(c + d*x)*(a + b*x^2)^p,x]
 

Output:

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

Rubi [A] (verified)

Time = 0.23 (sec) , antiderivative size = 113, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {557, 242, 279, 278}

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

\(\Big \downarrow \) 557

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

\(\Big \downarrow \) 242

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

\(\Big \downarrow \) 279

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

\(\Big \downarrow \) 278

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

Input:

Int[(e*x)^(-4 - 2*p)*(c + d*x)*(a + b*x^2)^p,x]
 

Output:

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

Defintions of rubi rules used

rule 242
Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^2)^(p_), x_Symbol] :> Simp[(c*x)^ 
(m + 1)*((a + b*x^2)^(p + 1)/(a*c*(m + 1))), x] /; FreeQ[{a, b, c, m, p}, x 
] && EqQ[m + 2*p + 3, 0] && NeQ[m, -1]
 

rule 278
Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^2)^(p_), x_Symbol] :> Simp[a^p*(( 
c*x)^(m + 1)/(c*(m + 1)))*Hypergeometric2F1[-p, (m + 1)/2, (m + 1)/2 + 1, ( 
-b)*(x^2/a)], x] /; FreeQ[{a, b, c, m, p}, x] &&  !IGtQ[p, 0] && (ILtQ[p, 0 
] || GtQ[a, 0])
 

rule 279
Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^2)^(p_), x_Symbol] :> Simp[a^IntP 
art[p]*((a + b*x^2)^FracPart[p]/(1 + b*(x^2/a))^FracPart[p])   Int[(c*x)^m* 
(1 + b*(x^2/a))^p, x], x] /; FreeQ[{a, b, c, m, p}, x] &&  !IGtQ[p, 0] && 
!(ILtQ[p, 0] || GtQ[a, 0])
 

rule 557
Int[((e_.)*(x_))^(m_)*((c_) + (d_.)*(x_))*((a_) + (b_.)*(x_)^2)^(p_), x_Sym 
bol] :> Simp[c   Int[(e*x)^m*(a + b*x^2)^p, x], x] + Simp[d/e   Int[(e*x)^( 
m + 1)*(a + b*x^2)^p, x], x] /; FreeQ[{a, b, c, d, e, m, p}, x]
 
Maple [F]

\[\int \left (e x \right )^{-4-2 p} \left (d x +c \right ) \left (b \,x^{2}+a \right )^{p}d x\]

Input:

int((e*x)^(-4-2*p)*(d*x+c)*(b*x^2+a)^p,x)
 

Output:

int((e*x)^(-4-2*p)*(d*x+c)*(b*x^2+a)^p,x)
 

Fricas [F]

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

integrate((e*x)^(-4-2*p)*(d*x+c)*(b*x^2+a)^p,x, algorithm="fricas")
 

Output:

integral((d*x + c)*(b*x^2 + a)^p*(e*x)^(-2*p - 4), x)
 

Sympy [C] (verification not implemented)

Result contains complex when optimal does not.

Time = 33.92 (sec) , antiderivative size = 112, normalized size of antiderivative = 0.99 \[ \int (e x)^{-4-2 p} (c+d x) \left (a+b x^2\right )^p \, dx=\frac {a^{p} c e^{- 2 p - 4} x^{- 2 p - 3} \Gamma \left (- p - \frac {3}{2}\right ) {{}_{2}F_{1}\left (\begin {matrix} - p, - p - \frac {3}{2} \\ - p - \frac {1}{2} \end {matrix}\middle | {\frac {b x^{2} e^{i \pi }}{a}} \right )}}{2 \Gamma \left (- p - \frac {1}{2}\right )} + \frac {a^{p} d e^{- 2 p - 4} x^{- 2 p - 2} \left (1 + \frac {b x^{2}}{a}\right )^{p + 1} \Gamma \left (- p - 1\right )}{2 \Gamma \left (- p\right )} \] Input:

integrate((e*x)**(-4-2*p)*(d*x+c)*(b*x**2+a)**p,x)
 

Output:

a**p*c*e**(-2*p - 4)*x**(-2*p - 3)*gamma(-p - 3/2)*hyper((-p, -p - 3/2), ( 
-p - 1/2,), b*x**2*exp_polar(I*pi)/a)/(2*gamma(-p - 1/2)) + a**p*d*e**(-2* 
p - 4)*x**(-2*p - 2)*(1 + b*x**2/a)**(p + 1)*gamma(-p - 1)/(2*gamma(-p))
 

Maxima [F]

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

integrate((e*x)^(-4-2*p)*(d*x+c)*(b*x^2+a)^p,x, algorithm="maxima")
 

Output:

integrate((d*x + c)*(b*x^2 + a)^p*(e*x)^(-2*p - 4), x)
 

Giac [F]

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

integrate((e*x)^(-4-2*p)*(d*x+c)*(b*x^2+a)^p,x, algorithm="giac")
 

Output:

integrate((d*x + c)*(b*x^2 + a)^p*(e*x)^(-2*p - 4), x)
                                                                                    
                                                                                    
 

Mupad [F(-1)]

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

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

Output:

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

Reduce [F]

\[ \int (e x)^{-4-2 p} (c+d x) \left (a+b x^2\right )^p \, dx=\frac {-2 \left (b \,x^{2}+a \right )^{p} a c p -2 \left (b \,x^{2}+a \right )^{p} a c -2 \left (b \,x^{2}+a \right )^{p} a d p x -3 \left (b \,x^{2}+a \right )^{p} a d x -2 \left (b \,x^{2}+a \right )^{p} b d p \,x^{3}-3 \left (b \,x^{2}+a \right )^{p} b d \,x^{3}+8 x^{2 p} \left (\int \frac {\left (b \,x^{2}+a \right )^{p}}{2 x^{2 p} a p \,x^{2}+3 x^{2 p} a \,x^{2}+2 x^{2 p} b p \,x^{4}+3 x^{2 p} b \,x^{4}}d x \right ) a b c \,p^{3} x^{3}+20 x^{2 p} \left (\int \frac {\left (b \,x^{2}+a \right )^{p}}{2 x^{2 p} a p \,x^{2}+3 x^{2 p} a \,x^{2}+2 x^{2 p} b p \,x^{4}+3 x^{2 p} b \,x^{4}}d x \right ) a b c \,p^{2} x^{3}+12 x^{2 p} \left (\int \frac {\left (b \,x^{2}+a \right )^{p}}{2 x^{2 p} a p \,x^{2}+3 x^{2 p} a \,x^{2}+2 x^{2 p} b p \,x^{4}+3 x^{2 p} b \,x^{4}}d x \right ) a b c p \,x^{3}}{2 x^{2 p} e^{2 p} a \,e^{4} x^{3} \left (2 p^{2}+5 p +3\right )} \] Input:

int((e*x)^(-4-2*p)*(d*x+c)*(b*x^2+a)^p,x)
 

Output:

( - 2*(a + b*x**2)**p*a*c*p - 2*(a + b*x**2)**p*a*c - 2*(a + b*x**2)**p*a* 
d*p*x - 3*(a + b*x**2)**p*a*d*x - 2*(a + b*x**2)**p*b*d*p*x**3 - 3*(a + b* 
x**2)**p*b*d*x**3 + 8*x**(2*p)*int((a + b*x**2)**p/(2*x**(2*p)*a*p*x**2 + 
3*x**(2*p)*a*x**2 + 2*x**(2*p)*b*p*x**4 + 3*x**(2*p)*b*x**4),x)*a*b*c*p**3 
*x**3 + 20*x**(2*p)*int((a + b*x**2)**p/(2*x**(2*p)*a*p*x**2 + 3*x**(2*p)* 
a*x**2 + 2*x**(2*p)*b*p*x**4 + 3*x**(2*p)*b*x**4),x)*a*b*c*p**2*x**3 + 12* 
x**(2*p)*int((a + b*x**2)**p/(2*x**(2*p)*a*p*x**2 + 3*x**(2*p)*a*x**2 + 2* 
x**(2*p)*b*p*x**4 + 3*x**(2*p)*b*x**4),x)*a*b*c*p*x**3)/(2*x**(2*p)*e**(2* 
p)*a*e**4*x**3*(2*p**2 + 5*p + 3))