An equilibrium of an autonomous ODE is a value such that . The system, once placed at an equilibrium, stays there forever — there’s no force driving change.

For a system in higher dimensions, equilibria are the solutions of . Often the origin is an equilibrium for linear systems since .

Also called fixed points, steady states, or critical points depending on context.

Examples

For the Logistic model :

  • is an equilibrium (no population at all).
  • is an equilibrium (population at carrying capacity).

For an undamped pendulum converted to first-order form:

  • : pendulum hanging straight down.
  • : pendulum balanced upside down.

Stability

An equilibrium can be stable, unstable, or somewhere in between:

  • Stable: nearby trajectories stay nearby. Small perturbations don’t grow.
  • Asymptotically stable: nearby trajectories converge to the equilibrium. Perturbations decay.
  • Unstable: at least some nearby trajectories move away.

For 1D autonomous ODEs, you can determine stability by looking at the sign of near the equilibrium:

  • If for slightly less than and for slightly greater: is stable (arrows point toward it).
  • If on the left and on the right: is unstable (arrows point away).

For higher-dimensional systems, stability is determined by the eigenvalues of the Jacobian matrix at the equilibrium — see Stability of autonomous systems for the full theory.

Why equilibria matter

Equilibria are the organizing centers of a dynamical system. The long-term behavior of trajectories is largely determined by which equilibria they approach (or avoid):

  • A population dynamics model’s equilibria are the long-term population levels.
  • An RLC circuit’s equilibrium is the steady-state response.
  • A chemical reaction’s equilibria are the concentrations the system tends toward.

If you can find the equilibria and classify their stability, you can predict the long-term behavior of the system without solving the ODE explicitly. This is the philosophy behind Phase plane behaviour and Stability of autonomous systems.

Phase line analysis (1D)

For a single autonomous ODE , draw a number line with the equilibria marked. Between consecutive equilibria, has constant sign. Mark arrows:

  • : arrow points right (toward larger ).
  • : arrow points left.

Then it’s visually obvious which equilibria are stable (arrows point in) and which are unstable (arrows point out).

For example, :

  • Equilibria at and .
  • For : and , so the product . Arrow left.
  • For : , , product positive. Arrow right.
  • For : , , product negative. Arrow left.

So is unstable (arrows point away), is stable (arrows point in).

For higher-dimensional generalizations (more than one variable), see Phase plane behaviour.