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

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

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 25, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.091, Rules used = {697} \[ \frac {2}{1-x}-\frac {1}{(1-x)^2}+\log (1-x) \]

Antiderivative was successfully verified.

[In]

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

[Out]

-(1 - x)^(-2) + 2/(1 - x) + Log[1 - x]

Rule 697

Int[((d_) + (e_.)*(x_))^(m_)*((a_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Int[ExpandIntegrand[(d + e*x)^m*(a + c*
x^2)^p, x], x] /; FreeQ[{a, c, d, e, m}, x] && NeQ[c*d^2 + a*e^2, 0] && IGtQ[p, 0]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 16, normalized size = 0.64 \[ \frac {1-2 x}{(x-1)^2}+\log (x-1) \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.01, size = 16, normalized size = 0.64 \[ \frac {1-2 x}{(x-1)^2}+\log (x-1) \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

fricas [A]  time = 0.77, size = 29, normalized size = 1.16 \[ \frac {{\left (x^{2} - 2 \, x + 1\right )} \log \left (x - 1\right ) - 2 \, x + 1}{x^{2} - 2 \, x + 1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.30, size = 17, normalized size = 0.68




method result size



norman \(\frac {1-2 x}{\left (-1+x \right )^{2}}+\ln \left (-1+x \right )\) \(17\)
risch \(\frac {1-2 x}{\left (-1+x \right )^{2}}+\ln \left (-1+x \right )\) \(17\)
default \(-\frac {1}{\left (-1+x \right )^{2}}-\frac {2}{-1+x}+\ln \left (-1+x \right )\) \(20\)
meijerg \(-\frac {x \left (2-x \right )}{2 \left (1-x \right )^{2}}+\frac {x \left (-9 x +6\right )}{6 \left (1-x \right )^{2}}+\ln \left (1-x \right )\) \(38\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________