Routh–Hurwitz stability criterion

From testwiki
Jump to navigation Jump to search

Template:Short description Template:More citations needed

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 (Δi) 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

The criterion is related to Routh–Hurwitz theorem. From the statement of that theorem, we have pq=w(+)w() where:

  • p is the number of roots of the polynomial f(z) with negative real part;
  • q is the number of roots of the polynomial f(z) with positive real part (according to the theorem, f 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 ƒ.

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.

Example

Let f(z)=az2+bz+c (for the sake of simplicity we take real coefficients) where c0 (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)=(aby)P1(y)+c,P2(y)=c,P1(y)=(bcy)P2(y),P3(y)=0, and the Euclidean division stops.

Notice that we had to suppose Template:Mvar 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=+, the sign of (cay2) is the opposite sign of Template:Mvar and the sign of Template:Mvar is the sign of Template:Mvar. When we put (y=), the sign of the first element of the chain is again the opposite sign of Template:Mvar and the sign of Template:Mvar is the opposite sign of Template:Mvar. Finally, Template:Mvar has always the opposite sign of Template:Mvar.

Suppose now that Template:Mvar is Hurwitz-stable. This means that w(+)w()=2 (the degree of Template:Mvar). By the properties of the function Template:Mvar, this is the same as w(+)=2 and w()=0. Thus, Template:Math and Template:Mvar 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

For a second-order polynomial P(s)=a2s2+a1s+a0=0, all coefficients must be positive, where ai>0 for (i=0,1,2).

For a third-order polynomial P(s)=a3s3+a2s2+a1s+a0=0, all coefficients must be positive, where 0<ai,for i=0,1,2,3;0<a2a1a3a0.

For a fourth-order polynomial P(s)=a4s4+a3s3+a2s2+a1s+a0=0, all coefficients must be positive, where[4] 0<ai,for i=0,1,2,3,4;0<a2a1a3a0;0<a3a2a1a4a12a32a0. (When this is derived you do not know all coefficients should be positive, and you add a3a2>a1.)

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 an is fixed to 1, which is positive. When this is assumed, we can remove a3a2>a1 from fourth-order polynomial, and conditions for fifth- and sixth-order can be simplified. For fifth-order we only need to check that Δ2>0,Δ4>0 and for sixth-order we only need to check Δ3>0,Δ5>0 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 a2>0 check can be removed for third-order polynomial.

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 Template:Mvarth-degree polynomial whose all coefficients are the same signs D(s)=ansn+an1sn1++a1s+a0 the table has Template:Math rows and the following structure:

anan2an4an1an3an5b1b2b3c1c2c3

where the elements bi and ci can be computed as follows: bi=an1×an2ian×an(2i+1)an1ci=b1×an(2i+1)an1×bi+1b1 When completed, the number of sign changes in the first column will be the number of roots whose real part are non-negative.

0.751.5 0  0 360030006000

In the first column, there are two sign changes (Template:Math, and Template:Math), thus there are two roots whose real part are non-negative and the system is unstable.

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

b0s4+b1s3+b2s2+b3s+b4=0

For which we have the following table:

b0b2b40b1b300b1b2b0b3b1b1b4b0×0b1=b400(b1b2b0b3)b3b12b4b1b2b0b3000b4000

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

0<b1,0<b1b2b0b3,0<(b1b2b0b3)b3b12b4,0<b4.

We see that if (b1b2b0b3)b3b12b40 then b1b2b0b3>0 is satisfied.

Another example is:[7]

s4+6s3+11s2+6s+200=0

We have the following table :

11120001100120001900020000

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]

For the case s4+s3+3s2+3s+3=0 We have the following table with zero appeared in the first column which prevents further calculation steps:

133130030

we replace 0 by ε>0 and we have the table

133130ε3033ε00300

When we make ε+0, there are two sign changes. The system is unstable, since it has two right-half-plane poles and two left-half-plane poles.


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".

s6+2s5+8s4+12s3+20s2+16s+16=0 We have the following table:

1820162121602121600000

In such a case the auxiliary polynomial is A(s)=2s4+12s2+16 which is again equal to zero. The next step is to differentiate the above equation which yields the polynomial B(s)=8s3+24s1. 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

Template:Div col

Template:Div col end

References

Template:Reflist

  1. Template:Cite book
  2. Template:Cite journal (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. Template:Cite book
  4. Template:Cite web
  5. Template:Cite web
  6. 6.0 6.1 Template:Cite book
  7. 7.0 7.1 Template:Cite book
  8. Template:Cite book