3.22.11 \(\int \frac {1}{x^6 (-b+a x^5)^{3/4}} \, dx\) [2111]

3.22.11.1 Optimal result
3.22.11.2 Mathematica [A] (verified)
3.22.11.3 Rubi [A] (warning: unable to verify)
3.22.11.4 Maple [A] (verified)
3.22.11.5 Fricas [C] (verification not implemented)
3.22.11.6 Sympy [C] (verification not implemented)
3.22.11.7 Maxima [A] (verification not implemented)
3.22.11.8 Giac [A] (verification not implemented)
3.22.11.9 Mupad [B] (verification not implemented)

3.22.11.1 Optimal result

Integrand size = 17, antiderivative size = 153 \[ \int \frac {1}{x^6 \left (-b+a x^5\right )^{3/4}} \, dx=\frac {\sqrt [4]{-b+a x^5}}{5 b x^5}-\frac {3 a \arctan \left (\frac {\sqrt {2} \sqrt [4]{b} \sqrt [4]{-b+a x^5}}{-\sqrt {b}+\sqrt {-b+a x^5}}\right )}{10 \sqrt {2} b^{7/4}}+\frac {3 a \text {arctanh}\left (\frac {\frac {\sqrt [4]{b}}{\sqrt {2}}+\frac {\sqrt {-b+a x^5}}{\sqrt {2} \sqrt [4]{b}}}{\sqrt [4]{-b+a x^5}}\right )}{10 \sqrt {2} b^{7/4}} \]

output
1/5*(a*x^5-b)^(1/4)/b/x^5-3/20*a*arctan(2^(1/2)*b^(1/4)*(a*x^5-b)^(1/4)/(- 
b^(1/2)+(a*x^5-b)^(1/2)))*2^(1/2)/b^(7/4)+3/20*a*arctanh((1/2*b^(1/4)*2^(1 
/2)+1/2*(a*x^5-b)^(1/2)*2^(1/2)/b^(1/4))/(a*x^5-b)^(1/4))*2^(1/2)/b^(7/4)
 
3.22.11.2 Mathematica [A] (verified)

Time = 0.24 (sec) , antiderivative size = 147, normalized size of antiderivative = 0.96 \[ \int \frac {1}{x^6 \left (-b+a x^5\right )^{3/4}} \, dx=\frac {4 b^{3/4} \sqrt [4]{-b+a x^5}+3 \sqrt {2} a x^5 \arctan \left (\frac {-\sqrt {b}+\sqrt {-b+a x^5}}{\sqrt {2} \sqrt [4]{b} \sqrt [4]{-b+a x^5}}\right )+3 \sqrt {2} a x^5 \text {arctanh}\left (\frac {\sqrt {2} \sqrt [4]{b} \sqrt [4]{-b+a x^5}}{\sqrt {b}+\sqrt {-b+a x^5}}\right )}{20 b^{7/4} x^5} \]

input
Integrate[1/(x^6*(-b + a*x^5)^(3/4)),x]
 
output
(4*b^(3/4)*(-b + a*x^5)^(1/4) + 3*Sqrt[2]*a*x^5*ArcTan[(-Sqrt[b] + Sqrt[-b 
 + a*x^5])/(Sqrt[2]*b^(1/4)*(-b + a*x^5)^(1/4))] + 3*Sqrt[2]*a*x^5*ArcTanh 
[(Sqrt[2]*b^(1/4)*(-b + a*x^5)^(1/4))/(Sqrt[b] + Sqrt[-b + a*x^5])])/(20*b 
^(7/4)*x^5)
 
3.22.11.3 Rubi [A] (warning: unable to verify)

Time = 0.37 (sec) , antiderivative size = 228, normalized size of antiderivative = 1.49, number of steps used = 13, number of rules used = 12, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.706, Rules used = {798, 52, 73, 755, 27, 1476, 1082, 217, 1479, 25, 27, 1103}

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}{x^6 \left (a x^5-b\right )^{3/4}} \, dx\)

\(\Big \downarrow \) 798

