Steady State Errors Ongata BM
Steady State Errors Ongata BM
and
c1 b2 - b1 c2
d1 =
c1
c1 b3 - b1 c3
d2 =
c1
This process is continued until the nth row has been completed. The complete array of
coefficients is triangular. Note that in developing the array an entire row may be divid-
ed or multiplied by a positive number in order to simplify the subsequent numerical
calculation without altering the stability conclusion.
Routh’s stability criterion states that the number of roots of Equation (5–61) with
positive real parts is equal to the number of changes in sign of the coefficients of the first
column of the array. It should be noted that the exact values of the terms in the first col-
umn need not be known; instead, only the signs are needed. The necessary and suffi-
cient condition that all roots of Equation (5–61) lie in the left-half s plane is that all the
coefficients of Equation (5–61) be positive and all terms in the first column of the array
have positive signs.
EXAMPLE 5–11 Let us apply Routh’s stability criterion to the following third-order polynomial:
a0 s3 + a1 s2 + a2 s + a3 = 0
where all the coefficients are positive numbers. The array of coefficients becomes
s3 a0 a2
s2 a1 a3
a1 a2 - a0 a3
s1
a1
s0 a3
The condition that all roots have negative real parts is given by
a1 a2 7 a0 a3
s4 + 2s3 + 3s2 + 4s + 5 = 0
Let us follow the procedure just presented and construct the array of coefficients. (The first
two rows can be obtained directly from the given polynomial. The remaining terms are
obtained from these. If any coefficients are missing, they may be replaced by zeros in
the array.)
s4 1 3 5 s4 1 3 5
s3 2 4 0 s3 2 4 0 The second row is divided
1 2 0 by 2.
66
s2 1 5 s2 1 5
s1 -6 s1 -3
s0 5 s0 5
In this example, the number of changes in sign of the coefficients in the first column is 2. This
means that there are two roots with positive real parts. Note that the result is unchanged when the
coefficients of any row are multiplied or divided by a positive number in order to simplify the
computation.
Special Cases. If a first-column term in any row is zero, but the remaining terms
are not zero or there is no remaining term, then the zero term is replaced by a very small
positive number and the rest of the array is evaluated. For example, consider the
following equation:
s3 + 2s2 + s + 2 = 0 (5–62)
s3 1 1
s2 2 2
s1 0 L
s0 2
If the sign of the coefficient above the zero () is the same as that below it, it indicates
that there are a pair of imaginary roots. Actually, Equation (5–62) has two roots at
s=; j.
If, however, the sign of the coefficient above the zero () is opposite that below it, it
indicates that there is one sign change. For example, for the equation
s3 - 3s + 2 = (s - 1)2(s + 2) = 0
s3 1 -3
⁄
One sign change:
s0 2
⁄
There are two sign changes of the coefficients in the first column. So there are two roots
in the right-half s plane. This agrees with the correct result indicated by the factored
form of the polynomial equation.
If all the coefficients in any derived row are zero, it indicates that there are roots of
equal magnitude lying radially opposite in the s plane—that is, two real roots with equal
magnitudes and opposite signs and/or two conjugate imaginary roots. In such a case, the
evaluation of the rest of the array can be continued by forming an auxiliary polynomi-
al with the coefficients of the last row and by using the coefficients of the derivative of
this polynomial in the next row. Such roots with equal magnitudes and lying radially op-
posite in the s plane can be found by solving the auxiliary polynomial, which is always
even. For a 2n-degree auxiliary polynomial, there are n pairs of equal and opposite roots.
For example, consider the following equation:
s5 + 2s4 + 24s3 + 48s2 - 25s - 50 = 0
The array of coefficients is
s5 1 24 - 25
s4 2 48 - 50 d Auxiliary polynomial P(s)
s3 0 0
The terms in the s3 row are all zero. (Note that such a case occurs only in an odd-
numbered row.) The auxiliary polynomial is then formed from the coefficients of the s4
row. The auxiliary polynomial P(s) is
P(s) = 2s4 + 48s2 - 50
which indicates that there are two pairs of roots of equal magnitude and opposite sign
(that is, two real roots with the same magnitude but opposite signs or two complex-
conjugate roots on the imaginary axis).These pairs are obtained by solving the auxiliary
polynomial equation P(s)=0. The derivative of P(s) with respect to s is
dP (s)
= 8s3 + 96s
ds
The terms in the s3 row are replaced by the coefficients of the last equation—that is,
8 and 96. The array of coefficients then becomes
s5 1 24 - 25
s4 2 48 - 50
s3 8 96 d Coefficients of dP (s)兾ds
s2 24 - 50
s1 112.7 0
s0 - 50
We see that there is one change in sign in the first column of the new array.Thus, the orig-
inal equation has one root with a positive real part. By solving for roots of the auxiliary
polynomial equation,
2s4 + 48s2 - 50 = 0
we obtain
s2 = 1, s2 = -25
or
s = ;1, s = ;j5
These two pairs of roots of P(s) are a part of the roots of the original equation. As a
matter of fact, the original equation can be written in factored form as follows:
(s + 1)(s - 1)(s + j5)(s - j5)(s + 2) = 0
Clearly, the original equation has one root with a positive real part.
R(s) C(s)
+ K
– s(s2 + s + 1) (s + 2)
Figure 5–35
Control system.
For stability, K must be positive, and all coefficients in the first column must be positive.
Therefore,
14
7 K 7 0
9
When K = 149 , the system becomes oscillatory and, mathematically, the oscillation is
sustained at constant amplitude.
Note that the ranges of design parameters that lead to stability may be determined
by use of Routh’s stability criterion.
In this section, we shall investigate the effects of integral and derivative control actions
on the system performance. Here we shall consider only simple systems, so that the
effects of integral and derivative control actions on system performance can be clearly
seen.
c(t)
Offset
1
Figure 5–38
Unit-step response
and offset. 0 t
Section 5–7 / Effects of Integral and Derivative Control Actions on System Performance 219