I found the transfer function for the spring mass damper system to be $$G(s)=\frac{1}{ms^{2}+bs+k},$$ and now I need to find the gain of this transfer function. I know that the gain is $G=|G(j\omega)|$, but I'm not really sure how to go about finding the gain of a transfer function with a quadratic term in the denominator.
Tell me more
×
Physics Stack Exchange is a question and answer site for
active researchers, academics and students of physics. It's 100% free, no registration required.
|
|
$$G=\left|G(j\omega)\right|=\left|\frac{1}{m(j\omega)^{2}+bj\omega+k}\right|$$ $$=\left|\frac{1}{-m\omega^2+bj\omega+k}\right|$$ $$=\frac{1}{\left|bj\omega-m\omega^2+k\right|}$$ $$=\frac{1}{\sqrt{b^2\omega^2+(-m\omega^2+k)^2}}$$ Maybe? |
|||||||||||
|
|
By following the rules of arithmetic for complex numbers, you can evaluate the magnitude and phase of any rational transfer function. For a quick introduction to the arithmetic of complex numbers, the wikipedia article is decent: Explicitly finding expressions for the magnitude and phase of a transfer function is something that's good to do once, but its not something we often do in practice. |
|||
|
|