I am trying to make this into a partial fractions form but i can't seem to find a way to do it.
The question is here:
Change into a partial fractions form.
\begin{align} \frac{2s}{(s+1)^2(s^2 + 1)} \\\\ \end{align}
i change to \begin{align} \frac{A}{(s+1)}+\frac{B}{(s+1)^2}+\frac{Cs+D}{(s^2+1)} \end{align}
I expand it and group like terms tgt but i am stump at this point \begin{align} 2s = (A+C)s^3 + (B+A+2C+D)s^2 + (A+C+2D)s + (B+A+D) \end{align}
Anyone can help?
Since you arrived to $$\begin{align} 2s = (A+C)s^3 + (B+A+2C+D)s^2 + (A+C+2D)s + (B+A+D) \end{align}$$ identification of the coefficients of the different powers of $s$ gives $$A+C=0$$ $$B+A+2C+D=0$$ $$A+C+2D=2$$ $$B+A+D=0$$ for which the solutions are easily obtained either using matrix or elimination and the final result is : $A=0$,$B=-1$,$C=0$ and $D=1$