CH 08
CH 08
approximation is OK since third pole is much more than 5 times further from the imaginary axis
     b.
     Program:
     numg= 1;
     deng=poly([0 -150 -1.32]);
     'G(s)'
     G=tf(numg,deng)
     rlocus(G)
     axis([-2,0,-10,10]);
     title(['Root Locus'])
     grid on
     [K1,p]=rlocfind(G)
     K=K1/76.39
     Computer response:
  ans =
G(s)
  Transfer function:
             1
  -----------------------
  s^3 + 151.3 s^2 + 198 s
selected_point =
    -0.5034 + 6.3325i
8-2 Chapter 8: Root Locus Techniques
K1 =
6.0690e+003
p =
1.0e+002 *
             -1.5027
             -0.0052 + 0.0633i
             -0.0052 - 0.0633i
K =
79.4469
           >>
           ans =
G(s)
           Transfer function:
                      1
           -----------------------
           s^3 + 151.3 s^2 + 198 s
selected_point =
-0.5000 + 6.2269i
K1 =
5.8707e+003
p =
1.0e+002 *
             -1.5026
             -0.0053 + 0.0623i
             -0.0053 - 0.0623i
K =
              76.8521
                                                      Solutions to Case Studies Challenges 8-3
= 0.591;  = ), we find the operating point to be -1.07 ± j1.46 where K = 3.389, or K1 =
13.556.
b.
Program:
numg= [1 0.437];
deng=poly([0 -2 -1.29 -0.193]);
G=tf(numg,deng);
numh=[1 1];
denh=1;
H=tf(numh,denh);
GH=G*H;
rlocus(GH)
pos=(10);
z=-log(pos/100)/sqrt(pi^2+[log(pos/100)]^2);
sgrid(z,0)
title(['Root Locus with ' , num2str(pos), ' Percent Overshoot Line'])
[K,p]=rlocfind(GH);
pause
K1=K/0.25
T=feedback(K*G,H)
8-4 Chapter 8: Root Locus Techniques
           T=minreal(T)
           step(T)
           title(['Step Response for Design of ' , num2str(pos), ' Percent'])
           Computer response:
           Select a point in the graphics window
selected_point =
-1.0704 + 1.4565i
K1 =
13.5093
           Transfer function:
                          3.377 s + 1.476
           ---------------------------------------------
           s^4 + 3.483 s^3 + 6.592 s^2 + 5.351 s + 1.476
           Transfer function:
                          3.377 s + 1.476
           ---------------------------------------------
           s^4 + 3.483 s^3 + 6.592 s^2 + 5.351 s + 1.476
                                                                                Solutions to Design Problems 8-5
SOLUTIONS TO PROBLEMS
    1.
            a. No: Not symmetric; On real axis to left of an even number of poles and zeros
8-6 Chapter 8: Root Locus Techniques
       2.
                                       j                                 j
                                            s-plane                       X
                                                                                 s-plane
X X O  X 
(a) (b)
j j
X s-plane X s-plane
O O  
X X
                                     (c)                                   (d)
                                                                                     Solutions to Design Problems 8-7
j j
X s-plane X s-plane
O O  
X X
                              (c)                                                    (d)
                                     j                                                       j
                                                                                                      s-plane
                                           s-plane
X X X X  O O X X 
(e) (f)
3.
                                                      3
     a. There are two asymptotes with        a =            ,           and real axis intersection
                                                         2       2
                        2
          0 + 0 − 6 − (− )
     a =               3 = −2.67 . The break-in and breakaway points are obtained by finding
                 3 −1
            ( + 6)
             2
                            3 + 6 2
     K =−              =−             . Obtaining
                   2              2
             +              +
                   3              3
                   2 2
                          (
               +  3 + 12 −  + 6
                                        3
                                           ) (  2
                                                     2 ( + 2)
                                                                2    )
     dK
         =−        3
                                                  =−              and solving for the roots of the
     d                        2
                                   2
                                                          2
                                                              2
                          +                         + 
                               3                        3
     numerator we get:    = 0, − 2, − 2 . So the root locus looks as follows:
8-8 Chapter 8: Root Locus Techniques
                                              2
                                       K s + 
                                              3
            b. We can obtain K from 1 + 2                 s = −2   = 0 , resulting in K = 12 . Note that the open loop
                                       s ( s + 6)
                                                                                                              2
                                                                                                      12 s + 
                                                                                                              3
            zero will appear as a closed loop zero, so the closed loop transfer function is T ( s ) =
                                                                                                       ( s + 2) 3
4.
To find the range of 𝐾 for closed loop stability we use the characteristic equation
                                    𝐾(𝑠 + 1)(𝑠 + 10)
                                1+                      =0
                                      (𝑠 + 4)(𝑠 − 6)
Which can be rewritten as (1 + 𝐾)𝑠 2 + (11𝐾 − 2)𝑠 + (10𝐾 − 24) = 0. The Routh array
is
𝑠2 1+𝐾 10𝐾 − 24
𝑠 11𝐾 − 2
1 10𝐾 − 24
                                                     2                   12
The first row demands 𝐾 > −1; the second 𝐾 > 11 and the third 𝐾 >        5
                                                                            .   The
                                                12
intersection of the three requirements is 𝐾 >   5
                                                     = 2.4.
8-10 Chapter 8: Root Locus Techniques
       6.
                                                                           20 K ( s + 5)
            Convert the denominator to the following form: D( s ) = 1 +                    and thus identify
                                                                          s 3 + 2s 2 + 7 s
                       20 K ( s + 5)   20 K ( s + 5)
            G( s) =                  =               .
                      s + 2s + 7 s s( s 2 + 2s + 7)
                       3      2
                          Im                                                     Im
                                         s-plane                                                s-plane
                                                   Re                                                          Re
                                                                    Solutions to Design Problems 8-11
7.
Closed-loop poles will be in the left-half-plane when rhp pole reaches the origin,
                   (3)(5)      15
     or K                    = .
                ( 2 )( 2 ) (2) 8
8.
8-12 Chapter 8: Root Locus Techniques
                                                                             (3)(3) 9
             Closed-loop poles will be in the right-half-plane for   K            =   (gain at the origin).
                                                                             (4)(4) 16
                                                                        9                         9
             Therefore, stable (although marginally stable) for 𝐾 <          ; unstable for 𝐾 >        .
                                                                        16                        16
      9.
           System 1:
System 2:
b. Imaginary axis crossing at j1.41 for K = 0.67. Thus stable for K > 0.67.
10.
      a.
Root locus crosses the imaginary axis at the origin for K = 6. Thus the system is stable for K > 6.
      b.
8-14 Chapter 8: Root Locus Techniques
Root locus crosses the imaginary axis at j0.65 for K = 0.79. Thus, the system is stable for K < 0.79.
11.
              The system is closed loop unstable for all 𝐾 > 0. The value of 𝐾 at which there will be only
              two roots in the RHP can be found by calculating the point at which the real RHP pole
              crosses the origin. Namely
                                                     𝐾(𝑠 + 6)
                                         1+ 2                         |   =0
                                             (𝑠 + 1)(𝑠 − 2)(𝑠 + 4) 𝑠=0
                                                                                          4
              It can readily be seen that there will be only two RHP roots for 𝐾 < 3.
                                                                                                            Solutions to Design Problems 8-15
               12.
                                                                                                                            System: G
                                                                                                                            Gain: 517
                                                                Root Locus for Prob. 8-16                                   Pole: 0.00268 + 6.3i
                             8                                                                                              Damping: -0.000425
                                                                                                                            Overshoot (%): 100
                                                                                                                            Frequency (rad/s): 6.3
                             6
                                                                                  System: G
                                                                                  Gain: 74.2
                                                                                  Pole: -1.66 + 2.21i
                             4                                                    Damping: 0.602
                                                                                  Overshoot (%): 9.38