\(\displaystyle \frac {1}{5} \int \frac {1}{x^{10} \left (a x^5-b\right )^{3/4}}dx^5\)

\(\Big \downarrow \) 52

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

\(\Big \downarrow \) 73

\(\displaystyle \frac {1}{5} \left (\frac {3 \int \frac {1}{\frac {x^{20}}{a}+\frac {b}{a}}d\sqrt [4]{a x^5-b}}{b}+\frac {\sqrt [4]{a x^5-b}}{b x^5}\right )\)

\(\Big \downarrow \) 755

\(\displaystyle \frac {1}{5} \left (\frac {3 \left (\frac {\int \frac {a \left (\sqrt {b}-x^{10}\right )}{x^{20}+b}d\sqrt [4]{a x^5-b}}{2 \sqrt {b}}+\frac {\int \frac {a \left (x^{10}+\sqrt {b}\right )}{x^{20}+b}d\sqrt [4]{a x^5-b}}{2 \sqrt {b}}\right )}{b}+\frac {\sqrt [4]{a x^5-b}}{b x^5}\right )\)

\(\Big \downarrow \) 27

\(\displaystyle \frac {1}{5} \left (\frac {3 \left (\frac {a \int \frac {\sqrt {b}-x^{10}}{x^{20}+b}d\sqrt [4]{a x^5-b}}{2 \sqrt {b}}+\frac {a \int \frac {x^{10}+\sqrt {b}}{x^{20}+b}d\sqrt [4]{a x^5-b}}{2 \sqrt {b}}\right )}{b}+\frac {\sqrt [4]{a x^5-b}}{b x^5}\right )\)

\(\Big \downarrow \) 1476

\(\displaystyle \frac {1}{5} \left (\frac {3 \left (\frac {a \left (\frac {1}{2} \int \frac {1}{x^{10}+\sqrt {b}-\sqrt {2} \sqrt [4]{b} \sqrt [4]{a x^5-b}}d\sqrt [4]{a x^5-b}+\frac {1}{2} \int \frac {1}{x^{10}+\sqrt {b}+\sqrt {2} \sqrt [4]{b} \sqrt [4]{a x^5-b}}d\sqrt [4]{a x^5-b}\right )}{2 \sqrt {b}}+\frac {a \int \frac {\sqrt {b}-x^{10}}{x^{20}+b}d\sqrt [4]{a x^5-b}}{2 \sqrt {b}}\right )}{b}+\frac {\sqrt [4]{a x^5-b}}{b x^5}\right )\)

\(\Big \downarrow \) 1082

\(\displaystyle \frac {1}{5} \left (\frac {3 \left (\frac {a \left (\frac {\int \frac {1}{-x^{10}-1}d\left (1-\frac {\sqrt {2} \sqrt [4]{a x^5-b}}{\sqrt [4]{b}}\right )}{\sqrt {2} \sqrt [4]{b}}-\frac {\int \frac {1}{-x^{10}-1}d\left (\frac {\sqrt {2} \sqrt [4]{a x^5-b}}{\sqrt [4]{b}}+1\right )}{\sqrt {2} \sqrt [4]{b}}\right )}{2 \sqrt {b}}+\frac {a \int \frac {\sqrt {b}-x^{10}}{x^{20}+b}d\sqrt [4]{a x^5-b}}{2 \sqrt {b}}\right )}{b}+\frac {\sqrt [4]{a x^5-b}}{b x^5}\right )\)

\(\Big \downarrow \) 217

\(\displaystyle \frac {1}{5} \left (\frac {3 \left (\frac {a \int \frac {\sqrt {b}-x^{10}}{x^{20}+b}d\sqrt [4]{a x^5-b}}{2 \sqrt {b}}+\frac {a \left (\frac {\arctan \left (\frac {\sqrt {2} \sqrt [4]{a x^5-b}}{\sqrt [4]{b}}+1\right )}{\sqrt {2} \sqrt [4]{b}}-\frac {\arctan \left (1-\frac {\sqrt {2} \sqrt [4]{a x^5-b}}{\sqrt [4]{b}}\right )}{\sqrt {2} \sqrt [4]{b}}\right )}{2 \sqrt {b}}\right )}{b}+\frac {\sqrt [4]{a x^5-b}}{b x^5}\right )\)

