Problem 10
Question
It may be that recovered individuals do not have life time immunity; they become susceptible after a period \(p,\) and one may write $$ \begin{array}{l} s^{\prime}(t)=\alpha r(t-p)-\beta \times s(t) \times i(t) \\ i^{\prime}(t)=\beta \times s(t) \times i(t)-\gamma i(t) \\ r^{\prime}(t)=\gamma i(t)-\alpha r(t-p) \end{array} $$ This system is considerably more complex than Equations \(18.61,\) and is simplified by letting \(p=0 .\) $$ \begin{aligned} s^{\prime}(t) &=\alpha r(t)-\beta \times s(t) \times i(t) \\ i^{\prime}(t) &=\beta \times s(t) \times i(t)-\gamma i(t) \\ r^{\prime}(t) &=\gamma i(t)-\alpha r(t) \end{aligned} $$ This system involves three functions and three equations and is beyond our exposition. However, you may be able to analyze it. a. Show that \(\left(s_{0}, 0,0\right)\) is an equilibrium point, for any \(s_{0}\). b. Guess or compute the Jacobian matrix at \(\left(s_{0}, 0,0\right)\). c. The characteristic values of the Jacobian matrix at \(\left(s_{0}, 0,0\right)\) are \(\beta s_{0}-\gamma\) and \(-\alpha .\) What is the criterion for an epidemic (the number of infected will increase when a small number, \(\epsilon,\) of infected individuals enter a population of \(s_{0}\) susceptible). d. Solve the equations $$ \begin{array}{ll} x^{\prime}(t)=-\beta s_{0} y(t)+\alpha z(t) & x(0)=s_{0} \\ y^{\prime}(t)=\left(\beta s_{0}-\gamma\right) y(t) & y(0)=\epsilon \\ z^{\prime}(t)=\gamma y(t)-\alpha z(t) & z(0)=0 \end{array} $$ Solve first for \(y(t)\), then for \(z(t)\) and then for \(x(t)\).
Step-by-Step Solution
VerifiedKey Concepts
Epidemiology Models
This complexity is introduced by replacing traditional equations with delay differential equations, accounting for the time factor, \(p\). However, to simplify the model, the delay is set to zero, changing the system dynamics.
The model equations are:
- \(s'(t) = \alpha r(t) - \beta \cdot s(t) \cdot i(t)\)
- \(i'(t) = \beta \cdot s(t) \cdot i(t) - \gamma i(t)\)
- \(r'(t) = \gamma i(t) - \alpha r(t)\)
By analyzing these equations, we gain insights into how an infection can move through a population under varying conditions.
Equilibrium Point
To confirm this as an equilibrium point, we substitute \(s(t) = s_0\), \(i(t) = 0\), and \(r(t) = 0\) into the model's differential equations.
- \(s'(t) = \alpha \cdot 0 - \beta \cdot s_0 \cdot 0 = 0\)
- \(i'(t) = \beta \cdot s_0 \cdot 0 - \gamma \cdot 0 = 0\)
- \(r'(t) = \gamma \cdot 0 - \alpha \cdot 0 = 0\)
Jacobian Matrix
For the equilibrium point \((s_0, 0, 0)\), we compute partial derivatives to construct the Jacobian:
- \(\frac{\partial s'}{\partial s} = -\beta i(t)\)
- \(\frac{\partial s'}{\partial i} = -\beta s(t)\)
- \(\frac{\partial s'}{\partial r} = \alpha\)
- \(\frac{\partial i'}{\partial s} = \beta i(t)\)
- \(\frac{\partial i'}{\partial i} = \beta s(t) - \gamma\)
- \(\frac{\partial i'}{\partial r} = 0\)
- \(\frac{\partial r'}{\partial s} = 0\)
- \(\frac{\partial r'}{\partial i} = \gamma\)
- \(\frac{\partial r'}{\partial r} = -\alpha\)
After substitution, the Jacobian simplifies to:\[\begin{pmatrix}0 & -\beta s_0 & \alpha \0 & \beta s_0 - \gamma & 0 \0 & \gamma & -\alpha\end{pmatrix}\]
Analyzing this matrix reveals the nature and stability of the equilibrium.
Stability Analysis
For our system, the Jacobian's characteristic equations yield eigenvalues: \(\beta s_0 - \gamma\) and \(-\alpha\). These values provide a criterion for stability.
- If \(\beta s_0 - \gamma > 0\), the eigenvalue is positive, indicating instability at the equilibrium. This means that introducing a small number of infected individuals will lead to an increase in infections, resulting in an epidemic.
- If \(\beta s_0 - \gamma \leq 0\), the equilibrium is stable, and infections do not increase.