Imaginary Axis (seconds-1)
-2
                                                                                     System: G
                             -4                                                      Gain: 121
                                                                                     Pole: -1.37 - 3.14i
                                                                                     Damping: 0.401
                                                                                     Overshoot (%): 25.3
                             -6                                                      Frequency (rad/s): 3.43
                             -8
                               -9         -8      -7       -6       -5       -4           -3          -2        -1      0            1
                                                                                           -1
                                                                  Real Axis (seconds )
                                    Root locus crosses the imaginary axis at j6.3 with a gain of 517. Real axis breakaway is at –
                                                                                                                 − 13     1
                                    2.0 at a gain of 36.0. Real axis intercept for the asymptotes is                  = −4 . The angles of
                                                                                                                  3       3
                                                                5
                                    the asymptotes are: 3 , , 3 . Some other points on the root locus are (see figure):
                                                                       = 0.401: -1.37 - j3.14, K = 121
                                                                       = 0.602: -1.66 + j2.21, K = 74.2
               13.
                                    a. Root locus crosses the imaginary axis at  j3.162 at K         = 52.
8-16 Chapter 8: Root Locus Techniques
       14.
             a.
             b. 𝜎𝑎 = 0−1−4−6−(−3)
                         4−1
                                    8
                                  =− ;𝜃=
                                    3
                                         (2𝑘+1)𝜋
                                            3
                                                  𝜋
                                                 = , 𝜋,
                                                  3
                                                        5𝜋
                                                         3
𝑠4 1 34 3𝐾
                            𝑠3                11                       24 + 𝐾
                                           350 − 𝐾
                            𝑠2                11                         3𝐾
                                      (−𝐾 + 75)(𝐾 + 112)
                            𝑠              350 − 𝐾
1 3𝐾
d. We calculate the breakaway points from 𝑁(𝑠)𝐷′ (𝑠) − 𝑁 ′ (𝑠)𝐷(𝑠) = 0 where 𝑁(𝑠) = (𝑠 + 3);
𝐷(𝑠) = 𝑠 4 + 11𝑠 3 + 34𝑠 2 + 24𝑠; 𝑁 ′ (𝑠) = 1; 𝐷′ (𝑠) = 4𝑠 3 + 33𝑠 2 + 68𝑠 + 24; giving 3𝑠 4 +
34𝑠 3 + 133𝑠 2 + 204𝑠 + 72 = 0 which has roots at −0.4915, −2.93 ± 𝑗1.099, −4.973. The only
             viable breakpoint is -0.4915. We use the characteristic equation to solve for 𝐾 = 1.9256.
                                                                  Solutions to Design Problems 8-17
15.
                                                                               (0 - 3 - 6) - (-)
      Assume that root locus is epsilon away from the asymptotes. Thus, a =                      ≈ -1;
                                                                                        2
                (2k+1)   3
      Angle =           = ,   . Hence  = 7. Checking assumption at –1 ± j100 yields -180o with K =
                   2     2 2
9997.02.
16.
whose roots are 10.662, -2.5, 2.4, -0.56; the latter two being on the root locus.
                                                𝐾(𝑠 − 2)(𝑠 − 3)
                                           1+                   =0
                                                𝑠(𝑠 + 2)(𝑠 + 3)
8-18 Chapter 8: Root Locus Techniques
or
𝑠 3 + (5 + 𝐾)𝑠 2 + (6 − 5𝐾)𝑠 + 6𝐾 = 0
𝑠3 1 6 − 5𝐾
                  𝑠2                         3+𝐾                                        6𝐾
                                         −(𝐾 − 1)(𝐾 + 6)
                  𝑠                          5+𝐾
1 6𝐾
The intersection with the j-axis will occur when the third row is 0, namely K=1. At this point we
             c.
                  From the Routh Hurwitz table., the last row demands 𝐾 > 0, which in turn satisfies the
                  second row. Thus the third row will be positive if 𝐾 < 1. The range for closed loop
                  stability is 0 < 𝐾 < 1.
       17.
                                                                Solutions to Design Problems 8-19
d. Search 0.7 damping ratio line (134.427 degrees) for 180 0. Point is 1.4171 =
- 0.992 ± j1.012 for K = 10.32.
e. Without the zero, the angles to the point ±j5.5 add up to -265.074o. Therefore the contribution of
                                                                  5.5
the zero must be 265.074 - 180 = 85.074o. Hence, tan 85.074o =        , where - zc is the location of the
                                                                  zc
f. After adding the zero, the root locus crosses the imaginary axis at ±j5.5 for K = 252.5. Thus, the
g. The new root locus crosses the 0.7 damping ratio line at 2.7318134.427o for K = 11.075
compared to 1.4171134.427o for K = 10.32 for the old root locus. Thus, the new system's settling
18.
       19.
             a.
                  b. Root locus crosses 20% overshoot line at 1.8994  117.126o = - 0.866 ± j1.69 for K = 9.398.
                            4                          
                  c. Ts =        = 4.62 seconds; Tp =       = 1.859 seconds
                          0.866                       1.69
d. Root locus crosses imaginary axis at ±j3.32 for K = 60. Therefore stability for K < 60.
20.
      b.
             (−5−4−3−1)−(2)
      𝜎𝒂 =                    = −7.5
                  4−2
             (2𝑘 + 1)𝜋 𝜋 3𝜋
      𝜃𝑎 =            = ,
               4−2     2 2
      c. The characteristic equation is 𝑠 4 + 13𝑠 3 + (𝐾 + 59)𝑠 2 + (107 − 2𝐾)𝑠 + (60 + 2𝐾) = 0
𝑠4 1 K+59 60 + 2𝐾
                 𝑠3                13                   107 − 2𝐾
                               660 + 15𝐾
                 𝑠2                13                    60 + 2𝐾
                        −(𝐾 + 45.792)(𝐾 − 44.025)
                 𝑠              22 + 0.5𝐾
1 60 + 2𝐾
            Which has the roots: 4.324, 1.6573, -3.4207, -4.5698 and -1.4908. Only the last two roots
            are in the root locus.
             e. For 20% overshoot, the Equation yields  = 0.456. Searching along this damping ratio line, we find
             the 1800 point at –0.566 + j1.09 where K = 12.5.
             f. –0.566 + j1.09
             g. Second-order approximation not valid because of the existence of closed-loop zeros in the rhp.
             h.
             Program:
             s=tf('s');
             G=12.5*(s^2-2*s+2)/(s^4+13*s^3+59*s^2+107*s+60);
             T=G/(1+G);
             step(T)
             Computer response:
      21.
             a. Draw root locus and minimum damping ratio line.
                                                                      Solutions to Design Problems 8-23
Minimum damping ratio is  = cos (180 - 145.55) = cos 34.45o = 0.825. Coordinates at tangent point
of  = 0.825 line with the root locus is approximately –1 + j0.686. The gain at this point is 0.32.
d. Second-order approximation is not valid because of the two zeros and no pole-zero cancellation.
22.
      Since the problem stated the settling time at large values of K , assume that the root locus is
                                                                     −25+𝛼       4
      approximately close to the vertical asymptotes. Hence, 𝜎𝑎 =            = − . Since specified 𝑇𝑠 = 1sec,
                                                                       2         𝑇𝑠
       23.
             The design point is – 0.6 ± j1.2. Excluding the pole at – , the sum of angles to the design point is –
             156.08o. Thus, the contribution of the pole at –  is 156.08 – 180 = – 23.92o.
                                                                              j
                                                                     x             j1.2
                                                 x                                       σ
                                                 –α                – 0.6
                               1.2
             Hence, tan =           = tan 23.92 = 0.4436. Thus  = 3.305. Adding this pole at – 3.305
                              − 0.6
             yields 180o at – 0.6 ± j1.2 with K = 51.8.
                                                                                       Solutions to Design Problems 8-25
