Solution 5.8.3.8
For the system of Figure 1 let
G
H
+R
C
Figure 1: Standard Closed Loop Conguration
GH =
K(s +4)(s+8)
s +2;j2)(s+4+j2)(s+30)
The rst step in drawing the root locus is to plot the poles and zeros of
GH.Thepoles of GH are not the closed loop pole locations, but they can
be used to nd the closed loop poles. The closed loop zeros can be found
immediately: they are the zeros of G and the poles of H.Thepoles and
zeros of GH serves as landmarks that help in nding the poles of the closed
loop system.
The portion of the root locus on the real axis is the shaded regions shown
in Figure 2. These regions are determined byinvoking the rule that states
that root locus on the real axis is found to the left of an odd countofpoles
and zeros of GH.
The root locus has three poles and two nite zeros. Twoofthe limbs of
the root locus will end at the nite zeros, and there will be one asymptote
at 180
.Theroot locus is shown in Figure 3.
Im(s)
Re(s)
X
X
-30
X
Figure 2: Root Locus on Real Axis
1
Im(s)
Re(s)
X
X
-30
X
Figure 3: Probable root locus
The angle of departure can be found using Figure 4.
1
+
2
;
1
;
2
;theta
3
= ;180
:
As the circle shrinks in radius all the angles except
1
can be computed.
That is,
1
=
1
+
2
+180
;
2
;theta
3
= 45
+18:43
+180
;90
;4:09
= 149:4
The MATLAB dialogue
EDU>gh=zpk([-4+j*4 -4-j*4],[0 0 -20],1)
Zero/pole/gain:
(s^2 + 8s+32)
---------------
s^2 (s+20)
EDU>rlocus(gh)
EDU>print -deps rl5838f.eps
EDU>
draws the root locus shown in Figure 5.
2
Im(s)
Re(s)
θ
1
θ
2
α
1
α
2
θ
3
?30
?8 ?4
?2
2
Figure 4: Calculation of angle of Departure
-35 -30 -25 -20 -15 -10 -5 0 5
-2.5
-2
-1.5
-1
-0.5
0
0.5
1
1.5
2
2.5
Real Axis
I
mag
A
x
i
s
Figure 5: MATLAB generated root locus
3