Skip to content
LearnMathora

Differential equations · 04 · When equations talk to each other · 9 min

Systems in motion

Real situations rarely involve one changing quantity. Predators eat prey, infections create immunity, position feeds velocity. Coupled differential equations — systems — capture conversations between changing things, and they produce the richest behavior in math.

Build the intuition

The SIR epidemic model

Three buckets: Susceptible, Infected, Recovered. Two laws: infections happen when S meets I (rate ∝ S·I); recoveries drain I at a steady rate. From two sentences come waves, peaks, herd-immunity thresholds — the curves that guided real pandemic policy were these three letters.

S=βSII=βSIγIR=γIS' = -\beta S I \qquad I' = \beta S I - \gamma I \qquad R' = \gamma I

Feedback creates rhythm

Foxes thrive → rabbits crash → foxes starve → rabbits boom → repeat. Predator–prey systems oscillate not because anything external cycles, but because the feedback loop itself does. Boom-bust rhythms in ecosystems and economies aren't anomalies; they're solutions.

Motion is a system too

Newton's law splits into a conversation: position changes by velocity (x′ = v); velocity changes by force (v′ = F/m). Every orbit and every game-physics engine integrates this pair. You've already watched it — the position/velocity/acceleration triple from calculus is this system, solved.

See it move

InteractivePosition, velocity, acceleration

Position s(t) — where it is

Velocity v(t) = s′(t) — how fast

Acceleration a(t) = v′(t) — how the speed changes

0.6
At t = 0.6 the cart is moving forward — velocity 0.96, acceleration -2.8. Each graph is the slope of the one above it.

A system, solved: position feeds on velocity, velocity on acceleration. One slider walks the whole conversation forward.

A worked example

Find the epidemic's turning point

  1. In SIR, cases grow while βSI > γI — that is, while S > γ/β.

  2. The peak arrives exactly when susceptibles fall to the threshold:

    S=γβS = \frac{\gamma}{\beta}
  3. That's the herd-immunity threshold, read directly off the equations — no simulation required. Vaccination works by pushing S below it in advance.

Out in the world

Spacecraft fly on solved systems

A Mars mission integrates the position–velocity system under the gravity of Sun and planets for months of simulated flight, testing thousands of launch windows. Course corrections are recalculated solutions. Navigation is differential equations as a profession.

Common confusion, cleared

Complex behavior needs complex equations.

SIR's three short lines produce waves, thresholds, and counterintuitive policy math. Richness comes from feedback, not from length.

These models output certainties.

They map scenarios: change β (masks, behavior) or γ (treatment) and watch the future shift. Models are steering instruments, not crystal balls — that's how health agencies actually use them.

Recap

  • Systems = coupled rate laws: changing things responding to each other.
  • Feedback loops create peaks, cycles, and thresholds on their own.
  • Motion, epidemics, and ecosystems share the same mathematical skeleton.