Problem 45
Question
In some diseases (such as herpes simplex), an individual may apparently recover from the disease, and in fact gain immunity to it, but the disease continues to be harbored in the person’s body, breaking out some time after they recover from the initial infection. To model this process we will modify our SIRS model as follows: Since there is no loss of immunity, a = 0. However, in each unit of time a fraction r (r is a constant called the rate of relapse) of the individuals from the recovered class become infected with the disease. You will analyze models for relapsing infections. Assume that the following model can be used to represent the spread of a relapsing infection in a population of size \(N=100\) and with relapse rate \(r=\frac{1}{100}:\) $$ \begin{array}{l} \frac{d S}{d t}=-\frac{1}{50} S I \\ \frac{d I}{d t}=\frac{1}{50} S I-\frac{1}{10} I+\frac{1}{100} R \\ \frac{d R}{d t}=\frac{1}{10} I-\frac{1}{100} R \end{array} $$ (a) What is the domain for this differential equation system? (b) Find all of the possible equilibria for this system of differential equations. (c) Use the fact that \(S+I+R=100\) to eliminate \(S\) from the system, and to write it as a pair of differential equations with \(I\) and \(R\) as dependent variables. (d) By linearizing the differential equation system near each of the equilibria that you discovered in part (b), classify these equilibria (e.g., as a stable node, spiral, or saddle).
Step-by-Step Solution
VerifiedKey Concepts
Differential Equations
The differential equations allow us to map how quickly people move from one group to another over time, influenced by various factors: infection rate, recovery rate, and relapse rate. Here are the equations in this model:
- For susceptible individuals: \[\frac{dS}{dt} = -\frac{1}{50} SI\]This equation shows that the number of susceptible individuals decreases as they become infected.
- For infected individuals: \[\frac{dI}{dt} = \frac{1}{50} SI - \frac{1}{10} I + \frac{1}{100} R\]The equation indicates that infections rise due to susceptible individuals catching the disease, but decrease as they recover or relapse.
- For recovered individuals: \[\frac{dR}{dt} = \frac{1}{10} I - \frac{1}{100} R\]This describes how recovered numbers adjust as people get better or relapse.
Relapsing Infections
Understanding relapsing infections requires considering that the recovered class isn't entirely safe from future infections. This is modeled by the relapse rate \(r\) within our differential equations:
- The relapse rate \(r\) is a proportion of recovered individuals that transition back into the infected class over time.
- In the example provided, with a population size of 100, a relapse rate \(r=\frac{1}{100}\) signifies that every time unit, some recovered individuals will once again become infected.
Stability Analysis
To perform a stability analysis, mathematicians use techniques like linearization. This involves approximating the nonlinear differential equations by a linear system at equilibrium points:
- Finding Equilibria Points: Solve for conditions where all differentials are zero, meaning the state won't change without external influence.
- Linearizing Around Equilibrium: Simplify the system near these points by computing the Jacobian matrix, which helps analyze the system locally.
- Eigenvalue Evaluation: Analyze the Jacobian's eigenvalues to determine stability. If all have negative real parts, the equilibrium is stable.