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

Optimal. Leaf size=10 \[ \frac{1}{x+1}+\log (x+1) \]

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.0043905, antiderivative size = 10, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 1, integrand size = 7, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.143, Rules used = {43} \[ \frac{1}{x+1}+\log (x+1) \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 43

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

Mathematica [A]  time = 0.0027193, size = 10, normalized size = 1. \[ \frac{1}{x+1}+\log (x+1) \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

Maple [A]  time = 0., size = 11, normalized size = 1.1 \begin{align*} \left ( 1+x \right ) ^{-1}+\ln \left ( 1+x \right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/(1+x)+ln(1+x)

________________________________________________________________________________________

Maxima [A]  time = 0.927928, size = 14, normalized size = 1.4 \begin{align*} \frac{1}{x + 1} + \log \left (x + 1\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/(x + 1) + log(x + 1)

________________________________________________________________________________________

Fricas [A]  time = 1.63569, size = 46, normalized size = 4.6 \begin{align*} \frac{{\left (x + 1\right )} \log \left (x + 1\right ) + 1}{x + 1} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Sympy [A]  time = 0.074338, size = 8, normalized size = 0.8 \begin{align*} \log{\left (x + 1 \right )} + \frac{1}{x + 1} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

log(x + 1) + 1/(x + 1)

________________________________________________________________________________________

Giac [A]  time = 1.0972, size = 15, normalized size = 1.5 \begin{align*} \frac{1}{x + 1} + \log \left ({\left | x + 1 \right |}\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/(x + 1) + log(abs(x + 1))