Comparison

Routh Hurwitz vs Nyquist Stability Criterion

When a DC motor speed controller starts oscillating after a gain tweak, you need to predict instability before it happens — and your choice of stability criterion determines how fast and how deeply you can diagnose it. Routh Hurwitz works directly on the closed-loop characteristic polynomial, while Nyquist uses the open-loop frequency response plotted on a polar diagram. Each suits a different stage of design.

EEE, ECE

Side-by-side comparison

ParameterRouth HurwitzNyquist Stability Criterion
DomainAlgebraic (polynomial coefficients)Frequency domain (polar plot)
Input requiredClosed-loop characteristic equationOpen-loop transfer function G(s)H(s)
Handles open-loop unstable plantsNo — method fails if plant is open-loop unstableYes — encirclement rule handles RHP poles
Gain/Phase MarginNot directly availableDirectly readable from the Nyquist plot
Delay systemsCannot handle e^(-sT) directlyHandles time delay naturally in frequency response
Result typeNumber of RHP roots (exact count)Stable / unstable via encirclement count N=Z-P
Computation effortLow — table construction onlyHigher — requires polar plot or Bode data
Marginal stability detectionRow of zeros indicates j-omega axis rootsPlot passes through -1+j0 point
Typical exam/GATE usageFinding range of K for stabilityRelative stability, gain margin problems
Real IC / system examplePID controller loop with known plant TFLM741 op-amp feedback network, RF amplifier

Key differences

Routh Hurwitz counts right-half-plane roots algebraically — you get an exact number without plotting anything, and it is fast for finding the critical gain K. Nyquist goes further: it gives gain margin (typically 6 dB for a well-designed loop) and phase margin (45°–60° is standard) directly from the polar plot. Crucially, Nyquist can handle open-loop unstable plants like an inverted pendulum where Routh fails completely. For time-delay systems with e^(-0.1s) terms, Nyquist is the only practical classical option.

When to use Routh Hurwitz

Use Routh Hurwitz when you have the closed-loop characteristic polynomial and need the range of gain K that keeps all roots in the left half-plane. For example, finding the maximum proportional gain of a third-order PID-controlled DC motor before oscillation starts.

When to use Nyquist Stability Criterion

Use Nyquist when the plant itself is open-loop unstable or when you must determine gain and phase margins numerically. For example, analysing the stability margin of a RF power amplifier feedback network designed around the LM7171 op-amp.

Recommendation

For most university exam problems where the plant is stable and the question asks for the range of K, choose Routh Hurwitz — it is faster and needs no plotting. Switch to Nyquist only when gain or phase margin numbers are explicitly asked for.

Exam tip: Examiners expect you to form the Routh array correctly, identify the row-of-zeros special case, and state the number of RHP roots — not just say "stable"; for Nyquist, state N, Z, P explicitly using N=Z-P.

Interview tip: Interviewers at core companies like BHEL or L&T often ask you to compare the two on open-loop unstable systems — be ready to say Routh cannot handle them and explain the Nyquist encirclement argument in one clear sentence.

More Control Systems comparisons