Im trying to do partial fraction but cant seem to get it right, and the examiner have not showed how he did the partial fraction, just the answer.
I want to partial fraction;
$$\frac{1}{((s+\frac{1}{2})^2+\frac{3}{4})(s+\frac{1}{2})}$$
My solution so far:
$\frac{1}{((s+\frac{1}{2})^2+\frac{3}{4})(s+\frac{1}{2})} = \frac{A}{s+\frac{1}{2}}+\frac{Bs+D}{(s+\frac{1}{2})^2+\frac{3}{4}} = \frac{A((s+\frac{1}{2})^2+\frac{3}{4})+(Bs+D)(s+\frac{1}{2})}{((s+\frac{1}{2})^2+\frac{3}{4})(s+\frac{1}{2})}$
$\Rightarrow As^2+As+A+Bs^2+\frac{1}{2}Bs+Ds+\frac{1}{2}D=1$
Comparing coefficients gives me
$s^2:A+B=0$
$s^1:A+\frac{1}{2}B+\frac{1}{2}D=0$
$s^0:A+\frac{1}{2}D=1$
Which gives me $A=2, B=-2, C=-2$ which is wrong.
Can someone tell me what I'm doing wrong? Something tells me that its the $Bs+D$ that is wrong.
Thanks!