24.
       a.
15
10
                                             5
                                Imag Axis
-5
-10
                                            -15
                                                  -10   -8   -6      -4       -2   0       2
                                                                  Real Axis
      b. Searching along the 10% overshoot line (angle = 126.239o), the point - 0.7989 + j1.0898 yields
      180o for K = 81.74.
      c. Higher-order poles are located at approximately –6.318 and –7.084. Since these poles are more than
      5 times further from the imaginary axis than the dominant pole found in (b), the second-order
      approximation is valid.
      d. Searching along the imaginary axis yields 180 o at j2.53, with K = 394.2.
      Hence, for stability, 0 < K < 394.2.
25.
       a. For a peak time of 1s, search along the horizontal line, Im =  Tp=  to find the point of
       intersection with the root locus. The intersection occurs at –2 ± j at a gain of 11.
8-26 Chapter 8: Root Locus Techniques
10
                      Imag Axis
                                   0
-2
-4
-6
-8
                                  -10
                                     -5   -4   -3   -2               -1   0   1   2
                                                         Real Axis
           b.
           Program:
           numg=11*[1 4 5];
           deng=conv([1 2 5],poly([-3 -4]));
           G=tf(numg,deng);
           T=feedback(G,1);
           step(T)
                                                                      Solutions to Design Problems 8-27
26.
      a.
      b. Searching the j axis for 180o, we locate the point j6.29 at a gain of 447.83.
      c. Searching for maximum gain between -4 and -5 yields the breakaway point, -4.36. Searching for
      minimum gain between -2 and -3 yields the break-in point, -2.56.
      d.
                                                                                          j
j2
                                                                                   
                                                                             x                 j1
                                                             
           x           x            x           O            O                                      
           -6         -5           -4           -3           -2               -1
                                                                                 90o
                                                                             x             -j1
8-28 Chapter 8: Root Locus Techniques
To find the angle of departure from the poles at -1±j1: - - 2 - 3 + 4 + 5 - 6 - 900
              e. Searching along the  = 0.3 line ( = 180 - cos-1() = 107.458o) for 180o we locate the point
              3.96  107.458o = -1.188±j3.777. The gain is 127.133.
       27.
a.
        b. To find the j crossing we will use Routh Hurwitz. The characteristic equation can be written
           as
             s4                               1                                    32                            4K
             𝑠3                              13                                  20 + K
                                         396 − K
             𝑠2                                                                    4K
                                           13
                                  (K − 24.4)( K + 324.4)
              𝑠
                                         K − 396
1 4K
             For closed loop stability, the fifth row demands   K  0 , the 3d row K  396 ; satisfying these
             requirements the 4th row will be positive as long as   K  24.4 . Thus the system will have roots in the
                                                                                   Solutions to Design Problems 8-29
      j axis when   K = 24.4 . Substituting this value, we get a row of zeros so the poles are located at the
      solution of 28.6s + 97.6 = 0 ; namely s =  j1.487 .
                         2
 c.      The breakaway points are obtained from the solution of 𝑁(𝑠)𝐷 ′ (𝑠) − 𝑁 ′ (𝑠)𝐷(𝑠) = 0 or
      3s 4 + 42s3 + 188s 2 + 256s + 80 = 0 , which has roots −5.974  j1.322 , −1.61 and
    −0.443 the breakaway point occurring at the latter. At this point K = 1.0323 .
 e. Searching for the crossing of the =0.3 line (  = 180 − cos−1  = 107.5 )for 180 we locate
    the point −0.292  j 0.926 , when K = 5.61.
28.
       a.
15
10
                                          5
                             Imag Axis
-5
-10
                                         -15
                                            -5   -4   -3   -2   -1         0   1      2    3    4
                                                                  Real Axis
       b. Searching the j axis for 180o, we locate the point j1.69 at a gain of 4.249.
       c. Searching between -2 and -3 for maximum gain, the breakaway is found at -2.512.
       d.
8-30 Chapter 8: Root Locus Techniques
j
s-plane
                                                                                             
                                                      X           j2
                                          X           
                                   X                                                                   
                                  -3       -2         -1                              2
                                                                                        
                                                       X              -j2
           g. Higher-order poles are at –2.846 ± j1.731. These are not 5 times further than the dominant poles.
           Further, there are closed-loop zeros at –1 ± j2 that are not cancelled any higher-order poles. Thus, the
           second-order approximation is not valid.
                                                                        Solutions to Design Problems 8-31
29.
                                                             Root Locus for Problem 8-39
                                   40
30
20
-10
-20
-30
                                   -40
                                     -40   -35   -30   -25            -20            -15   -10   -5    0
                                                                Real Axis (seconds -1)
8-32 Chapter 8: Root Locus Techniques
                                       0
                                                      System: untitled1
                                                      Gain: 690
                                      -1              Pole: -1.13 - 0.0584i
                                                      Damping: 0.999
                                                      Overshoot (%): 0
                                      -2    0.707     Frequency (rad/s): 1.13
-3
-4
                                      -5
                                       -2                  -1.5                  -1                     -0.5    0                      0.5
                                                                                   Real Axis (seconds -1)
                               a.          As could be seen from the zoomed graph, the root locus crosses the imaginary axis at j2.76 with K
                                           = 5940. Therefore, the system is stable for 0 < K < 5940.
                               b.          Search the 0.707 damping ratio line for 180 o and find –0.978 + j0.978 with K = 1090.
                               c.          Assume critical damping where root locus breaks away from the real axis. Locus breaks away at –
                                           1.13 with K = 690.
       30.
                                      Program:
                                      numg=1;
                                      deng=poly([0 -3 -7 -9]);
                                      numh=[1 30];
                                      denh=[1 20 225];
                                      G=tf(numg,deng)
                                      Gzpk=zpk(G)
                                      H=tf(numh,denh)
                                      rlocus(G*H)
                                      pause
                                      K=0:10:1e4;
                                      rlocus(G*H,K)
                                      sgrid(0.707,0)
                                      axis([-2,0.5,-5,5]);
                                      pause
                                      for i=1:1:3;
                                      [K,P]=rlocfind(G*H)
                                      end
                                                                                       Solutions to Design Problems 8-33
T=feedback(K*G,H)
step(T)
Computer response:
G=
            1
 ------------------------------
 s^4 + 19 s^3 + 111 s^2 + 189 s
Continuous-time transfer function.
Gzpk =
         1
 -------------------
 s (s+9) (s+7) (s+3)
Continuous-time zero/pole/gain model.
H=
      s + 30
 ----------------
 s^2 + 20 s + 225
Continuous-time transfer function.
                                                                   Root Locus
                                  100
80
60
                                   40
     Imaginary Axis (seconds-1)
20
-20
-40
-60
-80
                                  -100
                                     -100   -80   -60   -40     -20             0         20      40     60      80
                                                              Real Axis (seconds -1)
                                                                        Root Locus
                                             5
                                             2     0.707
                Imaginary Axis (seconds-1)
-1
-2 0.707
-3
-4
                                             -5
                                              -2           -1.5   -1                    -0.5   0   0.5
                                                                   Real Axis (seconds -1)
           selected_point =
            -0.9729 + 0.9783i
           K=
             1.0891e+03
           P=
            -9.9610 +11.1994i
            -9.9610 -11.1994i
            -8.5608 + 1.6058i
            -8.5608 - 1.6058i
            -0.9782 + 0.9799i
            -0.9782 - 0.9799i
       688.7886
      P=
       -9.9753 +11.1923i
       -9.9753 -11.1923i
       -8.3945 + 1.2181i
       -8.3945 - 1.2181i
       -1.1302 + 0.0155i
       -1.1302 - 0.0155i
      T=
                     688.8 s^2 + 1.378e04 s + 1.55e05
       ---------------------------------------------------------------------
       s^6 + 39 s^5 + 716 s^4 + 6684 s^3 + 28755 s^2 + 4.321e04 s + 2.066e04
      Continuous-time transfer function.
