[Math] Calculating magnitude of a complex fraction

complex numbers

I am having a hard time determining the magnitude of a complex fraction.

$$G(j\omega) = \frac{\omega^{2}_{n}}{j\omega(j\omega + 2\zeta \omega_{n})}$$

I understand that $$|G(j\omega)| = \sqrt{Re\{G(j\omega)\}^{2}+Im\{ G(j\omega)\}^{2}}$$

How would I break $G(j\omega)$ up into real and imaginary parts

Update:

$ \omega_{n}, \zeta$ are pure values

$j$ is an imaginary number

$\omega$ is the independent variable

Best Answer

Assuming that $\omega, \omega_n,\zeta \in \mathbb{R}$, and using that $\,|z|^2 = z \cdot \bar z\,$:

$$ \big|G(j\omega)\big|^2 = \frac{\omega^{2}_{n}}{j\omega(j\omega + 2\zeta \omega_{n})} \cdot \frac{\omega^{2}_{n}}{-j\omega(-j\omega + 2\zeta \omega_{n})} = \frac{\omega_n^{\,4}}{\omega^2 \left(4 \zeta^2\omega_n^{\,2}+\omega^2\right)} $$

Related Question