3.7.29 \(\int \frac {1+x^6}{\sqrt [4]{-x^3+x^5} (1+x^3-x^6)} \, dx\) [629]

3.7.29.1 Optimal result
3.7.29.2 Mathematica [F]
3.7.29.3 Rubi [F]
3.7.29.4 Maple [F(-1)]
3.7.29.5 Fricas [F(-1)]
3.7.29.6 Sympy [F(-1)]
3.7.29.7 Maxima [N/A]
3.7.29.8 Giac [N/A]
3.7.29.9 Mupad [N/A]

3.7.29.1 Optimal result

Integrand size = 31, antiderivative size = 49 \[ \int \frac {1+x^6}{\sqrt [4]{-x^3+x^5} \left (1+x^3-x^6\right )} \, dx=-\frac {1}{3} \text {RootSum}\left [-1+3 \text {$\#$1}^4+\text {$\#$1}^{12}\&,\frac {-\log (x)+\log \left (\sqrt [4]{-x^3+x^5}-x \text {$\#$1}\right )}{\text {$\#$1}}\&\right ] \]

output
Unintegrable
 
3.7.29.2 Mathematica [F]

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

input
Integrate[(1 + x^6)/((-x^3 + x^5)^(1/4)*(1 + x^3 - x^6)),x]
 
output
Integrate[(1 + x^6)/((-x^3 + x^5)^(1/4)*(1 + x^3 - x^6)), x]
 
3.7.29.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 {x^6+1}{\sqrt [4]{x^5-x^3} \left (-x^6+x^3+1\right )} \, dx\)

\(\Big \downarrow \) 2467

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

\(\Big \downarrow \) 2035

\(\displaystyle \frac {4 x^{3/4} \sqrt [4]{x^2-1} \int \frac {x^6+1}{\sqrt [4]{x^2-1} \left (-x^6+x^3+1\right )}d\sqrt [4]{x}}{\sqrt [4]{x^5-x^3}}\)

\(\Big \downarrow \) 7279

\(\displaystyle \frac {4 x^{3/4} \sqrt [4]{x^2-1} \int \left (\frac {x^3+2}{\sqrt [4]{x^2-1} \left (-x^6+x^3+1\right )}-\frac {1}{\sqrt [4]{x^2-1}}\right )d\sqrt [4]{x}}{\sqrt [4]{x^5-x^3}}\)

\(\Big \downarrow \) 7293

\(\displaystyle \frac {4 x^{3/4} \sqrt [4]{x^2-1} \int \left (\frac {-x^3-2}{\sqrt [4]{x^2-1} \left (x^6-x^3-1\right )}-\frac {1}{\sqrt [4]{x^2-1}}\right )d\sqrt [4]{x}}{\sqrt [4]{x^5-x^3}}\)

\(\Big \downarrow \) 7299

\(\displaystyle \frac {4 x^{3/4} \sqrt [4]{x^2-1} \int \left (\frac {-x^3-2}{\sqrt [4]{x^2-1} \left (x^6-x^3-1\right )}-\frac {1}{\sqrt [4]{x^2-1}}\right )d\sqrt [4]{x}}{\sqrt [4]{x^5-x^3}}\)

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

3.7.29.3.1 Defintions of rubi rules used

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 7279
Int[(u_)/((a_.) + (b_.)*(x_)^(n_.) + (c_.)*(x_)^(n2_.)), x_Symbol] :> With[ 
{v = RationalFunctionExpand[u/(a + b*x^n + c*x^(2*n)), x]}, Int[v, x] /; Su 
mQ[v]] /; FreeQ[{a, b, c}, x] && EqQ[n2, 2*n] && IGtQ[n, 0]
 

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

rule 7299
Int[u_, x_] :> CannotIntegrate[u, x]
 
3.7.29.4 Maple [F(-1)]

Timed out.

\[\int \frac {x^{6}+1}{\left (x^{5}-x^{3}\right )^{\frac {1}{4}} \left (-x^{6}+x^{3}+1\right )}d x\]

input
int((x^6+1)/(x^5-x^3)^(1/4)/(-x^6+x^3+1),x)
 
output
int((x^6+1)/(x^5-x^3)^(1/4)/(-x^6+x^3+1),x)
 
3.7.29.5 Fricas [F(-1)]

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

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

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

input
integrate((x**6+1)/(x**5-x**3)**(1/4)/(-x**6+x**3+1),x)
 
output
Timed out
 
3.7.29.7 Maxima [N/A]

Not integrable

Time = 0.23 (sec) , antiderivative size = 33, normalized size of antiderivative = 0.67 \[ \int \frac {1+x^6}{\sqrt [4]{-x^3+x^5} \left (1+x^3-x^6\right )} \, dx=\int { -\frac {x^{6} + 1}{{\left (x^{6} - x^{3} - 1\right )} {\left (x^{5} - x^{3}\right )}^{\frac {1}{4}}} \,d x } \]

input
integrate((x^6+1)/(x^5-x^3)^(1/4)/(-x^6+x^3+1),x, algorithm="maxima")
 
output
-integrate((x^6 + 1)/((x^6 - x^3 - 1)*(x^5 - x^3)^(1/4)), x)
 
3.7.29.8 Giac [N/A]

Not integrable

Time = 0.32 (sec) , antiderivative size = 32, normalized size of antiderivative = 0.65 \[ \int \frac {1+x^6}{\sqrt [4]{-x^3+x^5} \left (1+x^3-x^6\right )} \, dx=\int { -\frac {x^{6} + 1}{{\left (x^{6} - x^{3} - 1\right )} {\left (x^{5} - x^{3}\right )}^{\frac {1}{4}}} \,d x } \]

input
integrate((x^6+1)/(x^5-x^3)^(1/4)/(-x^6+x^3+1),x, algorithm="giac")
 
output
integrate(-(x^6 + 1)/((x^6 - x^3 - 1)*(x^5 - x^3)^(1/4)), x)
 
3.7.29.9 Mupad [N/A]

Not integrable

Time = 0.00 (sec) , antiderivative size = 31, normalized size of antiderivative = 0.63 \[ \int \frac {1+x^6}{\sqrt [4]{-x^3+x^5} \left (1+x^3-x^6\right )} \, dx=\int \frac {x^6+1}{{\left (x^5-x^3\right )}^{1/4}\,\left (-x^6+x^3+1\right )} \,d x \]

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