AME-558

Syllabus | Technical Information | Class | Homework and Exams | References and Links | FAQ


Topic 1: Review of Classical Control Theory


Section marker System Performance

Criteria in analysis of system performance are: stability, steady-state accuracy, transient response, frequency response, and robustness. Classical methods of analysis corresponding with these criteria are:

STABILITY: Routh criterion, root locus plot, Nyquist plot.
STEADY-STATE ACCURACY: Final-value theorem.
TRANSIENT RESPONSE: Root locus, Bode plot.
FREQUENCY REASPONSE Bode plot, Nyquist plot.
ROBUSTNESS: Multiple input transfer functions


Section marker Stability

For now, we can define stability to mean:

Bounded input → Bounded output

The principal stability criterion for linear systems is:

A system is stable if all poles of its transfer function lie in the left-half of the complex s-plane.

Equivalently, a system is stable if the real parts of all roots of its characteristic equation are negative. The characteristic equation is found simply by equating the denominator of the transfer function to zero. Note that a root of the characteristic equation is synonymous with a system pole.

For a realizable feedback system, we expect the transfer function to be expressible in the following form:

C ( s ) R ( s ) = K G ( s ) 1 + K G ( s ) H ( s ) = K g n ( s ) h d ( s ) g d ( s ) h d ( s ) + K g n ( s ) h n ( s )

where the coefficients of the polynomials g α ( s ) and h α ( s ) are real.

The characteristic equation is:

g d ( s ) h d ( s ) + K g n ( s ) h n ( s ) = 0 .

which we can write as:

a 0 s n + a 1 s n - 1 + a 2 s n - 2 + ... + a n - 1 s + a n = 0

To apply Routh's criterion, make a table:

Routh Table
sn a0 a2 a4 .....
sn-1 a1 a3 a5
sn-2 b1 = (a1a2-a0a3)/a1 b2 = (a1a4-a0a5)/a1 etc.
sn-3 c1 = (b1a3-a1b2)/b1 c2 = (b1a5-a1b3)/b1
...... etc.
s0

The Routh criterion is applied by examining the sign of the coefficient in the column headed by a0. The number of sign changes in the elements of this column, taken in order, is equal to the number of roots of the characteristic equation that have positive real parts.

Example 1

s 4 + 2 s 3 + 3 s 2 + K s + 2 = 0

The table looks like this:

Example 1
s4 1 3
s3 2 K
s2 2 × 3 - 1 × K 2

= 6 - K 2

2 × 2 - 1 × 0 2

= 2

s 6 K - K 2 - 8 6 - K
s0 2

Stability requires that there be no sign changes in the first column. Thus stability requires that 6 > K and 6 K - K 2 - 8 > 0 . These conditions together imply that THE STABILITY REQUIREMENT IS 4 > K > 2 .

Consider the critical case K = 4 . The Routh array is then

Example 1 for K = 4
s4
s3
s2
s
s0

The auxilliary equation is defined by the row preceding the zero row, in this case

s 2 + 2 = 0

Roots of this equation are also roots of the characteristic equation. Thus s = ± j ω = ± j 2 are roots of the characteristic equation. The system goes unstable at a frequency of ω = 2 .

Example 2:

s 4 + 2 s 3 + 3 s 2 + 6 s + 2 = 0

The only change is the coefficient of s, which is now 6, instead of K. This gives a zero in the leading column of the Routh table. Replace it with a small positive number ε.

The table looks like this:

Example 2
s4 1 3
s3 2 6
s2 2 × 3 - 1 × 6 2

= 0 ε

2 × 2 - 1 × 0 2

= 2

s 6 ε - 4 ε -
s0 2

So in this example also there are two sign changes in the leading column, and therefore two poles with positive real parts. THE SYSTEM IS UNSTABLE.


Mr. Rogers What's next? Spike Lee

Go on to page 3, where we'll look at steady state errors.