Techniques for Computing ℛ 0 $$\mathcal{R}_{0}$$





Maia Martcheva


(1)
Department of Mathematics, University of Florida, Gainesville, FL, USA

 



5.1 Building Complex Epidemiological Models


In the previous chapters, we introduced and studied the simplest epidemic models: the SIR model, the SIS model, and the Ross–MacDonald model of vector-borne disease. The baseline SI, SIS, SIR, and SIRS epidemic models can be extended to incorporate more realistic features of the disease, various control strategies, and heterogeneities of the host and the pathogens. As the models become more complex, their flowcharts also become more complex, with more compartments and transitions. Developing a flowchart of a complex model that is both clear and informative is more of an art than a science. Furthermore, as more realistic features are incorporated in the models and the systems become higher-dimensional, we need better tools for the computation of the reproduction number 
$$\mathcal{R}_{0}$$
. In this chapter, we build models with more realism and introduce techniques for the computation of the reproduction number.

The baseline SI, SIS, and SIR models are developed based on essential components of the infectious disease transmission process: the presence of susceptible and infectious individuals. However, for many diseases, the natural progression of the disease may contain various other components that affect the disease transmission, and ultimately the conclusions we will make from the model.


5.1.1 Stages Related to Disease Progression


The most important stages of the disease other than susceptible and infectious that affect transmission are the (1) exposed/latent stage; (2) asymptomatic stage; (3) carrier stage; (4) passive immunity stage.

1.

Exposed/Latent Stage. For many diseases, the infected individuals do not become immediately infectious, as assumed in the SIS and SIR models. The pathogen needs time to replicate and establish itself in the new host. The time during which an individual is infected but not yet infectious is called the latent period. As an additional compartment in epidemiological models, the latent period is denoted by E(t) or by L(t). We note that the incubation period of a pathogen is the period between infection and onset of symptoms. The lengths of the latent and incubation periods do not necessarily coincide. For instance, in influenza, the onset of symptoms begins one day after infected individuals have become infectious; that is, the incubation period is one day longer than the latent period. The exposed (latent) period usually follows the susceptible stage. If we introduce a latent period in the SI model, the resulting model is an SEI model; if we introduce a latent period in the SIR model, the resulting model is an SEIR model. Similarly, we can have SEIS and SEIRS models based respectively on SIS and SIRS models. The SEIR model takes the form



$$\displaystyle\begin{array}{rcl} S'(t)& =& \varLambda -\beta SI -\mu S, \\ E'(t)& =& \beta SI - (\eta +\mu )E, \\ I'(t)& =& \eta E - (\alpha +\mu )I, \\ R'(t)& =& \alpha I -\mu R, {}\end{array}$$

(5.1)
where η is the per capita rate of becoming infectious. We recall that 1∕η is approximately the length of the latent period. The flowchart of the SEIR model is given in Fig. 5.1.

A304573_1_En_5_Fig1_HTML.gif


Fig. 5.1
Flowchart of the SEIR model. Demographic rates are not included

 

2.

Asymptomatic Stage. The asymptomatic compartment is usually included to incorporate asymptomatic infection. Asymptomatic infection, also often called subclinical infection, is an infection without symptoms. Individuals with asymptomatic infection are still infectious and contribute to the distribution of the disease. However, because they do not show symptoms, they are much harder to detect. Asymptomatic infection has been shown to exist for many diseases, including HIV, malaria, dengue, measles, polio, and influenza. An asymptomatic compartment is typically included as an alternative to the infectious compartment I. The asymptomatic compartment is denoted by A(t). Exposed individuals progress to the symptomatic infectious compartment with probability p, and to the asymptomatic infectious compartment with probability (1 − p). Asymptomatic individuals are typically assumed to be infectious at a reduced transmission rate q β:



$$\displaystyle\begin{array}{rcl} S'(t)& =& \varLambda -\beta S(I + qA) -\mu S, \\ E'(t)& =& \beta S(I + qA) - (\eta +\mu )E, \\ I'(t)& =& p\eta E - (\alpha +\mu )I, \\ A'(t)& =& (1 - p)\eta E - (\gamma +\mu )A, \\ R'(t)& =& \alpha I +\gamma A -\mu R. {}\end{array}$$

