3.302 \(\int \frac {1+2 x}{-1+3 x-3 x^2+x^3} \, dx\)

Optimal. Leaf size=21 \[ \frac {2}{1-x}-\frac {3}{2 (1-x)^2} \]

[Out]

-3/2/(1-x)^2+2/(1-x)

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 21, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.048, Rules used = {2074} \[ \frac {2}{1-x}-\frac {3}{2 (1-x)^2} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 2074

Int[(P_)^(p_)*(Q_)^(q_.), x_Symbol] :> With[{PP = Factor[P]}, Int[ExpandIntegrand[PP^p*Q^q, x], x] /;  !SumQ[N
onfreeFactors[PP, x]]] /; FreeQ[q, x] && PolyQ[P, x] && PolyQ[Q, x] && IntegerQ[p] && NeQ[P, x]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 14, normalized size = 0.67 \[ \frac {1-4 x}{2 (x-1)^2} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

fricas [A]  time = 0.88, size = 17, normalized size = 0.81 \[ -\frac {4 \, x - 1}{2 \, {\left (x^{2} - 2 \, x + 1\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [A]  time = 0.30, size = 12, normalized size = 0.57 \[ -\frac {4 \, x - 1}{2 \, {\left (x - 1\right )}^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-1/2*(4*x - 1)/(x - 1)^2

________________________________________________________________________________________

maple [A]  time = 0.00, size = 16, normalized size = 0.76 \[ -\frac {3}{2 \left (x -1\right )^{2}}-\frac {2}{x -1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-3/2/(x-1)^2-2/(x-1)

________________________________________________________________________________________

maxima [A]  time = 1.09, size = 17, normalized size = 0.81 \[ -\frac {4 \, x - 1}{2 \, {\left (x^{2} - 2 \, x + 1\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

mupad [B]  time = 2.09, size = 12, normalized size = 0.57 \[ -\frac {4\,x-1}{2\,{\left (x-1\right )}^2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-(4*x - 1)/(2*(x - 1)^2)

________________________________________________________________________________________

sympy [A]  time = 0.09, size = 14, normalized size = 0.67 \[ \frac {1 - 4 x}{2 x^{2} - 4 x + 2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

(1 - 4*x)/(2*x**2 - 4*x + 2)

________________________________________________________________________________________