\(\int \frac {\sqrt [3]{a-b x}}{(a+b x)^{8/3}} \, dx\) [152]

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

Optimal result

Integrand size = 20, antiderivative size = 338 \[ \int \frac {\sqrt [3]{a-b x}}{(a+b x)^{8/3}} \, dx=-\frac {3 \sqrt [3]{a-b x}}{5 b (a+b x)^{5/3}}+\frac {3 \sqrt [3]{a-b x}}{20 a b (a+b x)^{2/3}}-\frac {3^{3/4} \sqrt {2-\sqrt {3}} a \left (1-\frac {b^2 x^2}{a^2}\right )^{2/3} \left (1-\sqrt [3]{1-\frac {b^2 x^2}{a^2}}\right ) \sqrt {\frac {1+\sqrt [3]{1-\frac {b^2 x^2}{a^2}}+\left (1-\frac {b^2 x^2}{a^2}\right )^{2/3}}{\left (1-\sqrt {3}-\sqrt [3]{1-\frac {b^2 x^2}{a^2}}\right )^2}} \operatorname {EllipticF}\left (\arcsin \left (\frac {1+\sqrt {3}-\sqrt [3]{1-\frac {b^2 x^2}{a^2}}}{1-\sqrt {3}-\sqrt [3]{1-\frac {b^2 x^2}{a^2}}}\right ),-7+4 \sqrt {3}\right )}{20 b^2 x (a-b x)^{2/3} (a+b x)^{2/3} \sqrt {-\frac {1-\sqrt [3]{1-\frac {b^2 x^2}{a^2}}}{\left (1-\sqrt {3}-\sqrt [3]{1-\frac {b^2 x^2}{a^2}}\right )^2}}} \] Output:

-3/5*(-b*x+a)^(1/3)/b/(b*x+a)^(5/3)+3/20*(-b*x+a)^(1/3)/a/b/(b*x+a)^(2/3)- 
1/20*3^(3/4)*(1/2*6^(1/2)-1/2*2^(1/2))*a*(1-b^2*x^2/a^2)^(2/3)*(1-(1-b^2*x 
^2/a^2)^(1/3))*((1+(1-b^2*x^2/a^2)^(1/3)+(1-b^2*x^2/a^2)^(2/3))/(1-3^(1/2) 
-(1-b^2*x^2/a^2)^(1/3))^2)^(1/2)*EllipticF((1+3^(1/2)-(1-b^2*x^2/a^2)^(1/3 
))/(1-3^(1/2)-(1-b^2*x^2/a^2)^(1/3)),2*I-I*3^(1/2))/b^2/x/(-b*x+a)^(2/3)/( 
b*x+a)^(2/3)/(-(1-(1-b^2*x^2/a^2)^(1/3))/(1-3^(1/2)-(1-b^2*x^2/a^2)^(1/3)) 
^2)^(1/2)
 

Mathematica [C] (verified)

Result contains higher order function than in optimal. Order 5 vs. order 4 in optimal.

Time = 0.02 (sec) , antiderivative size = 70, normalized size of antiderivative = 0.21 \[ \int \frac {\sqrt [3]{a-b x}}{(a+b x)^{8/3}} \, dx=-\frac {3 (a-b x)^{4/3} \left (\frac {a+b x}{a}\right )^{2/3} \operatorname {Hypergeometric2F1}\left (\frac {4}{3},\frac {8}{3},\frac {7}{3},\frac {a-b x}{2 a}\right )}{16\ 2^{2/3} a^2 b (a+b x)^{2/3}} \] Input:

Integrate[(a - b*x)^(1/3)/(a + b*x)^(8/3),x]
 

Output:

(-3*(a - b*x)^(4/3)*((a + b*x)/a)^(2/3)*Hypergeometric2F1[4/3, 8/3, 7/3, ( 
a - b*x)/(2*a)])/(16*2^(2/3)*a^2*b*(a + b*x)^(2/3))
 

Rubi [C] (verified)

Result contains higher order function than in optimal. Order 5 vs. order 4 in optimal.

Time = 0.15 (sec) , antiderivative size = 70, normalized size of antiderivative = 0.21, number of steps used = 3, number of rules used = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.150, Rules used = {80, 27, 79}

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 [3]{a-b x}}{(a+b x)^{8/3}} \, dx\)

\(\Big \downarrow \) 80

\(\displaystyle \frac {\left (\frac {a+b x}{a}\right )^{2/3} \int \frac {4\ 2^{2/3} \sqrt [3]{a-b x}}{\left (\frac {b x}{a}+1\right )^{8/3}}dx}{4\ 2^{2/3} a^2 (a+b x)^{2/3}}\)

\(\Big \downarrow \) 27

\(\displaystyle \frac {\left (\frac {a+b x}{a}\right )^{2/3} \int \frac {\sqrt [3]{a-b x}}{\left (\frac {b x}{a}+1\right )^{8/3}}dx}{a^2 (a+b x)^{2/3}}\)

\(\Big \downarrow \) 79

