Lec 3
Lec 3
2024/3/21 1
Lecture 10
2
Concept of Stability
Using this method, we can tell how many closed-loop system poles are in
the left half-plane, in the right half-plane, and on the jw-axis. (Notice that
we say how many, not where.)
• Next form the first row of the Routh table, using the coefficients of the denominator of the
closed-loop transfer function (characteristic equation).
• Start with the coefficient of the highest power and skip every other power of s.
• Now form the second row with the coefficients of the denominator skipped in the
previous step.
• The table is continued horizontally and vertically until zeros are obtained.
• For convenience, any row can be multiplied or divide by a positive constant before the
next row is computed without changing the values of the rows below and disturbing the
properties of the Routh table.
Routh’s Stability Condition
• If the closed-loop transfer function has all poles in the left half of the s-plane,
the system is stable. Thus, a system is stable if there are no sign changes in
the first column of the Routh table.
• The Routh criterion declares that the number of roots of the polynomial that are
lies in the right half-plane is equal to the number of sign changes in the first
column.
• Hence the system is unstable if the poles lies on the right hand side of the s-
plane.
Method for determining the Routh array
s : a0
n
a2 a4
b1 a1
a 2 a0 a3
, n 1
a1 s : a1 a3 a5
n2
a a 4 a0 a5 s : b1 b2 b3
b2 1
,
a1 n 3
s : c1 c2 c3
c1 b1
a 3 a1b2
b1
2
s : * *
1
s : *
0
s : *
Example 1
Answer:
• One coefficient (-2) is negative.
Answer:
• All the coefficients are positive and nonzero.
• Therefore, the system satisfies the necessary condition for
stability.
• We should determine whether any of the coefficients of
the first column of the Routh array are negative.
Example 3
F ( s ) s 6 4s 5 3s 4 2s 3 s 2 4s 4
6
s : 1 3 1 4
s5 : 4 2 4 0
4
s : ? ? ?
s3 : ? ? ?
2
s : ? ?
1
s : ? ?
0
s : ?
Example 3
F ( s ) s 6 4s 5 3s 4 2s 3 s 2 4s 4
6
s : 1 3 1 4 4 3 1 2 5
s5 : 4 2 4 0 4 2
4
s : 52 0 4
3 1 4 1 4
s : ? ? ? 0
4
2
s : ? ?
4 4 1 0
s1 : ? ? 4
4
0
s : ?
Example 3
a ( s ) s 4 s 3s 2 s s 4 s 4
6 5 4 3 2
6
s : 1 3 1 4
s5 : 4 2 4 0
4
s : 52 0 4
5/ 2 2 40
s : 2 12 5
3
0 2
2 52
s : ? ?
s1 : ? ? 5 / 2 4 4 4 12
0
s : ? 52 5
Example 3
a ( s ) s 4 s 3s 2 s s 4 s 4
6 5 4 3 2
6
s : 1 3 1 4
5
s : 4 2 4 0
The elements of
s4 : 52 0 4 the 1st column
are not all positive:
s3 : 2 12 5 0 Two sign change, then two
unstable roots
s2 : 3 4
the system is unstable
s1 : 76 15 0
0
s : 4
Note : closed loop poles and response
Marginally stable
a. Feedback
system for
b. equivalent
closed-loop
system
1000
G (s) ( s 2 )( s 3 )( s 5 )
C . L .T . F
1 G (s) 1000
1
( s 2 )( s 3 )( s 5 )
1000 1000
3
( s 2 )( s 3 )( s 5 ) 1000 s 10 s 2 31 s 1030
Example 4
F (s) s 3
10 s 2
31 s 1030 0
F (s) 3s 5 5s 4 6s 3 3s 2 2s 1 0
10
T .F ( s ) 5
s 2 s 4 3s 3 6 s 2 5 s 3
F ( s ) s 5 2 s 4 3s 3 6 s 2 5 s 3 0
Determining signs in first column of example 6
10
T .F ( s )
s5 7s 4
6 s 3 42 s 2
8 s 56
P(s)
All
P’(s)
zero
K
G (s) s ( s 7 )( s 11 )
T .F ( s )
1 G (s) K
1
s ( s 7 )( s 11 )
K
s 3 18 s 2 77 s K
Routh table for Example 8
Stable
0<K<1386
2024/3/21 26