Past Paper Question:
Given a SIRS model:
\begin{align} \dfrac{dS}{dt} & = -\alpha IS+\gamma R \tag1 \\[8pt] \dfrac{dI}{dt} & = \alpha IS-\beta I\\[8pt] \dfrac{dR}{dt} & = \beta I-\gamma R, \end{align}
where $S$, $I$ and $R$ denote the number of susceptible, infected and recovered individuals respectively and $t$ is time.
Show that the total population N is constant, and hence reduce the system to two equations for $S$ and $I$.
My Attempt:
Since we are only looking over a small time interval, natural births and deaths are negligible hence we have a closed population so: $$S\left( t\right) +I\left( t\right) +R\left( t\right) =N \tag4 $$
My Question:
How do you use this to reduce the above to a system of two ODE's?
Hints:
Add the three equations together. What do you get?
If $S+I+R$ is constant, say it equals $N$, then one of the three variables $S$, $I$, $R$ is redundant. So eliminate $R$ from the first equation by substituting $R=N-S-I$. (Since $R$ is redundant, the third equation will follow from the other two, and can be ignored.)