Problem 35
Question
The spread of a disease through a population of 250 individuals is represented by the following SIRS model; $$ \begin{array}{l} \frac{d S}{d t}=R-\frac{1}{50} S I \\ \frac{d I}{d t}=\frac{1}{50} S I-\frac{1}{10} I \\ \frac{d R}{d t}=\frac{1}{10} I-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(t)\) and \(I(t)\). (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
- The equation for susceptible individuals accounts for both the rate at which recovered individuals become susceptible again and the rate at which susceptible individuals become infected.
- Infected individuals have an equation that indicates the rate at which infections occur and the rate at which infected individuals recover.
- The recovered individuals' equation reflects the conversion from infected to recovered and from recovered back to susceptible.
Equilibria Analysis
- At these points, the disease spread is neither increasing nor decreasing, meaning the system is in a steady state.
- For example, an equilibrium occurs at \( (S, I) = (5, 0) \) when the population of susceptible individuals is 5, and there are no infected individuals.
- This analysis helps identify critical thresholds for disease eradication or persistence.
Stability Analysis
- Linearization involves approximating the system near an equilibrium point and analyzing the simplified, linear system.
- The Jacobian matrix, which consists of partial derivatives of the system's equations, helps determine the behavior around equilibria.
- By evaluating the eigenvalues of the Jacobian, we can classify equilibrium points. If all eigenvalues have negative real parts, the equilibrium is stable, meaning small disturbances die out over time.
Direction Field
- Isoclines, where derivatives are zero, are particularly important as they represent constant solutions, making them key features in direction fields.
- For example, the isocline at \(S = 5\) indicates that at any time, the direction of change along this line involves no change in infected individuals.
- By sketching these lines and adding arrows, we can predict the trajectory and behavior of disease spread across different scenarios.