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

Optimal. Leaf size=16 \[ 2 \log (1-x)-\frac {3}{x+1} \]

[Out]

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

________________________________________________________________________________________

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

Antiderivative was successfully verified.

[In]

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

[Out]

-3/(1 + x) + 2*Log[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+7 x+2 x^2}{-1-x+x^2+x^3} \, dx &=\int \left (\frac {2}{-1+x}+\frac {3}{(1+x)^2}\right ) \, dx\\ &=-\frac {3}{1+x}+2 \log (1-x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 14, normalized size = 0.88 \[ 2 \log (x-1)-\frac {3}{x+1} \]

Antiderivative was successfully verified.

[In]

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

[Out]

-3/(1 + x) + 2*Log[-1 + x]

________________________________________________________________________________________

fricas [A]  time = 0.80, size = 17, normalized size = 1.06 \[ \frac {2 \, {\left (x + 1\right )} \log \left (x - 1\right ) - 3}{x + 1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [A]  time = 0.40, size = 15, normalized size = 0.94 \[ -\frac {3}{x + 1} + 2 \, \log \left ({\left | x - 1 \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-3/(x + 1) + 2*log(abs(x - 1))

________________________________________________________________________________________

maple [A]  time = 0.00, size = 15, normalized size = 0.94 \[ 2 \ln \left (x -1\right )-\frac {3}{x +1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maxima [A]  time = 1.09, size = 14, normalized size = 0.88 \[ -\frac {3}{x + 1} + 2 \, \log \left (x - 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

mupad [B]  time = 0.04, size = 14, normalized size = 0.88 \[ 2\,\ln \left (x-1\right )-\frac {3}{x+1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

sympy [A]  time = 0.09, size = 10, normalized size = 0.62 \[ 2 \log {\left (x - 1 \right )} - \frac {3}{x + 1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________