🦠 Interactive Epidemic Simulation
This epidemic simulation uses the SIR (Susceptible-Infected-Recovered) model to demonstrate disease transmission dynamics, vaccination effects, and public health interventions.
SIR Model Dynamics
This chart shows the evolution of Susceptible, Infected, and Recovered populations over time according to the SIR model.
📚 SIR Model Theory
Differential Equations
The SIR model is described by a system of differential equations:
dI/dt = βSI/N - γI
dR/dt = γI
Where:
- S: Susceptible population
- I: Infected population
- R: Recovered population
- β: Transmission rate
- γ: Recovery rate
- N: Total population (S + I + R)
Basic Reproduction Number
The basic reproduction number R₀ is a key parameter:
This determines whether an epidemic will occur:
- R₀ < 1: Disease dies out
- R₀ > 1: Epidemic occurs
- R₀ = 1: Critical threshold
Herd Immunity
Herd immunity threshold is the minimum proportion of immune individuals needed to prevent epidemic spread:
This threshold can be achieved through vaccination or natural infection.
🌍 Public Health Applications
Epidemic modeling is crucial for public health planning and response:
Disease Surveillance
- Outbreak Prediction: Early warning systems for disease outbreaks
- Resource Planning: Healthcare capacity planning for epidemics
- Risk Assessment: Evaluating disease transmission risks
Intervention Strategies
- Vaccination Programs: Optimal vaccination strategies and timing
- Social Distancing: Effectiveness of non-pharmaceutical interventions
- Quarantine Measures: Isolation and contact tracing strategies
Policy Making
- Travel Restrictions: Border control and travel policies
- School Closures: Educational institution policies
- Economic Impact: Balancing health and economic considerations
❓ Frequently Asked Questions
The SIR model is a mathematical model that divides a population into three compartments: Susceptible (S), Infected (I), and Recovered (R), and describes how individuals move between these compartments.
R₀ is the basic reproduction number, representing the average number of secondary infections caused by one infected individual in a completely susceptible population.
Vaccination reduces the susceptible population, effectively lowering the transmission rate and helping achieve herd immunity to prevent epidemic spread.
Herd immunity occurs when enough people in a population are immune to a disease, making it difficult for the disease to spread to susceptible individuals.
Social distancing reduces the contact rate between individuals, effectively lowering the transmission rate and slowing the spread of disease.
The SIR model assumes homogeneous mixing, constant parameters, and doesn't account for age structure, spatial effects, or behavioral changes during epidemics.
Epidemic models provide valuable insights but their accuracy depends on parameter estimation, data quality, and the complexity of the real-world system being modeled.
An epidemic is a disease outbreak in a specific geographic area, while a pandemic is a global epidemic affecting multiple countries or continents.
The peak occurs when the number of new infections equals the number of recoveries, which happens when I = (β-γ)/β × N in the SIR model.
Epidemic modeling helps public health officials make informed decisions about interventions, resource allocation, and policy development to protect population health.