If I have the following equation where $C$, $L$, and $R$ are constants, how do I solve for $a$ and $b$?
$$s^2 + \frac{s}{2CR}+ \frac{1}{CL} = (s+a)(s+b)$$
I can put the quadratic ($s^2+s/(2CR)+1/(CL)$) into wolfram alpha and ask it to solve the equation assuming it equals zero which gives me:
$$s = -\frac{\sqrt{L (L - 16 C R^2)} + L}{4 C L R}$$ $$s = \frac{\sqrt{L (L - 16 C R^2)} - L}{4 C L R}$$
Does that help me in some way?
I am unsure of how to do this and can't find any guide online that seems to apply. Thanks for any help.
Addendum - I'm told those are the two solutions for $a$ and $b$. So is this correct:
$s^2 + \frac{s}{2CR}+ \frac{1}{CL} = (s-(sqrt(L (L - 16 C R^2)) + L)/(4 C L R))*(s+(sqrt(L (L - 16 C R^2)) - L)/(4 C L R))$
Yes, these are the two roots, $-a$ and $-b$. If you have values for $L,C,R$ you can plug them in. Alpha has just applied the quadratic formula for you.