(5.2)
The parameter γ gives the recovery rate of the asymptomatic individuals. Often, the symptomatic infectious period is longer than the asymptomatic: 
$$1/\gamma < 1/\alpha$$
. A flowchart of the model with asymptomatic infection is shown in Fig. 5.2.

A304573_1_En_5_Fig2_HTML.gif


Fig. 5.2
Flowchart of the SEIR model with asymptomatic stage model. Demographic rates are not included

 

3.

Carrier Stage. A carrier stage is incorporated to account for individuals who are otherwise healthy but harbor and transmit the pathogen. Carriers show no symptoms or signs of infection, but the disease microorganisms can be recovered from their nose, throat, or feces. Carrier individuals contribute to the distribution of the disease without being sick themselves. Alternatively, a pathogen carrier may be someone who has been infected and was not treated because the infection was asymptomatic, or was incompletely treated. Several viral and bacterial diseases exhibit a carrier stage. Viral diseases, such as viral hepatitis and poliomyelitis, and bacterial diseases, including diphtheria and meningococcal meningitis, often have a carrier stage. The carrier compartment is usually denoted by C(t). An SIRS model with carrier stage is included below:



$$\displaystyle\begin{array}{rcl} S'(t)& =& \varLambda -\beta S(I + qC) -\mu S +\rho R, \\ C'(t)& =& \beta S(I + qC) - (\eta +\gamma +\mu )C, \\ I'(t)& =& \eta C - (\alpha +\mu )I, \\ R'(t)& =& \alpha I +\gamma C - (\mu +\rho )R. {}\end{array}$$

(5.3)
Individuals are assumed to enter the carrier stage upon infection. Then some progress to being infected and infectious, while others recover from the pathogen without ever being infected. A flowchart of the model is given in Fig. 5.3.

A304573_1_En_5_Fig3_HTML.gif


Fig. 5.3
Flowchart of the SCIRS model. Demographic rates are not included

 

4.

Passive Immunity Stage. Passive immunity is the transfer of active immunity in the form of antibodies from one individual to another. Passive immunity can occur naturally, when maternal antibodies are transferred to the fetus through the placenta or in the milk during breastfeeding. Passive immunity can also be induced artificially, when high levels of antibodies specific for a pathogen or toxin are transferred to nonimmune individuals. Mathematical models typically involve natural passive immunity. The passive immunity stage is often denoted by M(t), and it is added to the system before individuals become susceptible. An MSIR model with passive immunity has the form



$$\displaystyle\begin{array}{rcl} M'(t)& =& \varLambda -\rho M -\mu M, \\ S'(t)& =& \rho M -\beta SI -\mu S, \\ I'(t)& =& \beta SI - (\alpha +\mu )I, \\ R'(t)& =& \alpha I -\mu R, {}\end{array}$$

(5.4)
where ρ is the per unit of time rate of loss of maternal antibodies. We assume that babies are completely protected by the maternal antibodies and cannot get infected.

 


5.1.2 Stages Related to Control Strategies


Besides involving compartments related to the various disease-progression stages, basic baseline SI, SIS, SIR, and SIRS models may involve compartments associated with the various strategies applied for control of the disease. Disease-control strategies involve (1) quarantine/isolation; (2) vaccination; (3) treatment.

1.

Quarantine/isolation. Quarantine is compulsory isolation, typically to contain the spread of a disease. The word comes from the Italian (seventeenth-century Venetian) quarantena, meaning a 40-day period. Quarantine is applied to individuals who have come into contact with an infectious individual and may or may not be infected. Isolation is confinement of an infectious individual that restricts that individual’s contact with healthy susceptible individuals. Isolation is applied to infectious individuals only. The class of quarantines/isolated individuals is typically denoted by Q(t). An SIQR model is given below. Standard, rather than mass-action, incidence is assumed [61]. We note that the “total” population size consists of all individuals that participate in the mixing. We call all individuals that participate in the mixing active individuals, and denote the size of the active class by 
$$A(t) = S(t) + I(t) + R(t)$$
:



