Section 2.5 Projects for Systems of Differential Equations
Subsection 2.5.1 Project—Mathematical Epidemiology 101
Systems of differential equations are very useful in epidemiology. Differential equations can be used to model various epidemics, including the bubonic plague, influenza, AIDS, the 2015 ebola outbreak in west Africa, and most currently the coronavirus pandemic. To understand how we might model an epidemic, we will consider a very simple situation. We will assume that we have a closed population of size N, where immigration, emigration, and birth do not play an important role. We will also ignore any deaths that are not related to our disease. We will assume that each individual in the population falls into one of the following categories:Exercises Exercises
1.
Describe what the parameters α and β mean in terms of the epidemic.
2.
Suppose that α=0.005 and β=0.08, use Sage to create a graph like the one in Figure 2.1.6.
3.
In the 2020 coronavirus pandemic, which of the two parameters do we have some control over? Describe what changes can be made (at the public health level) and how they will change the parameter (will the parameter increase or decrease?).
4.
Modify this parameter and create at least three additional graphs similar to the one in (2). Clearly state each of the three different parameter values you used. You should not need to make drastic changes to the parameter to get different results.
5.
For each of your three modified parameter values and the original value answer the following questions.
What is maximum value of the infected population (in terms of N?
At what time does the maximum infected population occur?
6.
Summarize how the changes in your parameter affected your results to the previous question.
7.
In the SIR model, we have three populations: susceptible, infected, and removed. In the SEIR model, we have an additional population E, which are individuals exposed the the disease. Explain the equations
for the SEIR model.