The SusceptibleāInfectiousāRecovered (SIR) model augmented with Vital Dynamics is a foundational epidemiological framework specifically designed to analyze disease spread over temporal scales sufficiently long that demographic eventsānamely births and natural deathsācannot be ignored. This inclusion transforms the analysis from acute outbreak prediction (epidemic) to steady-state prevalence assessment (endemic).
š§© Compartmental Structure and Flow Explanation
The model organizes the population, N, into three core health statesāSusceptible (S), Infectious (I), and Recovered (R)āwhile incorporating mechanisms for population renewal and attrition:
- Susceptible (S): Individuals vulnerable to infection. They gain members via births (Πor B) and lose members through infection (βSI/N) or natural death (μS).
- Infectious (I): Individuals actively spreading the disease. They gain members from successful infection of susceptibles and lose members through recovery (γI) or natural death (μI).
- Recovered (R): Individuals who have gained permanent immunity. They gain members from recovery and lose members through natural death (μR).
In the simplest endemic setting, the birth rate Πand natural death rate μ are often assumed to satisfy Π= μN, producing a constant steady-state population. When pathogen-induced mortality is present, this equality does not hold and N varies dynamically.
To summarize the demographic balance explicitly:
N(t) = S(t) + I(t) + R(t),
dN/dt = Ī ā μN (in absence of disease-induced death).
š Mathematical Formulation (ODEs)
Assuming a mass-action incidence rate and constant per-capita natural birth (Ī) and death (μ) rates, the deterministic system describing changes in S(t), I(t), and R(t) is:
dS/dt = Ī ā βSI/N ā μS
dI/dt = βSI/N ā (γ + μ)I
dR/dt = γI ā μR
Where:
⢠N = S + I + R (constant if Π= μN).
⢠β = transmission rate.
⢠γ = recovery rate.
⢠Π= recruitment/birth rate.
⢠μ = natural death rate.
The total removal rate from the infectious class is therefore γ + μ.
āļø Parameter Definitions and Ranges
| Parameter | Definition | Typical Range (Dayā»Ā¹) | Context |
|---|---|---|---|
| β | Transmission rate coefficient. | 0.2 ā 1.0 | Varies with Rā and contact behavior. |
| γ | Recovery rate. | 0.14 ā 0.5 | Infectious period ā 2ā7 days. |
| μ | Natural mortality rate. | 1/27000 ā 1/1825 | Long-term demographic processes. |
| Ī | Recruitment/Birth rate. | ā μN | Entry into susceptible class. |
| Rā | Basic Reproduction Number. | 1.5 ā 4.0 | Given by β / (γ + μ). |
šÆ Applicability and Limitations
Applicability
- Endemic State Prediction:
Persistence occurs when Rā > 1. If Rā ⤠1, infections decay to zero. - Equilibrium Analysis:
The endemic equilibrium satisfies:
I* = (Ī/μ)(1 ā 1/Rā) ā R*,
S* = N/Rā,
with R* determined by demographic balance. - Recurrent Outbreaks:
Continuous replenishment of susceptibles (Ī) sustains repeated epidemic waves. - Herd Immunity Threshold:
H = 1 ā 1/Rā,
representing the critical immune fraction necessary for elimination.
Limitations and Assumptions
- Homogeneous Mixing: Uniform mixing neglects age structure, spatial structure, and heterogeneity.
- Permanent Immunity: Immunity is assumed lifelong; waning immunity requires R ā S transition.
- Damped Oscillations: Deterministic dynamics produce decaying oscillations unless stochasticity or seasonal forcing is added.
š Reference Papers
- Kermack, W. O., & McKendrick, A. G. A contribution to the mathematical theory of epidemics.
- Hethcote, H. W. The mathematics of infectious diseases.
- Brauer, F., Castillo-Chavez, C. Mathematical Models in Population Biology and Epidemiology.
- Anderson, R. M., & May, R. M. Infectious Diseases of Humans: Dynamics and Control.
- Diekmann, O., Heesterbeek, J. A. P., & Metz, J. A. J. On the definition and computation of the basic reproduction ratio Rā.