$$\displaystyle\begin{array}{rcl} S'(t)& =& \varLambda -\beta SI/A -\mu S, \\ I'(t)& =& \beta SI/A - (\alpha +\gamma +\mu )I, \\ Q'(t)& =& \gamma I - (\eta +\mu )Q, \\ R'(t)& =& \alpha I +\eta Q -\mu R. {}\end{array}$$

(5.5)
SIQR models are appropriate to model childhood diseases. Quarantine has been found to destabilize the epidemic and lead to sustained oscillations in the dynamics of childhood diseases [61]. A flowchart of the SIQR model is given in Fig. 5.4.

A304573_1_En_5_Fig4_HTML.gif


Fig. 5.4
Flowchart of the SIQR model. Demographic rates are not included

 

2.

Treatment. Treatment is the care provided to reduce morbidity and mortality of an infectious disease. Treatment usually includes administering medication that mitigates symptoms and helps the immune system fight the pathogen. A treatment compartment T(t) has been included in standard SEI epidemic models as a class that replaces the class of recovered individuals, making the model an SEIT model. Since patients often do not complete the full regimen of treatment, treatment may or may not be successful, and leads to the individual being successfully treated with probability q or relapsing to the exposed/latent class with probability p, where 
$$p + q = 1$$
. The model with treatment is presented below, and it captures the dynamics of a disease such as tuberculosis [60]:



$$\displaystyle\begin{array}{rcl} S'(t)& =& \varLambda -\beta _{1}SI/N -\mu S, \\ E'(t)& =& \beta _{1}SI/N +\beta _{2}TI/N - (\mu +\kappa + r_{1})E + pr_{2}I, \\ I'(t)& =& \kappa E - (r_{2}+\mu )I, \\ T'(t)& =& r_{1}E + qr_{2}I -\beta _{2}TI/N -\mu T, {}\end{array}$$

(5.6)
where r 1 is the treatment rate of exposed individuals, r 2 is the treatment rate of infectious individuals, and κ is the progression to the infectious state. The presence of relapsing individuals leads to ambiguity in the computation of the reproduction number, which we will discuss later. A flowchart of the model is given in Fig. 5.5.

A304573_1_En_5_Fig5_HTML.gif


Fig. 5.5
Flowchart of the SEIT model. Demographic rates are not included

 

3.

Vaccination. Vaccination is the administration of generally dead or weakened antigenic material (a vaccine) to produce immunity to a disease. There are two main ways to incorporate vaccination in an epidemic model. In the first approach vaccine is administered to individuals who are entering the system. A proportion p of entering individuals enters the susceptible class, while a proportion 1 − p enters the recovered/immune class. In the second approach, susceptible individuals are continuously being vaccinated and move to the vaccinated class V (t). Vaccination may provide complete or partial immunity to the disease. We will consider vaccination in more detail in Chap. 9

 


5.1.3 Stages Related to Pathogen or Host Heterogeneity


The impact of host or pathogen heterogeneities on the dynamics of the disease has been a longstanding question of interest in mathematical epidemiology. We will consider the following heterogeneities:

1.

Pathogen Genetic Heterogeneities. Many pathogens are represented by multiple genetically distinct variants. The presence of the variants has implication for the disease progression and control as different pathogen variants respond differently to the control measures. To study pathogen heterogeneities, two-strain and multistrain models have been developed. The simplest SIS model with two strains includes the number of infected with strain one I 1 and the number of infected with strain two I 2:



$$\displaystyle\begin{array}{rcl} S'(t)& =& \varLambda -\beta _{1}SI_{1} -\beta _{2}SI_{2} -\mu S +\alpha _{1}I_{1} +\alpha _{2}I_{2}, \\ I_{1}'(t)& =& \beta _{1}SI_{1} - (\mu +\alpha _{1})I_{1}, \\ I_{2}'(t)& =& \beta _{2}SI_{2} - (\mu +\alpha _{2})I_{2}. {}\end{array}$$

(5.7)
We address the interplay between pathogen heterogeneity and disease transmission dynamics in Chap. 8 A flowchart of the two-strain model above is given in Fig. 5.6.

A304573_1_En_5_Fig6_HTML.gif


Fig. 5.6
Flowchart of the two-strain model. Demographic rates are not included

 

2.

