BackKinetics of Infectious Disease Spread: The SIR Model and Chemical Kinetics Analogy
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Kinetics of Infectious Disease Spread
Background: The SIR Model
The SIR model is a foundational epidemiological model used to describe the spread of infectious diseases within a population. It divides the population into three compartments:
Susceptible (S): Individuals who can acquire the disease if exposed to infectious individuals.
Infectious (I): Individuals who are currently infected and can transmit the disease to susceptibles.
Removed (R): Individuals who have recovered (or died) and can no longer be infected or transmit the disease.
At any time, the total population is conserved:
Population conservation:
The SIR model assumes a closed population (no births or deaths unrelated to the disease).
Mathematical Formulation
Differential equations:
The time evolution of each compartment is described by the following differential equations:
Where:
: Transmission rate constant (per-capita rate at which susceptibles become infected upon contact with infectives).
: Recovery rate constant (rate at which infectives recover or are removed).
Analogy to Chemical Kinetics
The SIR model can be interpreted using chemical kinetics concepts:
Transmission event: Analogous to a bimolecular reaction (), with rate constant .
Recovery event: Analogous to a first-order decay (), with rate constant .
Key Parameters and Their Roles
Basic reproduction number (): The average number of secondary infections produced by a single infection in a fully susceptible population.
It is defined as:
If the average recovery time is days, then (units: days-1).
Example: SIR Model Parameters
Given:
(total population)
(initial susceptibles)
(initial infectives)
(initial removed)
(basic reproduction number)
days (average recovery time)
Calculate:
Recovery rate: days-1
Transmission rate: days-1
Transmission rate per encounter: days-1
Simulating the SIR Model
To simulate the SIR model numerically (e.g., in Excel):
Create a table with columns for time (), , , , and their rates of change.
Start with initial conditions (e.g., , , ).
At each time step, update , , and using Euler's method:
New value = old value + × rate
Choose a small time step (e.g., day).
Analysis and Extensions
Peak infection: The day when the number of infected individuals is at its maximum.
Maximum infections: The highest number of infected individuals at any time.
Parameter roles:
controls how quickly the infection spreads (analogous to a rate constant in chemical kinetics).
controls how quickly individuals recover (analogous to a decay constant).
Model extension for vaccination: To include vaccination, add a new compartment or modify the equations so that a fraction of susceptibles are moved directly to the removed class (immune).
Modified equations with vaccination rate :
Summary Table: SIR Model Parameters and Equations
Parameter/Symbol | Meaning | Typical Units |
|---|---|---|
Number of susceptible individuals | persons | |
Number of infectious individuals | persons | |
Number of removed (recovered/immune) individuals | persons | |
Total population () | persons | |
Transmission rate constant | days-1 | |
Recovery rate constant | days-1 | |
Basic reproduction number () | dimensionless |
Key Takeaways
The SIR model uses differential equations to describe the kinetics of disease spread, analogous to chemical reaction kinetics.
Key parameters (, , ) determine the speed and extent of an epidemic.
Numerical simulation (e.g., in Excel) allows for visualization and analysis of epidemic dynamics.
Extensions such as vaccination can be incorporated by modifying the model equations.