The step response for the critically damped case is shown below:
                                                                  Step Response
                        8
                        5
            Amplitude
                        0
                            0              2             4               6              8          10            12
                                                                  Time (seconds)
31.
       c. A settling time of 0.8 sec yield a real part of -5. Thus if the zero is at the origin
                                     K
         G( s) =                           , which yields complex poles with -5 as the real part. At the design point
                                s( s + 10)
         −5 + j5 , K = 50 .
8-36 Chapter 8: Root Locus Techniques
       32.
             a. Searching along n = -1 for 180o, find –1 + j2.04 with K = 170.13.
b. Assume critical damping when root locus breaks away form the real axis. Searching for maximum
33.
The following MATLAB M-file was written to plot the root locus; zoom it to find the gain K at that
numg = [1 0.02];
G = tf(numg, deng);
rlocus(G);
pause
z=0.45;
sgrid(z,0)
Line')
[K1,p]=rlocfind(G);
pause
K = K1;
T=minreal(T);
step(T);
grid
The full root-locus obtained is shown below, followed by the zoomed-in root locus and the unit-step
For  = 0.45, K = 2,183.8 and the dominant poles were found to be at –1.2263 ± 2.4239i.
8-38 Chapter 8: Root Locus Techniques
                                                                 4
                                 Imaginary Axis (seconds-1)
                                                                -1
                                                                 -5    -4.5   -4          -3.5        -3           -2.5          -2        -1.5        -1        -0.5        0
                                                                                                        Real Axis (seconds -1)
60
                                                              40
              Imaginary Axis (seconds-1)
20
-20
-40
-60
                                                              -80
                                                                -100   -80    -60           -40            -20            0           20          40        60          80
                                                                                                      Real Axis (seconds -1)
                                                                                                      Solutions to Design Problems 8-39
                                                                                             Unit-Step Response at K = K1
                                               1.4       System: T
                                                         Peak amplitude: 1.21
                                                         Overshoot (%): 20.5
                                                         At time (seconds): 1.41
                                               1.2
                                                                                                                                    System: T
                                                                                                                                    Final value: 1
                                                1
                Unit-Step Response, c(t)
                                                                                                                     System: T
                                                                                                                     Settling time (seconds): 3.04
                                                                         System: T
                                               0.8                       Rise time (seconds): 0.592
0.6
0.4
0.2
                                                0
                                                     0      0.5          1          1.5        2        2.5      3         3.5          4            4.5
                                                                                           Time (seconds)
34.
                                                                                 K ( s − 1)
      a. The characteristic equation is 1 +                                                  = 0 or s 2 + (5 + K )s + (6 − K ) = 0
                                                                             ( s + 2)(s + 3)
s2 1 6−K
s 5+ K
1 6−K
It follows that −5  K  6
                                                       ( + 1)( + 2)  2 + 5 + 6
            c. To find the break-in, breakaway points let K =          =           . Then
                                                            −1            −1
            calculate    =
                                                 (       =
                                                                )
                      dK ( − 1)(2 + 5) −  2 + 5 + 6  2 − 2 − 11
                      d            ( − 1)2                  ( − 1)2
            The roots of the numerator are    = −2.4641, 4.4641
      d. The smallest settling time for the system will occur when both roots are as far away as possible
      to the left of the j axis. This will happen when the system has identical roots at -2.4641. To find
      the value of K we use the characteristic equation
               K ( s − 1)
      1−                       s = −2.4641   = 0 . Solving for K we get K = −0.0718
           ( s + 2)(s + 3)
                                                                     K ( s − 1)     K
      e. The proportional error constant K p = Lim                               =−
                                                          s →0   ( s + 1)(s + 2)    6
                       1      6
      Then   ess =         =      = 0.9882
                     1+ K p 6 − K
                                                                                         4
      f. The system in this case is critically damped, the settling time Ts                 = 1.6 sec .The step
                                                                                      2.4641
      response will approximately be:
35.
                                                 1300K
      a. The open loop transmission is L( s ) =              .
                                               s − 739600  2
                                           − 860 + 860                        3
      There are two asymptotes with  a =               = 0 and angles  a = ,
                                              2−0                            2 2
                                              − 860
                                               2      2
                                                                dK         2
      To find the breakaway points let K = −             . Then      =−        = 0 , so the
                                                1300            d        1300
      breakaway points occur when             = 0 . The gain at this point is given by the solution of
         1300K
      1+ 2              s =0   = 0 or K = 568.9
        s − 860 2
      It is obvious from the figure that the system is unstable for all values of       K  0.
8-42 Chapter 8: Root Locus Techniques
                                                        1300K ( s + 200)
            b. The open loop transmission is L( s ) =                        .
                                                   ( s + 1000)(s 2 − 739600)
                                                − 1000 − 860 + 860 − (−200)
            There are two asymptotes with  a =                                = −400 and angles
                                                             3 −1
                   3
            a = ,
                  2 2
            complex conjugate solutions, and a real          = −928 . The gain at this point is given by the solution
                         1300K ( s + 200)
            of 1 +                               s = −928   = 0 or K = 9.25
                     ( s + 1000)(s 2 − 860 2 )
            We use Routh-Hurwitz to find the range of K for which the system is closed loop stable. Let
                     1300K ( s + 200)
            1+                             = 0 or
                 ( s + 1000)(s 2 − 860 2 )
s3 1 1300K − 739600
s 1040K
36.
                                                                       V
                                                                    s+
                                                       
      a. After substituting numerical values   G ( s) = ( s) = 0.5V 2 0.6
                                                                  s − 12.25
s2 1 0.833V 2 − 12.25
s 0.5V
                       1                0.833V 2 − 12.25
                                       m
            From which we get V  3.83
                                       s
            b. The characteristic equation cannot be written in the form 1 + VG eq ( s ) = 0
                                                            − 0.5  − 3.08V 2 + 49
            c. Solving for the two roots we get   s1, 2 =
                                                                      2
>> v=linspace(0,4,100000);
>> s1 = (-0.5+sqrt(-3.08*v.^2+49))/2;
>> s2 = (-0.5-sqrt(-3.08*v.^2+49))/2;
            >> plot(real(s1),imag(s1),real(s2),imag(s2))
                                                                       Solutions to Design Problems 8-45
0.3
0.2
0.1
-0.1
-0.2
-0.3
 -0.4
     -4                -3      -2           -1      0       1         2         3          4
37.
          a. The system’s characteristic equation is found by calculating det(sI − A) = 0 . This results in
          s 4 − 12.3415s 3 + (54.5414K − 256.9538)s 2 + 1250.2Ks − 1995.2K = 0
The numerator of this expression has roots at  = 0,− 36.13,11.95, − 7.1, 3.0664
c. For any value of K  0 there are always closed loop poles in the RHP.
       38.
             a. Using Mason’s rule it can readily be found that (with d=0) the open loop transmission from   u r to
             u o is
                            (K s + 1)
                                   1 1
                       KT                 Km
             u0          s       Ls Cs =       K T K m ( K s + 1)
                =
             ur
                  1+ Km
                        1
                           +
                               1
                                    +
                                                           
                                      C L s L(C + C L ) s 2 + K mCs + 1                 
                        Ls    LCs 2 C
                            K T K m ( K s + 1)
             1+                                      =0
                        
                      s L(C + C L ) s 2 + K mCs + 1  
             or
                                                                Solutions to Design Problems 8-47