Host Heterogeneities. Host heterogeneities in susceptibility and infectivity associated with host genetic differences can lead to models with multiple host species. For instance, in avian influenza, the pathogen can infect both wild birds and domestic birds. These two categories of birds can have very different demographic characteristics as well as different characteristics with respect to the disease. To account for the differences, a simple SI model should have two susceptible populations S w and S d and two infected populations I w and I d . The multihost single-pathogen model takes the form



$$\displaystyle\begin{array}{rcl} S_{w}'(t)& =& \varLambda _{w} -\beta _{11}S_{w}I_{w} -\beta _{12}S_{w}I_{d} -\mu _{w}S_{w}, \\ I_{w}'(t)& =& \beta _{11}S_{w}I_{w} +\beta _{12}S_{w}I_{d} - (\mu _{w} +\alpha _{w})I_{w}, \\ S_{d}'(t)& =& \varLambda _{d} -\beta _{21}S_{d}I_{w} -\beta _{22}S_{d}I_{d} -\mu _{d}S_{d}, \\ I_{d}'(t)& =& \beta _{21}S_{d}I_{w} +\beta _{22}S_{d}I_{d} - (\mu _{d} +\alpha _{d})I_{d}. {}\end{array}$$

(5.8)
A flowchart of the model is given in Fig. 5.7.

A304573_1_En_5_Fig7_HTML.gif


Fig. 5.7
Flowchart of the two-strain model. Demographic rates are not included

 

3.

Age and Space Heterogeneities. Age and space heterogeneities are introduced respectively by the age of the host and the presence of a spatial component in the transmission of the disease. Age and space heterogeneities can be incorporated in the model as a continuous component, which results in partial differential equations, or as a discrete component, which results in larger systems of ordinary differential equations. These heterogeneities will be discussed in Chaps. 16 and 15.

 


5.2 Jacobian Approach for the Computation of 
$$\mathcal{R}_{0}$$


We saw in the previous chapters that mathematically, the reproduction number 
$$\mathcal{R}_{0}$$
gives a threshold condition for the stability of the disease-free equilibrium. Imposing conditions for stability leads to an expression for the reproduction number. This general approach can also be applied in more complex models. In particular, we compute the Jacobian of the system at the disease-free equilibrium, and we pose the condition that all eigenvalues of the corresponding characteristic equation must have negative real parts. In the two-dimensional case, this requirement follows from the conditions that TrJ < 0 and DetJ > 0. In the higher-dimensional case, this theorem does not apply, but one can often reduce the characteristic equation to the two-dimensional case using the properties for manipulation of matrices. Even when we have a unique condition for the stability of the disease-free equilibrium, rewriting this condition in the form of a reproduction number can often be done in more than one way. It is typically expected that the expression for the reproduction number should satisfy the following conditions.

The reproduction number should:



  • Be nonnegative for nonnegative parameter values;


  • Be zero if there is no transmission;


  • Be interpretable as the number of secondary infections.


5.2.1 Examples in Which the Jacobian Reduces to a 2 × 2 Matrix


As a first higher-dimensional example, we consider the SIRS model with carrier stage (5.3). The disease-free equilibrium for that model is given as 
$$\mathcal{E}_{0} = (\frac{\varLambda }{\mu },0,0,0)$$
, where the variables are arranged in the same way as the equations in the system. Computing the Jacobian at the disease-free equilibrium gives



$$\displaystyle{ J = \left (\begin{array}{cccc} -\mu & \qquad - q\beta S^{{\ast}} & \qquad -\beta S^{{\ast}} & \qquad \rho \\ 0 &\qquad q\beta S^{{\ast}}- (\eta +\gamma +\mu )& \qquad \beta S^{{\ast}} & \qquad 0 \\ 0 & \qquad \eta &\qquad - (\alpha +\mu )& \qquad 0 \\ 0 & \qquad \gamma & \qquad \alpha &\qquad - (\mu +\rho )\\ \end{array} \right ), }$$

(5.9)
where 
$$S^{{\ast}} =\varLambda /\mu$$
. If we consider 
$$\vert J -\lambda I\vert = 0$$
, we can expand the matrix in terms of the first column. This will give an eigenvalue 
$$\lambda _{1} = -\mu$$
. Then we can expand the remaining matrix around the last column. This will give an eigenvalue 
$$\lambda _{2}= - (\mu +\rho )$$
. The remaining two eigenvalues are the eigenvalues of the following matrix:



