3.7.75 \(\int \frac {-3 b+a x^4}{(b-x^3+a x^4) \sqrt [4]{b x+a x^5}} \, dx\) [675]

3.7.75.1 Optimal result
3.7.75.2 Mathematica [F]
3.7.75.3 Rubi [F]
3.7.75.4 Maple [A] (verified)
3.7.75.5 Fricas [F(-1)]
3.7.75.6 Sympy [F(-1)]
3.7.75.7 Maxima [F]
3.7.75.8 Giac [F]
3.7.75.9 Mupad [F(-1)]

3.7.75.1 Optimal result

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

output
-2*arctan((a*x^5+b*x)^(3/4)/(a*x^4+b))-2*arctanh((a*x^5+b*x)^(3/4)/(a*x^4+ 
b))
 
3.7.75.2 Mathematica [F]

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

input
Integrate[(-3*b + a*x^4)/((b - x^3 + a*x^4)*(b*x + a*x^5)^(1/4)),x]
 
output
Integrate[(-3*b + a*x^4)/((b - x^3 + a*x^4)*(b*x + a*x^5)^(1/4)), x]
 
3.7.75.3 Rubi [F]

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

\(\Big \downarrow \) 2467

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

\(\Big \downarrow \) 25

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

\(\Big \downarrow \) 2035

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

\(\Big \downarrow \) 7293

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

\(\Big \downarrow \) 2009

\(\displaystyle -\frac {4 \sqrt [4]{x} \sqrt [4]{a x^4+b} \left (4 b \int \frac {\sqrt {x}}{\sqrt [4]{a x^4+b} \left (a x^4-x^3+b\right )}d\sqrt [4]{x}-\int \frac {x^{7/2}}{\sqrt [4]{a x^4+b} \left (a x^4-x^3+b\right )}d\sqrt [4]{x}-\frac {x^{3/4} \sqrt [4]{\frac {a x^4}{b}+1} \operatorname {Hypergeometric2F1}\left (\frac {3}{16},\frac {1}{4},\frac {19}{16},-\frac {a x^4}{b}\right )}{3 \sqrt [4]{a x^4+b}}\right )}{\sqrt [4]{a x^5+b x}}\)

input
Int[(-3*b + a*x^4)/((b - x^3 + a*x^4)*(b*x + a*x^5)^(1/4)),x]
 
output
$Aborted
 

3.7.75.3.1 Defintions of rubi rules used

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

rule 2009
Int[u_, x_Symbol] :> Simp[IntSum[u, x], x] /; SumQ[u]
 

rule 2035
Int[(Fx_)*(x_)^(m_), x_Symbol] :> With[{k = Denominator[m]}, Simp[k   Subst 
[Int[x^(k*(m + 1) - 1)*SubstPower[Fx, x, k], x], x, x^(1/k)], x]] /; Fracti 
onQ[m] && AlgebraicFunctionQ[Fx, x]
 

rule 2467
Int[(Fx_.)*(Px_)^(p_), x_Symbol] :> With[{r = Expon[Px, x, Min]}, Simp[Px^F 
racPart[p]/(x^(r*FracPart[p])*ExpandToSum[Px/x^r, x]^FracPart[p])   Int[x^( 
p*r)*ExpandToSum[Px/x^r, x]^p*Fx, x], x] /; IGtQ[r, 0]] /; FreeQ[p, x] && P 
olyQ[Px, x] &&  !IntegerQ[p] &&  !MonomialQ[Px, x] &&  !PolyQ[Fx, x]
 

rule 7293
Int[u_, x_Symbol] :> With[{v = ExpandIntegrand[u, x]}, Int[v, x] /; SumQ[v] 
]
 
3.7.75.4 Maple [A] (verified)

Time = 1.92 (sec) , antiderivative size = 60, normalized size of antiderivative = 1.13

method result size
pseudoelliptic \(\ln \left (\frac {{\left (x \left (a \,x^{4}+b \right )\right )}^{\frac {1}{4}}-x}{x}\right )-\ln \left (\frac {{\left (x \left (a \,x^{4}+b \right )\right )}^{\frac {1}{4}}+x}{x}\right )+2 \arctan \left (\frac {{\left (x \left (a \,x^{4}+b \right )\right )}^{\frac {1}{4}}}{x}\right )\) \(60\)

input
int((a*x^4-3*b)/(a*x^4-x^3+b)/(a*x^5+b*x)^(1/4),x,method=_RETURNVERBOSE)
 
output
ln(((x*(a*x^4+b))^(1/4)-x)/x)-ln(((x*(a*x^4+b))^(1/4)+x)/x)+2*arctan((x*(a 
*x^4+b))^(1/4)/x)
 
3.7.75.5 Fricas [F(-1)]

Timed out. \[ \int \frac {-3 b+a x^4}{\left (b-x^3+a x^4\right ) \sqrt [4]{b x+a x^5}} \, dx=\text {Timed out} \]

input
integrate((a*x^4-3*b)/(a*x^4-x^3+b)/(a*x^5+b*x)^(1/4),x, algorithm="fricas 
")
 
output
Timed out
 
3.7.75.6 Sympy [F(-1)]

Timed out. \[ \int \frac {-3 b+a x^4}{\left (b-x^3+a x^4\right ) \sqrt [4]{b x+a x^5}} \, dx=\text {Timed out} \]

input
integrate((a*x**4-3*b)/(a*x**4-x**3+b)/(a*x**5+b*x)**(1/4),x)
 
output
Timed out
 
3.7.75.7 Maxima [F]

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

input
integrate((a*x^4-3*b)/(a*x^4-x^3+b)/(a*x^5+b*x)^(1/4),x, algorithm="maxima 
")
 
output
integrate((a*x^4 - 3*b)/((a*x^5 + b*x)^(1/4)*(a*x^4 - x^3 + b)), x)
 
3.7.75.8 Giac [F]

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

input
integrate((a*x^4-3*b)/(a*x^4-x^3+b)/(a*x^5+b*x)^(1/4),x, algorithm="giac")
 
output
integrate((a*x^4 - 3*b)/((a*x^5 + b*x)^(1/4)*(a*x^4 - x^3 + b)), x)
 
3.7.75.9 Mupad [F(-1)]

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

input
int(-(3*b - a*x^4)/((b*x + a*x^5)^(1/4)*(b + a*x^4 - x^3)),x)
 
output
int(-(3*b - a*x^4)/((b*x + a*x^5)^(1/4)*(b + a*x^4 - x^3)), x)