how to find absolute value for complex fraction

2.1k Views Asked by At

I have a Fourier transfer equation $H(jw) = \frac{jwL}{(jw)^2LC+jw\frac{L}{R}+1}$, and I need to find frequency to make $|H(jw)|$ is max. I know I should take the derivative of $|H(jw)|$ then find the max $w_0$. But my question now is how to find the absolute value of this function. \ Thanks

1

There are 1 best solutions below

3
On

I assume that all the constants are $\gt 0$. The denominator of your fraction is

$$1-\omega^2 L C + j \omega \frac{L}{R}$$

so the magnitude of the fraction is

$$\frac{\omega L}{\sqrt{(1-\omega^2 L C)^2 + \omega^2 L^2/R^2}}$$