Difficulty: Medium
Correct Answer: unstable
Explanation:
Introduction / Context:System stability for linear time-invariant (LTI) networks with rational transfer functions is determined solely by the denominator polynomial (the characteristic equation), provided there is no pole-zero cancellation in the right half-plane. The Routh–Hurwitz criterion gives a quick stability test without explicitly computing roots.
Given Data / Assumptions:
Concept / Approach:
For a cubic, construct the Routh array and inspect the signs of the first column. A sign change indicates roots in the right half-plane (RHP), implying instability. No sign changes imply stability; a row of zeros suggests marginal cases or symmetric root pairs.
Step-by-Step Solution:
Arrange coefficients by descending powers: 1 (s^3), 1 (s^2), 2 (s^1), 24 (s^0).Routh array:s^3: 1 2s^2: 1 24s^1: (11 − 12)/1 = −1 (124 − 10)/1 = 24s^0: 24First column = [1, 1, −1, 24]. There is one sign change (from 1 to −1), indicating one RHP pole.Verification / Alternative check:
Because a sign change exists, the system cannot be stable. Numerical root solving would show one positive-real root; however, the Routh test suffices for a qualitative conclusion.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
unstable
Discussion & Comments