$$\displaystyle{ J_{1} = \left (\begin{array}{cc} q\beta S^{{\ast}}- (\eta +\gamma +\mu )& \qquad \beta S^{{\ast}} \\ \eta &\qquad - (\alpha +\mu )\\ \end{array} \right ). }$$

(5.10)
Now we can apply the usual conditions that guarantee that the eigenvalues of J 1 have negative real part. In particular, we want Tr J 1 < 0 and Det J 1 > 0. The second inequality gives 
$$-[q\beta S^{{\ast}}- (\eta +\gamma +\mu )](\alpha +\mu ) -\eta \beta S^{{\ast}} > 0$$
” src=”/wp-content/uploads/2016/11/A304573_1_En_5_Chapter_IEq12.gif”></SPAN>. This condition gives a reproduction number in the form<br />
<DIV id=Equa class=Equation><br />
<DIV class=EquationContent><br />
<DIV class=MediaObject><IMG alt=
We notice that the condition 
$$\mathcal{R}_{0} < 1$$
implies both Tr J 1 < 0 and Det J 1 > 0. Therefore, if 
$$\mathcal{R}_{0} < 1$$
, the disease-free equilibrium is locally asymptotically stable. If 
$$\mathcal{R}_{0} > 1$$
” src=”/wp-content/uploads/2016/11/A304573_1_En_5_Chapter_IEq15.gif”></SPAN>, the disease-free is unstable. There are multiple ways to rewrite the inequality Det<SPAN class=EmphasisTypeItalic>J</SPAN> <SUB>1</SUB> > 0 as a reproduction number, but the expression above is preferred, because it has a clear interpretation as the number of secondary cases. To see this, first we notice that the reproduction number consists of the sum of two terms. The first term gives the number of secondary infections produced by one carrier, and the second term gives the number of secondary infections produced by an infectious individual. Since <SPAN class=EmphasisTypeItalic>q β S C</SPAN> is the incidence of a carrier, the number of secondary infections that one carrier will produce in an entirely susceptible population per unit of time is <SPAN class=EmphasisTypeItalic>q β S</SPAN> <SUP>∗</SUP>. The time units spent in the carrier compartment is <SPAN id=IEq16 class=InlineEquation><IMG alt=. Hence, the first term gives the number of secondary infections produced by a carrier in an entirely susceptible population during its lifetime as a carrier. Similarly, β S I is the incidence of an infected individual. Hence, the number of secondary infections that one infectious individual will produce in an entirely susceptible population per unit of time is β S . The number of time units spent in the carrier compartment is 
$$1/(\alpha +\mu )$$
. The newly infected individual becomes a carrier, and the fraction of carriers that survive the carrier stage and become infected is 
$$\eta /(\eta +\gamma +\mu )$$
. We see that the second term gives the number of secondary infections produced by an infectious individual in an entirely susceptible population during its lifetime as infectious.


5.2.2 Routh–Hurwitz Criteria in Higher Dimensions


For many higher-dimensional models, the Jacobian computed at the disease-free equilibrium cannot be reduced to a 2 × 2 matrix. The characteristic polynomial then has degree three or higher. In this case, the reproduction number can be obtained from the constant term. Whether the reproduction number is greater or less than 1 determines the sign of the constant term. Nonetheless, we still need tools that give necessary and sufficient conditions for the eigenvalues to have negative real parts. These conditions are given by the Routh–Hurwitz criterion, which is stated in the following theorem:


Theorem 5.1 (Routh–Hurwitz Criteria).

Consider the nth-degree polynomial with real constant coefficients



$$\displaystyle{P(\lambda ) =\lambda ^{n} + a_{ 1}\lambda ^{n-1} +\ldots +a_{ n-1}\lambda + a_{n}.}$$
Define n Hurwitz matrices using the coefficients a i of the characteristic polynomial:



$$\displaystyle{H_{1} = (a_{1})\qquad H_{2} = \left (\begin{array}{cc} a_{1} & 1\\ a_{3 } & a_{2} \end{array} \right )\qquad H_{3} = \left (\begin{array}{ccc} a_{1} & 1 & 0\\ a_{ 3} & a_{2} & a_{1}\\ a_{ 5} & a_{4} & a_{3} \end{array} \right )}$$
and



