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?
You don't have to use those tables.
(You should be using $u$-substitution; I'm essentially doing the same.)
$$\begin{array}{rcl} \displaystyle \int \dfrac x{(x+1)^3} \ \mathrm dx &=& \displaystyle \int \dfrac {(x+1)-1}{(x+1)^3} \ \mathrm dx \\ &=& \displaystyle \int \left( \dfrac1{(x+1)^2} - \dfrac1{(x+1)^3} \right) \ \mathrm dx \\ &=& \displaystyle \int \left( \dfrac1{(x+1)^2} - \dfrac1{(x+1)^3} \right) \ \mathrm d(x+1) \\ &=& \displaystyle - \dfrac1{x+1} + \dfrac1{2(x+1)^2} + C\\ \end{array}$$