\(\int (d x)^m (c x^2)^{5/2} (a+b x)^p \, dx\) [463]

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 = 22, antiderivative size = 64 \[ \int (d x)^m \left (c x^2\right )^{5/2} (a+b x)^p \, dx=\frac {c^2 (d x)^{5+m} \sqrt {c x^2} (a+b x)^p \left (1+\frac {b x}{a}\right )^{-p} \operatorname {Hypergeometric2F1}\left (6+m,-p,7+m,-\frac {b x}{a}\right )}{d^5 (6+m)} \] Output:

c^2*(d*x)^(5+m)*(c*x^2)^(1/2)*(b*x+a)^p*hypergeom([-p, 6+m],[7+m],-b*x/a)/ 
d^5/(6+m)/((1+b*x/a)^p)
 

Mathematica [A] (verified)

Time = 0.05 (sec) , antiderivative size = 57, normalized size of antiderivative = 0.89 \[ \int (d x)^m \left (c x^2\right )^{5/2} (a+b x)^p \, dx=\frac {x (d x)^m \left (c x^2\right )^{5/2} (a+b x)^p \left (1+\frac {b x}{a}\right )^{-p} \operatorname {Hypergeometric2F1}\left (6+m,-p,7+m,-\frac {b x}{a}\right )}{6+m} \] Input:

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

Output:

(x*(d*x)^m*(c*x^2)^(5/2)*(a + b*x)^p*Hypergeometric2F1[6 + m, -p, 7 + m, - 
((b*x)/a)])/((6 + m)*(1 + (b*x)/a)^p)
 

Rubi [A] (verified)

Time = 0.31 (sec) , antiderivative size = 67, normalized size of antiderivative = 1.05, number of steps used = 3, number of rules used = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.136, Rules used = {30, 76, 74}

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

\(\Big \downarrow \) 30

\(\displaystyle \frac {c^2 \sqrt {c x^2} \int (d x)^{m+5} (a+b x)^pdx}{d^5 x}\)

\(\Big \downarrow \) 76

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

\(\Big \downarrow \) 74

\(\displaystyle \frac {c^2 \sqrt {c x^2} (d x)^{m+6} (a+b x)^p \left (\frac {b x}{a}+1\right )^{-p} \operatorname {Hypergeometric2F1}\left (m+6,-p,m+7,-\frac {b x}{a}\right )}{d^6 (m+6) x}\)

Input:

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

Output:

(c^2*(d*x)^(6 + m)*Sqrt[c*x^2]*(a + b*x)^p*Hypergeometric2F1[6 + m, -p, 7 
+ m, -((b*x)/a)])/(d^6*(6 + m)*x*(1 + (b*x)/a)^p)
 

Defintions of rubi rules used

rule 30
Int[(u_.)*((a_.)*(x_))^(m_.)*((b_.)*(x_)^(i_.))^(p_), x_Symbol] :> Simp[b^I 
ntPart[p]*((b*x^i)^FracPart[p]/(a^(i*IntPart[p])*(a*x)^(i*FracPart[p]))) 
Int[u*(a*x)^(m + i*p), x], x] /; FreeQ[{a, b, i, m, p}, x] && IntegerQ[i] & 
&  !IntegerQ[p]
 

