Comparison

Root Locus vs Bode Plot

A servo engineer adding a lead compensator to speed up a robot arm can approach it two ways: sketch the root locus to see exactly where the closed-loop poles migrate as gain K increases, or draw the Bode plot and check how much phase is added at the gain crossover frequency. Both tools reach the same answer for a minimum-phase system, but they give different intuitions and suit different stages of the design process.

EEE, ECE

Side-by-side comparison

ParameterRoot LocusBode Plot
Domains-domain (complex frequency plane)Frequency domain (jω axis)
VariableGain K (continuously varied)Frequency ω (swept from 0 to ∞)
ShowsTrajectory of closed-loop poles as K variesOpen-loop gain and phase vs frequency
Stability checkPoles cross imaginary axis at marginal stabilityGM and PM from magnitude and phase plots
Transient responseDirect — pole positions give ζ, ωn, settling timeIndirect — PM ≈ 100ζ (approximation)
Compensator designPole-zero placement for desired closed-loop polesLoop shaping: add phase lead/lag at ωgc
Ease for higher-order systemsComplex — many branches, difficult to sketchAsymptotic approximations remain practical
Typical useGain selection, breakaway/break-in point, angle of departureGain and phase margin verification, compensator tuning

Key differences

Root locus is a time-domain design tool at heart — you choose K to place closed-loop poles at desired ζ and ωn values, directly specifying overshoot and settling time. Each branch starts at an open-loop pole and ends at an open-loop zero (or infinity), and rules like sum-of-angles = ±180°(2k+1) let you sketch it without a computer. Bode plot is the frequency domain counterpart — asymptotic straight lines make it fast to draw, and it directly yields GM and PM. For a second-order system, PM ≈ 100ζ, so PM = 45° implies ζ ≈ 0.45 and about 20% overshoot.

When to use Root Locus

Use root locus when you need to select gain K to achieve a specific transient specification such as ζ = 0.707 or a settling time under 2 s — drawing the locus and intersecting it with the desired damping ratio line gives K directly.

When to use Bode Plot

Use Bode plot when the specification is given in frequency-domain terms such as "gain crossover at 10 rad/s with 45° phase margin," or when you are designing a lag or lead compensator by loop shaping.

Recommendation

For a first attempt at any control problem, choose root locus if the spec is in time domain (overshoot, settling time) and Bode if the spec is in frequency domain (bandwidth, GM, PM). Most GATE problems specify both, so practise converting between the two domains.

Exam tip: GATE asks you to apply the angle condition (∠G(s)H(s) = ±180°) to check whether a given point lies on the root locus — know the formula and practise computing angles from poles and zeros to a test point.

Interview tip: Interviewers expect you to sketch the root locus of a simple second or third-order system — including the real-axis segments, asymptote angles, and centroid — within about two minutes without a calculator.

More Control Systems comparisons