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:
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