\(\Big \downarrow \) 1479

\(\displaystyle \frac {1}{5} \left (\frac {3 \left (\frac {a \left (-\frac {\int -\frac {\sqrt {2} \sqrt [4]{b}-2 \sqrt [4]{a x^5-b}}{x^{10}+\sqrt {b}-\sqrt {2} \sqrt [4]{b} \sqrt [4]{a x^5-b}}d\sqrt [4]{a x^5-b}}{2 \sqrt {2} \sqrt [4]{b}}-\frac {\int -\frac {\sqrt {2} \left (\sqrt [4]{b}+\sqrt {2} \sqrt [4]{a x^5-b}\right )}{x^{10}+\sqrt {b}+\sqrt {2} \sqrt [4]{b} \sqrt [4]{a x^5-b}}d\sqrt [4]{a x^5-b}}{2 \sqrt {2} \sqrt [4]{b}}\right )}{2 \sqrt {b}}+\frac {a \left (\frac {\arctan \left (\frac {\sqrt {2} \sqrt [4]{a x^5-b}}{\sqrt [4]{b}}+1\right )}{\sqrt {2} \sqrt [4]{b}}-\frac {\arctan \left (1-\frac {\sqrt {2} \sqrt [4]{a x^5-b}}{\sqrt [4]{b}}\right )}{\sqrt {2} \sqrt [4]{b}}\right )}{2 \sqrt {b}}\right )}{b}+\frac {\sqrt [4]{a x^5-b}}{b x^5}\right )\)

\(\Big \downarrow \) 25

\(\displaystyle \frac {1}{5} \left (\frac {3 \left (\frac {a \left (\frac {\int \frac {\sqrt {2} \sqrt [4]{b}-2 \sqrt [4]{a x^5-b}}{x^{10}+\sqrt {b}-\sqrt {2} \sqrt [4]{b} \sqrt [4]{a x^5-b}}d\sqrt [4]{a x^5-b}}{2 \sqrt {2} \sqrt [4]{b}}+\frac {\int \frac {\sqrt {2} \left (\sqrt [4]{b}+\sqrt {2} \sqrt [4]{a x^5-b}\right )}{x^{10}+\sqrt {b}+\sqrt {2} \sqrt [4]{b} \sqrt [4]{a x^5-b}}d\sqrt [4]{a x^5-b}}{2 \sqrt {2} \sqrt [4]{b}}\right )}{2 \sqrt {b}}+\frac {a \left (\frac {\arctan \left (\frac {\sqrt {2} \sqrt [4]{a x^5-b}}{\sqrt [4]{b}}+1\right )}{\sqrt {2} \sqrt [4]{b}}-\frac {\arctan \left (1-\frac {\sqrt {2} \sqrt [4]{a x^5-b}}{\sqrt [4]{b}}\right )}{\sqrt {2} \sqrt [4]{b}}\right )}{2 \sqrt {b}}\right )}{b}+\frac {\sqrt [4]{a x^5-b}}{b x^5}\right )\)

\(\Big \downarrow \) 27

\(\displaystyle \frac {1}{5} \left (\frac {3 \left (\frac {a \left (\frac {\int \frac {\sqrt {2} \sqrt [4]{b}-2 \sqrt [4]{a x^5-b}}{x^{10}+\sqrt {b}-\sqrt {2} \sqrt [4]{b} \sqrt [4]{a x^5-b}}d\sqrt [4]{a x^5-b}}{2 \sqrt {2} \sqrt [4]{b}}+\frac {\int \frac {\sqrt [4]{b}+\sqrt {2} \sqrt [4]{a x^5-b}}{x^{10}+\sqrt {b}+\sqrt {2} \sqrt [4]{b} \sqrt [4]{a x^5-b}}d\sqrt [4]{a x^5-b}}{2 \sqrt [4]{b}}\right )}{2 \sqrt {b}}+\frac {a \left (\frac {\arctan \left (\frac {\sqrt {2} \sqrt [4]{a x^5-b}}{\sqrt [4]{b}}+1\right )}{\sqrt {2} \sqrt [4]{b}}-\frac {\arctan \left (1-\frac {\sqrt {2} \sqrt [4]{a x^5-b}}{\sqrt [4]{b}}\right )}{\sqrt {2} \sqrt [4]{b}}\right )}{2 \sqrt {b}}\right )}{b}+\frac {\sqrt [4]{a x^5-b}}{b x^5}\right )\)