L(C + C L ) s 3 + K mCs 2 +  +  K T K m K  s + K T K m = 0
      s2                     14.52                                                 2.39125
                             36.347 (11 + C L ) − 1.07067
      s
                                        − 14.52
1 2.39125
39.
      a. Substituting values we have
                             𝐾 𝑠−0.5                      0.1538
      𝐺𝑑 (𝑠) = 0.003(1 + )          ,   and 𝐺𝑡 (𝑠) =
                             𝑠 𝑠+0.5                    𝑠(𝑠+0.833)
      or
                                              4.614 × 10−4 (𝑠 − 0.5)
                              1+𝐾                                          =0
                                     𝑠(𝑠 − 0.0006)(𝑠 + 0.5029)(𝑠 + 0.8306)
𝑁(𝑠) = 𝑠 − 0.5 and 𝐷(𝑠) = 𝑠 4 + 1.333𝑠 3 + 0.417𝑠 2 − 2.308 × 10−4 𝑠. Then 𝑁′(𝑠) = 1; 𝐷′(𝑠) =
Then 𝑁(𝑠)𝐷′ (𝑠) − 𝑁 ′ (𝑠)𝐷(𝑠) = 0 becomes 3𝑠 4 + 0.667𝑠 3 − 1.583𝑠 2 − 0.417𝑠 + 1.154 × 10−4 =
That has roots at 𝑠 = 0.7417, −0.694, −0.2703,0.0003. The only solution in the locus is -0.2703.
             b. The system is unstable for all values of K, although with relatively large time constants
             for small K. It is very unlikely that the driver-train system is unstable.
40.
                                1
                          Rr 
                               Cr s        Rr             5
              a. Z r    =           =                =            &
                   eq
                          Rr +
                                1     Rr  C r s + 1   0.04 s + 1
                               Cr s
              Z cable = Rcable + Lcable s = 0.06 + 0.00005s
              Hence:
                     1                     1                                             0.04 s + 1
                             =                                            =
              Z cable + Z req 0.06 + 0.00005 s +                5             (0.06 + 0.00005s )(0.04 s + 1) + 5
                                                            0.04 s + 1
                                                         0.04 s + 1                          20000 s + 500000
                                       =                                            =
                                               2 E − 6  s + 0.00245 s + 5.06
                                                        2
                                                                                        s + 1225 s + 2530000
                                                                                         2
                                 Vs ( s)                s 2 + 1225 s + 2530000
              Thus:    G( s) =
                                           (
                                         = 2
                                                                      )
                                 I s ( s) s + 1225 s + 2530000 0.008 s + (20000 s + 500000)
                                                                                                            =
                                                                           Solutions to Design Problems 8-51
                                                               s 2 + 1225s + 2530000
                                                    =
                                                        0.008 s3 + 9.8 s 2 + 40240 s + 500000
            b. The transfer function of the forward loop, KG(s):
                                  KG( s) =
                                                Vs ( s)
                                                        =
                                                                   (
                                                             K s 2 + 1225s + 2530000      )
                                                Ev ( s) 0.008 s3 + 9.8 s 2 + 40240 s + 500000
                
            1 + 
                           (
                        K s 2 + 1225s + 2530000         )
                                                       200 
                                                              =0
                  0.008 s + 9.8 s + 40240 s + 500000  s + 200 
                          3       2
Or equivalently
                                            (                                    ) (
s 4 + 1425s3 + (5275000 + 25000 K )s 2 + 1.0685109 + 3.0625107 K s + 1.25 1010 + 6.3251010 K               )
=0
The following MATLAB M-file was written to plot the root locus for the system and to find the
G = tf(numg, deng);
numh = 200;
denh = [1 200];
H = tf(numh, denh);
rlocus(G*H);
pause
z=0.707;
            sgrid(z,0)
8-52 Chapter 8: Root Locus Techniques
Damping Line')
[K1,p]=rlocfind(G*H);
pause
K = K1;
T=minreal(T);
step(750*T);
grid
The first figure shown below is the full root locus for that system.
                               4
                            x 10                           Full Root Locus for DC Bus Voltage Control System
                       1
                                                                                                                           T(s)
0.8
0.6
0.4
                     0.2
    Imaginary Axis
-0.2
-0.4
-0.6
-0.8
                       -1
                      -1200             -1000       -800         -600       -400       -200          0         200   400          600
                                                                               Real Axis
                                                                                              Solutions to Design Problems 8-53
Zooming into the locus by setting the x-axis (real-axis) limits to -150 to 0 and the y-axis (imaginary-
axis) limits to -150 to 150, we get the following Root locus with the line corresponding to a damping
ratio, ζ = 0.707. That plot was used to find the gain, K, at which the system has complex-conjugate
                                       Root Locus Zoomed-in around Dominant Poles with a 0.707 Damping Line
                 150
                        0.707                                                                                        T
                                                                                                                     Dominant Poles
100
                  50
Imaginary Axis
-50
-100
                       0.707
                 -150
                    -150                                  -100                                 -50                                    0
                                                                         Real Axis
p= 1.0 E+003 *
                                 -0.6040 + 2.1602i
8-54 Chapter 8: Root Locus Techniques
-0.6040 - 2.1602i
-0.1085 + 0.1090i
                                          -0.1085 - 0.1090i
                                    iv. The output voltage vs(t) for a step input voltage vdc-ref (t) = 750 u(t) was plotted in (c) below.
                                        c. The output response is shown below with the required characteristics noted on the graph and listed
                                        below.
500
400
300
200
100
                           0
                                0                  0.01                    0.02                    0.03              0.04                0.05                   0.06
                                                                                              Time (sec)
                                       i.The actual percent overshoot = 7.41% and the corresponding peak time, Tp = 0.0206 sec;
                                      ii.The rise time, Tr = 0.00996 sec, and the settling time, Ts = 0.0338 sec;
                                      iii.The final steady-state value is 671 volts.
                                41.
                                       a. The open loop transfer function has an excess of 1 pole over zeros, so there is 1
                                           asymptote at 𝜃 = 180°.
                                           The breakaway points are calculated from 𝑁(𝑠)𝐷 ′ (𝑠) − 𝑁 ′ (𝑠)𝐷(𝑠) = 0 or
                                                             Solutions to Design Problems 8-55
42.
num1=250;
G=tf(num, den);
rlocus(G)
pause
K=0:0.1:5;
rlocus(G,K)
sgrid(0.4,0.2)
axis([-50,0.5,100,250]);
pause
for i=1:1:3;
[K,P]=rlocfind(G)
end
T=260*feedback(K*G,1)
step(T)
grid;
The MATLAB full root-locus obtained is shown below. After a few attempts, a step
                  response with an overshoot of 14.6% was achieved. The figure, shown below the root locus,
                                                                        Solutions to Design Problems 8-57
illustrates the step-response obtained with all of the requested important characteristics
marked on it.
                                                           Root Locus
                              300
200
                              100
 Imaginary Axis (seconds-1)
-100
-200
                              -300
                                 -250   -200   -150           -100             -50        0          50
                                                      Real Axis (seconds -1)
8-58 Chapter 8: Root Locus Techniques
                                                                 System: T
                                                                 Peak amplitude: 298
                                                                 Overshoot (%): 14.8
                                                                 At time (seconds): 0.0423
                                                                                                        Step Response
                                                       300
                                                                                                                                  System: T
                                                                                                                                  Settling time (seconds): 0.102
                                                       250                                                                                          System: T
                                                                                                                                                    Final value: 259
                                                                                  System: T
                                                                                  Rise time (seconds): 0.0272
                       Output Angular Speed, rad/sec
                                                       200
