Andromeda
Note

Stability

Definition

In mathematics and systems theory, stability refers to the tendency of a system to return to its equilibrium state (or original trajectory) after being subjected to a small perturbation or disturbance. A system is stable if bounded inputs or initial displacements result in bounded, predictable outputs over time.

limtx(t)xeq=0\lim_{t \to \infty} ||\mathbf{x}(t) - \mathbf{x}_{eq}|| = 0 How to read: The limit as t approaches infinity of the norm (or distance) between state vector x at time t and the equilibrium state x sub eq equals zero. Meaning / when to use: The formal definition of Asymptotic Stability. It means that if a system is knocked slightly away from its equilibrium point xeq\mathbf{x}_{eq}, it will eventually decay back to exactly that point over time.

Why It Matters

Stability is the single most important property in control engineering and system design. An unstable system will amplify any microscopic error or random noise exponentially until the system violently destroys itself (like a microphone experiencing feedback screech, or a bridge collapsing under wind resonance). Determining the stability boundaries of a system allows engineers to ensure it operates safely in the real world.

Core Concepts

  • Lyapunov Stability: If you perturb the system slightly, it might not return exactly to the center, but it will never wander further away than a defined boundary (like a frictionless pendulum).
  • Asymptotic Stability: The system actively dissipates energy (via damping or friction) and strictly returns to the exact equilibrium point.
  • Instability: Any slight perturbation grows exponentially. The equilibrium point is like balancing a ball on top of a hill.
  • Eigenvalue Test: For linear differential systems, stability is proven by looking at the eigenvalues of the system matrix. If all eigenvalues have strictly negative real parts, the system is asymptotically stable.

Connected Concepts