\(\Big \downarrow \) 1103

\(\displaystyle \frac {1}{5} \left (\frac {3 \left (\frac {a \left (\frac {\arctan \left (\frac {\sqrt {2} \sqrt [4]{a x^5-b}}{\sqrt [4]{b}}+1\right )}{\sqrt {2} \sqrt [4]{b}}-\frac {\arctan \left (1-\frac {\sqrt {2} \sqrt [4]{a x^5-b}}{\sqrt [4]{b}}\right )}{\sqrt {2} \sqrt [4]{b}}\right )}{2 \sqrt {b}}+\frac {a \left (\frac {\log \left (\sqrt {2} \sqrt [4]{b} \sqrt [4]{a x^5-b}+\sqrt {b}+x^{10}\right )}{2 \sqrt {2} \sqrt [4]{b}}-\frac {\log \left (-\sqrt {2} \sqrt [4]{b} \sqrt [4]{a x^5-b}+\sqrt {b}+x^{10}\right )}{2 \sqrt {2} \sqrt [4]{b}}\right )}{2 \sqrt {b}}\right )}{b}+\frac {\sqrt [4]{a x^5-b}}{b x^5}\right )\)

input
Int[1/(x^6*(-b + a*x^5)^(3/4)),x]
 
output
((-b + a*x^5)^(1/4)/(b*x^5) + (3*((a*(-(ArcTan[1 - (Sqrt[2]*(-b + a*x^5)^( 
1/4))/b^(1/4)]/(Sqrt[2]*b^(1/4))) + ArcTan[1 + (Sqrt[2]*(-b + a*x^5)^(1/4) 
)/b^(1/4)]/(Sqrt[2]*b^(1/4))))/(2*Sqrt[b]) + (a*(-1/2*Log[Sqrt[b] + x^10 - 
 Sqrt[2]*b^(1/4)*(-b + a*x^5)^(1/4)]/(Sqrt[2]*b^(1/4)) + Log[Sqrt[b] + x^1 
0 + Sqrt[2]*b^(1/4)*(-b + a*x^5)^(1/4)]/(2*Sqrt[2]*b^(1/4))))/(2*Sqrt[b])) 
)/b)/5
 

3.22.11.3.1 Defintions of rubi rules used

rule 25
Int[-(Fx_), x_Symbol] :> Simp[Identity[-1]   Int[Fx, x], x]
 

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 52
Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[ 
(a + b*x)^(m + 1)*((c + d*x)^(n + 1)/((b*c - a*d)*(m + 1))), x] - Simp[d*(( 
m + n + 2)/((b*c - a*d)*(m + 1)))   Int[(a + b*x)^(m + 1)*(c + d*x)^n, x], 
x] /; FreeQ[{a, b, c, d, n}, x] && ILtQ[m, -1] && FractionQ[n] && LtQ[n, 0]
 

rule 73
Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> With[ 
{p = Denominator[m]}, Simp[p/b   Subst[Int[x^(p*(m + 1) - 1)*(c - a*(d/b) + 
 d*(x^p/b))^n, x], x, (a + b*x)^(1/p)], x]] /; FreeQ[{a, b, c, d}, x] && Lt 
Q[-1, m, 0] && LeQ[-1, n, 0] && LeQ[Denominator[n], Denominator[m]] && IntL 
inearQ[a, b, c, d, m, n, x]
 

