Nyquist Diagram and Stability Criterion
Nyquist Diagram and Stability Criterion
Criterion
Nyquist Diagram
• It is a polar plot of the loop transfer function of a system where the x-axis
and y-axis represent the real and imaginary parts, respectively.
• But before we show how the Nyquist diagram is plotted, the concept of
“Complex Functional Mapping” is introduced.
2
Complex Functional Mapping
Complex Functional
Mapping
Nyquist Diagram (Example)
Given the system shown, where L(s) is the loop transfer function:
R(s) + G(s) C(s)
L (s ) G (s )H (s )
2k -
(2s 1)(s 1)(0.5s 1)
H(s)
5
Nyquist Plot (Example)
1) By hand: The poles of L(s) are mapped from the s-plane to L(s)-plane:
6
7
8
9
10
11
12
Nyquist Plot (Example)
2) Using MATLAB:
>> num=[2];
>> den=[1 3.5 3.5 1];
>> sys=tf(num,den);
>> nyquist(sys)
13
Nyquist Plot (Example)
14
Nyquist Stability Criterion
R(s) + C(s)
G(s)
-
H(s)
2k
L (s ) G (s )H (s )
(2s 1)(s 1)(0.5s 1)
Nyquist Stability Criterion
Solution:
• From the Nyquist diagram for k=1, since there are no encirclements
around -1, the system is stable at k=1.
• As k increases, the diagram will be magnified. The encirclement will
keep expanding as k increases.
• The range of k for a stable system is simply:
1
0<𝑘<
0.18
Diagram for K = 1 19
Nyquist Stability Criterion
Diagram for K = 1
Nyquist Stability Criterion
Diagram for K = 1
Nyquist Stability Criterion
marginal
marginal
Gain Margin (GM) and Phase Margin (PM)
▪ GM and PM can be also found from the bode plot of the loop transfer
function.
▪ See Example 10.9.