$$\displaystyle{H_{n} = \left (\begin{array}{cccccc} a_{1} & 1 & 0 & 0 &\cdots & 0 \\ a_{3} & a_{2} & a_{1} & 1 &\cdots & 0 \\ a_{5} & a_{4} & a_{3} & a_{2} & \cdots & 0\\ \vdots & \vdots & \vdots & \vdots &\cdots & \vdots \\ 0 & 0 & 0 & 0 &\cdots &a_{n} \end{array} \right ),}$$
where a j = 0 if j > n. All roots of the polynomial P(λ) are negative or have negative real part if and only if the determinants of all Hurwitz matrices are positive:



$$\displaystyle{\mathrm{Det}\,H_{j} > 0,\qquad j = 1,\ldots,n.}$$
” src=”/wp-content/uploads/2016/11/A304573_1_En_5_Chapter_Eque.gif”></DIV></DIV></DIV></DIV></DIV><br />
<DIV class=Para>For <SPAN class=EmphasisTypeItalic>n</SPAN> = 2, the Routh–Hurwitz criterion simplifies to <SPAN class=EmphasisTypeItalic>a</SPAN> <SUB>1</SUB> > 0 and <SPAN class=EmphasisTypeItalic>a</SPAN> <SUB>1</SUB> <SPAN class=EmphasisTypeItalic>a</SPAN> <SUB>2</SUB> > 0. We note that <SPAN class=EmphasisTypeItalic>a</SPAN> <SUB>3</SUB> = 0 in <SPAN class=EmphasisTypeItalic>H</SPAN> <SUB>2</SUB>. These conditions are equivalent to <SPAN class=EmphasisTypeItalic>a</SPAN> <SUB>1</SUB> > 0 and <SPAN class=EmphasisTypeItalic>a</SPAN> <SUB>2</SUB> > 0 and are analogous to the conditions we applied before: Tr <SPAN class=EmphasisTypeItalic>J</SPAN> < 0 and Det <SPAN class=EmphasisTypeItalic>J</SPAN> > 0. The Routh–Hurwitz criteria for polynomials are given in Table <SPAN class=InternalRef><A href=5.1. A necessary but not sufficient condition for the roots of the polynomial P(λ) to be negative or have negative real part is that all coefficients be strictly positive. This is required in the column labeled Coefficient signs in Table 5.1.


Table 5.1
Routh–Hurwitz criteria
































n

Coefficient signs

Additional conditions

2

a 1 > 0, a 2 > 0


3

a 1 > 0, a 2 > 0, a 3 > 0

a 1 a 2 > a 3

4

a 1 > 0, a 2 > 0, a 3 > 0, a 4 > 0

a 1 a 2 a 3 > a 3 2 + a 1 2 a 4

5

a 1 > 0, a 2 > 0, a 3 > 0, a 4 > 0,

a 1 a 2 a 3 > a 3 2 + a 1 2 a 4,
 
a 5 > 0


$$(a_{1}a_{4} - a_{5})(a_{1}a_{2}a_{3} - a_{3}^{2} - a_{1}^{2}a_{4}) > a_{5}(a_{1}a_{2} – a_{3})^{2} + a_{1}a_{5}^{2}$$
” src=”/wp-content/uploads/2016/11/A304573_1_En_5_Chapter_IEq19.gif”></SPAN> </DIV></TD></TR></TBODY></TABLE></DIV></DIV><br />
<DIV class=Para>We use the Routh–Hurwitz criterion to derive the reproduction number for the SEIR model with asymptomatic stage (<SPAN class=InternalRef><A href=5.2). The disease-free equilibrium in that model is given by 
$$\mathcal{E}_{0} = (S^{{\ast}},0,0,0,0)$$
, where 
$$S^{{\ast}} =\varLambda /\mu$$
. The Jacobian at the disease-free equilibrium is