rule 217
Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(-(Rt[-a, 2]*Rt[-b, 2])^( 
-1))*ArcTan[Rt[-b, 2]*(x/Rt[-a, 2])], x] /; FreeQ[{a, b}, x] && PosQ[a/b] & 
& (LtQ[a, 0] || LtQ[b, 0])
 

rule 755
Int[((a_) + (b_.)*(x_)^4)^(-1), x_Symbol] :> With[{r = Numerator[Rt[a/b, 2] 
], s = Denominator[Rt[a/b, 2]]}, Simp[1/(2*r)   Int[(r - s*x^2)/(a + b*x^4) 
, x], x] + Simp[1/(2*r)   Int[(r + s*x^2)/(a + b*x^4), x], x]] /; FreeQ[{a, 
 b}, x] && (GtQ[a/b, 0] || (PosQ[a/b] && AtomQ[SplitProduct[SumBaseQ, a]] & 
& AtomQ[SplitProduct[SumBaseQ, b]]))
 

rule 798
Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[1/n   Subst 
[Int[x^(Simplify[(m + 1)/n] - 1)*(a + b*x)^p, x], x, x^n], x] /; FreeQ[{a, 
b, m, n, p}, x] && IntegerQ[Simplify[(m + 1)/n]]
 

rule 1082
Int[((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> With[{q = 1 - 4*S 
implify[a*(c/b^2)]}, Simp[-2/b   Subst[Int[1/(q - x^2), x], x, 1 + 2*c*(x/b 
)], x] /; RationalQ[q] && (EqQ[q^2, 1] ||  !RationalQ[b^2 - 4*a*c])] /; Fre 
eQ[{a, b, c}, x]
 

rule 1103
Int[((d_) + (e_.)*(x_))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> S 
imp[d*(Log[RemoveContent[a + b*x + c*x^2, x]]/b), x] /; FreeQ[{a, b, c, d, 
e}, x] && EqQ[2*c*d - b*e, 0]
 

rule 1476
Int[((d_) + (e_.)*(x_)^2)/((a_) + (c_.)*(x_)^4), x_Symbol] :> With[{q = Rt[ 
2*(d/e), 2]}, Simp[e/(2*c)   Int[1/Simp[d/e + q*x + x^2, x], x], x] + Simp[ 
e/(2*c)   Int[1/Simp[d/e - q*x + x^2, x], x], x]] /; FreeQ[{a, c, d, e}, x] 
 && EqQ[c*d^2 - a*e^2, 0] && PosQ[d*e]
 

rule 1479
Int[((d_) + (e_.)*(x_)^2)/((a_) + (c_.)*(x_)^4), x_Symbol] :> With[{q = Rt[ 
-2*(d/e), 2]}, Simp[e/(2*c*q)   Int[(q - 2*x)/Simp[d/e + q*x - x^2, x], x], 
 x] + Simp[e/(2*c*q)   Int[(q + 2*x)/Simp[d/e - q*x - x^2, x], x], x]] /; F 
reeQ[{a, c, d, e}, x] && EqQ[c*d^2 - a*e^2, 0] && NegQ[d*e]
 
3.22.11.4 Maple [A] (verified)

Time = 0.46 (sec) , antiderivative size = 180, normalized size of antiderivative = 1.18

method result size
pseudoelliptic \(-\frac {3 \left (\arctan \left (\frac {-\sqrt {2}\, \left (a \,x^{5}-b \right )^{\frac {1}{4}}+b^{\frac {1}{4}}}{b^{\frac {1}{4}}}\right ) \sqrt {2}\, a \,x^{5}-\arctan \left (\frac {\sqrt {2}\, \left (a \,x^{5}-b \right )^{\frac {1}{4}}+b^{\frac {1}{4}}}{b^{\frac {1}{4}}}\right ) \sqrt {2}\, a \,x^{5}-\frac {\sqrt {2}\, \ln \left (\frac {-b^{\frac {1}{4}} \left (a \,x^{5}-b \right )^{\frac {1}{4}} \sqrt {2}-\sqrt {a \,x^{5}-b}-\sqrt {b}}{b^{\frac {1}{4}} \left (a \,x^{5}-b \right )^{\frac {1}{4}} \sqrt {2}-\sqrt {a \,x^{5}-b}-\sqrt {b}}\right ) a \,x^{5}}{2}-\frac {4 \left (a \,x^{5}-b \right )^{\frac {1}{4}} b^{\frac {3}{4}}}{3}\right )}{20 b^{\frac {7}{4}} x^{5}}\) \(180\)

input
int(1/x^6/(a*x^5-b)^(3/4),x,method=_RETURNVERBOSE)
 
output
-3/20/b^(7/4)*(arctan((-2^(1/2)*(a*x^5-b)^(1/4)+b^(1/4))/b^(1/4))*2^(1/2)* 
a*x^5-arctan((2^(1/2)*(a*x^5-b)^(1/4)+b^(1/4))/b^(1/4))*2^(1/2)*a*x^5-1/2* 
2^(1/2)*ln((-b^(1/4)*(a*x^5-b)^(1/4)*2^(1/2)-(a*x^5-b)^(1/2)-b^(1/2))/(b^( 
1/4)*(a*x^5-b)^(1/4)*2^(1/2)-(a*x^5-b)^(1/2)-b^(1/2)))*a*x^5-4/3*(a*x^5-b) 
^(1/4)*b^(3/4))/x^5
 
3.22.11.5 Fricas [C] (verification not implemented)

Result contains complex when optimal does not.

Time = 0.28 (sec) , antiderivative size = 210, normalized size of antiderivative = 1.37 \[ \int \frac {1}{x^6 \left (-b+a x^5\right )^{3/4}} \, dx=\frac {3 \, b x^{5} \left (-\frac {a^{4}}{b^{7}}\right )^{\frac {1}{4}} \log \left (3 \, b^{2} \left (-\frac {a^{4}}{b^{7}}\right )^{\frac {1}{4}} + 3 \, {\left (a x^{5} - b\right )}^{\frac {1}{4}} a\right ) + 3 i \, b x^{5} \left (-\frac {a^{4}}{b^{7}}\right )^{\frac {1}{4}} \log \left (3 i \, b^{2} \left (-\frac {a^{4}}{b^{7}}\right )^{\frac {1}{4}} + 3 \, {\left (a x^{5} - b\right )}^{\frac {1}{4}} a\right ) - 3 i \, b x^{5} \left (-\frac {a^{4}}{b^{7}}\right )^{\frac {1}{4}} \log \left (-3 i \, b^{2} \left (-\frac {a^{4}}{b^{7}}\right )^{\frac {1}{4}} + 3 \, {\left (a x^{5} - b\right )}^{\frac {1}{4}} a\right ) - 3 \, b x^{5} \left (-\frac {a^{4}}{b^{7}}\right )^{\frac {1}{4}} \log \left (-3 \, b^{2} \left (-\frac {a^{4}}{b^{7}}\right )^{\frac {1}{4}} + 3 \, {\left (a x^{5} - b\right )}^{\frac {1}{4}} a\right ) + 4 \, {\left (a x^{5} - b\right )}^{\frac {1}{4}}}{20 \, b x^{5}} \]

input
integrate(1/x^6/(a*x^5-b)^(3/4),x, algorithm="fricas")
 
output
1/20*(3*b*x^5*(-a^4/b^7)^(1/4)*log(3*b^2*(-a^4/b^7)^(1/4) + 3*(a*x^5 - b)^ 
(1/4)*a) + 3*I*b*x^5*(-a^4/b^7)^(1/4)*log(3*I*b^2*(-a^4/b^7)^(1/4) + 3*(a* 
x^5 - b)^(1/4)*a) - 3*I*b*x^5*(-a^4/b^7)^(1/4)*log(-3*I*b^2*(-a^4/b^7)^(1/ 
4) + 3*(a*x^5 - b)^(1/4)*a) - 3*b*x^5*(-a^4/b^7)^(1/4)*log(-3*b^2*(-a^4/b^ 
7)^(1/4) + 3*(a*x^5 - b)^(1/4)*a) + 4*(a*x^5 - b)^(1/4))/(b*x^5)
 
3.22.11.6 Sympy [C] (verification not implemented)

Result contains complex when optimal does not.

Time = 0.81 (sec) , antiderivative size = 42, normalized size of antiderivative = 0.27 \[ \int \frac {1}{x^6 \left (-b+a x^5\right )^{3/4}} \, dx=- \frac {\Gamma \left (\frac {7}{4}\right ) {{}_{2}F_{1}\left (\begin {matrix} \frac {3}{4}, \frac {7}{4} \\ \frac {11}{4} \end {matrix}\middle | {\frac {b e^{2 i \pi }}{a x^{5}}} \right )}}{5 a^{\frac {3}{4}} x^{\frac {35}{4}} \Gamma \left (\frac {11}{4}\right )} \]

input
integrate(1/x**6/(a*x**5-b)**(3/4),x)
 
output
-gamma(7/4)*hyper((3/4, 7/4), (11/4,), b*exp_polar(2*I*pi)/(a*x**5))/(5*a* 
*(3/4)*x**(35/4)*gamma(11/4))
 
3.22.11.7 Maxima [A] (verification not implemented)

Time = 0.27 (sec) , antiderivative size = 202, normalized size of antiderivative = 1.32 \[ \int \frac {1}{x^6 \left (-b+a x^5\right )^{3/4}} \, dx=\frac {{\left (a x^{5} - b\right )}^{\frac {1}{4}} a}{5 \, {\left ({\left (a x^{5} - b\right )} b + b^{2}\right )}} + \frac {3 \, {\left (\frac {2 \, \sqrt {2} a \arctan \left (\frac {\sqrt {2} {\left (\sqrt {2} b^{\frac {1}{4}} + 2 \, {\left (a x^{5} - b\right )}^{\frac {1}{4}}\right )}}{2 \, b^{\frac {1}{4}}}\right )}{b^{\frac {3}{4}}} + \frac {2 \, \sqrt {2} a \arctan \left (-\frac {\sqrt {2} {\left (\sqrt {2} b^{\frac {1}{4}} - 2 \, {\left (a x^{5} - b\right )}^{\frac {1}{4}}\right )}}{2 \, b^{\frac {1}{4}}}\right )}{b^{\frac {3}{4}}} + \frac {\sqrt {2} a \log \left (\sqrt {2} {\left (a x^{5} - b\right )}^{\frac {1}{4}} b^{\frac {1}{4}} + \sqrt {a x^{5} - b} + \sqrt {b}\right )}{b^{\frac {3}{4}}} - \frac {\sqrt {2} a \log \left (-\sqrt {2} {\left (a x^{5} - b\right )}^{\frac {1}{4}} b^{\frac {1}{4}} + \sqrt {a x^{5} - b} + \sqrt {b}\right )}{b^{\frac {3}{4}}}\right )}}{40 \, b} \]

input
integrate(1/x^6/(a*x^5-b)^(3/4),x, algorithm="maxima")
 
output
1/5*(a*x^5 - b)^(1/4)*a/((a*x^5 - b)*b + b^2) + 3/40*(2*sqrt(2)*a*arctan(1 
/2*sqrt(2)*(sqrt(2)*b^(1/4) + 2*(a*x^5 - b)^(1/4))/b^(1/4))/b^(3/4) + 2*sq 
rt(2)*a*arctan(-1/2*sqrt(2)*(sqrt(2)*b^(1/4) - 2*(a*x^5 - b)^(1/4))/b^(1/4 
))/b^(3/4) + sqrt(2)*a*log(sqrt(2)*(a*x^5 - b)^(1/4)*b^(1/4) + sqrt(a*x^5 
- b) + sqrt(b))/b^(3/4) - sqrt(2)*a*log(-sqrt(2)*(a*x^5 - b)^(1/4)*b^(1/4) 
 + sqrt(a*x^5 - b) + sqrt(b))/b^(3/4))/b
 
3.22.11.8 Giac [A] (verification not implemented)

Time = 0.27 (sec) , antiderivative size = 199, normalized size of antiderivative = 1.30 \[ \int \frac {1}{x^6 \left (-b+a x^5\right )^{3/4}} \, dx=\frac {\frac {6 \, \sqrt {2} a^{2} \arctan \left (\frac {\sqrt {2} {\left (\sqrt {2} b^{\frac {1}{4}} + 2 \, {\left (a x^{5} - b\right )}^{\frac {1}{4}}\right )}}{2 \, b^{\frac {1}{4}}}\right )}{b^{\frac {7}{4}}} + \frac {6 \, \sqrt {2} a^{2} \arctan \left (-\frac {\sqrt {2} {\left (\sqrt {2} b^{\frac {1}{4}} - 2 \, {\left (a x^{5} - b\right )}^{\frac {1}{4}}\right )}}{2 \, b^{\frac {1}{4}}}\right )}{b^{\frac {7}{4}}} + \frac {3 \, \sqrt {2} a^{2} \log \left (\sqrt {2} {\left (a x^{5} - b\right )}^{\frac {1}{4}} b^{\frac {1}{4}} + \sqrt {a x^{5} - b} + \sqrt {b}\right )}{b^{\frac {7}{4}}} - \frac {3 \, \sqrt {2} a^{2} \log \left (-\sqrt {2} {\left (a x^{5} - b\right )}^{\frac {1}{4}} b^{\frac {1}{4}} + \sqrt {a x^{5} - b} + \sqrt {b}\right )}{b^{\frac {7}{4}}} + \frac {8 \, {\left (a x^{5} - b\right )}^{\frac {1}{4}} a}{b x^{5}}}{40 \, a} \]

input
integrate(1/x^6/(a*x^5-b)^(3/4),x, algorithm="giac")
 
output
1/40*(6*sqrt(2)*a^2*arctan(1/2*sqrt(2)*(sqrt(2)*b^(1/4) + 2*(a*x^5 - b)^(1 
/4))/b^(1/4))/b^(7/4) + 6*sqrt(2)*a^2*arctan(-1/2*sqrt(2)*(sqrt(2)*b^(1/4) 
 - 2*(a*x^5 - b)^(1/4))/b^(1/4))/b^(7/4) + 3*sqrt(2)*a^2*log(sqrt(2)*(a*x^ 
5 - b)^(1/4)*b^(1/4) + sqrt(a*x^5 - b) + sqrt(b))/b^(7/4) - 3*sqrt(2)*a^2* 
log(-sqrt(2)*(a*x^5 - b)^(1/4)*b^(1/4) + sqrt(a*x^5 - b) + sqrt(b))/b^(7/4 
) + 8*(a*x^5 - b)^(1/4)*a/(b*x^5))/a
 
3.22.11.9 Mupad [B] (verification not implemented)

Time = 5.80 (sec) , antiderivative size = 72, normalized size of antiderivative = 0.47 \[ \int \frac {1}{x^6 \left (-b+a x^5\right )^{3/4}} \, dx=\frac {{\left (a\,x^5-b\right )}^{1/4}}{5\,b\,x^5}+\frac {3\,a\,\mathrm {atan}\left (\frac {{\left (a\,x^5-b\right )}^{1/4}}{{\left (-b\right )}^{1/4}}\right )}{10\,{\left (-b\right )}^{7/4}}+\frac {3\,a\,\mathrm {atanh}\left (\frac {{\left (a\,x^5-b\right )}^{1/4}}{{\left (-b\right )}^{1/4}}\right )}{10\,{\left (-b\right )}^{7/4}} \]

input
int(1/(x^6*(a*x^5 - b)^(3/4)),x)
 
output
(a*x^5 - b)^(1/4)/(5*b*x^5) + (3*a*atan((a*x^5 - b)^(1/4)/(-b)^(1/4)))/(10 
*(-b)^(7/4)) + (3*a*atanh((a*x^5 - b)^(1/4)/(-b)^(1/4)))/(10*(-b)^(7/4))