Electronic – Why does Nyquist plot only need loop gain but not the entire closed loop transfer function

bode plotcontrol systemtheory

I was trying to compare a Bode plot and a Nyquist plot of the same system and realized that I was probably comparing apples to oranges

Bode plot is plotting the entire closed loop transfer function, whereas the Nyquist plot is only plotting the loop gain

enter image description here

Given the above system, the loop gain is defined as \$C(s) \times P(s)\$, whereas the closed loop transfer function is defined as $$\frac{1}{1+C(s) \times P(s)}$$

Why does Nyquist only care about the loop gain (but not the entire closed loop tf) and does it make sense to compare Bode with Nyquist?

Best Answer

When evaluating the stability of a control system, it's most insightful to plot the loop gain, either as a Bode plot or as a Nyquist plot. They do not differ in this respect.

The Nyquist plot is useful for employing the Nyquist stability criterion. In summary, loop gain encirclements of the point \$(-1, 0)\$ on the Nyquist plot indicate instability. Unless the system was already unstable (i.e., has RHP poles), in which case a counter-clockwise encirclement must be made for each RHP pole.

On a Bode plot, the usual technique for evaluating stability is to investigate the gain margin and phase margin of the loop gain. If both of these values are greater than zero, then the system is stable (as long as it doesn't have RHP poles). This technique isn't quite as general as the Nyquist criterion, but for the vast majority of control systems it's good enough. It's possible to evaluate the Nyquist criterion by looking at a Bode plot, but it's more difficult.

So, why would you evaluate stability with a Bode plot when the Nyquist criterion is more general? Because the Bode plot gives you a lot of insight that the Nyquist plot doesn't. The Bode plot shows gain and phase versus frequency, helping you identify what frequencies to place compensating poles and zeroes, as well as lending insights into closed-loop response that are impossible to see on a Nyquist plot (such as closed-loop bandwidth).

Finally, once you've determined your system is stable, you can re-use the Bode plot for a meaningful demonstration of closed-loop response as well. Plotting closed-loop gain on a Nyquist plot isn't nearly as meaningful.