$$\displaystyle{ J = \left (\begin{array}{ccccc} -\mu & \qquad 0 & \qquad -\beta S^{{\ast}} &\qquad - q\beta S^{{\ast}}&\qquad 0 \\ 0 & \qquad - (\eta +\mu ) & \qquad \beta S^{{\ast}} & \qquad q\beta S^{{\ast}} &\qquad 0 \\ 0 & \qquad p\eta &\qquad - (\alpha +\mu )& \qquad 0 & \qquad 0 \\ 0 &\qquad (1 - p)\eta & \qquad 0 & \qquad - (\gamma +\mu ) & \qquad 0 \\ 0 & \qquad 0 & \qquad \alpha & \qquad \gamma &\qquad -\mu \\ \end{array} \right ). }$$

(5.11)
Expanding the determinant of the characteristic equation 
$$\vert J -\lambda I\vert = 0$$
by the first column and then by the last column, we obtain two of the eigenvalues of J: 
$$\lambda _{1} = -\mu$$
and 
$$\lambda _{2} = -\mu$$
. The remaining three eigenvalues are the eigenvalues of the 3 × 3 matrix



$$\displaystyle{ J_{1} = \left (\begin{array}{ccc} - (\eta +\mu ) & \qquad \beta S^{{\ast}} & \qquad q\beta S^{{\ast}} \\ p\eta &\qquad - (\alpha +\mu )& \qquad 0 \\ (1 - p)\eta & \qquad 0 &\qquad - (\gamma +\mu )\\ \end{array} \right ). }$$

(5.12)
The characteristic equation takes the form



$$\displaystyle{\left \vert \begin{array}{ccc} - (\eta +\mu +\lambda )& \qquad \beta S^{{\ast}} & \qquad q\beta S^{{\ast}} \\ p\eta &\qquad - (\alpha +\mu +\lambda )& \qquad 0 \\ (1 - p)\eta & \qquad 0 &\qquad - (\gamma +\mu +\lambda )\\ \end{array} \right \vert = 0.}$$
Expanding the determinant, we have



$$\displaystyle\begin{array}{rcl} & & (\eta +\mu +\lambda )(\alpha +\mu +\lambda )(\gamma +\mu +\lambda ) \\ & & \quad - (1 - p)\eta q\beta S^{{\ast}}(\alpha +\mu +\lambda ) - p\eta \beta S^{{\ast}}(\gamma +\mu +\lambda ) = 0.{}\end{array}$$

(5.13)
This leads to the following cubic equation in λ:



$$\displaystyle{P(\lambda ):=\lambda ^{3} + a_{ 1}\lambda ^{2} + a_{ 2}\lambda + a_{3} = 0,}$$
where the coefficients are the following expressions of the parameters:



$$\displaystyle{\begin{array}{l} a_{1}=\alpha \,+\,\mu \,+\,\gamma \,+\,\mu \,+\,\eta \,+\,\mu, \\ a_{2}=(\alpha \,+\,\mu )(\eta \,+\,\mu )\,+\,(\alpha \,+\,\mu )(\gamma \,+\,\mu )\,+\,(\gamma \,+\,\mu )(\eta \,+\,\mu )\,-\,(1\,-\,p)\eta q\beta S^{{\ast}}\,-\,p\eta \beta S^{{\ast}}, \\ a_{3}=(\alpha \,+\,\mu )(\eta \,+\,\mu )(\gamma \,+\,\mu )\,-\,(\mu \,+\,\alpha )(1\,-\,p)\eta q\beta S^{{\ast}}\,-\,(\gamma \,+\,\mu )p\eta \beta S^{{\ast}}.\end{array} }$$
The condition 
$$\mathcal{R}_{0} < 1$$
should be equivalent to the condition a 3 > 0. Hence, we define 
$$\mathcal{R}_{0}$$
as follows:



