How to Determine the Number of Right Half Plane Poles with Routh-hurwitz Criterion

The Routh-Hurwitz criterion is a mathematical technique used in control engineering to determine the stability of a system. One key aspect of stability analysis is identifying how many poles of a system lie in the right half of the complex plane. Poles in the right half plane indicate an unstable system. This article explains how to determine the number of right half plane poles using the Routh-Hurwitz criterion.

Understanding the Routh-Hurwitz Criterion

The Routh-Hurwitz criterion involves constructing the Routh array from the characteristic equation of the system. The characteristic equation is typically a polynomial in s:

P(s) = ansn + an-1sn-1 + … + a1s + a0

Steps to Determine Right Half Plane Poles

  • Construct the Routh array from the characteristic polynomial.
  • Examine the first column of the Routh array for sign changes.
  • Count the number of sign changes.

The number of sign changes in the first column equals the number of poles in the right half plane. Each sign change indicates a pole with a positive real part, which contributes to system instability.

Example

Consider the characteristic polynomial:

P(s) = s3 + 2s2 + 3s + 4

Construct the Routh array:

First row: 1, 3

Second row: 2, 4

Calculate the remaining rows and check the first column for sign changes. If there are no sign changes, the system is stable. If there are sign changes, the count indicates the number of right half plane poles.

Conclusion

The Routh-Hurwitz criterion provides an efficient way to determine the stability of a system without calculating the poles explicitly. By analyzing the sign changes in the first column of the Routh array, engineers can quickly identify how many poles are in the right half plane, thus assessing system stability.