Problem 32
Question
$$\begin{array}{c}{\text { The Kermack-McKendrick equations describe the out- }} \\ {\text { break of an infectious disease. Using } S \text { and } I \text { to denote the }} \\ {\text { number of susceptible and infected people in a population, }} \\ {\text { respectively, the equations are }} \\\ {S^{\prime}=-\beta S I \quad I^{\prime}=\beta S I-\mu I}\end{array}$$ $$\begin{array}{l}{\text { where } \beta \text { and } \mu \text { are positive constants representing the }} \\ {\text { transmission rate and rate of recovery. }} \\ {\text { (a) Verify that } \hat{I}=0, \text { along with any value of } S, \text { is an }} \\ {\text { equilibrium. }}\end{array}$$ $$\begin{array}{l}{\text { (b) Calculate the Jacobian matrix. }} \\ {\text { (c) Using your answer to part (b), determine how large } S} \\ {\text { must be to guarantee that the disease will spread when }} \\ {\text { rare. }}\end{array}$$
Step-by-Step Solution
VerifiedKey Concepts
Infectious Disease Modeling
- "Susceptible" individuals (\(S\)) are those at risk of contracting the disease.
- "Infected" individuals (\(I\)) are currently experiencing the disease and can potentially transmit it to others.
Equilibrium Analysis
- When \(I=0\), the population is in a disease-free state.
- Susceptibles can adopt any value since no new infections will occur.
Jacobian Matrix
\[ J = \begin{bmatrix} -\beta I & -\beta S \ \beta I & \beta S - \mu \end{bmatrix} \]
Analyzing the Jacobian helps us determine whether an equilibrium is stable or unstable.
- The elements associated with parameters \(\beta\) and \(\mu\) signal how transmission and recovery rates influence stability.
- Specifically, we look for \(\lambda_2 = \beta S - \mu\), to determine if perturbations lead to increases or decreases in infection rates.
Disease Spread Conditions
- \(\beta\) represents the effective contact rate, or how often an infected person encounters and successfully transmits the disease to a susceptible person.
- \(\mu\) is the recovery rate which denotes how quickly infected individuals recover and become non-infectious.