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.