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

Optimal. Leaf size=20 \[ \frac {1}{2} \log \left (x^2+2 x+2\right )-2 \tan ^{-1}(x+1) \]

[Out]

-2*arctan(1+x)+1/2*ln(x^2+2*x+2)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 20, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 14, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.286, Rules used = {634, 617, 204, 628} \[ \frac {1}{2} \log \left (x^2+2 x+2\right )-2 \tan ^{-1}(x+1) \]

Antiderivative was successfully verified.

[In]

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

[Out]

-2*ArcTan[1 + x] + Log[2 + 2*x + x^2]/2

Rule 204

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> -Simp[ArcTan[(Rt[-b, 2]*x)/Rt[-a, 2]]/(Rt[-a, 2]*Rt[-b, 2]), x] /
; FreeQ[{a, b}, x] && PosQ[a/b] && (LtQ[a, 0] || LtQ[b, 0])

Rule 617

Int[((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> With[{q = 1 - 4*Simplify[(a*c)/b^2]}, Dist[-2/b, Sub
st[Int[1/(q - x^2), x], x, 1 + (2*c*x)/b], x] /; RationalQ[q] && (EqQ[q^2, 1] ||  !RationalQ[b^2 - 4*a*c])] /;
 FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 628

Int[((d_) + (e_.)*(x_))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Simp[(d*Log[RemoveContent[a + b*x +
c*x^2, x]])/b, x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[2*c*d - b*e, 0]

Rule 634

Int[((d_.) + (e_.)*(x_))/((a_) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Dist[(2*c*d - b*e)/(2*c), Int[1/(a +
 b*x + c*x^2), x], x] + Dist[e/(2*c), Int[(b + 2*c*x)/(a + b*x + c*x^2), x], x] /; FreeQ[{a, b, c, d, e}, x] &
& NeQ[2*c*d - b*e, 0] && NeQ[b^2 - 4*a*c, 0] &&  !NiceSqrtQ[b^2 - 4*a*c]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 20, normalized size = 1.00 \[ \frac {1}{2} \log \left (x^2+2 x+2\right )-2 \tan ^{-1}(x+1) \]

Antiderivative was successfully verified.

[In]

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

[Out]

-2*ArcTan[1 + x] + Log[2 + 2*x + x^2]/2

________________________________________________________________________________________

fricas [A]  time = 0.40, size = 18, normalized size = 0.90 \[ -2 \, \arctan \left (x + 1\right ) + \frac {1}{2} \, \log \left (x^{2} + 2 \, x + 2\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-2*arctan(x + 1) + 1/2*log(x^2 + 2*x + 2)

________________________________________________________________________________________

giac [A]  time = 0.91, size = 18, normalized size = 0.90 \[ -2 \, \arctan \left (x + 1\right ) + \frac {1}{2} \, \log \left (x^{2} + 2 \, x + 2\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-2*arctan(x + 1) + 1/2*log(x^2 + 2*x + 2)

________________________________________________________________________________________

maple [A]  time = 0.00, size = 19, normalized size = 0.95 \[ -2 \arctan \left (x +1\right )+\frac {\ln \left (x^{2}+2 x +2\right )}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-2*arctan(x+1)+1/2*ln(x^2+2*x+2)

________________________________________________________________________________________

maxima [A]  time = 1.34, size = 18, normalized size = 0.90 \[ -2 \, \arctan \left (x + 1\right ) + \frac {1}{2} \, \log \left (x^{2} + 2 \, x + 2\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-2*arctan(x + 1) + 1/2*log(x^2 + 2*x + 2)

________________________________________________________________________________________

mupad [B]  time = 0.16, size = 18, normalized size = 0.90 \[ \frac {\ln \left (x^2+2\,x+2\right )}{2}-2\,\mathrm {atan}\left (x+1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

log(2*x + x^2 + 2)/2 - 2*atan(x + 1)

________________________________________________________________________________________

sympy [A]  time = 0.11, size = 17, normalized size = 0.85 \[ \frac {\log {\left (x^{2} + 2 x + 2 \right )}}{2} - 2 \operatorname {atan}{\left (x + 1 \right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________