During a pandemic, some of the most important factors to know is how fast it will spread and what measures can be taken to slow it down. These impact public health policies including quarantines, travel restrictions, and resource allocation. The SIR model divides a given population into three groups: susceptible, infectious, and removed. As time passes by, the number of people in each of these groups changes. The number of susceptible people is highest at the very beginning of a pandemic, since everyone who is not or has not been infected is considered susceptible in most cases. On the other hand, the number of infectious individuals is at its lowest during the beginning of a pandemic. As time passes by, the number of susceptible people decreases, and the number of infectious people increases. These changes can be modeled using differential equations.
Let us assume that the independent variable (t) stands for time measured in days. Time is the only independent variable in this case. In other words, all other variables evolve as a function of time. Let us use (S) to refer to the number of susceptible individuals at any given time (t). Another way to indicate that S is a dependent on time is to call it S(t). Similarly, I or I(t) represents the number of infectious individuals as a function of time. R or R(t) represents the number of removed individuals as function of time. Removed means that they are no longer contagious either because they recovered or because they died. The three dependent variables, S, I, and R, represent the three possible segments of a given population with N, number of people. This means that the sum of all three variables is equal to N [1,2,3, 8].
In Fig. 1, we can see that as time passes by, S(t) decreases, while I(t) and R(t) decrease. The sum of the three variables at any given time remains constant as long as the total number of people in the population, N, is constant. If there is a significant change in N, the basic SIR model cannot be used, and a different epidemiological model would have to be used. If we focus on the infectious group, I(t), shown in red, we see that once it peaks, it starts to decrease again. That is because at some point in time, everyone who was infected will have to move to the removed group, R(t). Everyone with an infection has to either recover from the infection or die as a result of it at some point.
To better understand the connection between the variables above, we can express them as a fraction of the total population, N. This way, we can assume that sum of the three fractions is always equal to 1, as long as N remains unchanged. Remember a total of 1.0 is the same as saying a percentage of 100%. Therefore, the equation above (S + I + R = N) can be rewritten as
$$ \frac{S}{N}+\frac{I}{N}+\frac{R}{N}=1 $$
We can also express the time variable (t), without changing the overall equation:
$$ \frac{S(t)}{N}+\frac{I(t)}{N}+\frac{R(t)}{N}=1 $$
Let us simplify the equation above by using a small letter to represent each composite function above. In other words, let us use a small s(t) to represent the ratio of susceptible individuals at any given time, instead of their actual number, i(t) to represent the ratio of infectious individuals, and r(t) the ratio of removed individuals [1,2,3, 9].
$$ {\displaystyle \begin{array}{c}s(t)=S(t)/N;\\ {}i(t)=I(t)/N;\\ {}r(t)=R(t)/N\end{array}} $$
The reason for doing is to enable us to carry out calculations with greater ease. Working with three equations whose sum always adds up to 1 is much more elegant than working with equations whose sum is a large number such as N. It also allows us to extrapolate data more easily when comparing the findings between various populations.
The extent to which the disease spreads at any given time depends on several factors. The first factor is the number of individuals who are susceptible to the disease, s(t). One way to reduce the number of susceptible people is by vaccination. The second fact which affects disease spread is the number of infectious individuals, i(t). This can be reduced by isolating infectious individuals within a population and preventing the entry of more infectious individuals from other populations. Finally, the spread of the infection also depends on the rate of transmission of disease per contact. We will use the parameter, β, to represent the chance that an infectious individual will transmit the disease to a susceptible individual. It depends on the likelihood that an infectious individual comes in contact with a susceptible individual and the rate of disease transmission per contact [1,2,3, 8, 9]. This is where social distancing, hand hygiene, and wearing masks have the most impact.
What Fig. 2 says is that if an individual is susceptible at a given time, then he or she would either stay in that group or move into the infectious group. Since the number of susceptible people can only decrease over time, the rate of change for susceptible individuals must always be a negative number. The magnitude of this change depends on the ratio of infected individuals at any given time i(t), the ratio of susceptible individuals s(t), and the likelihood of disease transmission between the two groups, β. We will express the rate of change of susceptible individuals s(t), as a differential equation. The notation, \( \frac{d}{dt} \), simply indicates the rate of change over time.
The rate of change of the susceptible individuals over time can be expressed as \( \frac{ds}{dt} \) [1,2,3,4, 8].
$$ \frac{ds}{dt}=-\beta \times s(t)\times i(t) $$
The differential equation above shows the rate of change of susceptible individuals, \( \frac{ds}{dt} \), at any given time, depends on β, s(t), and i(t). The negative sign indicates the rate of change is always negative since it is always decreasing.
Figure 3 models s(t) vs time (t). The dotted lines show the slope of the curve at a given point in time. This slope is equal to \( \frac{ds}{dt} \). Notice how the slope is always negative. We can also see that the slope increases in magnitude at first but then starts to flatten.
Figure 4 shows how changing the magnitude of β impacts the susceptibility curve. When β is relatively large, the infection spreads fast and the number of susceptible individuals drops quickly. When β is relatively small, we see a flatter curve as the disease spread is slowed down.
The rate at which infectious individuals moves into the removed group, R, is called γ. The removed group includes individuals who recover and those who die, since both are removed from the infectious pool. The average number of days it takes for an individual to recover from the disease, n, is inversely proportional to γ. Factors that reduce length of illness can include medications and environmental factors as well (Fig. 5).
$$ \gamma =\frac{1}{n} $$
The rate of change of the removed group at any given time depends on the ratio of infectious individuals at that time and the value of γ [1,2,3,4, 8]. This helps come up without second differential equation, focusing on the rate of change of the removed group. Notice that the rate of change in this case is always a positive number, since the number of recovered people can only increase with time.
$$ \frac{dr}{dt}=\gamma \times i(t) $$
Figure 6 shows us that the slope of the curve is always positive for the removed group. Note that the slope is equal to \( \frac{dr}{dt} \).
Figure 7 demonstrates how changing the value of γ can affect the removed curve. When γ is large, people recover very quickly and more from the infectious group to the removed group. This means that the disease could die out before infecting the entire population. In other words, a large γ means less people ultimately catch the infection.