Routh–Hurwitz stability criterion

From Wikipedia, the free encyclopedia

In the control system theory, the Routh–Hurwitz stability criterion is a mathematical test that is a necessary and sufficient condition for the stability of a linear time-invariant (LTI) dynamical system or control system. A stable system is one whose output signal is bounded; the position, velocity or energy do not increase to infinity as time goes on. The Routh test is an efficient recursive algorithm that English mathematician Edward John Routh proposed in 1876 to determine whether all the roots of the characteristic polynomial of a linear system have negative real parts.[1] German mathematician Adolf Hurwitz independently proposed in 1895 to arrange the coefficients of the polynomial into a square matrix, called the Hurwitz matrix, and showed that the polynomial is stable if and only if the sequence of determinants of its principal submatrices are all positive.[2] The two procedures are equivalent, with the Routh test providing a more efficient way to compute the Hurwitz determinants () than computing them directly. A polynomial satisfying the Routh–Hurwitz criterion is called a Hurwitz polynomial.

The importance of the criterion is that the roots p of the characteristic equation of a linear system with negative real parts represent solutions ept of the system that are stable (bounded). Thus the criterion provides a way to determine if the equations of motion of a linear system have only stable solutions, without solving the system directly. For discrete systems, the corresponding stability test can be handled by the Schur–Cohn criterion, the Jury test and the Bistritz test. With the advent of computers, the criterion has become less widely used, as an alternative is to solve the polynomial numerically, obtaining approximations to the roots directly.

The Routh test can be derived through the use of the Euclidean algorithm and Sturm's theorem in evaluating Cauchy indices. Hurwitz derived his conditions differently.[3]

Using Euclid's algorithm[edit]

The criterion is related to Routh–Hurwitz theorem. From the statement of that theorem, we have where:

  • is the number of roots of the polynomial with negative real part;
  • is the number of roots of the polynomial with positive real part (according to the theorem, is supposed to have no roots lying on the imaginary line);
  • w(x) is the number of variations of the generalized Sturm chain obtained from and (by successive Euclidean divisions) where for a real y.

By the fundamental theorem of algebra, each polynomial of degree n must have n roots in the complex plane (i.e., for an ƒ with no roots on the imaginary line, p + q = n). Thus, we have the condition that ƒ is a (Hurwitz) stable polynomial if and only if p − q = n (the proof is given below). Using the Routh–Hurwitz theorem, we can replace the condition on p and q by a condition on the generalized Sturm chain, which will give in turn a condition on the coefficients of ƒ.

Using matrices[edit]

Let f(z) be a complex polynomial. The process is as follows:

  1. Compute the polynomials and such that where y is a real number.
  2. Compute the Sylvester matrix associated to and .
  3. Rearrange each row in such a way that an odd row and the following one have the same number of leading zeros.
  4. Compute each principal minor of that matrix.
  5. If at least one of the minors is negative (or zero), then the polynomial f is not stable.

Example[edit]

  • Let (for the sake of simplicity we take real coefficients) where (to avoid a root in zero so that we can use the Routh–Hurwitz theorem). First, we have to calculate the real polynomials and :
Next, we divide those polynomials to obtain the generalized Sturm chain:
  • yields
  • yields and the Euclidean division stops.

Notice that we had to suppose b different from zero in the first division. The generalized Sturm chain is in this case . Putting , the sign of is the opposite sign of a and the sign of by is the sign of b. When we put , the sign of the first element of the chain is again the opposite sign of a and the sign of by is the opposite sign of b. Finally, -c has always the opposite sign of c.

Suppose now that f is Hurwitz-stable. This means that (the degree of f). By the properties of the function w, this is the same as and . Thus, a, b and c must have the same sign. We have thus found the necessary condition of stability for polynomials of degree 2.

