How do you compute $$ \int \frac{u}{u+1}\,\mathrm du$$
2026-04-29 14:22:43.1777472563
On
On
How to compute the indefinite integral $\int \frac u{u+1}\,\mathrm du$?
170 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
$$ \int \frac{u}{u+1} du = \int \frac{u+1-1}{u+1} du = \int 1 \, du - \int \frac{1}{u+1} du. $$
Now it should be easy to solve.
0
On
Integration by parts needlessly complicates this problem.
A simpler approach uses partial fraction decomposition. Since $$\frac{u}{u+1} = 1-\frac{1}{u+1},$$ we have $$\int \frac{u}{u+1} du = \int 1du - \int \frac{1}{u+1}du = u - \log \vert u+1 \vert + c.$$
Hint:
Integrate by parts.
$$\int\dfrac{u}{u+1}du=u \int\dfrac{1}{u+1}du-\int \log(u+1)du$$
By the series of comments with Did,
$$\int \log u du= \log u\int1 du-\int u \cdot \dfrac{1}{u}du= (u\log u-u)$$