I want to calculate the following integral by using the table of immediate integrals (no integral substitution):
$$\int{ \frac{x}{(x+1)^3}dx }$$
I took this formula from the immediate integral table of my textbook:
$$\int{f'(x)\ [f(x)]^\alpha\ dx} = \frac {1}{\alpha + 1}[f(x)]^{\alpha+1}+C$$
So this is what I do:
$$\int{ x \ \frac{1}{(x+1)^3}dx } = \int{ x \ (x+1)^{-3} dx }$$
In my integral $\alpha = -3$, $f(x) = x + 1$ and $f'(x) = x + 1$. Therefore
$$\int{ x \ (x+1)^{-3} dx } = { -\frac{1}{2(x+1)^2} dx\ + C}$$
The solution, though, is the following:
$${-\frac{1}{x+1} + \frac{1}{2(x+1)^2} dx\ + C}$$
This clearly doesn't match with my solution, although it's quite similar. Any hints on what I am doing wrong?