Why does a pole with increasing phase start at -180°?

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
5 replies · 6K views
jegues
Messages
1,085
Reaction score
3

Homework Statement



Understanding the bode plot for,

[tex]G(s) = \frac{1}{2s-1}[/tex]

Homework Equations


The Attempt at a Solution



Usually when I am drawing bode plots for either real poles or zeros, I simply solve for the break frequency knowing that a zero/pole will give me a +/-20dB/decade asymptote after the break frequency on my magnitude plot, and a +/-90° phase shift across two decades, with the center (i.e. the +/-45° point) at my break frequency on my phase plot.

This has always worked when I have,

[tex](s+a) \quad a>0[/tex]

but it seems to change when,

[tex](s - a) \quad a>0 \quad \text{or, } \quad (-s+a) \quad a>0[/tex]

I can't wrap my head around why a pole has an increasing phase that starts at -180°. I was expecting a phase decrease from 0° to -90°.

Can someone explain what I am misunderstanding?
 

Attachments

  • BodeQ.jpg
    BodeQ.jpg
    35.5 KB · Views: 499
Last edited:
Physics news on Phys.org
You did solve the bode plot correctly.

When a pole is in the right half plane (greater than zero) the phase will increase during the pole.
It is important to note that this means the system is unstable.
 
rude man said:
There is no such thoing as a Bode plot for poles in the right-hand plane.
A Bode plot is usually just defined as a magnitude and phase plot of [itex]H(s)\rvert_{s = j\omega}[/itex] versus [itex]\omega[/itex], where [itex]H(s)[/itex] is the transfer function of the system. So strictly speaking, regardless of the implications of having poles in the right-half plane, the Bode plot for the system is still well-defined.

jegues said:
I can't wrap my head around why a pole has an increasing phase that starts at -180°. I was expecting a phase decrease from 0° to -90°.
I'm not sure why you would expect that. When in doubt, go back to basics:
[tex] \left. H(s) \right|_{s = j\omega} = \left. \frac{1}{2s - 1} \right|_{s = j\omega} = \frac{1}{2j\omega - 1} = \frac{1}{-1 + j2\omega} \Rightarrow\\<br /> \arg(H(j\omega)) = \arg\left(\frac{1}{-1 + j2\omega}\right) = \arg(1) - \arg(-1 + j2\omega) = 0 - (\arctan(-2\omega) + \pi) = -\arctan(-2\omega) - \pi[/tex]
Try evaluating that for [itex]\omega \ll 1[/itex] and [itex]\omega \gg 1[/itex].
 
milesyoung said:
A Bode plot is usually just defined as a magnitude and phase plot of [itex]H(s)\rvert_{s = j\omega}[/itex] versus [itex]\omega[/itex], where [itex]H(s)[/itex] is the transfer function of the system. So strictly speaking, regardless of the implications of having poles in the right-half plane, the Bode plot for the system is still well-defined.

No. The gain is undefined. The output approaches infinity for any finite input. So a "magnitude" of gain does not exist, neither does a "phase".
.
 
rude man said:
No. The gain is undefined. The output approaches infinity for any finite input. So a "magnitude" of gain does not exist, neither does a "phase".
It's true that the Bode plot for an unstable system does not give you information about its steady-state gain and phase shift (since it has no steady state to speak of), but that doesn't mean the Bode plot itself is undefined, which, if you read my post carefully, was what I was commenting on.

[itex]H(s)\rvert_{s = j\omega}[/itex] evaluates fine for [itex]0 < \omega < \infty[/itex], be it for a stable or unstable [itex]H(s)[/itex].