LibraryRouth-Hurwitz Criterion

Routh-Hurwitz Criterion

Learn about Routh-Hurwitz Criterion as part of GATE Electrical Engineering - Power Systems and Machines

Understanding the Routh-Hurwitz Criterion

The Routh-Hurwitz criterion is a fundamental tool in control systems engineering used to determine the stability of a linear time-invariant (LTI) system without actually solving the characteristic equation. It's particularly crucial for analyzing the stability of closed-loop systems in applications like power systems and machines, especially in the context of competitive exams like GATE.

The Characteristic Equation and Stability

The stability of an LTI system is directly related to the location of the roots of its characteristic equation, which is typically a polynomial in the complex variable 's'. For a system to be stable, all roots of the characteristic equation must lie in the left half of the s-plane (i.e., have negative real parts). The Routh-Hurwitz criterion provides a systematic way to check this condition.

The Routh-Hurwitz criterion predicts stability by examining the coefficients of the characteristic polynomial.

This criterion allows us to determine if any roots lie in the right-half of the s-plane (indicating instability) by constructing a special array, known as the Routh array, from the coefficients of the characteristic equation.

The core principle is that if all the roots of the characteristic equation have negative real parts, then all the elements in the first column of the Routh array will have the same sign (typically positive, assuming a positive leading coefficient). Any sign change in the first column indicates the presence of roots in the right-half of the s-plane, signifying an unstable system.

Constructing the Routh Array

The Routh array is constructed using the coefficients of the characteristic equation, ansn+an1sn1+...+a1s+a0=0a_n s^n + a_{n-1} s^{n-1} + ... + a_1 s + a_0 = 0. The first two rows are populated directly from the coefficients, alternating between them.

What is the primary condition for a system to be stable based on the roots of its characteristic equation?

All roots of the characteristic equation must lie in the left half of the s-plane (have negative real parts).

Subsequent rows are calculated using a specific formula involving elements from the preceding two rows. The general formula for an element bkb_k in the third row, based on elements a1,a2,a3a_1, a_2, a_3 and b1,b2b_1, b_2 from the first two rows, is: bk=(a2b1a1b2)b1b_k = \frac{(a_2 b_1 - a_1 b_2)}{b_1}.

Interpreting the Routh Array for Stability

The stability of the system is determined by the signs of the elements in the first column of the Routh array. The Routh-Hurwitz criterion states:

A system is stable if and only if all the elements in the first column of the Routh array have the same sign. If the leading coefficient of the characteristic polynomial is positive, then all elements in the first column must be positive.

The number of sign changes in the first column of the Routh array is equal to the number of roots of the characteristic equation that lie in the right-half of the s-plane.

Special Cases in Routh Array Construction

There are a few special cases that require careful handling during Routh array construction:

  1. Zero in the First Column: If a zero appears in the first column, it can lead to division by zero. This is handled by replacing the zero with a small positive number ϵ\epsilon and analyzing the limit as ϵ0\epsilon \to 0. Alternatively, a common practice is to multiply the characteristic equation by (s+a)(s+a) where 'a' is a positive constant, effectively shifting the roots.
  1. Entire Row of Zeros: If an entire row of the Routh array becomes zero, it indicates the presence of roots that are symmetrically located with respect to the origin. These roots can be on the imaginary axis (marginal stability) or in conjugate pairs in the right-half plane. The auxiliary polynomial, formed from the coefficients of the row just above the row of zeros, helps in finding these roots.

Routh-Hurwitz Criterion for GATE

For GATE Electrical Engineering, understanding the Routh-Hurwitz criterion is essential for solving problems related to system stability, transient response, and controller design. Be prepared to construct the Routh array for given characteristic equations and interpret the results to determine stability, the number of unstable roots, and conditions for marginal stability (roots on the imaginary axis).

The Routh array construction visually represents the coefficients of the characteristic polynomial in a structured format. Each row's elements are derived from the preceding two, allowing for a step-by-step evaluation of stability. The first column is the key indicator: all positive elements mean stability; any sign change signifies instability. Special cases like zeros in the first column or entire rows of zeros require specific handling to identify roots on the imaginary axis or in the right-half plane.

📚

Text-based content

Library pages focus on text content

What does the number of sign changes in the first column of the Routh array indicate?

The number of roots of the characteristic equation located in the right-half of the s-plane.

Learning Resources

Routh-Hurwitz Stability Criterion - Control Systems(blog)

A comprehensive explanation of the Routh-Hurwitz criterion, including its application, construction of the Routh array, and handling of special cases with examples.

Routh-Hurwitz Criterion - GATE Electrical Engineering(blog)

This resource focuses on the Routh-Hurwitz criterion specifically for GATE Electrical Engineering, providing relevant examples and tips for exam preparation.

Routh Hurwitz Stability Criterion - NPTEL(documentation)

Lecture notes from NPTEL on Control Systems, detailing the Routh-Hurwitz criterion with mathematical rigor and theoretical background.

Control Systems - Routh Hurwitz Criterion Explained(video)

A clear video tutorial explaining the Routh-Hurwitz criterion, its construction, and interpretation with solved examples, ideal for visual learners.

Routh-Hurwitz Criterion - Stability Analysis(tutorial)

A step-by-step tutorial on the Routh-Hurwitz criterion, covering its purpose, the method of construction, and the conditions for stability.

Routh-Hurwitz Criterion - GATE Study Material(blog)

Study material specifically tailored for GATE aspirants, focusing on the Routh-Hurwitz criterion and its application in solving GATE-level problems.

Stability of Linear Systems - Wikipedia(wikipedia)

The Wikipedia page provides a detailed mathematical exposition of the Routh-Hurwitz criterion, its history, and related concepts in control theory.

Control Systems Engineering - Routh Criterion(blog)

This article explains the Routh criterion in detail, including the special cases and their implications for system stability analysis.

Routh Hurwitz Criterion - GATE Electrical(blog)

A resource offering practice questions and explanations related to the Routh-Hurwitz criterion, beneficial for exam preparation.

Introduction to Control Systems - Routh-Hurwitz(documentation)

Official documentation from MathWorks (MATLAB) on the Routh function, which implements the Routh-Hurwitz criterion, useful for understanding its computational aspects.