Routh–Hurwitz stability criterion

From Wikipedia, the free encyclopedia
  (Redirected from Routh-Hurwitz stability criterion)
Jump to: navigation, search

The Routh–Hurwitz stability criterion is a necessary and sufficient method to establish the stability of a single-input, single-output (SISO), linear time invariant (LTI) control system. More generally, given a polynomial, some calculations using only the coefficients of that polynomial can lead to the conclusion that it is not stable. For the discrete case, see the Jury test equivalent.

The criterion establishes a systematic way to show that the linearized equations of motion of a system have only stable solutions exp(pt), that is where all p have negative real parts. It can be performed using either polynomial divisions or determinant calculus.

The criterion is derived through the use of the Euclidean algorithm and Sturm's theorem in evaluating Cauchy indices.

Contents

[edit] Using Euclid's algorithm

The criterion is related to Routh–Hurwitz theorem. Indeed, from the statement of that theorem, we have p-q=w(+\infty)-w(-\infty) where:

  • p is the number of roots of the polynomial ƒ(z) with negative Real Part;
  • q is the number of roots of the polynomial ƒ(z) with positive Real Part (let us remind ourselves that ƒ 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 P0(y) and P1(y) (by successive Euclidean divisions) where f(iy) = P0(y) + iP1(y) 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 ƒ.

[edit] Using matrices

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

  1. Compute the polynomials P0(y) and P1(y) such that f(iy) = P0(y) + iP1(y) where y is a real number.
  2. Compute the Sylvester matrix associated to P0(y) and P1(y).
  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.

[edit] Example

  • Let f(z) = az2 + bz + c (for the sake of simplicity we take real coefficients) where  c\neq 0 (to avoid a root in zero so that we can use the Routh–Hurwitz theorem). First, we have to calculate the real polynomials P0(y) and P1(y):
f(iy) = − ay2 + iby + c = P0(y) + iP1(y) = − ay2 + c + i(by).
Next, we divide those polynomials to obtain the generalized Sturm chain:
    • P0(y) = (( − a / b)y)P1(y) + c, yields P2(y) = − c,
    • P1(y) = (( − b / c)y)P2(y), yields P3(y) = 0 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 (P0(y),P1(y),P2(y)) = (cay2,by, − c). Putting y=+\infty, the sign of cay2 is the opposite sign of a and the sign of by is the sign of b. When we put y=-\infty, 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 w(+\infty)-w(-\infty)=2 (the degree of f). By the properties of the function w, this is the same as w(+\infty)=2 and w(-\infty)=0. Thus, a, b and c must have the same sign. We have thus found the necessary condition of stability for polynomials of degree 2.

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

In the following, we assume the coefficient of the highest order (e.g. a_2 in a second order polynomial) to be positive. If necessary, this can always be achieved by multiplication of the polynomial with − 1.

  • For a second-order polynomial, P(s) = a2s2 + a1s + a0 = 0, all the roots are in the left half plane (and the system with characteristic equation P(s) is stable) if all the coefficients satisfy an > 0.
  • For a third-order polynomial P(s) = a3s3 + a2s2 + a1s + a0 = 0, all the coefficients must satisfy an > 0, and a2a1 > a3a0
  • For a fourth-order polynomial P(s) = a4s4 + a3s3 + a2s2 + a1s + a0 = 0, all the coefficients must satisfy an > 0, and a3a2 > a4a1 and  a_3a_2a_1 > a_4a_1^2 + a_3^2a_0

[edit] Higher-order example

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

  • D(s)=a_ns^n+a_{n-1}s^{n-1}+\cdots+a_1s+a_0

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

an an − 2 an − 4 \dots
an − 1 an − 3 an − 5 \dots
b1 b2 b3 \dots
c1 c2 c3 \dots
\vdots \vdots \vdots \ddots

where the elements bi and ci can be computed as follows:

  • b_i=\frac{a_{n-1}\times{a_{n-2i}}-a_n\times{a_{n-2i-1}}}{a_{n-1}}
  • c_i=\frac{b_1\times{a_{n-2i-1}}-a_{n-1}\times{b_{i+1}}}{b_1}.

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

Consider a system with a characteristic polynomial

  • D(s)=s^5+4s^4+2s^3+5s^2+3s+6.\,

We have the following table:

1 2 3 0
4 5 6 0
0.75 1.5 0 0
−3 6 0
3 0
6 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. " Sometimes the presence of poles on the imaginary axis creates a situation of marginal stability. In that case the coefficients of the "Routh Array" 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 "Auxiliary Polynomial".

  • s^6+2s^5+8s^4+12s^3+20s^2+16s+16=0.\,

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 A(s)=2s^4+12s^2+16.\, which is again equal to zero. The next step is to differentiate the above equation which yields the following polynomial. B(s)=8s^3+24s^1.\,. 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.[1]

[edit] See also

[edit] References

  1. ^ Saeed, Syed Hasan (2008). Automatic Control Systems. Delhi: Katson Publishers. pp. 206, 207. ISBN 978-81-906919-2-5. 
  • Hurwitz, A. (1964). "‘On the conditions under which an equation has only roots with negative real parts". Selected Papers on Mathematical Trends in Control Theory. 
  • Routh, E. J. (1877). A Treatise on the Stability of a Given State of Motion: Particularly Steady Motion. Macmillan and co.. 
  • Gantmacher, F. R. (1959). "Applications of the Theory of Matrices". Interscience, New York 641 (9): 1–8. 

[edit] External links

Personal tools
Namespaces
Variants
Actions
Navigation
Interaction
Toolbox
Print/export
Languages