150
100
50
                                                        0
                                                             0                                 0.05                         0.1                                    0.15
                                                                                                           Time (seconds)
K=
3.1319
P=
1.0e+02 *
-7.2280 + 0.0000i
-0.3414 + 1.1144i
                   -0.3414 - 1.1144i
                                                                            Solutions to Design Problems 8-59
T=
--------------------------------------------------
    43.
                               61.73K
          G(s) =
                   (s+10)3 (s2 + 11.11s + 61.73)
          a. Root locus crosses the imaginary axis at ±j6.755 with 61.73K equal to 134892.8. Thus for
          oscillations, K = 2185.21.
          b. From (a) the frequency of the oscillations is 6.755 rad/s.
          c. The root locus crosses the 20% overshoot line at 6117.126o = - 2.736 + j5.34 with 61.73K =
                                                        4      4
          23323.61. Thus, K = 377.83 and Ts =              =       = 1.462 seconds.
                                                       n   2.736
8-60 Chapter 8: Root Locus Techniques
       44.
                                                           3
             a. There are two asymptotes with      a =       ,       and real axis intersection
                                                          2       2
                 0 + 0 − 10 − (−1)
             a =                   = −4.5 . To find the breakaway and break-in points, write
                       3 −1
                    2 ( + 10)
             K=                      . The derivative of this expression is
                3.333  10 4 ( + 1)
             dK    ( + 1)(3 2 + 20 ) − ( 3 + 10 2 )      (2 2 + 13 + 20)
                =−                                       = −                         . The denominators
             d           3.3333  10 4 ( + 1) 2            3.3333  10 4 ( + 1) 2
                     s ( s + 10)
                        2
             b. The line corresponding to      = 0.7 must be at an angle  = cos −1 0.7 = 45.57  so the line
             must lie along the points s = a + jb = a − ja tan = a(1 − j1.0202) . The angle condition for
                                                                              Solutions to Design Problems 8-61
                   1.0202            1.0202
        = − tan −1          + tan −1               − 2(−45.57  ) = 180 
                    1+ a              10 + a
        A numerical search gives      a = −1.136 . So the root locus and the line intersect when
        s = −1.136(1 − j1.0202) = −1.136 + j1.1589 . Then the value of K can be found from
               3.333  10 4 ( s + 1)
        1+ K                            s = −1.136+ j1.1589   = 0 giving K = 6.05  10 −4
                  s 2 ( s + 10)
.45.
       a. Using MATLAB and the Symbolic Math Toolbox, the open-loop expression that yields a root
       locus as a function of N2 is
           Program:
           syms s N KLSS KHSS KG JR JG tel s
           numGdt=3.92*N^2*KLSS*KHSS*KG*s;
           denGdt=(N^2*KHSS*(JR*s^2+KLSS)*(JG*s^2*[tel*s+1]+KG*s)+JR*s^2*KLSS*[(JG*s^2
           +KHSS)*(tel*s+1)+KG*s]);
           Gdt=numGdt/denGdt;
           'Gdt in General Terms'
           pretty(Gdt)
           'Values to Substitute'
           KLSS=12.6e6
           KHSS=301e3
           KG=668
           JR=190120
           JG=3.8
           tel=20e-3
           numGdt=3.92*N^2*KLSS*KHSS*KG*s;
           numGdt=vpa(numGdt,4);
           denGdt=(N^2*KHSS*(JR*s^2+KLSS)*(JG*s^2*[tel*s+1]+KG*s)+JR*s^2*KLSS*[(JG*s^2
           +KHSS)*(tel*s+1)+KG*s]);
           denGdt=vpa(denGdt,4);
           'Gdt with Values Substituted'
           Gdt=numGdt/denGdt;
           pretty(Gdt)
           Gdt=expand(Gdt);
           Gdt=vpa(Gdt,4);
           'Gdt Different Form 1'
           pretty(Gdt);
           denGdt=collect(denGdt,N^2);
           'Gdt Different Form 2'
           Gdt=collect(Gdt,N^2);
           pretty(Gdt)
           [numGdt,denGdt]=numden(Gdt);
           numGdt=numGdt/0.4349e10;
           denGdt=denGdt/0.4349e10;
           denGdt=expand(denGdt);
           denGdt=collect(denGdt,N^2);
           Gdt=vpa(numGdt/denGdt,4);
           'Gdt Different Form 3'
           pretty(Gdt)
                                                                Solutions to Design Problems 8-63
            Computer response:
ans =
 98 2                  / 2          2             2
 -- N KLSS KHSS KG s / (N KHSS (JR s + KLSS) (JG s (tel s + 1) + KG s)
 25                  /
                 2               2
          + JR s     KLSS ((JG s     + KHSS) (tel s + 1) + KG s))
ans =
Values to Substitute
KLSS =
12600000
KHSS =
301000
KG =
668
JR =
190120
JG =
3.8000
tel =
   0.0200
8-64 Chapter 8: Root Locus Techniques
ans =
          16 2          /
  .9931 10   N s       / (301000.
                   /
         2          2          8          2
        N (190100. s + .1260 10 ) (3.800 s (.02000 s + 1.) + 668. s)
                   13 2          2
         + .2396 10   s ((3.800 s + 301000.) (.02000 s + 1.) + 668. s))
ans =
          16 2          /         10 2 5           12 2 4           14 2 3
  .9931 10   N s       / (.4349 10   N s + .2174 10   N s + .3851 10   N s
                   /
                   14 2 2            16 2              12 5           13 4
         + .1441 10   N s + .2533 10    N s + .1821 10   s + .9105 10   s
                   17 3            18 2
         + .1602 10   s + .7212 10    s )
ans =
          16 2          /          10 5           12 4           14 3
  .9931 10   N s       / ((.4349 10  s + .2174 10   s + .3851 10   s
                   /
                   14 2           16     2          18 2           12 5
         + .1441 10   s + .2533 10   s) N + .7212 10   s + .1821 10   s
                   13 4            17 3
         + .9105 10   s + .1602 10    s )
ans =
          7 2          /
  .2284 10 N s        / (
                  /
                5         4         3         2               2
        (1.000 s + 49.99 s + 8855. s + 3313. s + 582400. s) N
                   9 2         5         4          7 3
         + .1658 10 s + 41.87 s + 2094. s + .3684 10 s )
ans =
                                                         Solutions to Design Problems 8-65
denGH =
1.0e+006 *
Columns 1 through 4
Column 5
Transfer function:
s^4 + 49.99 s^3 + 8855 s^2 + 3313 s + 582400
--------------------------------------------
s^4 + 50.01 s^3 + 8.799e004 s^2 + 3.96e006 s
Zero/pole/gain:
 (s^2 + 66.27) (s^2 + 49.99s + 8789)
---------------------------------------
s (s+45.12) (s^2 + 4.893s + 8.777e004)
ans =
Zeros of GH
rootsnumGH =
 -24.9950   +90.3548i
 -24.9950   -90.3548i
  -0.0000   + 8.1404i
  -0.0000   - 8.1404i
ans =
Poles of GH
rootsdenGH =
1.0e+002 *
                      0
                -0.0245 + 2.9624i
                -0.0245 - 2.9624i
                -0.4512
selected_point =
                -3.8230 + 6.5435i
8-66 Chapter 8: Root Locus Techniques
K =
51.5672
P =
               -21.1798     +97.6282i
               -21.1798     -97.6282i
                -3.8154     + 6.5338i
                -3.8154     - 6.5338i
       46.
              a. The characteristic equation is given by:
                                                                 𝑠4
                                                    1+𝐾                   =0
                                                           (𝑠 2 + 𝑠 + 1)2
              or
                                            (1 + 𝐾)𝑠 4 + 2𝑠 3 + 3𝑠 2 + 2𝑠 + 1 = 0
