Chapter 5
Modeling with Differential Equations





Project 2: The SIR Model of the Spread of Disease


Variables, Parameters, and Assumptions

As the first step in the modeling process, we identify the independent and dependent variables. The independent variable is time \(t\), measured in days. We consider two related sets of dependent variables.

The first set of dependent variables counts people in each of the groups, each as a function of time:

\(S = S(t)\)   is the number of susceptible individuals,
\(I = I(t)\)   is the number of infected individuals, and
\(R = R(t)\)   is the number of recovered individuals.

The second set of dependent variables represents the fraction of the total population in each of the three categories. So, if \(N\) is the total population \((7,900,000\) in our example), we set

\(s(t) = \frac{S(t)}{N}\),   the susceptible fraction of the population,
\(i(t) = \frac{I(t)}{N}\),   the infected fraction of the population, and
\(r(t) = \frac{R(t)}{N}\),   the recovered fraction of the population.

It may seem more natural to work with population counts, but some of our calculations will be simpler if we use the fractions instead. The two sets of dependent variables are proportional to each other, so either set will give us the same information about the progress of the epidemic.

  1. Under the assumptions we have made, how do you think \(s(t)\) should vary with time? How should \(r(t)\) vary with time? How should \(i(t)\) vary with time?
  2. Sketch on a piece of paper what you think the graph of each of these functions looks like.
  3. Explain why, at each time \(t\), \(s(t) + i(t) + r(t) = 1\).

Next we make some assumptions about the rates of change of our dependent variables:

Go Back One Page Go Forward One Page

Go to Contents for Chapter 2Contents for Chapter 5