| Table of contents | |
| Practical notes and common procedures | |
| Summary |
The root-locus method is a graphical technique for studying how the closed-loop pole locations of a feedback control system change as a single parameter (usually the loop gain K) varies. Two fundamental conditions determine whether a point s in the complex s-plane lies on the root locus of the loop transfer function G(s)H(s): the angle condition and the magnitude condition. The angle condition tells us whether a point is on a root-locus branch. The magnitude condition gives the numerical value of the loop gain K for a point already known to be on the root locus by the angle condition.
For a point s to lie on the root locus, the phase (angle) of the loop transfer function G(s)H(s) must equal an odd multiple of 180°:
∠G(s)H(s) = (2q + 1)·180°, where q = 0, 1, 2, ...
Equivalently, ∠G(s)H(s) = ±180°, ±540°, ±900°, ... . In practice we check whether the net angle contributed by zeros and poles (and any constant sign) yields an odd multiple of 180°.

Once the angle condition is satisfied for a point s, the magnitude condition determines the loop gain K that places a closed-loop pole at that s. The magnitude condition is
|G(s)H(s)| = 1.
If G(s)H(s) = K·N(s)/D(s), where N(s) and D(s) contain the factors due to zeros and poles (excluding the gain K), then
K = 1 / |N(s)/D(s)| = |D(s)/N(s)|.
Graphically, this becomes the product-of-distances rule:
If there are no open-loop zeros, the denominator is unity and K equals the product of distances to the poles.
Example: Test whether the point -2 + 5j is present on the root locus or not. Consider the system with G(s)H(s) = K / [s(s + 4)].
Solution.
Evaluate the angle condition for s = -2 + 5j.
G(s)H(s) = K / [s(s + 4)].
Angle of numerator ∠K = 0° (assume K > 0).
Angle of denominator = ∠s + ∠(s + 4).
Compute ∠s for s = -2 + 5j: ∠(-2 + 5j) = atan2(5, -2) = 111.801°.
Compute ∠(s + 4) for s + 4 = 2 + 5j: ∠(2 + 5j) = atan2(5, 2) = 68.199°.
Sum of denominator angles = 111.801° + 68.199° = 180.000°.
Net angle ∠G(s)H(s) = 0° - 180.000° = -180.000°, which is an odd multiple of 180°.
Therefore the angle condition is satisfied and the point s = -2 + 5j lies on the root locus.
Now apply the magnitude condition to find K.
Compute magnitudes:
|s| = 
|s + 4| =
Product of distances to poles = |s| · |s + 4| = 5.3852 · 5.3852 = 29.
There are no finite open-loop zeros, so product of distances to zeros = 1.
Therefore |G(s)H(s)| = K / 29 = 1.
K = 29.
Hence s = -2 + 5j is a closed-loop pole when K = 29.
When a point on the root locus is known (from angle condition or by inspection of the plot), the gain K can be determined from the ratio of phasor lengths:
Example 1. Find the value of system gain K for G(s)H(s) = K / [s(s + 4)] given that s = -2 + 5j is on the root locus
Example 1. Find the value of system gain K for the system G(s)H(s) = K/s(s + 4) Given that a point -2 + j5 is already present on the root locus plot.
Sol.
The open-loop poles are found from s(s + 4) = 0, hence poles at s = 0 and s = -4.
Distance from s = 0 to the point (-2 + 5j) is 
Distance from s = -4 to the point (-2 + 5j) is 
Product of distances to poles = √29 · √29 = 29.
No finite zeros, so denominator = 1.
K = 29.

Example 2. To find the nature of the root locus of the given system G(s)H(s) = K/s(s + 2)
Sol.
The characteristic equation is 1 + K / [s(s + 2)] = 0.
Multiply through: s(s + 2) + K = 0.
Thus s2 + 2s + K = 0.
Solve for s: ![Example 2. Root-locus nature for G(s)H(s) = K / [s(s + 2)]](https://cn.edurev.in/ApplicationImages/Temp/59978590-f9db-431f-a59c-8902f8b23ba2_lg.jpg)
For different values of K the nature of roots changes:
![Example 2. Root-locus nature for G(s)H(s) = K / [s(s + 2)]](https://cn.edurev.in/ApplicationImages/Temp/1611942_f9790842-73c0-4967-bab6-380750bfab01_lg.png)
![Example 2. Root-locus nature for G(s)H(s) = K / [s(s + 2)]](https://cn.edurev.in/ApplicationImages/Temp/1611942_2fc31e2a-e29b-4afd-86ce-f270b922e788_lg.png)
From pole locations and the polynomial order we conclude that there are two branches of the root locus (equal to the number of open-loop poles) originating at s = 0 and s = -2 and moving according to the rules of root-locus construction as K varies.
The angle condition identifies whether a point s is on the root locus by requiring ∠G(s)H(s) to be an odd multiple of 180°. The magnitude condition determines the loop gain K at that point by requiring |G(s)H(s)| = 1. Together these two conditions allow analytical checks of root-locus points and computation of the specific gain values that cause closed-loop poles to occur at chosen locations in the s-plane.
53 videos|116 docs|40 tests |
| 1. What is the basic characteristic equation in control systems? | ![]() |
| 2. How can the angle condition be applied to determine points on the root locus? | ![]() |
| 3. In the example where G(s)H(s) = K / [s(s + 4)], how do we determine if s = -2 + 5j is on the root locus? | ![]() |
| 4. What does the magnitude condition entail in the context of root locus? | ![]() |
| 5. Can you explain the practical notes and common procedures when analysing root locus plots? | ![]() |