Skip to main content
Interactive Simulation Public Health SIR Model

Epidemic Spread Simulation

Explore disease transmission dynamics, vaccination effects, and public health interventions through interactive epidemic modeling using the SIR model.

🦠 Interactive Epidemic Simulation

This epidemic simulation uses the SIR (Susceptible-Infected-Recovered) model to demonstrate disease transmission dynamics, vaccination effects, and public health interventions.

1000
5
0.50
0.10
0.00
0.0
1000
Susceptible
0
Infected
0
Recovered
0
Deaths

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:

dS/dt = -βSI/N
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:

R₀ = β/γ

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:

H = 1 - 1/R₀

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

1) What is the SIR model?

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.

2) What is R₀ (R-naught)?

R₀ is the basic reproduction number, representing the average number of secondary infections caused by one infected individual in a completely susceptible population.

3) How does vaccination affect the epidemic?

Vaccination reduces the susceptible population, effectively lowering the transmission rate and helping achieve herd immunity to prevent epidemic spread.

4) What is herd immunity?

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.

5) How does social distancing work?

Social distancing reduces the contact rate between individuals, effectively lowering the transmission rate and slowing the spread of disease.

6) What are the limitations of the SIR model?

The SIR model assumes homogeneous mixing, constant parameters, and doesn't account for age structure, spatial effects, or behavioral changes during epidemics.

7) How accurate are epidemic models?

Epidemic models provide valuable insights but their accuracy depends on parameter estimation, data quality, and the complexity of the real-world system being modeled.

8) What is the difference between epidemic and pandemic?

An epidemic is a disease outbreak in a specific geographic area, while a pandemic is a global epidemic affecting multiple countries or continents.

9) How do you calculate the peak of an epidemic?

The peak occurs when the number of new infections equals the number of recoveries, which happens when I = (β-γ)/β × N in the SIR model.

10) What is the role of modeling in public health?

Epidemic modeling helps public health officials make informed decisions about interventions, resource allocation, and policy development to protect population health.