Necessary and Sufficient Conditions for Stability (RH-Criterion)
Routh–Hurwitz Stability Criterion
The Routh–Hurwitz criterion is a mathematical test that determines whether all roots of a characteristic polynomial lie in the left half of the s-plane (i.e., whether the system is stable).
Routh–Hurwitz Polynomials
For a characteristic polynomial:
The system is stable if all roots have negative real parts.
The Routh–Hurwitz method constructs a tabular array (Routh array) to check stability without solving for roots explicitly.
Necessary and Sufficient Conditions for Stability
Necessary Condition:
All coefficients of the characteristic polynomial must be positive and non-zero.
If any coefficient is negative or zero, the system is unstable.
Sufficient Condition (Hurwitz Determinants):
All Hurwitz determinants (principal minors of the Hurwitz matrix) must be positive.
This ensures that all poles lie in the left half-plane.
Necessary Condition:
All coefficients of the characteristic polynomial must be positive and non-zero.
If any coefficient is negative or zero, the system is unstable.
Sufficient Condition (Hurwitz Determinants):
All Hurwitz determinants (principal minors of the Hurwitz matrix) must be positive.
This ensures that all poles lie in the left half-plane.
Routh Array Construction
First row: coefficients of even powers of .
Second row: coefficients of odd powers of .
Remaining rows: calculated using the formula:
Stability check: No sign changes in the first column → system is stable.
First row: coefficients of even powers of .
Second row: coefficients of odd powers of .
Remaining rows: calculated using the formula:
Stability check: No sign changes in the first column → system is stable.
Example Problem
Characteristic equation:
Routh Array:
| Row | Elements |
|---|---|
| 1 , 3 , 1 | |
| 3 , 2 , 0 | |
| , 1 | |
| , 0 | |
| 1 |
First column: 1, 3, 7/3, 5/7, 1 → all positive → System is stable.
Key Points
Necessary condition: All coefficients positive.
Sufficient condition: All Hurwitz determinants positive.
Routh array provides a practical way to check stability and count unstable poles.
Necessary condition: All coefficients positive.
Sufficient condition: All Hurwitz determinants positive.
Routh array provides a practical way to check stability and count unstable poles.
Comments
Post a Comment