Why is the phase angle not just -90 degrees?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
Cyrus
Messages
3,246
Reaction score
17
Can someone show me how they got this:

[tex]\frac{\omega_n^2}{-\omega^2+j2 \zeta \omega_n \omega}[/tex]

Has this phase:

[tex]-90-tan^{-1} \frac{ \omega}{2 \zeta \omega_n}[/tex]

Why isn't it simply:

[tex]0 -tan^{-1} \frac{- 2 \zeta \omega_n}{ \omega}[/tex]
 
Physics news on Phys.org
Hi Cyrus. Look at the denominator, it's phase is clearly a "second quadrant" angle. Inverse tan however only covers quadrands I and IV, so you want to express it as 180 - invtan(2 zeta omega_n / omega) right.

Now you're right to do what you did next, subtract the phase of the denom from the phase of the num to get :

-180 + invtan(2 zeta omega_n / omega).

Now just use invtan(x) = 90 - invtan(1/x) to get the desired expression.

BTW. Sorry that I'm too lazy to latex today, I hope you can follow it anyway.
 
Last edited:
Ah, that makes sense. Thanks uart!

Im so used to using arctan2() command in MATLAB that I forgot all this stuff.