4.6.23 · D3Ordinary Differential Equations

Worked examples — Stability of equilibria — stable, unstable, saddle, spiral, centre

2,573 words12 min readBack to topic

Two numbers do all the work (built in the parent, restated so nothing is assumed):

Recall The three numbers we read off
  • — the sum of eigenvalues ("average growth rate"). pulls inward, pushes out.
  • — the product of eigenvalues. same sign, opposite sign.
  • — the discriminant under the square root in . means complex eigenvalues, i.e. rotation.

See Trace–determinant plane for the map of all these regions at once, Jacobian matrix for where comes from, and Eigenvalues and eigenvectors for why appears.


The scenario matrix

Every cell below is a distinct behaviour a fixed point can have. The last column names the example on this page that hits it.

# Type Stability Example
A any always Saddle unstable Ex 1
B Stable node stable Ex 2
C Unstable node unstable Ex 3
D Stable spiral stable Ex 4
E Unstable spiral unstable Ex 4 (sign flip)
F Centre neutral Ex 5
G Degenerate / star node matches sign of Ex 6
H Line of fixed points non-isolated Ex 7
I nonlinear Different type at each equilibrium mixed Ex 8 (word problem)
J exam twist parameter Type changes as a parameter crosses a threshold bifurcation Ex 9

We now walk them in order. Each example makes you forecast first.


Cell A — the saddle

The figure shows this saddle: the orange line (eigenvalue ) is the outward-fleeing direction, the plum line (eigenvalue ) is the incoming direction, and the teal streamlines sweep in along one and out along the other — the signature "riding-saddle" shape.

Figure — Stability of equilibria — stable, unstable, saddle, spiral, centre

Cells B & C — real nodes


Cells D & E — spirals (with a figure)

The figure puts the two side by side: left, the stable spiral () winds inward to the origin; right, the unstable spiral () winds outward. The rotation direction is identical in both — only the sign of (and hence of ) decides in-versus-out.

Figure — Stability of equilibria — stable, unstable, saddle, spiral, centre

Cell F — the centre (borderline)


Cell G — degenerate / star node ()


Cell H — a whole line of fixed points ()


Cell I — real-world word problem (nonlinear, mixed types)


Cell J — exam twist: a bifurcation

Figure — Stability of equilibria — stable, unstable, saddle, spiral, centre

Consolidation

Recall Which cell does each example live in?

Ex 1 saddle (A) ::: , opposite-sign eigenvalues, always unstable. Ex 2 vs Ex 3 ::: stable node (B) and its time-reversed unstable node (C). Ex 4 ::: stable spiral (D) and, after a sign flip, unstable spiral (E) — . Ex 5 ::: centre (F) — , purely imaginary eigenvalues. Ex 6 ::: star node (G) — repeated eigenvalue, . Ex 7 ::: line of fixed points (H) — , a zero eigenvalue. Ex 8 ::: nonlinear ecology (I) — saddle at coexistence; evaluate per equilibrium. Ex 9 ::: bifurcation (J) — type changes as crosses .

See the full geography of these cells in the Trace–determinant plane; the physical archetype (Ex 4/5/9) is the Damped harmonic oscillator; and Phase portraits show what each cell looks like as a flow. For a stability proof that survives , use Lyapunov stability.