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

Optimal. Leaf size=16 \[ \frac {\left (x^6-1\right )^{4/3}}{4 x^4} \]

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 16, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.056, Rules used = {449} \begin {gather*} \frac {\left (x^6-1\right )^{4/3}}{4 x^4} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[((-1 + x^6)^(1/3)*(1 + x^6))/x^5,x]

[Out]

(-1 + x^6)^(4/3)/(4*x^4)

Rule 449

Int[((e_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> Simp[(c*(e*x)^(m
+ 1)*(a + b*x^n)^(p + 1))/(a*e*(m + 1)), x] /; FreeQ[{a, b, c, d, e, m, n, p}, x] && NeQ[b*c - a*d, 0] && EqQ[
a*d*(m + 1) - b*c*(m + n*(p + 1) + 1), 0] && NeQ[m, -1]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 16, normalized size = 1.00 \begin {gather*} \frac {\left (x^6-1\right )^{4/3}}{4 x^4} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[((-1 + x^6)^(1/3)*(1 + x^6))/x^5,x]

[Out]

(-1 + x^6)^(4/3)/(4*x^4)

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.13, size = 16, normalized size = 1.00 \begin {gather*} \frac {\left (-1+x^6\right )^{4/3}}{4 x^4} \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[((-1 + x^6)^(1/3)*(1 + x^6))/x^5,x]

[Out]

(-1 + x^6)^(4/3)/(4*x^4)

________________________________________________________________________________________

fricas [A]  time = 0.46, size = 12, normalized size = 0.75 \begin {gather*} \frac {{\left (x^{6} - 1\right )}^{\frac {4}{3}}}{4 \, x^{4}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x^6-1)^(1/3)*(x^6+1)/x^5,x, algorithm="fricas")

[Out]

1/4*(x^6 - 1)^(4/3)/x^4

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {{\left (x^{6} + 1\right )} {\left (x^{6} - 1\right )}^{\frac {1}{3}}}{x^{5}}\,{d x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x^6-1)^(1/3)*(x^6+1)/x^5,x, algorithm="giac")

[Out]

integrate((x^6 + 1)*(x^6 - 1)^(1/3)/x^5, x)

________________________________________________________________________________________

maple [A]  time = 0.11, size = 13, normalized size = 0.81

method result size
trager \(\frac {\left (x^{6}-1\right )^{\frac {4}{3}}}{4 x^{4}}\) \(13\)
risch \(\frac {x^{12}-2 x^{6}+1}{4 \left (x^{6}-1\right )^{\frac {2}{3}} x^{4}}\) \(23\)
gosper \(\frac {\left (x^{6}-1\right )^{\frac {1}{3}} \left (-1+x \right ) \left (1+x \right ) \left (x^{2}+x +1\right ) \left (x^{2}-x +1\right )}{4 x^{4}}\) \(33\)
meijerg \(\frac {\mathrm {signum}\left (x^{6}-1\right )^{\frac {1}{3}} \hypergeom \left (\left [-\frac {1}{3}, \frac {1}{3}\right ], \left [\frac {4}{3}\right ], x^{6}\right ) x^{2}}{2 \left (-\mathrm {signum}\left (x^{6}-1\right )\right )^{\frac {1}{3}}}-\frac {\mathrm {signum}\left (x^{6}-1\right )^{\frac {1}{3}} \hypergeom \left (\left [-\frac {2}{3}, -\frac {1}{3}\right ], \left [\frac {1}{3}\right ], x^{6}\right )}{4 \left (-\mathrm {signum}\left (x^{6}-1\right )\right )^{\frac {1}{3}} x^{4}}\) \(66\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x^6-1)^(1/3)*(x^6+1)/x^5,x,method=_RETURNVERBOSE)

[Out]

1/4*(x^6-1)^(4/3)/x^4

________________________________________________________________________________________

maxima [B]  time = 0.49, size = 38, normalized size = 2.38 \begin {gather*} \frac {{\left (x^{6} - 1\right )} {\left (x^{2} + x + 1\right )}^{\frac {1}{3}} {\left (x^{2} - x + 1\right )}^{\frac {1}{3}} {\left (x + 1\right )}^{\frac {1}{3}} {\left (x - 1\right )}^{\frac {1}{3}}}{4 \, x^{4}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x^6-1)^(1/3)*(x^6+1)/x^5,x, algorithm="maxima")

[Out]

1/4*(x^6 - 1)*(x^2 + x + 1)^(1/3)*(x^2 - x + 1)^(1/3)*(x + 1)^(1/3)*(x - 1)^(1/3)/x^4

________________________________________________________________________________________

mupad [B]  time = 0.20, size = 12, normalized size = 0.75 \begin {gather*} \frac {{\left (x^6-1\right )}^{4/3}}{4\,x^4} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

(x^6 - 1)^(4/3)/(4*x^4)

________________________________________________________________________________________

sympy [C]  time = 3.01, size = 71, normalized size = 4.44 \begin {gather*} \frac {x^{2} e^{\frac {i \pi }{3}} \Gamma \left (\frac {1}{3}\right ) {{}_{2}F_{1}\left (\begin {matrix} - \frac {1}{3}, \frac {1}{3} \\ \frac {4}{3} \end {matrix}\middle | {x^{6}} \right )}}{6 \Gamma \left (\frac {4}{3}\right )} - \frac {e^{- \frac {2 i \pi }{3}} \Gamma \left (- \frac {2}{3}\right ) {{}_{2}F_{1}\left (\begin {matrix} - \frac {2}{3}, - \frac {1}{3} \\ \frac {1}{3} \end {matrix}\middle | {x^{6}} \right )}}{6 x^{4} \Gamma \left (\frac {1}{3}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x**6-1)**(1/3)*(x**6+1)/x**5,x)

[Out]

x**2*exp(I*pi/3)*gamma(1/3)*hyper((-1/3, 1/3), (4/3,), x**6)/(6*gamma(4/3)) - exp(-2*I*pi/3)*gamma(-2/3)*hyper
((-2/3, -1/3), (1/3,), x**6)/(6*x**4*gamma(1/3))

________________________________________________________________________________________