Routh–Hurwitz criterion for second, third and fourth-order polynomials[edit]

  • The second-degree polynomial has both roots with negative real part (and the system with characteristic equation is stable) if and only if both coefficients satisfy .
  • The third-order polynomial has all roots in the open left half-plane if and only if , , and are positive and
  • For a fourth-order polynomial , all the coefficients must satisfy , and [4] (When this is derived you do not know all coefficients should be positive, and you add .)
  • In general the Routh stability criterion states a polynomial has all roots in the open left half-plane if and only if all first-column elements of the Routh array have the same sign.
  • All coefficients being positive (or all negative) is necessary for all roots to be located in the open left half-plane. That is why here is fixed to 1, which is positive. When this is assumed, we can remove from fourth-order polynomial, and conditions for fifth- and sixth-order can be simplified. For fifth-order we only need to check that and for sixth-order we only need to check and this is further optimised in Liénard–Chipart criterion.[5] Indeed, some coefficients being positive is not independent with principal minors being positive, like check can be removed for third-order polynomial.

Higher-order example[edit]

A tabular method can be used to determine the stability when the roots of a higher order characteristic polynomial are difficult to obtain. For an nth-degree polynomial

the table has n + 1 rows and the following structure:

where the elements and can be computed as follows:

When completed, the number of sign changes in the first column will be the number of non-negative roots.

0.75 1.5 0 0
-3 6 0 0
3 0 0 0
6 0 0 0

In the first column, there are two sign changes (0.75 → −3, and −3 → 3), thus there are two non-negative roots where the system is unstable.

The characteristic equation of a servo system is given by:[6]

0
0 0
= 0 0
0 0 0
0 0 0

for stability, all the elements in the first column of the Routh array must be positive. So the conditions that must be satisfied for stability of the given system as follows:[6]

[6]

We see that if

then

Is satisfied.

  • [7]

We have the following table :

1 11 200 0
1 1 0 0
1 20 0 0
-19 0 0 0
20 0 0 0

there are two sign changes. The system is unstable, since it has two right-half-plane poles and two left-half-plane poles. The system cannot have jω poles since a row of zeros did not appear in the Routh table.[7]

Sometimes the presence of poles on the imaginary axis creates a situation of marginal stability. In that case the coefficients of the "Routh array" in a whole row become zero and thus further solution of the polynomial for finding changes in sign is not possible. Then another approach comes into play. The row of polynomial which is just above the row containing the zeroes is called the "auxiliary polynomial".

We have the following table:

1 8 20 16
2 12 16 0
2 12 16 0
0 0 0 0

In such a case the auxiliary polynomial is which is again equal to zero. The next step is to differentiate the above equation which yields the polynomial . The coefficients of the row containing zero now become "8" and "24". The process of Routh array is proceeded using these values which yield two points on the imaginary axis. These two points on the imaginary axis are the prime cause of marginal stability.[8]

See also[edit]

References[edit]

  1. ^ Routh, E. J. (1877). A Treatise on the Stability of a Given State of Motion: Particularly Steady Motion. Macmillan.
  2. ^ Hurwitz, A. (1895). "Ueber die Bedingungen, unter welchen eine Gleichung nur Wurzeln mit negativen reellen Theilen besitzt". Math. Ann. 46 (2): 273–284. doi:10.1007/BF01446812. S2CID 121036103. (English translation “On the conditions under which an equation has only roots with negative real parts” by H. G. Bergmann in Selected Papers on Mathematical Trends in Control Theory R. Bellman and R. Kalaba Eds. New York: Dover, 1964 pp. 70–82.)
  3. ^ Gopal, M. (2002). Control Systems: Principles and Design, 2nd Ed. Tata McGraw-Hill Education. p. 14. ISBN 0070482896.
  4. ^ "Routh-Hurwitz Criterion". math24.net. Retrieved 2022-07-19.
  5. ^ "Stability Analysis Tools" (PDF). Archived from the original (PDF) on 2015-01-26. Retrieved 19 July 2022.
  6. ^ a b c KUMAR, Anand (2007). CONTROL SYSTEMS. PHI Learning. ISBN 9788120331976.
  7. ^ a b Nise, Norman (2015). Control Systems Engineering. Wiley. ISBN 9781118800829.
  8. ^ Saeed, Syed Hasan (2008). Automatic Control Systems. Delhi: Katson Publishers. pp. 206, 207. ISBN 978-81-906919-2-5.

External links[edit]