How to integrate $x\ln(x+1)$?

643 Views Asked by At

I am trying to compute $\int x\ln (x+1)\, dx$. I tried integrating by parts and ended up with: $$\int x\ln(x+1)\,dx = \frac{1}{2}x^2\ln(x+1) - \frac{1}{2}\int\frac{x^2}{x+1}\,dx$$ but I'm stuck here.

3

There are 3 best solutions below

1
On BEST ANSWER

Write $x^2=x^2-1+1$ so that

$$\frac{x^2}{x+1}=\frac{x^2-1}{x+1}+\frac{1}{x+1}=(x-1)+\frac{1}{x+1} $$

1
On

Hints:View $x^2$ as $x^2-1+1$ in the second part.

0
On

$$\int \dfrac{x^2}{x+1}dx = \int \dfrac{x^2-1}{x+1}dx + \int \dfrac{dx}{x+1} = \int (x-1) dx + \int \dfrac{dx}{x+1} = \dfrac{x^2}2 - x + \ln(x+1)+ c$$