Solution 5.8.3.7 For the system of Figure 1 let G H +R C Figure 1: Standard Closed Loop Con guration GH = K(s+4;j4)(s+4+j4) s 2 (s+20 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 region shown in Figure 2. This region is 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) XX -20 2 poles Figure 2: Root Locus on Real Axis 1 Im(s) Re(s)XX Figure 3: Probable root locus The angle of departure can be found using Figure 4. 1 + 2 ;2 1 ; 2 = ;180  : As the circle shrinks in radius all the angles except  1 can be computed. That is,  1 = 1 + 2 ; 2 ;180  2 = 1 ; 1 ;0;180  2 = 90  : Since the angles are modulo 360  ,wealsohave  1 = 540  2 =270  : As the circle sho The angle of arrival can be found using Figure 5 and the equation 1 =2 1 + 2 ; 2 ;180  : 2 Im(s) Re(s) θ 1 θ 2 α 1 α 2 Figure 4: Calculation of angle of Departure As the circle shrinks in radius all the angles except 1 can be computed. That is, 1 = 2135  ++14:04  ;90  ;180  = 14:04  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 rl5837f.eps EDU> draws the root locus shown in Figure 6. The MATLAB root locus program "rlocus' is not very good so the angle of departure appears to be negative even though we knowitispositive. 3 Im(s) Re(s) θ 1 θ 2 α 1 α 2 Figure 5: Calculation of angle of Departure -25 -20 -15 -10 -5 0 5 -4 -3 -2 -1 0 1 2 3 4 Real Axis I mag A x i s Figure 6: MATLAB generated root locus 4