b. There is no locus on the real axis, and no asymptotes. The root locus starts at the loci of the
                                                         Root Locus
                 1.5
                 0.5
Imaginary Axis
-0.5
-1
                 -1.5
                    -0.6      -0.5     -0.4    -0.3     -0.2     -0.1      0       0.1     0.2      0.3
                                                          Real Axis
      47.
                        % Parameters
                        Jl=10;Bl=1;k=100;Jm=2;Bm=0.5;a=0.25;%a is the location of the zero
                        %numerator and denominator of the open loop transfer function
                        numo=k*[1 a];
                        deno=[Jl*Jm (Jl*Bm+Jm*Bl) (k*(Jl+Jm)+Bl*Bm) k*(Bl+Bm) 0];
                        syso=tf(numo,deno);
Root Locus
                                                                                            0.707
                                   0.25
0.2
0.15
                                    0.1
                  Imaginary Axis
0.05
-0.05
-0.1
-0.15
-0.2
                                   -0.25
                                                                                            0.707
                                       -1   -0.9   -0.8   -0.7   -0.6      -0.5      -0.4   -0.3    -0.2   -0.1   0
                                                                        Real Axis
selected_point =
             -0.1031 + 0.0978i
                                                       Solutions to Design Problems 8-69
                                         Step Response
                    1.4
                                            System: sysc
                                            Peak amplitude: 1.05
                    1.2                     Overshoot (%): 5
                                            At time (sec): 25.8
                    0.8
        Amplitude
0.6
0.4
0.2
                     0
                          0   10    20        30             40       50         60
                                          Time (sec)
48.
Front Panel
Block Diagram
49.
The following MATLAB M-file was written to plot the root locus for the system and to find the
G = tf(numg, deng);
rlocus(G);
pos=(16);
z=-log(pos/100)/sqrt(pi^2+(log(pos/100))^2);
sgrid(z,0)
[K1,p]=rlocfind(G);
pause
K=0.936*K1;
T=minreal(T);
step(T);
      grid
8-72 Chapter 8: Root Locus Techniques
                                                     Root Locus w ith 16 Percent Overshoot Line for Synchronous Machine w ith Te = 0.5 sec
                  20
15
10
                    5     0.504
 Imaginary Axis
-5 0.504
-10
-15
                  -20
                     -3           -2.5          -2           -1.5             -1             -0.5             0              0.5             1   1.5   2
                                                                                           Real Axis
K = 7.1045
                                  b.The closed-loop poles, p, and transfer function, T(s), corresponding to a 16% overshoot
                                  are:
p= -0.2300 + 4.9446i
-0.2300 - 4.9446i
-1.0555 + 1.8634i
-1.0555 - 1.8634i
              c. The coordinates of the point selected on the root-locus were: -1.0557 + 1.8634i and the
              corresponding unit-step response, with  (t) in p.u, was found.
              d.MATLAB was used to plot that unit-step response and to note on that curve the
              required characteristics:
                                                 Step Response
            1.4           System: T
                          Peak amplitude: 1.13
                          Overshoot (%): 15.3
            1.2           At time (sec): 1.46
                                                    System: T
                                                    Settling Time (sec): 5.17
             1
                                                                                 System: T
                                                                                 Final Value: 0.977
            0.8        System: T
Amplitude
0.6
0.4
0.2
             0
                  0        2             4             6              8              10               12
                                                  Time (sec)
 50.
              a. The open loop transfer function can be described as:
                                         0.5232𝑏𝑝 (𝑠 3 + 1.3179𝑠 2 + 1.2354 × 10−4 )
                                 𝐺(𝑠) =
                                           𝑠 3 + 3.373𝑠 2 + 2.321𝑠 + 8.715 × 10−4
              The system has open loop poles at -0.0004, -0.9625 and -2.4101; open loop zeros at 0, -
              0.001, -1.3178
8-74 Chapter 8: Root Locus Techniques
            Since the number of open loop poles equals the number of open loop zeros there are no
            asymptotes.
            To calculate the breakaway points we form 𝑁(𝑠)𝐷 ′ (𝑠) − 𝑁 ′ (𝑠)𝐷(𝑠) = 0 which in this
            case is
            (𝑠 3 + 1.3179𝑠 2 + 1.2354 × 10−4 )(3𝑠 2 + 6.746𝑠 + 2.321)
                             − (3𝑠 2 + 2.6358𝑠 + 1.2375 × 10−4 )(𝑠 3 + 3.373𝑠 2 + 2.321𝑠
                             + 8.715 × 10−4 ) = 0
            Simplifying this results in
            2.0551𝑠 4 + 4.6418𝑠 3 + 3.0610𝑠 2 + 0.0023𝑠 + 1.0786 × 10−7 = 0
            The solutions for this equation are -1.129j4.618, -0.0007, -0.00005033 the latter two
            points being on the root locus.
            From
                             0.5232𝑏𝑝 (𝑠 3 + 1.3179𝑠 2 + 1.2354 × 10−4 )
                       1+                                                 |            =0
                               𝑠 3 + 3.373𝑠 2 + 2.321𝑠 + 8.715 × 10−4 𝑠=−0.00005073
            𝑏𝑝 = 5.0092983 × 105 and similarly for s=-0.0007, 𝑏𝑝 = 2570.
            The sketch for the roots locus is:
            b. The system is overdamped when 0 < 𝑏𝑝 < 2570 and 5.0092983 × 105 < 𝑏𝑝 < ∞.
            c. The system is critically damped when 𝑏𝑝 = 2570 and 𝑏𝑝 = 5.0092983 × 105 .
            d. The system is underdamped when 2570 < 𝑏𝑝 < 5.0092983 × 105.
            e. For larger values of 𝑏𝑝 the system has dominant closed loop poles very close to the j
            axes.
                                                                    Solutions to Design Problems 8-75
51.
      a.
      c. From the quadratic equation it can also be observed that the two roots will be complex
         when 𝑘 = 2𝑏. At this point the characteristic equation becomes 𝑠 2 + 𝑏 2 = 0 the roots
         are 𝑠 = ±𝑗𝑏 so the system will oscillate with a frequency of b rad/sec.
52.
Substituting the values given for the capacitance, inductances and resistances and reducing the
                                                                   0.01616( s + 114.3)
                                                                       ( s + 2200)
                   -
       Mα(s)                       17636700              Vcα (s)     0.0577( s + 2200)    Vα(s)
             +            ( s + 114.3s + 17636700)
                             2
                                                                         ( s + 220)
deng1 = [1 219.9];
G = tf(numg, deng);
rlocus(G);
pause
z=0.012;
sgrid(z,0)
                 Line')
                                                             Solutions to Design Problems 8-77
[K1,p]=rlocfind(G);
pause
K = K1;
T=minreal(T);
step(208*T);
grid
The full root-locus obtained is shown below. The close-up of that locus (from -300 to 0 on the real
axis and from -50 to 5000 on the imaginary axis) follows. From that close-up, K and the coordinates
p= 1.0e+03 *
-0.0500 + 4.2169i
-0.0500 - 4.2169i
-0.2344 + 0.0000i
1.3e05 s + 2.86e08
T= ---------------------------------------
The figure, shown below the close-up, illustrates the step-response obtained at that value of the gain
(with all of the requested important characteristics marked on it) when a step input, r(t)= 208 u(t),
1.5
                                            1
             Imaginary Axis (seconds-1)
0.5
-0.5
-1
-1.5
-2
                                          -2.5
                                            -3000       -2500   -2000   -1500      -1000         -500          0   500   1000   1500
                                                                                  Real Axis (seconds -1)
                                                                                                             Solutions to Design Problems 8-79
4500
4000
                             3500
