3.3.74 \(\int \frac {\sqrt [3]{-1+x^3}}{x^8} \, dx\)

Optimal. Leaf size=26 \[ \frac {\sqrt [3]{x^3-1} \left (3 x^6+x^3-4\right )}{28 x^7} \]

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 33, normalized size of antiderivative = 1.27, number of steps used = 2, number of rules used = 2, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.154, Rules used = {271, 264} \begin {gather*} \frac {\left (x^3-1\right )^{4/3}}{7 x^7}+\frac {3 \left (x^3-1\right )^{4/3}}{28 x^4} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(-1 + x^3)^(1/3)/x^8,x]

[Out]

(-1 + x^3)^(4/3)/(7*x^7) + (3*(-1 + x^3)^(4/3))/(28*x^4)

Rule 264

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

Rule 271

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

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 23, normalized size = 0.88 \begin {gather*} \frac {\left (x^3-1\right )^{4/3} \left (3 x^3+4\right )}{28 x^7} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(-1 + x^3)^(1/3)/x^8,x]

[Out]

((-1 + x^3)^(4/3)*(4 + 3*x^3))/(28*x^7)

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.08, size = 26, normalized size = 1.00 \begin {gather*} \frac {\sqrt [3]{-1+x^3} \left (-4+x^3+3 x^6\right )}{28 x^7} \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[(-1 + x^3)^(1/3)/x^8,x]

[Out]

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

________________________________________________________________________________________

fricas [A]  time = 0.45, size = 22, normalized size = 0.85 \begin {gather*} \frac {{\left (3 \, x^{6} + x^{3} - 4\right )} {\left (x^{3} - 1\right )}^{\frac {1}{3}}}{28 \, x^{7}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x^3-1)^(1/3)/x^8,x, algorithm="fricas")

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x^3-1)^(1/3)/x^8,x, algorithm="giac")

[Out]

integrate((x^3 - 1)^(1/3)/x^8, x)

________________________________________________________________________________________

maple [A]  time = 0.08, size = 23, normalized size = 0.88

method result size
trager \(\frac {\left (x^{3}-1\right )^{\frac {1}{3}} \left (3 x^{6}+x^{3}-4\right )}{28 x^{7}}\) \(23\)
gosper \(\frac {\left (-1+x \right ) \left (x^{2}+x +1\right ) \left (3 x^{3}+4\right ) \left (x^{3}-1\right )^{\frac {1}{3}}}{28 x^{7}}\) \(29\)
risch \(\frac {3 x^{9}-2 x^{6}-5 x^{3}+4}{28 \left (x^{3}-1\right )^{\frac {2}{3}} x^{7}}\) \(30\)
meijerg \(-\frac {\mathrm {signum}\left (x^{3}-1\right )^{\frac {1}{3}} \left (-\frac {3}{4} x^{6}-\frac {1}{4} x^{3}+1\right ) \left (-x^{3}+1\right )^{\frac {1}{3}}}{7 \left (-\mathrm {signum}\left (x^{3}-1\right )\right )^{\frac {1}{3}} x^{7}}\) \(45\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x^3-1)^(1/3)/x^8,x,method=_RETURNVERBOSE)

[Out]

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

________________________________________________________________________________________

maxima [A]  time = 0.36, size = 25, normalized size = 0.96 \begin {gather*} \frac {{\left (x^{3} - 1\right )}^{\frac {4}{3}}}{4 \, x^{4}} - \frac {{\left (x^{3} - 1\right )}^{\frac {7}{3}}}{7 \, x^{7}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x^3-1)^(1/3)/x^8,x, algorithm="maxima")

[Out]

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

________________________________________________________________________________________

mupad [B]  time = 0.25, size = 38, normalized size = 1.46 \begin {gather*} \frac {x^3\,{\left (x^3-1\right )}^{1/3}-4\,{\left (x^3-1\right )}^{1/3}+3\,x^6\,{\left (x^3-1\right )}^{1/3}}{28\,x^7} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x^3 - 1)^(1/3)/x^8,x)

[Out]

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

________________________________________________________________________________________

sympy [B]  time = 0.87, size = 289, normalized size = 11.12 \begin {gather*} \begin {cases} \frac {\sqrt [3]{-1 + \frac {1}{x^{3}}} e^{\frac {i \pi }{3}} \Gamma \left (- \frac {7}{3}\right )}{3 \Gamma \left (- \frac {1}{3}\right )} + \frac {\sqrt [3]{-1 + \frac {1}{x^{3}}} e^{\frac {i \pi }{3}} \Gamma \left (- \frac {7}{3}\right )}{9 x^{3} \Gamma \left (- \frac {1}{3}\right )} - \frac {4 \sqrt [3]{-1 + \frac {1}{x^{3}}} e^{\frac {i \pi }{3}} \Gamma \left (- \frac {7}{3}\right )}{9 x^{6} \Gamma \left (- \frac {1}{3}\right )} & \text {for}\: \frac {1}{\left |{x^{3}}\right |} > 1 \\\frac {3 x^{6} \sqrt [3]{1 - \frac {1}{x^{3}}} \Gamma \left (- \frac {7}{3}\right )}{9 x^{6} \Gamma \left (- \frac {1}{3}\right ) - 9 x^{3} \Gamma \left (- \frac {1}{3}\right )} - \frac {2 x^{3} \sqrt [3]{1 - \frac {1}{x^{3}}} \Gamma \left (- \frac {7}{3}\right )}{9 x^{6} \Gamma \left (- \frac {1}{3}\right ) - 9 x^{3} \Gamma \left (- \frac {1}{3}\right )} - \frac {5 \sqrt [3]{1 - \frac {1}{x^{3}}} \Gamma \left (- \frac {7}{3}\right )}{9 x^{6} \Gamma \left (- \frac {1}{3}\right ) - 9 x^{3} \Gamma \left (- \frac {1}{3}\right )} + \frac {4 \sqrt [3]{1 - \frac {1}{x^{3}}} \Gamma \left (- \frac {7}{3}\right )}{x^{3} \left (9 x^{6} \Gamma \left (- \frac {1}{3}\right ) - 9 x^{3} \Gamma \left (- \frac {1}{3}\right )\right )} & \text {otherwise} \end {cases} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x**3-1)**(1/3)/x**8,x)

[Out]

Piecewise(((-1 + x**(-3))**(1/3)*exp(I*pi/3)*gamma(-7/3)/(3*gamma(-1/3)) + (-1 + x**(-3))**(1/3)*exp(I*pi/3)*g
amma(-7/3)/(9*x**3*gamma(-1/3)) - 4*(-1 + x**(-3))**(1/3)*exp(I*pi/3)*gamma(-7/3)/(9*x**6*gamma(-1/3)), 1/Abs(
x**3) > 1), (3*x**6*(1 - 1/x**3)**(1/3)*gamma(-7/3)/(9*x**6*gamma(-1/3) - 9*x**3*gamma(-1/3)) - 2*x**3*(1 - 1/
x**3)**(1/3)*gamma(-7/3)/(9*x**6*gamma(-1/3) - 9*x**3*gamma(-1/3)) - 5*(1 - 1/x**3)**(1/3)*gamma(-7/3)/(9*x**6
*gamma(-1/3) - 9*x**3*gamma(-1/3)) + 4*(1 - 1/x**3)**(1/3)*gamma(-7/3)/(x**3*(9*x**6*gamma(-1/3) - 9*x**3*gamm
a(-1/3))), True))

________________________________________________________________________________________