The Mathematics of Pandemics
In 1927, Kermack and McKendrick published a paper that would become the foundation of mathematical epidemiology. Their SIR model — dividing populations into Susceptible, Infected, and Recovered — elegantly captures the essential dynamics of epidemic spread with just two parameters and three differential equations. Nearly a century later, this same framework guided the response to COVID-19.
The Epidemic Curve
Every epidemic follows a characteristic arc: slow exponential growth, rapid acceleration, a peak when enough people have recovered to slow transmission, and then decline. The shape of this curve — its height, width, and timing — is entirely determined by R₀ and the initial conditions. This simulator lets you watch the curve form in real time as the disease spreads through the population.
R₀: The Magic Number
The basic reproduction number R₀ = β/γ is perhaps the most important single number in epidemiology. It tells you whether an epidemic will grow (R₀ > 1) or die out (R₀ < 1). Reducing R₀ below 1 is the goal of every intervention: vaccines reduce the susceptible pool, social distancing reduces β, and treatment reduces the infectious period (increases γ).
From Simple Model to Complex Reality
The SIR model is deliberately simple — it ignores age structure, spatial spread, behavioral changes, and many other factors. But this simplicity is a strength: it reveals the fundamental dynamics that more complex models build upon. Understanding SIR is the first step toward understanding SEIR, network models, agent-based simulations, and the full toolkit of modern computational epidemiology.