AME-558
Syllabus | Technical Information | Class | Homework and Exams | References and Links | FAQ
System PerformanceCriteria 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 |
StabilityFor 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:
where the coefficients of the polynomials and are real.
The characteristic equation is:
.
which we can write as:
To apply Routh's criterion, make a 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.
The table looks like this:
| s4 | 1 | 3 | 2 |
| s3 | 2 | ||
| s2 | |||
| s | |||
| s0 | 2 |
Stability requires that there be no sign changes in the first column. Thus stability requires that and . These conditions together imply that THE STABILITY REQUIREMENT IS .
Consider the critical case . The Routh array is then
| s4 | 1 | 3 | 2 |
| s3 | 2 | 4 | |
| s2 | 1 | 2 | |
| s | 0 | ||
| s0 | 2 |
The auxilliary equation is defined by the row preceding the zero row, in this case
Roots of this equation are also roots of the characteristic equation. Thus are roots of the characteristic equation. The system goes unstable at a frequency of .
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:
| s4 | 1 | 3 | 2 | ||
| s3 | 2 | 6 | |||
| s2 | |||||
| s | |||||
| 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.
What's next?
Go on to page 3, where we'll look at steady state errors.