| Table of contents |
Before starting with an example, let's first discuss the steps to solve any problem on the root locus.
The solution follows the standard procedure and the rules listed above.
Find the open-loop poles, zeros and number of branches.
Open-loop denominator gives poles, numerator gives zeros.
Poles at s = 0, s = -5, s = -10.
No finite zeros.
P - Z = 3 - 0 = 3, so there are three branches; three branches must start at the three poles and, since there are no finite zeros, three branches will go to infinity.

Determine real-axis portions that belong to the root locus.
Consider test points on the real axis. Between 0 and -5 there is one pole to the right (odd), so that segment belongs to the root locus. For s < -10 there are three poles to the right (odd), so the region left of -10 also lies on the locus. between -5 and -10 there are two poles to the right (even), so that segment does not belong to the
Asymptote angles.
P - Z = 3, so asymptote angles are given by (2q + 1)×180°/3 for q = 0,1,2.
For q = 0, angle = 180°/3 = 60°.
For q = 1, angle = 3×180°/3 = 180°.
For q = 2, angle = 5×180°/3 = 300° (or -60°).
Centroid of asymptotes.
Centroid σ = (sum of poles - sum of zeros)/(P - Z) = (0 + (-5) + (-10) - 0)/3 = -15/3 = -5.


Breakaway / break-in points on the real axis.
The characteristic equation is 1 + G(s)H(s) = 0.
Substitute G(s)H(s): 1 + K/[s(s + 5)(s + 10)] = 0.
Multiply through: s(s + 5)(s + 10) + K = 0.
Expand polynomial: s(s2 + 15s + 50) + K = 0.
Thus the closed-loop characteristic polynomial is s3 + 15s2 + 50s + K = 0.
Express K in terms of s: K = -s3 - 15s2 - 50s.
Find potential break points by differentiating K with respect to s and setting derivative to zero:
dK/ds = -(3s2 + 30s + 50) = 0.
Thus 3s2 + 30s + 50 = 0.
Divide by 3: s2 + 10s + 16.667 = 0.
Solve for s using quadratic formula: $s = [-10 ± \sqrt{(100 - 66.667)}]/2 = [-10 ± \sqrt{(33.333)}]/2.$
Numerical roots: s ≈ -2.113 and s ≈ -7.88.
Only s ≈ -2.113 lies on the real-axis segment between 0 and -5 where the locus exists, so s ≈ -2.113 is the valid breakaway point.
Verify K at this point by evaluating $ K = -s^3 - 15s^2 - 50s$ with s = -2.113.
Compute K ≈ 48.112 (positive), so this is a valid breakaway for positive K.

Imaginary-axis intersections using the Routh-Hurwitz criterion.
Characteristic polynomial: $s^3 + 15s^2 + 50s + K = 0.$
Construct the Routh array (top rows shown):

From the Routh array condition for a row to become zero (onset of imaginary-axis roots) we find K such that a sign change or zero row appears. For this cubic the condition leads to 750 - K = 0.
Thus K = 750.
With K = 750 substitute into the polynomial row: 15s2 + K = 0 gives 15s2 + 750 = 0.
Therefore s2 = -750/15 = -50.
Hence s = ± j√50 = ± j7.071.
So at K = 750 the root locus crosses the imaginary axis at s = ± j7.071 (marginal stability).
Angles of departure/arrival.
All open-loop poles are on the real axis; there are no complex-conjugate open-loop poles. Therefore explicit angle-of-departure calculations are not required here.
Final root-locus sketch.
Combine real-axis portions, breakaway at s ≈ -2.113, centroid at s = -5, asymptotes at ±60° and 180°, and the imaginary-axis crossings at ± j7.071 (for K = 750) to draw the complete root-locus.

Adding an additional pole to the left half of the s-plane generally increases the number of branches and shifts the asymptote centroid and angles. A pole added to the left half-plane tends to pull nearby branches toward the right half-plane relative to their previous positions, reducing closed-loop stability margins. In practice this often reduces the range of gain K for which the closed-loop system remains stable and decreases gain margin.
Example: Consider G(s)H(s) = K/[s(s + 2)(s + 4)].

Now add a pole at s = -6 so that G(s)H(s) = K/[s(s + 2)(s + 4)(s + 6)].

The added pole increases P, changes P - Z, moves the centroid, and typically shifts parts of the root locus toward the right-half plane compared with the original locus, reducing stability margins.
Example: Start with G(s)H(s) = K(s + 4)/[s(s + 2)].
Now add a zero at s = -6 so the transfer function becomes G(s)H(s) = K(s + 4)(s + 6)/[s(s + 2)].

Comparing the loci shows the branches are pulled toward the finite zeros. If the added zero lies in the left half-plane, the root-locus shifts leftward and closed-loop stability and transient response generally improve.
Summary: The root-locus method provides a graphical means to study how closed-loop pole locations change as the open-loop gain varies. Key steps are plotting poles/zeros, applying real-axis and angle rules, determining asymptotes and centroid, locating breakaway points, and finding imaginary-axis crossings. Using these steps one can determine ranges of K for stability and predict qualitative performance trends. The worked example above demonstrates these steps for G(s)H(s) = K/[s(s + 5)(s + 10)], showing stability for 0 < K < 750, marginal stability at K = 750, and instability for K > 750.
53 videos|112 docs|40 tests |
| 1. What is the root-locus technique in control systems? | ![]() |
| 2. What are the essential rules for constructing a root locus diagram? | ![]() |
| 3. How do you determine the stability of a system using the root locus? | ![]() |
| 4. What is the impact of adding a pole or a zero to the open-loop transfer function? | ![]() |
| 5. Can you explain how to sketch a root locus for the given transfer function G(s)H(s) = K/s(s + 5)(s + 10)? | ![]() |