$$\displaystyle{\mathcal{R}_{0} = \frac{(1 - p)\eta q\beta S^{{\ast}}} {(\eta +\mu )(\gamma +\mu )} + \frac{p\eta \beta S^{{\ast}}} {(\alpha +\mu )(\eta +\mu )}.}$$
It is easy to see that the condition a 3 > 0 is equivalent to the condition 
$$\mathcal{R}_{0} < 1$$
. Furthermore, if 
$$\mathcal{R}_{0} > 1$$
” src=”/wp-content/uploads/2016/11/A304573_1_En_5_Chapter_IEq28.gif”></SPAN>, then <SPAN class=EmphasisTypeItalic>a</SPAN> <SUB>3</SUB> < 0. Since <SPAN id=IEq29 class=InlineEquation><IMG alt=, the equation P(λ) = 0 has a real positive solution, and the disease-free equilibrium is therefore unstable. It remains to see that if 
$$\mathcal{R}_{0} < 1$$
, the disease-free equilibrium is locally asymptotically stable. In particular, we have to show that in this case, the equation P(λ) = 0 has only negative roots or roots with negative real part. To see this, we use the Routh–Hurwitz criteria for dimension three. The Routh–Hurwitz conditions for stability for dimension three are listed in Table 5.1. We see that from the condition 
$$\mathcal{R}_{0} < 1$$
, it follows that a 3 > 0. Clearly a 1 > 0. The condition 
$$\mathcal{R}_{0} < 1$$
also gives 
$$(\eta +\mu )(\gamma +\mu ) > (1 – p)\eta q\beta S^{{\ast}}$$
” src=”/wp-content/uploads/2016/11/A304573_1_En_5_Chapter_IEq33.gif”></SPAN> and <SPAN id=IEq34 class=InlineEquation><IMG alt= p\eta \beta S^{{\ast}}$$ ” src=”/wp-content/uploads/2016/11/A304573_1_En_5_Chapter_IEq34.gif”>. These two inequalities imply that a 2 > 0. Finally, we need to show that a 1 a 2 > a 3. Since 
$$(\eta +\mu )(\gamma +\mu ) > (1 – p)\eta q\beta S^{{\ast}}$$
” src=”/wp-content/uploads/2016/11/A304573_1_En_5_Chapter_IEq35.gif”></SPAN> and <SPAN id=IEq36 class=InlineEquation><IMG alt= p\eta \beta S^{{\ast}}$$ ” src=”/wp-content/uploads/2016/11/A304573_1_En_5_Chapter_IEq36.gif”>, we have that 
$$a_{1}a_{2} > (\eta +\mu )(\gamma +\mu )(\alpha +\mu )$$
” src=”/wp-content/uploads/2016/11/A304573_1_En_5_Chapter_IEq37.gif”></SPAN>. On the other hand, it is clear that <SPAN id=IEq38 class=InlineEquation><IMG alt=. Consequently,



$$\displaystyle{a_{1}a_{2} > (\eta +\mu )(\gamma +\mu )(\alpha +\mu ) > a_{3}.}$$
” src=”/wp-content/uploads/2016/11/A304573_1_En_5_Chapter_Equj.gif”></DIV></DIV></DIV>The Routh–Hurwitz criterion then implies that the disease-free equilibrium is locally asymptotically stable if <SPAN id=IEq39 class=InlineEquation><IMG alt=. Mathematically, the above definition of 
$$\mathcal{R}_{0}$$
is sound. To be sound epidemiologically, the reproduction number should be interpretable as the number of secondary cases. To see this, first notice that the reproduction number is a sum of two terms. The first term gives the number of secondary infections of asymptomatic individuals produced by one asymptomatic individual. Indeed, q β S is the number of newly exposed individuals generated by one asymptomatic individual per unit of time in an entirely susceptible population. A fraction 
$$(1 - p)\eta /(\eta +\mu )$$
survives the exposed stage and progresses to the asymptomatic stage. One asymptomatic individual remains asymptomatic and infects other individuals as asymptomatic for 
$$1/(\gamma +\mu )$$
units. Hence,



$$\displaystyle{\mathcal{R}_{a} = \frac{(1 - p)\eta q\beta S^{{\ast}}} {(\eta +\mu )(\gamma +\mu )} }$$
is the number of secondary infections that one asymptomatic individual will produce in an entirely susceptible population during its lifespan as asymptomatic. Similarly, β S is the number of newly exposed individuals generated by one infectious individual per unit of time in an entirely susceptible population. A fraction 
$$p\eta /(\eta +\mu )$$
survives the exposed stage and progresses to the infectious stage. One infectious individual remains infectious to susceptible individuals for 
$$1/(\alpha +\mu )$$
units. Hence,
Get Clinical Tree app for offline access