Predator–Prey Dynamics

Two coupled species — foxes and rabbits — whose populations rise and fall in eternal pursuit, tracing closed orbits in the phase plane.

Contents

Predator–Prey Dynamics

Predator–prey dynamics describe two species locked in a feedback loop: prey feed the predators, predators thin the prey, and the thinned prey let the predators starve — which lets the prey rebound. The result is not a march to equilibrium but a perpetual oscillation, populations chasing each other up and down forever. The simplest model, the Lotka–Volterra equations, turns this story into two coupled differential equations and is a cornerstone example of a many-body Dynamical System with emergent rhythm.

The Lotka–Volterra equations

Let x be the prey population and y the predators. Then

\dot x = \alpha x - \beta x y, \qquad \dot y = -\gamma y + \delta x y.

Read each term as a story. Prey grow on their own at rate \alpha (plenty of grass) but are eaten at a rate proportional to encounters, \beta x y. Predators die off at rate \gamma without food, but every encounter \delta x y feeds their growth. The nonlinear xy coupling — the rate at which the two species meet — is the entire engine of the dynamics.

There is a single coexistence Fixed Point where both rates balance,

x^* = \frac{\gamma}{\delta}, \qquad y^* = \frac{\alpha}{\beta},

but the populations almost never sit there. Instead they circle it.

Closed orbits in the phase plane

Plot predators against prey and each cycle traces a closed loop: the system returns exactly to where it began and repeats. The phase plane fills with a family of nested loops, one for each starting amplitude — a Phase Portrait of pure circulation around a center. The orbits are closed but not isolated, so they are neutral cycles rather than a true Limit Cycle: nudge the system and it simply rides a different loop instead of returning to the same one.

In the simulation below, the left panel is the phase plane (prey horizontal, predators vertical) and the right panel is the time series. Watch the predator peak chase the prey peak — predators always crest a quarter-cycle after their food does.

Lotka–Volterra dynamics. Left: the closed orbit in the prey–predator phase plane. Right: oscillating populations, predators lagging prey.

Beyond the textbook model

The bare Lotka–Volterra model is famously fragile — its neutral cycles are an artifact of its simplicity. Add realism (prey that saturate their environment, predators that get full) and the closed loops typically collapse onto a single isolated Limit Cycle, a self-correcting oscillation the system returns to after any disturbance. Push the parameters further and the cycle can lose stability in a Bifurcation, the gateway to richer behavior. Despite its flaws, the model remains the archetype for coupled oscillation in ecology, epidemiology, and chemistry.

See also