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

Optimal. Leaf size=19 \[ \frac {5 (x-1) (x+5)}{6 \sqrt [5]{(x-1)^4}} \]

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 33, normalized size of antiderivative = 1.74, number of steps used = 4, number of rules used = 3, integrand size = 24, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.125, Rules used = {1680, 15, 43} \begin {gather*} \frac {5 (x-1)^2}{6 \sqrt [5]{(x-1)^4}}+\frac {5 (x-1)}{\sqrt [5]{(x-1)^4}} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 15

Int[(u_.)*((a_.)*(x_)^(n_))^(m_), x_Symbol] :> Dist[(a^IntPart[m]*(a*x^n)^FracPart[m])/x^(n*FracPart[m]), Int[
u*x^(m*n), x], x] /; FreeQ[{a, m, n}, x] &&  !IntegerQ[m]

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 1680

Int[(Pq_)*(Q4_)^(p_), x_Symbol] :> With[{a = Coeff[Q4, x, 0], b = Coeff[Q4, x, 1], c = Coeff[Q4, x, 2], d = Co
eff[Q4, x, 3], e = Coeff[Q4, x, 4]}, Subst[Int[SimplifyIntegrand[(Pq /. x -> -(d/(4*e)) + x)*(a + d^4/(256*e^3
) - (b*d)/(8*e) + (c - (3*d^2)/(8*e))*x^2 + e*x^4)^p, x], x], x, d/(4*e) + x] /; EqQ[d^3 - 4*c*d*e + 8*b*e^2,
0] && NeQ[d, 0]] /; FreeQ[p, x] && PolyQ[Pq, x] && PolyQ[Q4, x, 4] &&  !IGtQ[p, 0]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 19, normalized size = 1.00 \begin {gather*} \frac {5 (x-1) (x+5)}{6 \sqrt [5]{(x-1)^4}} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 5.40, size = 19, normalized size = 1.00 \begin {gather*} \frac {5 (-1+x) (5+x)}{6 \sqrt [5]{(-1+x)^4}} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

fricas [B]  time = 0.45, size = 40, normalized size = 2.11 \begin {gather*} \frac {5 \, {\left (x^{4} - 4 \, x^{3} + 6 \, x^{2} - 4 \, x + 1\right )}^{\frac {4}{5}} {\left (x + 5\right )}}{6 \, {\left (x^{3} - 3 \, x^{2} + 3 \, x - 1\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.05, size = 16, normalized size = 0.84

method result size
risch \(\frac {5 \left (-1+x \right ) \left (5+x \right )}{6 \left (\left (-1+x \right )^{4}\right )^{\frac {1}{5}}}\) \(16\)
gosper \(\frac {5 \left (-1+x \right ) \left (5+x \right )}{6 \left (x^{4}-4 x^{3}+6 x^{2}-4 x +1\right )^{\frac {1}{5}}}\) \(29\)
trager \(\frac {5 \left (5+x \right ) \left (x^{4}-4 x^{3}+6 x^{2}-4 x +1\right )^{\frac {4}{5}}}{6 \left (-1+x \right )^{3}}\) \(31\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maxima [A]  time = 0.32, size = 15, normalized size = 0.79 \begin {gather*} \frac {5 \, {\left (x^{2} + 4 \, x - 5\right )}}{6 \, {\left (x - 1\right )}^{\frac {4}{5}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {x}{\sqrt [5]{\left (x - 1\right )^{4}}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Integral(x/((x - 1)**4)**(1/5), x)

________________________________________________________________________________________