Routh-Hurwitz Stability Criterion

Graduate Depth 111 in the knowledge graph I know this Set as goal
Unlocks 41 downstream topics
stability routh-array characteristic-equation sign-changes hurwitz

Core Idea

The Routh-Hurwitz criterion determines whether all roots (poles) of a polynomial lie in the left half of the complex s-plane — a necessary and sufficient condition for stability — without explicitly computing the roots. The Routh array is constructed from the characteristic polynomial's coefficients, and the number of sign changes in the first column equals the number of right-half-plane poles. Special cases arise when a zero appears in the first column (use ε substitution) or an entire row is zero (use the auxiliary polynomial method). The criterion also determines the range of a gain parameter K that keeps a closed-loop system stable.

How It's Best Learned

Build Routh arrays by hand for polynomials of degree 2 through 5, deliberately generating both special cases (zero in first column, zero row) to practice those procedures. Find stability gain ranges by treating K symbolically and applying sign-change conditions.

Common Misconceptions

Explainer

You know from the characteristic equation that closed-loop stability requires all roots of the characteristic polynomial to lie in the left half of the s-plane. For a first-order polynomial s + a, stability just means a > 0. For a second-order polynomial s² + bs + c, it means b > 0 and c > 0. But for higher-order polynomials, "all coefficients positive" is necessary but not sufficient — a fifth-degree polynomial can have all positive coefficients and still have right-half-plane roots. The Routh-Hurwitz criterion provides a complete, systematic answer for any degree polynomial without factoring.

The algorithm starts from the characteristic polynomial a_n s^n + a_{n-1} s^{n-1} + ... + a_1 s + a_0. The Routh array is a triangular table built from these coefficients. The first two rows are filled directly from alternating coefficients: row 1 gets a_n, a_{n-2}, a_{n-4}, ...; row 2 gets a_{n-1}, a_{n-3}, a_{n-5}, .... Each subsequent row is computed from the two rows above it using a 2×2 determinant divided by the leading element of the previous row. Specifically, for rows with elements [p, q, r, ...] and [u, v, w, ...], the next row starts with (pu − qv_correction)... — the standard formula you compute mechanically. The table terminates after n+1 rows, each with one fewer nonzero element.

The stability verdict comes from counting sign changes in the first column of the completed array. The number of sign changes equals the number of roots with positive real part (right-half-plane roots). For stability, you need zero sign changes — every entry in the first column must be positive (or all negative, by convention). This is the payoff: you never compute a single root, yet you know exactly how many are unstable. For a design problem with a free gain parameter K, the characteristic polynomial has K as a symbol in some entries. Setting the conditions "all first-column entries > 0" gives you a system of inequalities that defines the stability range for K — a closed-form answer without numerical root-finding.

The two special cases arise frequently. If a zero appears in the first column (but the row is not all zeros), the standard fix is to substitute a small positive number ε, complete the array symbolically, and take the limit as ε → 0. If a complete row of zeros appears, it means the characteristic polynomial has a symmetric factor — roots that are symmetric about the origin (real roots of equal magnitude opposite sign, or complex conjugate pairs on the imaginary axis). You recover the missing row by differentiating the auxiliary polynomial formed from the row immediately above the zero row, then inserting that derivative's coefficients and continuing. The auxiliary polynomial's roots (which you can factor out and find exactly) reveal whether there are imaginary-axis roots (marginally stable) or canceling pairs of left/right half-plane roots. In practice, an all-zero row during a gain-sweep problem often means you've hit the exact gain value at which the closed-loop poles touch the imaginary axis — the stability margin.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsCombining Like TermsOne-Step EquationsTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIterated Integrals and Fubini's TheoremDouble Integrals in Cartesian CoordinatesDouble Integrals over Rectangular RegionsDouble Integrals in Polar CoordinatesDouble Integrals: Definition and SetupIterated Integrals and Fubini's TheoremDouble Integrals over Rectangular RegionsDouble Integrals over General RegionsApplications of Double Integrals: Area, Mass, and MomentsTriple Integrals in Cartesian CoordinatesTriple Integrals in Cylindrical and Spherical CoordinatesChange of Variables and the Jacobian DeterminantApplications of Triple Integrals: Volume and MassVector Fields and Their RepresentationsLine Integrals of Vector FieldsGreen's TheoremSurface Integrals and Flux of Vector FieldsSurface Integrals and Flux of Vector FieldsDivergence Theorem: Flux and OutflowDivergence TheoremElectric FluxGauss's LawConductors in Electrostatic EquilibriumCapacitance and CapacitorsDielectricsDielectric Constant and Relative PermittivityElectric Field Inside Dielectric MaterialsDielectric Materials and PolarizationDielectric Susceptibility and PermittivityEnergy Density in Electric FieldsElectric Current and Current DensityElectrical Resistance and ResistivityOhm's Law and Circuit ElementsElectromotive Force (EMF) and BatteriesKirchhoff's Circuit Laws: Voltage and CurrentDC Circuit Network Analysis MethodsTransient Response in RC CircuitsRC CircuitsLC and RLC CircuitsSecond-Order Transient Circuit ResponseFeedback Control FundamentalsLaplace Transform Methods for ControlTransfer Functions and System ModelingFirst-Order System Time ResponseSecond-Order System Time ResponseRouth-Hurwitz Stability Criterion

Longest path: 112 steps · 631 total prerequisite topics

Prerequisites (5)

Leads To (2)