Problem 15
Question
We first note that \(s(t)+i(t)+r(t)=n .\) Now the rate of change of the number of susceptible persons, \(s(t)\) is proportional to the number of contacts between the number of people infected and the number who are susceptible; that is, \(d s / d t=-k_{1} s i .\) We use \(-k_{1}<0\) because \(s(t)\) is decreasing. Next, the rate of change of the number of persons who have recovered is proportional to the number infected; that is, \(d r / d t=k_{2} i\) where \(k_{2}>0\) since \(r\) is increasing. Finally, to obtain \(d i / d t\) we use \\[\frac{d}{d t}(s+i+r)=\frac{d}{d t} n=0\\] This gives \\[\frac{d i}{d t}=-\frac{d r}{d t}-\frac{d s}{d t}=-k_{2} i+k_{1} s i\\] The system of differential equations is then $$\begin{aligned}&\frac{d s}{d t}=-k_{1} s i\\\&\frac{d i}{d t}=-k_{2} i+k_{1} s i\\\&\frac{d r}{d t}=k_{2} i\end{aligned}$$ A reasonable set of initial conditions is \(i(0)=i_{0},\) the number of infected people at time \(0, s(0)=n-i_{0},\) and \(r(0)=0\).
Step-by-Step Solution
VerifiedKey Concepts
Differential Equations
\[\frac{d s}{d t} = -k_1 s i, \quad \frac{d i}{d t} = k_1 si - k_2 i, \quad \frac{d r}{d t} = k_2 i\]
Each equation encapsulates the dynamics of the population compartments over time.
These equations are interconnected, influencing one another based on the interactions between infected and susceptible individuals. The first equation indicates a reduction in susceptibles due to infections. The second accounts for changes in infected individuals through new infections and recoveries. The third equation represents the increase in recovered individuals as they heal over time.
Understanding these equations requires grasping how they describe expected trends. Practically speaking, solving these equations shows us how the disease might spread and resolve under various conditions.
Rate of Change
### Rate of Change in Different Groups
- **Susceptible:** The equation \(\frac{d s}{d t} = -k_1 s i\) reveals how susceptibles decrease as they come into contact with infected individuals. The negative sign indicates a reduction.
- **Infected:** For infected individuals, \(\frac{d i}{d t} = k_1 si - k_2 i\), this equation shows a balance between new infections increasing numbers and recoveries decreasing them.
- **Recovered:** The equation \(\frac{d r}{d t} = k_2 i\) indicates how the number of recovered individuals increases as they recover from the infection.
These rate equations are crucial to forecasting how a disease spreads and help determine important metrics like the peak of infections or total recovery time.
Through these rates, we can understand not only the immediate changes but also predict longer-term trends, enabling more effective public health strategies.
Initial Conditions
### Importance of Initial Conditions
- **Infected:** Often denoted as \(i(0) = i_0\), this represents the starting number of infected individuals. It is crucial as it kickstarts the disease dynamics.
- **Susceptible:** Calculated by \(s(0) = n - i_0\) where \(n\) is the total population. At the initial moment, all non-infected individuals are susceptible.
- **Recovered:** Typically begins at zero, as \(r(0) = 0\), assuming no one is initially recovered at the onset of the disease spread.
These initial conditions can significantly impact the model's predictions and outcomes. By adjusting initial values, one can simulate varying scenarios and outcomes of an outbreak. Establishing appropriate initial conditions is key to accurately modeling real-world situations. They are necessary for solving the differential equations and achieving realistic forecasts. With these parameters set, the equations can be used to simulate the trajectories of disease spread, thereby informing response strategies.