3.2.94 \(\int \frac {x^2}{(1+x)^3} \, dx\) [194]

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

[Out]

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

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 21, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 9, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.111, Rules used = {45} \begin {gather*} \frac {2}{x+1}-\frac {1}{2 (x+1)^2}+\log (x+1) \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 45

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 21, normalized size = 1.00 \begin {gather*} -\frac {1}{2 (1+x)^2}+\frac {2}{1+x}+\log (1+x) \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

Mathics [A]
time = 1.93, size = 29, normalized size = 1.38 \begin {gather*} \frac {\frac {3}{2}+2 x+\text {Log}\left [1+x\right ] \left (1+2 x+x^2\right )}{1+2 x+x^2} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

Maple [A]
time = 0.04, size = 20, normalized size = 0.95

method result size
norman \(\frac {2 x +\frac {3}{2}}{\left (1+x \right )^{2}}+\ln \left (1+x \right )\) \(17\)
risch \(\frac {2 x +\frac {3}{2}}{\left (1+x \right )^{2}}+\ln \left (1+x \right )\) \(17\)
meijerg \(-\frac {x \left (9 x +6\right )}{6 \left (1+x \right )^{2}}+\ln \left (1+x \right )\) \(19\)
default \(-\frac {1}{2 \left (1+x \right )^{2}}+\frac {2}{1+x}+\ln \left (1+x \right )\) \(20\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Maxima [A]
time = 0.26, size = 22, normalized size = 1.05 \begin {gather*} \frac {4 \, x + 3}{2 \, {\left (x^{2} + 2 \, x + 1\right )}} + \log \left (x + 1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/2*(4*x + 3)/(x^2 + 2*x + 1) + log(x + 1)

________________________________________________________________________________________

Fricas [A]
time = 0.34, size = 31, normalized size = 1.48 \begin {gather*} \frac {2 \, {\left (x^{2} + 2 \, x + 1\right )} \log \left (x + 1\right ) + 4 \, x + 3}{2 \, {\left (x^{2} + 2 \, x + 1\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/2*(2*(x^2 + 2*x + 1)*log(x + 1) + 4*x + 3)/(x^2 + 2*x + 1)

________________________________________________________________________________________

Sympy [A]
time = 0.04, size = 19, normalized size = 0.90 \begin {gather*} \frac {4 x + 3}{2 x^{2} + 4 x + 2} + \log {\left (x + 1 \right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 21, normalized size = 1.00 \begin {gather*} \frac {\frac {1}{2} \left (4 x+3\right )}{\left (x+1\right )^{2}}+\ln \left |x+1\right | \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2/(1+x)^3,x)

[Out]

1/2*(4*x + 3)/(x + 1)^2 + log(abs(x + 1))

________________________________________________________________________________________

Mupad [B]
time = 0.03, size = 21, normalized size = 1.00 \begin {gather*} \ln \left (x+1\right )+\frac {2\,x+\frac {3}{2}}{x^2+2\,x+1} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________