Which of the Following Statements About Stability Is Not True?
The short version is: one of the classic “always‑stable” claims actually trips up most engineers when you look at the math.
Ever stared at a list of textbook definitions and thought, “Which one of these is the lie?The truth is, they’re not. So naturally, ”
You’re not alone. Day to day, in control theory, dynamics, or even everyday engineering, we throw around words like asymptotically stable, Lyapunov stable, BIBO stable as if they were interchangeable. And somewhere in that pile of bullet points lives a statement that sounds right until you test it on a real system It's one of those things that adds up. And it works..
Below we’ll unpack the most common stability claims, point out the one that’s simply false, and give you the tools to spot the mistake before it costs you a prototype—or a paycheck.
What Is Stability, Anyway?
Stability isn’t a single, monolithic concept. It’s a family of ideas that tell you how a system behaves when you poke it.
Asymptotic vs. Lyapunov Stability
Lyapunov stability means: if you start close enough to an equilibrium, you stay close forever. Asymptotic stability adds the kicker—states not only stay nearby, they actually converge back to the equilibrium as time goes to infinity The details matter here..
BIBO Stability (Bounded‑Input, Bounded‑Output)
In signal‑processing language, a linear time‑invariant (LTI) system is BIBO stable if every bounded input produces a bounded output. Think of a speaker that never blows out no matter how loud the music gets (within reason) Not complicated — just consistent..
Internal vs. External Stability
Internal stability looks at the system’s own dynamics—eigenvalues, poles, state matrix. External stability is about how the system reacts to outside disturbances or inputs (that’s where BIBO lives) Not complicated — just consistent..
All these flavors share a core idea: “don’t let the response run away.” But the devil is in the details, and that’s where the false statement hides Most people skip this — try not to..
Why It Matters
If you mistake one stability notion for another, you could design a controller that looks perfect on paper but goes berserk on the bench.
- Aircraft autopilots: A controller that’s Lyapunov stable but not asymptotically stable might keep the plane hovering, but it won’t bring it back to level flight after a gust.
- Power electronics: BIBO instability can cause voltage spikes that fry components.
- Robotics: Internal instability leads to joint oscillations that feel like a bad massage.
In practice, engineers need to pick the right definition for the job. And they need to know which textbook line is a myth Most people skip this — try not to..
How It Works: The Usual Truths About Stability
Below are five statements you’ll see in textbooks, lecture slides, or interview prep guides. Four of them are solid; one is a red herring Most people skip this — try not to. Surprisingly effective..
| # | Statement |
|---|---|
| 1 | *If all poles of an LTI system lie in the open left‑half plane, the system is asymptotically stable.In practice, * |
| 3 | *BIBO stability implies internal (asymptotic) stability for any LTI system. * |
| 4 | *If a Lyapunov function V(x) is positive‑definite and its derivative (\dot V(x)) is negative‑definite, the equilibrium is asymptotically stable.Which means * |
| 2 | *A system that is asymptotically stable is also Lyapunov stable. * |
| 5 | *A marginally stable system has poles on the imaginary axis but no repeated poles. |
Let’s walk through each one.
1. Poles in the Left‑Half Plane → Asymptotic Stability
For continuous‑time LTI systems, that’s the textbook rule. In discrete time the analogue is “all poles inside the unit circle.No poles on the imaginary axis, no right‑half‑plane surprises, and you get exponential decay. ” Nothing controversial here Small thing, real impact..
2. Asymptotic ⇒ Lyapunov
If trajectories actually converge, they certainly never wander off. So asymptotic stability automatically satisfies Lyapunov’s “stay close” condition. This implication is always true.
3. BIBO Stability ⇒ Internal Stability
Here’s the trap. BIBO stability does not guarantee that the internal state will settle down. A classic counterexample is a system with a pole at the origin (integrator) and a zero that cancels it in the transfer function. The input‑output map looks perfectly bounded, but the internal state can drift to infinity. Simply put, you can have a BIBO‑stable transfer function that hides an internally unstable mode.
4. Positive‑Definite V(x) + Negative‑Definite (\dot V) → Asymptotic
That’s Lyapunov’s direct method in a nutshell. Now, if you can find such a function, you’ve proven asymptotic stability. The statement is solid, though finding V(x) can be a headache Easy to understand, harder to ignore..
5. Marginal Stability and Simple Imaginary Poles
A system with purely imaginary poles and no repeated poles will oscillate forever without growth or decay. Now, that’s exactly what marginal stability means for LTI systems. No hidden pitfalls Worth keeping that in mind..
So the false statement is #3: “BIBO stability implies internal (asymptotic) stability for any LTI system.” It’s a common shortcut that only holds for minimum‑phase systems, not for the general case Worth keeping that in mind. That's the whole idea..
Common Mistakes / What Most People Get Wrong
Mistake #1: Assuming BIBO = Internal Stability
We just saw why that’s a myth. In interviews, you’ll hear “If the transfer function is BIBO stable, the system is stable.” That’s only true when the system is strictly proper and has no hidden pole‑zero cancellations Not complicated — just consistent..
Mistake #2: Ignoring Repeated Imaginary Poles
People often lump “poles on the j‑axis” together. The nuance is that a single simple pole at (j\omega) yields marginal stability, but a double pole at the same location blows up (think (t\sin(\omega t)) terms). Forgetting the multiplicity leads to design failures Simple as that..
Mistake #3: Using Lyapunov Functions as a “Plug‑and‑Play”
Finding a Lyapunov function is an art, not a checklist. Many novices pick a quadratic candidate, compute (\dot V), and declare defeat when it isn’t negative‑definite. The reality is you may need to reshape V or use LaSalle’s invariance principle The details matter here..
Mistake #4: Mixing Continuous and Discrete Criteria
The left‑half‑plane rule applies to continuous‑time; the unit‑circle rule applies to discrete‑time. Swapping them in a hybrid system design is a recipe for instability.
Practical Tips: How to Avoid the “Not True” Pitfall
-
Check for pole‑zero cancellations
- After you write the transfer function, factor numerator and denominator. If a pole cancels a zero, dig into the state‑space realization to see what’s really happening inside.
-
Separate BIBO from internal analysis
- Run a state‑space simulation (MATLAB/Octave
lsim) with a bounded input and watch the internal states. If any blow up, you’ve found a hidden instability.
- Run a state‑space simulation (MATLAB/Octave
-
Use the Routh‑Hurwitz (or Jury) test wisely
- These tests tell you about pole locations without solving for them. They’re great for confirming the left‑half‑plane condition, but they won’t catch hidden cancellations.
-
Validate marginal cases
- If you have poles on the imaginary axis, verify they’re simple. A quick way: compute the characteristic polynomial derivative at the pole; if it’s zero, you have a repeated pole.
-
put to work Lyapunov when you can’t see poles
- For nonlinear or time‑varying systems, you can’t rely on pole locations. Build a candidate V(x), check sign definiteness, and use LaSalle if (\dot V) is only negative‑semi‑definite.
-
Document assumptions
- When you claim “the system is stable,” note which definition you’re using. A design review that mixes BIBO and internal stability without clarification is a fast track to confusion.
FAQ
Q1: Can a system be BIBO stable but have an unstable internal mode?
Yes. If a pole‑zero cancellation hides a right‑half‑plane pole, the transfer function may look bounded while the hidden state diverges Surprisingly effective..
Q2: Does asymptotic stability guarantee BIBO stability?
For LTI systems, yes—if the system is internally asymptotically stable, its transfer function has all poles in the left‑half plane, which makes it BIBO stable as well.
Q3: What’s the easiest way to test marginal stability?
Compute the characteristic equation, factor it, and ensure any purely imaginary roots appear only once. A repeated root signals instability Turns out it matters..
Q4: How do I know which stability definition to use for a robot arm?
If you care about the arm returning to a setpoint after a disturbance, aim for asymptotic (or exponential) stability of the closed‑loop dynamics. BIBO is secondary unless you’re feeding external reference signals That's the part that actually makes a difference..
Q5: Are Lyapunov functions only for nonlinear systems?
No. They work for linear systems too, but for LTI cases you usually just check eigenvalues. Lyapunov shines when the system isn’t easily expressed in a transfer function.
That false statement about BIBO implying internal stability trips up a lot of people because it sounds logical—bounded output must mean bounded state, right? Not quite. The math says otherwise, and real‑world experiments confirm it No workaround needed..
So next time you see a list of “always‑true” stability facts, pause at #3. Pull out the pole‑zero plot, dig into the state‑space model, and you’ll avoid the hidden instability that can turn a smooth prototype into a costly lesson Most people skip this — try not to..
Happy designing, and may all your poles stay left Worth keeping that in mind..