0% found this document useful (0 votes)
46 views6 pages

Steady State Errors Ongata BM

This document describes Routh's stability criterion for determining the stability of linear time-invariant systems. It provides examples of applying the criterion by constructing an array of coefficients from the characteristic equation and analyzing the signs in the first column. Special cases are discussed when terms in the array are zero. The criterion can determine the number of roots with positive real parts, indicating instability.

Uploaded by

OLAGO ACHOKA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views6 pages

Steady State Errors Ongata BM

This document describes Routh's stability criterion for determining the stability of linear time-invariant systems. It provides examples of applying the criterion by constructing an array of coefficients from the characteristic equation and analyzing the signs in the first column. Special cases are discussed when terms in the array are zero. The criterion can determine the number of roots with positive real parts, indicating instability.

Uploaded by

OLAGO ACHOKA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

aa

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

EXAMPLE 5–12 Consider the following polynomial:

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

214 Chapter 5 / Transient and Steady-State Response Analyses


aa

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)

The array of coefficients is

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

the array of coefficients is

s3 1 -3

One sign change:


s2 0 L  2
2
s1 -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.

Section 5–6 / Routh’s Stability Criterion 215


aa

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

216 Chapter 5 / Transient and Steady-State Response Analyses


aa

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.

Relative Stability Analysis. Routh’s stability criterion provides the answer to


the question of absolute stability. This, in many practical cases, is not sufficient. We usu-
ally require information about the relative stability of the system. A useful approach
for examining relative stability is to shift the s-plane axis and apply Routh’s stability
criterion. That is, we substitute
s = ŝ - s (s = constant)
into the characteristic equation of the system, write the polynomial in terms of ŝ; and
apply Routh’s stability criterion to the new polynomial in ŝ. The number of changes of
sign in the first column of the array developed for the polynomial in ŝ is equal to the num-
ber of roots that are located to the right of the vertical line s=–s.Thus, this test reveals
the number of roots that lie to the right of the vertical line s=–s.

Application of Routh’s Stability Criterion to Control-System Analysis. Routh’s


stability criterion is of limited usefulness in linear control-system analysis, mainly because
it does not suggest how to improve relative stability or how to stabilize an unstable
system. It is possible, however, to determine the effects of changing one or two
parameters of a system by examining the values that cause instability. In the following,
we shall consider the problem of determining the stability range of a parameter value.
Consider the system shown in Figure 5–35. Let us determine the range of K for
stability. The closed-loop transfer function is
C(s) K
= 2
R(s) sAs + s + 1B(s + 2) + K
The characteristic equation is
s4 + 3s3 + 3s2 + 2s + K = 0
The array of coefficients becomes
s4 1 3 K
s3 3 2 0
7
s2 3 K
s1 2 - 97 K
s0 K

R(s) C(s)
+ K
– s(s2 + s + 1) (s + 2)

Figure 5–35
Control system.

Section 5–6 / Routh’s Stability Criterion 217


aa

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.

5–7 EFFECTS OF INTEGRAL AND DERIVATIVE CONTROL


ACTIONS ON SYSTEM PERFORMANCE

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.

Integral Control Action. In the proportional control of a plant whose transfer


function does not possess an integrator 1兾s, there is a steady-state error, or offset, in the
response to a step input. Such an offset can be eliminated if the integral control action
is included in the controller.
In the integral control of a plant, the control signal—the output signal from the
controller—at any instant is the area under the actuating-error-signal curve up to that
instant.The control signal u(t) can have a nonzero value when the actuating error signal
e(t) is zero, as shown in Figure 5–36(a).This is impossible in the case of the proportional
controller, since a nonzero control signal requires a nonzero actuating error signal.
(A nonzero actuating error signal at steady state means that there is an offset.) Figure
5–36(b) shows the curve e(t) versus t and the corresponding curve u(t) versus t when the
controller is of the proportional type.
Note that integral control action, while removing offset or steady-state error, may lead
to oscillatory response of slowly decreasing amplitude or even increasing amplitude,
both of which are usually undesirable.
Figure 5–36
(a) Plots of e(t) and
u(t) curves showing e(t) e(t)
nonzero control
signal when the
actuating error signal
0 t 0 t
is zero (integral
control); (b) plots of
e(t) and u(t) curves u(t) u(t)
showing zero control
signal when the
actuating error signal
is zero (proportional 0 t 0 t
control). (a) (b)

218 Chapter 5 / Transient and Steady-State Response Analyses


aa

R(s) E(s) 1 C(s)


+ K
– Ts + 1
Figure 5–37 Proportional Plant
Proportional control controller
system.

Proportional Control of Systems. We shall show that the proportional control


of a system without an integrator will result in a steady-state error with a step input. We
shall then show that such an error can be eliminated if integral control action is included
in the controller.
Consider the system shown in Figure 5–37. Let us obtain the steady-state error in the
unit-step response of the system. Define
K
G(s) =
Ts + 1
Since
E(s) R(s) - C(s) C(s) 1
= = 1 - =
R(s) R(s) R(s) 1 + G(s)

the error E(s) is given by


1 1
E(s) = R(s) = R(s)
1 + G(s) K
1 +
Ts + 1
For the unit-step input R(s)=1/s, we have
Ts + 1 1
E(s) =
Ts + 1 + K s
The steady-state error is
Ts + 1 1
ess = lim e(t) = lim sE(s) = lim =
tSq sS0 sS0 Ts + 1 + K K + 1
Such a system without an integrator in the feedforward path always has a steady-state
error in the step response. Such a steady-state error is called an offset. Figure 5–38 shows
the unit-step response and the offset.

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

You might also like