Imaginary Axis (seconds-1)
3000
2500
2000
1500
1000
500
                                0
                               -300              -250               -200               -150               -100                  -50   0
                                                                               Real Axis (seconds -1)
                  53.
                                    a. The open loop transfer function is
                                                            K (520s + 10.3844)
                                    KG ( s ) P( s ) = −
                                                      s + 2.6817s 2 + 0.11s + 0.0126
                                                          3
                                                         − 520K ( s + 0.02)
                                    =
                                      ( s + 0.02 + j 0.0661)( s + 0.02 − j 0.0661)( s + 2.6419)
Giving  = −1.33, − 0.0879, 0.0446 with only the latter in the root locus. The value of K at
                                                                                                             −4
            It was already found in Problem 6.? That the system is closed loop stable for K  2.04  10 . The
                                  520K ( s + 0.02)
            =
              ( s + 0.02 + j 0.0661)( s + 0.02 − j 0.0661)( s + 2.6419)
                                                                                                          (2k + 1)
            There are two asymptotes with a real axis intersection as in part a. but with angles   a =
                                                                                                              2
                                                                3   
            . For   k = 0 , a =        and for   k = 1 , a =      =− .
                                    2                             2   2
             = −1.33, − 0.0879, 0.0446 with the first two points in the root locus.
                                                                  Solutions to Design Problems 8-81
We use Routh-Hurwitz to show that the system is closed loop stable for all K  0 . The
or
or
s3 1 0.11 + 520K
                                           0.2824 + 1384.1K
                     s
                                                2.6817
1 0.0126 + 10.3844K
It can easily be verified that all the entries in the first column are positive for all K  0.
54.
             a.             With the speed controller configured as a proportional controller [KISC= 0 and GSC(s) =
             KPSC], the open-loop transfer function is:
                                                  0.11 K Psc ( s + 0.6)
             GSC ( s )Gv ( s ) =                                                           .
                                 s ( s + 0.5173) + 5 (s + 0.6)  (s + 0.01908)
Solving for the roots shows that there are two open-loop poles: – 0.5858 and – 0.0163. Thus, the
                                           K P sc  0.11
             In this equation: K1 =                        (2)
                                                  6
The following MATLAB M-file was written to plot the root locus for the system and to find the
numg = [1 0.6];
G = tf(numg, deng);
rlocus(G);
pos=(0);
z=-log(pos/100)/sqrt(pi^2+(log(pos/100))^2);
sgrid(z,0)
Line'])
[K1,p]=rlocfind(G);
pause
T=minreal(T);
step(T);
grid
The root locus shown below was obtained. Using MATLAB tools, the gain at the break-in point was
found to be larger and, hence, would yield a faster closed-loop unit-step response. The following
repeated real poles were found, which indicated that the step response is critically damped: p = -
0.6910, - 0.6910. These poles corresponded to: K1 = 0.78 (which corresponds to KPSC = 42.54). The
0.78 s + 0.468
T(s) = -----------------------
                                     s2 + 1.382 s + 0.4775
8-84 Chapter 8: Root Locus Techniques
Therefore, it was used to find the closed-loop transfer function of the system, to plot its unit-step
response, c(t), shown below, and to find the rise-time, Tr, and settling time, Ts.
0.08
                          0.997
                  0.06
                  0.04
                                            System: G
                          0.999             Gain: 0.78
                                            Pole: -0.691
                  0.02
 Imaginary Axis
                                            Damping: 1
                                            Overshoot (%): 0
                                            Frequency (rad/sec): 0.691
                    0.8              0.7             0.6                 0.5    0.4           0.3          0.2           0.1
                     0
                  -0.02
                          0.999
                  -0.04
                  -0.06
                          0.997
-0.08
                                                                                                                     System: T
                                                                  Step Response                                      Final Value: 0.98
             1
                                                                                         System: T
            0.9                                                                          Settling Time (sec): 4.69
                                                           System: T
            0.8                                            Rise Time (sec): 2.69
0.7
            0.6
Amplitude
0.5
0.4
0.3
0.2
0.1
             0
                  0        1              2                   3          4                    5           6             7                8
                                                                     Time (sec)
                      b.         When integral action was added (with KISC/KPSC = 0.4), the transfer function of the speed
                                                                      K I sc       K P sc (s + 0.4)
                      controller became:    GSC ( s) = K P sc +                =                      and the open-loop transfer
                                                                        s                 s
                      function obtained was:
                                    0.11K P sc            6 K1
                      Where K1 =               or K pSC =      = 54.5455  K1
                                       6                  0.11
8-86 Chapter 8: Root Locus Techniques
The following MATLAB M-file was written to plot the root locus for the system and to find the
gain, K1, which could result in a closed-loop unit-step response with 10% overshoot.
G = tf(numg, deng);
rlocus(G);
pos=(10);
z=-log(pos/100)/sqrt(pi^2+(log(pos/100))^2);
sgrid(z,0)
Line'])
[K1,p]=rlocfind(G);
pause
T=minreal(T);
step(T);
grid
The root locus shown below was obtained. Using MATLAB tools, the gain at the point selected on
the locus (- 0.275 + j 0.376) was found to be K1 = 0.526 (which corresponds to KPSC = 28.7). The
T(s) has the closed-loop poles: p = – 0.580, – 0.275 ± j 0.376 and zeros at – 0.4 & – 0.6. Thus, the
complex conjugate poles are not dominant, and hence, the output response, c(t), obtained using
MATLAB, does not match that of a second-order underdamped system. Note also that the settling
time, Ts = 15 sec, , the rise time, Tr = 2 sec, the peak time, Tp = 5.03 sec, and the overshoot is 24.5%
                 0.4
                                                                     System: G
                 0.3                                                 Gain: 0.527
                                                                     Pole: -0.275 + 0.376i
                                                                     Damping: 0.591
                 0.2                                                 Overshoot (%): 9.98
                                                                     Frequency (rad/sec): 0.466
                 0.1
Imaginary Axis
-0.1
-0.2
-0.3
-0.4
                                                                                       0.591
                 -0.5
                    -1     -0.9      -0.8       -0.7       -0.6      -0.5       -0.4           -0.3   -0.2      -0.1         0
                                                                   Real Axis
8-88 Chapter 8: Root Locus Techniques
                                                                        Step Response
                       1.5
                                                       System: T
                                                       Peak amplitude: 1.24
                                                       Overshoot (%): 24.5
                                                       At time (sec): 5.03
                                                                                                                       System: T
                                                                                                                       Final Value: 1
                        1
                                                                                                            System: T
 Output, c(t), volts
0.5
                        0
                             0     2           4            6       8         10         12         14         16         18            20
                                                                          Time (sec)
It should be mentioned that since we applied 1 volt-unit-step inputs (as compared to 4 volts in the
Hybrid vehicle progressive problem in Chapter 5) in both parts (a) and (b) above, we should not be
surprised that the final (steady-state) value of output voltage of the speed transducer was 1 volt,
                         55.
                                  a.     After substitution of the delay approximation the resulting open loop transfer
                                         function is:
                                         There are 2 asymptotes, using equation 8.66 we obtain that the angles are 0 and
                                         180 . The intersection with the real axis (although irrelevant given the asymptote
                                         angles) is
                                                   −0.0112 + j 0.0084 − 0.0112 − j 0.0084 − 0.0513 − 0.0513
                                          a =                                                              = 0.0625
                                                                             3 −1
                                                                          Solutions to Design Problems 8-89
or
                     It is readily seen that the fourth row entry is positive as long as   K  0 . The third row
                     entry is positive as long as   K  5.1922   . Therefore the range for closed loop stability is
                     0  K  5.1922 .
                  d. The system will oscillate when K = 5.1922 . At this point the auxiliary equation
                     becomes: