Stability Formula
The Formula
When to use: A ball in a bowl returns to center; a ball on a hill rolls away.
Quick Example
Notation
What This Formula Means
A system is stable at an equilibrium if small perturbations cause it to return toward that equilibrium; unstable if small perturbations cause it to move away.
A ball in a bowl returns to center; a ball on a hill rolls away.
Formal View
Worked Examples
Example 1
mediumSolution
- 1 Fixed points: solve x = x^2-x+1 \Rightarrow x^2-2x+1=0 \Rightarrow (x-1)^2=0 \Rightarrow x^*=1 (double root).
- 2 Compute f'(x)=2x-1. At x^*=1: |f'(1)|=|2(1)-1|=|1|=1.
- 3 Since |f'(x^*)|=1, the stability criterion is inconclusive (marginal stability). Numerical experimentation would be needed to determine behavior.
Answer
Example 2
hardCommon Mistakes
- Thinking stable means unchanging โ a stable equilibrium can be reached through oscillation; stability means returning to equilibrium after perturbation
- Confusing local stability with global stability โ a system can be locally stable (small pushes return) but globally unstable (large pushes diverge)
- Ignoring initial conditions โ the same system can be stable or unstable depending on where it starts
Why This Formula Matters
Stability analysis determines whether a designed system (bridge, circuit, algorithm, ecosystem) will behave reliably under small disturbances or catastrophically diverge.
Frequently Asked Questions
What is the Stability formula?
A system is stable at an equilibrium if small perturbations cause it to return toward that equilibrium; unstable if small perturbations cause it to move away.
How do you use the Stability formula?
A ball in a bowl returns to center; a ball on a hill rolls away.
What do the symbols mean in the Stability formula?
x^* denotes an equilibrium point where f(x^*) = x^*. Stability is determined by |f'(x^*)|.
Why is the Stability formula important in Math?
Stability analysis determines whether a designed system (bridge, circuit, algorithm, ecosystem) will behave reliably under small disturbances or catastrophically diverge.
What do students get wrong about Stability?
An equilibrium being stable does not mean the system stays exactly there โ it means small disturbances decay rather than grow.
What should I learn before the Stability formula?
Before studying the Stability formula, you should understand: function definition.