W11B
W11B
1. Locate the poles and zeros of G(s)H(s) on the s plane. The root-locus
branches start from open-loop poles and terminate at zeros (finite zeros
or zeros at infinity).
2. Number of Loci. The number of loci (i.e. the number of branches of
the root-locus branches) equals to the number of open-loop poles.
The breakaway & break-in points can be determined from the roots of
𝑑𝐾 𝐵′ 𝑠 +𝐴 𝑠 −𝐵(𝑠) 𝐴′ 𝑠
= =0 (RL-14)
𝑑𝑠 𝐴2 (𝑠)
☞ Since the root locus is symmetric about the real axis, the angle of
departure from the pole at 𝑠 = −𝑝2 is –145°.
7. Points cross the imaginary axis:
There is no point cross the imaginary axis.
If one substitute 𝑠 = 𝑗𝜔 into the characteristic equation and solve for 𝐾
and 𝜔, one will have 𝐾 = −2 < 0.
The value of the gain 𝐾 at any point on root locus can be found by
applying the magnitude condition or by use of MATLAB. For example,
the value of 𝐾 at which the complex-conjugate closed-loop poles have
the damping ratio 𝜉= 0.7 can be found by locating the roots, as shown
in Figure above, and computing the value of 𝐾 as follows:
The root-locus plot of G(s)H(s) does not show all the roots of the
characteristic equation, only the roots of the reduced equation.
To obtain the complete set of closed-loop poles, we must add the
canceled pole of G(s) H(s) to those closed-loop poles obtained from the
root-locus plot of G(s) H(s). The important thing to remember is that
the canceled pole of G(s) H(s) is a closed-loop pole of the system, as
seen from Figure (c) above.
Typical Pole–Zero Configurations and Corresponding Root Loci :
In summarizing, we show several
open-loop pole–zero configurations
and their corresponding root loci in
Table 6–1. The pattern of the root
loci depends only on the relative
separation of the open-loop poles
and zeros. If the number of open-
loop poles exceeds the number of
finite zeros by three or more, there
is a value of the gain K beyond
which root loci enter the right-half
s plane, and thus the system can
become unstable.
A stable system must have all its closed-loop poles in the left-half
s plane.
Eq. (a)
rlocus (A,B,C,D)
☞ The gain vector K is automatically determined by MATLAB,
contains all the gain values for which the closed loop poles are to be
computed.
When the user-supplied gain vector K, then the following commands
rlocus (num,den,K) rlocus (A,B,C,D,K)
are used.
If it is desired to plot the root loci with marks 'o' or 'x', it is necessary
to use the following command:
r = rlocus (num, den)
plot(r,'o') or plot(r,'x')
Example:
Consider the negative feedback system whose open-loop transfer
function G(s)H(s) is
• There are no open-loop zeros. Open-loop poles are located at:
𝑠 = −0.3 + 𝑗3.148, 𝑠 = −0.3 − 𝑗3.148, 𝑠 = −0.5, and 𝑠 = 0.