rule 74
Int[((b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[c^n*((b*x 
)^(m + 1)/(b*(m + 1)))*Hypergeometric2F1[-n, m + 1, m + 2, (-d)*(x/c)], x] 
/; FreeQ[{b, c, d, m, n}, x] &&  !IntegerQ[m] && (IntegerQ[n] || (GtQ[c, 0] 
 &&  !(EqQ[n, -2^(-1)] && EqQ[c^2 - d^2, 0] && GtQ[-d/(b*c), 0])))
 

rule 76
Int[((b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[c^IntPart 
[n]*((c + d*x)^FracPart[n]/(1 + d*(x/c))^FracPart[n])   Int[(b*x)^m*(1 + d* 
(x/c))^n, x], x] /; FreeQ[{b, c, d, m, n}, x] &&  !IntegerQ[m] &&  !Integer 
Q[n] &&  !GtQ[c, 0] &&  !GtQ[-d/(b*c), 0] && ((RationalQ[m] &&  !(EqQ[n, -2 
^(-1)] && EqQ[c^2 - d^2, 0])) ||  !RationalQ[n])
 
Maple [F]

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

Input:

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

Output:

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

Fricas [F]

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

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

Output:

integral(sqrt(c*x^2)*(b*x + a)^p*(d*x)^m*c^2*x^4, x)
 

Sympy [F(-1)]

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

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

Output:

Timed out
 

Maxima [F]

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

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

Output:

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

Giac [F]

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

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

Output:

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

Mupad [F(-1)]

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

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

Output:

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

Reduce [F]

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

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

Output:

(d**m*sqrt(c)*c**2*( - x**m*(a + b*x)**p*a**6*m**5*p - 15*x**m*(a + b*x)** 
p*a**6*m**4*p - 85*x**m*(a + b*x)**p*a**6*m**3*p - 225*x**m*(a + b*x)**p*a 
**6*m**2*p - 274*x**m*(a + b*x)**p*a**6*m*p - 120*x**m*(a + b*x)**p*a**6*p 
 + x**m*(a + b*x)**p*a**5*b*m**5*p*x + x**m*(a + b*x)**p*a**5*b*m**4*p**2* 
x + 14*x**m*(a + b*x)**p*a**5*b*m**4*p*x + 14*x**m*(a + b*x)**p*a**5*b*m** 
3*p**2*x + 71*x**m*(a + b*x)**p*a**5*b*m**3*p*x + 71*x**m*(a + b*x)**p*a** 
5*b*m**2*p**2*x + 154*x**m*(a + b*x)**p*a**5*b*m**2*p*x + 154*x**m*(a + b* 
x)**p*a**5*b*m*p**2*x + 120*x**m*(a + b*x)**p*a**5*b*m*p*x + 120*x**m*(a + 
 b*x)**p*a**5*b*p**2*x - x**m*(a + b*x)**p*a**4*b**2*m**5*p*x**2 - 2*x**m* 
(a + b*x)**p*a**4*b**2*m**4*p**2*x**2 - 13*x**m*(a + b*x)**p*a**4*b**2*m** 
4*p*x**2 - x**m*(a + b*x)**p*a**4*b**2*m**3*p**3*x**2 - 25*x**m*(a + b*x)* 
*p*a**4*b**2*m**3*p**2*x**2 - 59*x**m*(a + b*x)**p*a**4*b**2*m**3*p*x**2 - 
 12*x**m*(a + b*x)**p*a**4*b**2*m**2*p**3*x**2 - 106*x**m*(a + b*x)**p*a** 
4*b**2*m**2*p**2*x**2 - 107*x**m*(a + b*x)**p*a**4*b**2*m**2*p*x**2 - 47*x 
**m*(a + b*x)**p*a**4*b**2*m*p**3*x**2 - 167*x**m*(a + b*x)**p*a**4*b**2*m 
*p**2*x**2 - 60*x**m*(a + b*x)**p*a**4*b**2*m*p*x**2 - 60*x**m*(a + b*x)** 
p*a**4*b**2*p**3*x**2 - 60*x**m*(a + b*x)**p*a**4*b**2*p**2*x**2 + x**m*(a 
 + b*x)**p*a**3*b**3*m**5*p*x**3 + 3*x**m*(a + b*x)**p*a**3*b**3*m**4*p**2 
*x**3 + 12*x**m*(a + b*x)**p*a**3*b**3*m**4*p*x**3 + 3*x**m*(a + b*x)**p*a 
**3*b**3*m**3*p**3*x**3 + 33*x**m*(a + b*x)**p*a**3*b**3*m**3*p**2*x**3...