The SIR Epidemic Model
Predicting the spread of an infectious disease within a population requires mathematical modeling. One of the most fundamental models in epidemiology is the SIR Model, a compartmental model originally formulated by W. O. Kermack and A. G. McKendrick in 1927.
The SIR model simplifies population dynamics by dividing individuals into three distinct compartments:
- S (Susceptible): Individuals who are not infected but are vulnerable to the disease.
- I (Infectious): Individuals who are currently infected and can transmit the disease to susceptible individuals.
- R (Recovered/Removed): Individuals who have recovered from the disease (and possess immunity) or have died. They no longer participate in disease transmission.
The flow of individuals between these compartments is governed by a set of ordinary differential equations (ODEs), tracking the rate of change over time.
The Mathematics of Transmission
The transition of individuals from Susceptible (S) to Infectious (I) is driven by the interaction between the two groups. In the model, the rate at which susceptible individuals become infected is proportional to the number of encounters between susceptible and infectious individuals. This is governed by the transmission rate, denoted as \( \beta \).
Simultaneously, infectious individuals transition to the Recovered (R) state at a constant rate, denoted as \( \gamma \) (the recovery rate), which is inversely related to the average duration of the infection.
The dynamics are described by the following system of equations, where \( N \) is the total population (\( S + I + R = N \)):
The Basic Reproduction Number (\( R_0 \))
A critical threshold in the SIR model is the basic reproduction number, \( R_0 \). It represents the expected number of secondary infections produced by a single infectious individual introduced into a completely susceptible population.
The value of \( R_0 \) dictates the trajectory of the disease:
- If \( R_0 > 1 \), the infection will spread, leading to an epidemic outbreak.
- If \( R_0 < 1 \), the infection will exponentially decay and eventually die out.
Public health interventions, such as social distancing or vaccination, aim to reduce \( \beta \) or increase \( \gamma \) (if possible), thereby lowering \( R_0 \) below the epidemic threshold. This process is visually represented in the phase space of the system, where manipulating the parameters alters the peak of the infectious curve.
Run the SIR Model Experiment →