\(\displaystyle -\frac {3 (a-b x)^{4/3} \left (\frac {a+b x}{a}\right )^{2/3} \operatorname {Hypergeometric2F1}\left (\frac {4}{3},\frac {8}{3},\frac {7}{3},\frac {a-b x}{2 a}\right )}{16\ 2^{2/3} a^2 b (a+b x)^{2/3}}\)

Input:

Int[(a - b*x)^(1/3)/(a + b*x)^(8/3),x]
 

Output:

(-3*(a - b*x)^(4/3)*((a + b*x)/a)^(2/3)*Hypergeometric2F1[4/3, 8/3, 7/3, ( 
a - b*x)/(2*a)])/(16*2^(2/3)*a^2*b*(a + b*x)^(2/3))
 

Defintions of rubi rules used

rule 27
Int[(a_)*(Fx_), x_Symbol] :> Simp[a   Int[Fx, x], x] /; FreeQ[a, x] &&  !Ma 
tchQ[Fx, (b_)*(Gx_) /; FreeQ[b, x]]
 

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

rule 80
Int[((a_) + (b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[(c 
 + d*x)^FracPart[n]/((b/(b*c - a*d))^IntPart[n]*(b*((c + d*x)/(b*c - a*d))) 
^FracPart[n])   Int[(a + b*x)^m*Simp[b*(c/(b*c - a*d)) + b*d*(x/(b*c - a*d) 
), x]^n, x], x] /; FreeQ[{a, b, c, d, m, n}, x] &&  !IntegerQ[m] &&  !Integ 
erQ[n] && (RationalQ[m] ||  !SimplerQ[n + 1, m + 1])
 
Maple [F]

\[\int \frac {\left (-b x +a \right )^{\frac {1}{3}}}{\left (b x +a \right )^{\frac {8}{3}}}d x\]

Input:

int((-b*x+a)^(1/3)/(b*x+a)^(8/3),x)
 

Output:

int((-b*x+a)^(1/3)/(b*x+a)^(8/3),x)
 

Fricas [F]

\[ \int \frac {\sqrt [3]{a-b x}}{(a+b x)^{8/3}} \, dx=\int { \frac {{\left (-b x + a\right )}^{\frac {1}{3}}}{{\left (b x + a\right )}^{\frac {8}{3}}} \,d x } \] Input:

integrate((-b*x+a)^(1/3)/(b*x+a)^(8/3),x, algorithm="fricas")
 

Output:

integral((b*x + a)^(1/3)*(-b*x + a)^(1/3)/(b^3*x^3 + 3*a*b^2*x^2 + 3*a^2*b 
*x + a^3), x)
 

Sympy [F]

\[ \int \frac {\sqrt [3]{a-b x}}{(a+b x)^{8/3}} \, dx=\int \frac {\sqrt [3]{a - b x}}{\left (a + b x\right )^{\frac {8}{3}}}\, dx \] Input:

integrate((-b*x+a)**(1/3)/(b*x+a)**(8/3),x)
 

Output:

Integral((a - b*x)**(1/3)/(a + b*x)**(8/3), x)
 

Maxima [F]

\[ \int \frac {\sqrt [3]{a-b x}}{(a+b x)^{8/3}} \, dx=\int { \frac {{\left (-b x + a\right )}^{\frac {1}{3}}}{{\left (b x + a\right )}^{\frac {8}{3}}} \,d x } \] Input:

integrate((-b*x+a)^(1/3)/(b*x+a)^(8/3),x, algorithm="maxima")
 

Output:

integrate((-b*x + a)^(1/3)/(b*x + a)^(8/3), x)
 

Giac [F]

\[ \int \frac {\sqrt [3]{a-b x}}{(a+b x)^{8/3}} \, dx=\int { \frac {{\left (-b x + a\right )}^{\frac {1}{3}}}{{\left (b x + a\right )}^{\frac {8}{3}}} \,d x } \] Input:

integrate((-b*x+a)^(1/3)/(b*x+a)^(8/3),x, algorithm="giac")
 

Output:

integrate((-b*x + a)^(1/3)/(b*x + a)^(8/3), x)
 

Mupad [F(-1)]

Timed out. \[ \int \frac {\sqrt [3]{a-b x}}{(a+b x)^{8/3}} \, dx=\int \frac {{\left (a-b\,x\right )}^{1/3}}{{\left (a+b\,x\right )}^{8/3}} \,d x \] Input:

int((a - b*x)^(1/3)/(a + b*x)^(8/3),x)
 

Output:

int((a - b*x)^(1/3)/(a + b*x)^(8/3), x)
 

Reduce [F]

\[ \int \frac {\sqrt [3]{a-b x}}{(a+b x)^{8/3}} \, dx=\int \frac {\left (-b x +a \right )^{\frac {1}{3}}}{\left (b x +a \right )^{\frac {2}{3}} a^{2}+2 \left (b x +a \right )^{\frac {2}{3}} a b x +\left (b x +a \right )^{\frac {2}{3}} b^{2} x^{2}}d x \] Input:

int((-b*x+a)^(1/3)/(b*x+a)^(8/3),x)
 

Output:

int((a - b*x)**(1/3)/((a + b*x)**(2/3)*a**2 + 2*(a + b*x)**(2/3)*a*b*x + ( 
a + b*x)**(2/3)*b**2*x**2),x)