Table of Contents
In control engineering, understanding the stability of a system is crucial. Two fundamental concepts that help engineers analyze system stability are the Routh-Hurwitz criterion and the roots of the characteristic equation.
What Is the Characteristic Equation?
The characteristic equation is a polynomial equation derived from the system’s differential equations or transfer function. It typically appears in the form:
Denominator polynomial = 0
For example, a second-order system might have a characteristic equation like:
s² + 3s + 2 = 0
The Roots of the Characteristic Equation
The roots, or zeros, of the characteristic equation are the solutions to the polynomial. They are also called the system poles. The location of these roots in the complex plane determines the system’s stability:
- If all roots have negative real parts, the system is stable.
- If any root has a positive real part, the system is unstable.
- If roots lie on the imaginary axis, the system is marginally stable.
The Routh-Hurwitz Criterion
The Routh-Hurwitz criterion provides a systematic way to determine the stability of a system without explicitly calculating the roots. It involves constructing the Routh array from the characteristic polynomial coefficients.
Key steps include:
- Writing the characteristic polynomial in standard form.
- Arranging coefficients into the Routh array.
- Checking the sign changes in the first column of the array.
The Connection Between Roots and Routh-Hurwitz
The core connection lies in the fact that the Routh-Hurwitz criterion determines whether all roots of the characteristic equation have negative real parts. If the Routh array indicates stability, it means all roots are in the left half of the complex plane.
Conversely, if the Routh array shows sign changes, it signifies the presence of roots with positive real parts, indicating an unstable system. Thus, the Routh-Hurwitz criterion offers a shortcut to assess stability by examining polynomial coefficients rather than solving for roots directly.
Summary
In control engineering, the roots of the characteristic equation determine system stability. The Routh-Hurwitz criterion provides an efficient way to analyze these roots indirectly. Together, they form a fundamental toolkit for designing and analyzing stable control systems.