Problem 34
Question
The spread of a disease through a population of 100 individuals is represented by the following SIRS model: $$ \begin{array}{l} \frac{d S}{d t}=\frac{1}{10} R-\frac{1}{100} S I \\ \frac{d I}{d t}=\frac{1}{100} S I-\frac{1}{2} I \\ \frac{d R}{d t}=\frac{1}{2} I-\frac{1}{10} R \end{array} $$ In this problem we will sketch the directions of the solution in the SI -plane. (a) Eliminate \(R\) to rewrite the equation system as a system of differential equations in the dependent variables \(S\) and \(I\). (b) Draw the zero isoclines of your system from part (a). (c) Find all of the equilibria for this model and classify them (e.g., as stable nodes, unstable nodes, or saddles) by analyzing the linearized system. (d) Add to your plot from part (b) arrows showing the direction of the vector field on the isoclines, and in the regions between the isoclines.
Step-by-Step Solution
VerifiedKey Concepts
Differential Equations
In our exercise, the system of differential equations is presented as follows:
- For susceptibles (S): \[ \frac{d S}{d t} = \frac{1}{10} R - \frac{1}{100} SI \]
- For infected (I): \[ \frac{d I}{d t} = \frac{1}{100} SI - \frac{1}{2} I \]
- For recovered (R): \[ \frac{d R}{d t} = \frac{1}{2} I - \frac{1}{10} R \]
Equilibrium Points
In the SIRS model, equilibrium points occur when both \(\frac{dS}{dt} = 0\) and \(\frac{dI}{dt} = 0\). In our exercise, we simplified these conditions by:
- Solving \(\frac{dI}{dt} = 0\) to find that \(S = 50\).
- Substituting \(S = 50\) into \(\frac{dS}{dt} = 0\) to solve for \(I\), yielding \(I = 13.33\).
Linear Stability Analysis
The process involves calculating the Jacobian matrix from the system of differential equations at the equilibrium point. For our reduced SIRS model, the Jacobian matrix is:
- \[J = \begin{pmatrix} -\frac{1}{10} - \frac{I}{100} & -\frac{1}{10} - \frac{S}{100} \ \frac{I}{100} & \frac{S}{100} - \frac{1}{2} \end{pmatrix} \]
- If eigenvalues are real and of opposite signs, the point is a saddle point, indicating instability.
- Eigenvalues with specific conditions determine if the equilibrium is a stable node or another classification.