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

3.15.44.1 Optimal result
3.15.44.2 Mathematica [A] (verified)
3.15.44.3 Rubi [F]
3.15.44.4 Maple [F]
3.15.44.5 Fricas [F(-1)]
3.15.44.6 Sympy [F(-1)]
3.15.44.7 Maxima [F]
3.15.44.8 Giac [F]
3.15.44.9 Mupad [F(-1)]

3.15.44.1 Optimal result

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

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

Time = 0.92 (sec) , antiderivative size = 91, normalized size of antiderivative = 0.89 \[ \int \frac {-4 b+a x^3}{\sqrt [4]{-b+a x^3} \left (-b+a x^3+x^4\right )} \, dx=\sqrt {2} \left (-\arctan \left (\frac {-x^2+\sqrt {-b+a x^3}}{\sqrt {2} x \sqrt [4]{-b+a x^3}}\right )+\text {arctanh}\left (\frac {\sqrt {2} x \sqrt [4]{-b+a x^3}}{x^2+\sqrt {-b+a x^3}}\right )\right ) \]

input
Integrate[(-4*b + a*x^3)/((-b + a*x^3)^(1/4)*(-b + a*x^3 + x^4)),x]
 
output
Sqrt[2]*(-ArcTan[(-x^2 + Sqrt[-b + a*x^3])/(Sqrt[2]*x*(-b + a*x^3)^(1/4))] 
 + ArcTanh[(Sqrt[2]*x*(-b + a*x^3)^(1/4))/(x^2 + Sqrt[-b + a*x^3])])
 
3.15.44.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^3-4 b}{\sqrt [4]{a x^3-b} \left (a x^3-b+x^4\right )} \, dx\)

\(\Big \downarrow \) 7293

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

\(\Big \downarrow \) 2009

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

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

3.15.44.3.1 Defintions of rubi rules used

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

rule 7293
Int[u_, x_Symbol] :> With[{v = ExpandIntegrand[u, x]}, Int[v, x] /; SumQ[v] 
]
 
3.15.44.4 Maple [F]

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

input
int((a*x^3-4*b)/(a*x^3-b)^(1/4)/(a*x^3+x^4-b),x)
 
output
int((a*x^3-4*b)/(a*x^3-b)^(1/4)/(a*x^3+x^4-b),x)
 
3.15.44.5 Fricas [F(-1)]

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

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

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

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

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

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

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

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

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

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