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

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

[Out]

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

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 14, 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 = {1602} \begin {gather*} \frac {1}{12 \left (x^3-6 x+1\right )^4} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 1602

Int[(Pp_)*(Qq_)^(m_.), x_Symbol] :> With[{p = Expon[Pp, x], q = Expon[Qq, x]}, Simp[Coeff[Pp, x, p]*x^(p - q +
 1)*(Qq^(m + 1)/((p + m*q + 1)*Coeff[Qq, x, q])), x] /; NeQ[p + m*q + 1, 0] && EqQ[(p + m*q + 1)*Coeff[Qq, x,
q]*Pp, Coeff[Pp, x, p]*x^(p - q)*((p - q + 1)*Qq + (m + 1)*x*D[Qq, x])]] /; FreeQ[m, x] && PolyQ[Pp, x] && Pol
yQ[Qq, x] && NeQ[m, -1]

Rubi steps

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

________________________________________________________________________________________

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

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

Maple [A]
time = 0.02, size = 13, normalized size = 0.93

method result size
gosper \(\frac {1}{12 \left (x^{3}-6 x +1\right )^{4}}\) \(13\)
default \(\frac {1}{12 \left (x^{3}-6 x +1\right )^{4}}\) \(13\)
norman \(\frac {1}{12 \left (x^{3}-6 x +1\right )^{4}}\) \(13\)
risch \(\frac {1}{12 \left (x^{3}-6 x +1\right )^{4}}\) \(13\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 57 vs. \(2 (12) = 24\).
time = 0.37, size = 57, normalized size = 4.07 \begin {gather*} \frac {1}{12 \, {\left (x^{12} - 24 \, x^{10} + 4 \, x^{9} + 216 \, x^{8} - 72 \, x^{7} - 858 \, x^{6} + 432 \, x^{5} + 1224 \, x^{4} - 860 \, x^{3} + 216 \, x^{2} - 24 \, x + 1\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/12/(x^12 - 24*x^10 + 4*x^9 + 216*x^8 - 72*x^7 - 858*x^6 + 432*x^5 + 1224*x^4 - 860*x^3 + 216*x^2 - 24*x + 1)

________________________________________________________________________________________

Sympy [B] Leaf count of result is larger than twice the leaf count of optimal. 56 vs. \(2 (12) = 24\).
time = 0.09, size = 56, normalized size = 4.00 \begin {gather*} \frac {1}{12 x^{12} - 288 x^{10} + 48 x^{9} + 2592 x^{8} - 864 x^{7} - 10296 x^{6} + 5184 x^{5} + 14688 x^{4} - 10320 x^{3} + 2592 x^{2} - 288 x + 12} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/(12*x**12 - 288*x**10 + 48*x**9 + 2592*x**8 - 864*x**7 - 10296*x**6 + 5184*x**5 + 14688*x**4 - 10320*x**3 +
2592*x**2 - 288*x + 12)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Mupad [B]
time = 2.10, size = 12, normalized size = 0.86 \begin {gather*} \frac {1}{12\,{\left (x^3-6\,x+1\right )}^4} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________