I have a function that I am trying to split into partial fractions in order to integrate the function.
The function is:
$$\int \frac{x}{(1+x^2)^2}dx$$
I am trying to split $\dfrac{x}{(1+x^2)^2}$ into partial fractions.
While trying I am splitting it into these fractions: $\dfrac{Ax+D}{1+x^2}+\dfrac{Cx+D}{(1+x^2)^2}$
I get $C=1$ which ends up again where I started from. I am confused on what to do here.
Hint. Alternatively, one may just perform the change of variable $$ u=1+x^2, \quad \frac12du=x\:dx, \quad $$ giving $$ \int \frac{x\:dx}{(1+x^2)^2}=\frac12\int \frac{du}{u^2} $$ the latter integral being easier to evaluate.