2.3 HW 3

  2.3.1 Problem 1
  2.3.2 Problem 2
  2.3.3 Problem 3 (exercise 4.1, page 57)
  2.3.4 key solution for HW 3
PDF (letter size)
PDF (legal size)

2.3.1 Problem 1

   2.3.1.1 Part 1
   2.3.1.2 Part 2
   2.3.1.3 Part 3
   2.3.1.4 Part 4

A modification of the predator-prey system is given by\begin{align*} \dot{x} & =x\left ( 1-x\right ) -\frac{axy}{x+1}\\ \dot{y} & =y\left ( 1-y\right ) \end{align*}

Where \(a>0\) is a parameter.

  1. Find all equilibrium points, in the following two cases: \(0<a<1\) and \(a>1\). (You may select specific values of \(a\), if you wish.)
  2. Classify the equilibrium points in each case.
  3. Sketch the nullclines and the phase portraits for different values of \(a\).
  4. What is special about the parameter value \(a=1\)? (It is called a bifurcation value, why?)

solution

2.3.1.1 Part 1

case \(0<a<1\)

Equilibrium points are found by solving \begin{align} x\left ( 1-x\right ) -\frac{axy}{x+1} & =0\tag{1}\\ y\left ( 1-y\right ) & =0 \tag{2} \end{align}

EQ (2) gives \(y=0\) or \(y=1\). When \(y=0\) then EQ(1) becomes \(x\left ( 1-x\right ) =0\) which has solutions \(x=0,x=1\). Hence the critical points found so far are \(\left ( 0,0\right ) ,\left ( 1,0\right ) \).

When \(y=1\) then EQ(1) becomes \begin{align*} x\left ( 1-x\right ) -\frac{ax}{x+1} & =0\\ x\left ( 1-x\right ) \left ( 1+x\right ) -ax & =0\\ x-x^{3}-ax & =0\\ x\left ( 1-x^{2}-a\right ) & =0 \end{align*}

Hence \(x=0\) or \(1-x^{2}-a=0\) or \(x^{2}-1+a=0\). Therefore \(x^{2}=1-a\) or \(x=\pm \sqrt{1-a}\). Since we are in the case \(0<a<1\) then \(\sqrt{1-a}\) is positive. Let \(\sqrt{1-a}=n^{2}\). Hence \(x=\pm n\). Therefore the critical points found for this case are \(\left ( 0,1\right ) ,\left ( \sqrt{1-a},1\right ) ,\left ( -\sqrt{1-a},1\right ) \).

Hence all the critical points for \(0<a<1\) are\[ \left ( x_{i},y_{i}\right ) =\left \{ \left ( 0,0\right ) ,\left ( 1,0\right ) ,\left ( 0,1\right ) ,\left ( \sqrt{1-a},1\right ) ,\left ( -\sqrt{1-a},1\right ) \right \} \] For say \(a=\frac{1}{2}\), these critical points become\begin{align*} \left ( x_{i},y_{i}\right ) & =\left \{ \left ( 0,0\right ) ,\left ( 1,0\right ) ,\left ( 0,1\right ) ,\left ( \sqrt{\frac{1}{2}},1\right ) ,\left ( -\sqrt{\frac{1}{2}},1\right ) \right \} \\ & =\left \{ \left ( 0,0\right ) ,\left ( 1,0\right ) ,\left ( 0,1\right ) ,\left ( 0.707107,1\right ) ,\left ( -0.707107,1\right ) \right \} \end{align*}

case \(a>1\)

Equilibrium points are found by solving \begin{align} x\left ( 1-x\right ) -\frac{axy}{x+1} & =0\tag{1}\\ y\left ( 1-y\right ) & =0 \tag{2} \end{align}

EQ (2) gives \(y=0\) or \(y=1\). When \(y=0\) then EQ(1) becomes \(x\left ( 1-x\right ) =0\) which has solutions \(x=0,x=1\). Hence the critical points found so far are \(\left ( 0,0\right ) ,\left ( 1,0\right ) \).

When \(y=1\) then EQ(1) reduces to (as was done above) \[ x\left ( 1-x^{2}-a\right ) =0 \] Hence \(x=0\) or \(x=\pm \sqrt{1-a}\). Since we are in the case \(a>1\) then \(\sqrt{1-a}\) is negative. which means \(\sqrt{1-a}\) is complex. We are assuming real domain, then these solutions are rejected. This leaves the critical points for \(a>1\) as only the following\[ \left ( x_{i},y_{i}\right ) =\left \{ \left ( 0,0\right ) ,\left ( 1,0\right ) ,\left ( 0,1\right ) \right \} \]

2.3.1.2 Part 2

The Jacobian matrix for the system \begin{align*} \dot{x} & =x\left ( 1-x\right ) -\frac{axy}{x+1}\\ \dot{y} & =y\left ( 1-y\right ) \end{align*}

Is given by the following, where the rule of derivative \(\frac{d}{dx}\frac{f\left ( x\right ) }{g\left ( x\right ) }=\frac{gf^{\prime }-fg^{\prime }}{g^{2}}\) is used\begin{align*} J & =\begin{pmatrix} \frac{\partial \dot{x}}{\partial x} & \frac{\partial \dot{x}}{\partial y}\\ \frac{\partial \dot{y}}{\partial x} & \frac{\partial \dot{y}}{\partial y}\end{pmatrix} =\begin{pmatrix} \left ( 1-x\right ) -x-\frac{\left ( x+1\right ) ay-\left ( axy\right ) }{\left ( 1+x\right ) ^{2}} & -\frac{ax}{x+1}\\ 0 & \left ( 1-y\right ) -y \end{pmatrix} \\ & =\begin{pmatrix} 1-2x-\frac{axy+ay-axy}{\left ( 1+x\right ) ^{2}} & -\frac{ax}{x+1}\\ 0 & 1-2y \end{pmatrix} \\ & =\begin{pmatrix} 1-2x-\frac{ay}{\left ( 1+x\right ) ^{2}} & -\frac{ax}{x+1}\\ 0 & 1-2y \end{pmatrix} \end{align*}

case \(0<a<1\)

The critical points for this case from part (1) are\[ \left ( x_{i},y_{i}\right ) =\left \{ \left ( 0,0\right ) ,\left ( 1,0\right ) ,\left ( 0,1\right ) ,\left ( \sqrt{1-a},1\right ) ,\left ( -\sqrt{1-a},1\right ) \right \} \] At point \(\left ( 0,0\right ) \) the linearized system \(A\) matrix is the Jacobian above evaluated at this point, which gives\begin{align*} A & =\begin{pmatrix} 1-2x-\frac{ay}{\left ( 1+x\right ) ^{2}} & -\frac{ax}{x+1}\\ 0 & 1-2y \end{pmatrix} \\ & =\begin{pmatrix} 1 & 0\\ 0 & 1 \end{pmatrix} \end{align*}

Hence \(\left \vert A-\lambda I\right \vert =0\) becomes\begin{align*} \begin{vmatrix} 1-\lambda & 0\\ 0 & 1-\lambda \end{vmatrix} & =0\\ \left ( 1-\lambda \right ) ^{2} & =0\\ \lambda & =1\text{ double root} \end{align*}

Since the eigenvalues are positive, this is unstable critical point.

At point \(\left ( 1,0\right ) \) the linearized system \(A\) matrix is the Jacobian above evaluated at this point, which gives\begin{align*} A & =\begin{pmatrix} 1-2x-\frac{ay}{\left ( 1+x\right ) ^{2}} & -\frac{ax}{x+1}\\ 0 & 1-2y \end{pmatrix} \\ & =\begin{pmatrix} 1-2 & -\frac{a}{2}\\ 0 & 1 \end{pmatrix} \\ & =\begin{pmatrix} -1 & -\frac{a}{2}\\ 0 & 1 \end{pmatrix} \end{align*}

Hence \(\left \vert A-\lambda I\right \vert =0\) becomes\begin{align*} \begin{vmatrix} -1-\lambda & -\frac{a}{2}\\ 0 & 1-\lambda \end{vmatrix} & =0\\ \left ( -1-\lambda \right ) \left ( 1-\lambda \right ) & =0\\ \lambda ^{2}-1 & =0\\ \lambda ^{2} & =1\\ \lambda & =\pm 1 \end{align*}

This means this critical points is a saddle point (unstable) since one eigenvalue is negative and one is negative.

At point \(\left ( 0,1\right ) \) the linearized system \(A\) matrix is the Jacobian above evaluated at this point, which gives\begin{align*} A & =\begin{pmatrix} 1-2x-\frac{ay}{\left ( 1+x\right ) ^{2}} & -\frac{ax}{x+1}\\ 0 & 1-2y \end{pmatrix} \\ & =\begin{pmatrix} 1-a & 0\\ 0 & -1 \end{pmatrix} \end{align*}

Hence \(\left \vert A-\lambda I\right \vert =0\) becomes\begin{align*} \begin{vmatrix} \left ( 1-a\right ) -\lambda & 0\\ 0 & -1-\lambda \end{vmatrix} & =0\\ \left ( \left ( 1-a\right ) -\lambda \right ) \left ( -1-\lambda \right ) & =0\\ \lambda ^{2}+a\lambda +a-1 & =0 \end{align*}

Therefore \begin{align*} \lambda & =-\frac{b}{2a}\pm \frac{1}{2a}\sqrt{b^{2}-4ac}\\ & =-\frac{a}{2}\pm \frac{1}{2}\sqrt{a^{2}-4\left ( a-1\right ) }\\ & =-\frac{a}{2}\pm \frac{1}{2}\sqrt{a^{2}-4a+4} \end{align*}

Since \(0<a<1\) then \(-3<a^{2}-4a<0\) which means the term under the root will remain positive for all \(a\) values between \(0\) and \(1\). This means this critical points is a saddle point (unstable) since one eigenvalue will be negative and one is positive.

At point \(\left ( \sqrt{1-a},1\right ) \) the linearized system \(A\) matrix is the Jacobian above evaluated at this point, which gives\begin{align*} A & =\begin{pmatrix} 1-2x-\frac{ay}{\left ( 1+x\right ) ^{2}} & -\frac{ax}{x+1}\\ 0 & 1-2y \end{pmatrix} \\ & =\begin{pmatrix} 1-2\sqrt{1-a}-\frac{a}{\left ( 1+\sqrt{1-a}\right ) ^{2}} & -\frac{a\sqrt{1-a}}{\sqrt{1-a}+1}\\ 0 & -1 \end{pmatrix} \end{align*}

Hence \(\left \vert A-\lambda I\right \vert =0\) becomes\begin{align*} \begin{vmatrix} \left ( 1-2\sqrt{1-a}-\frac{a}{\left ( 1+\sqrt{1-a}\right ) ^{2}}\right ) -\lambda & -\frac{a\sqrt{1-a}}{\sqrt{1-a}+1}\\ 0 & -1-\lambda \end{vmatrix} & =0\\ \left ( \left ( 1-2\sqrt{1-a}-\frac{a}{\left ( 1+\sqrt{1-a}\right ) ^{2}}\right ) -\lambda \right ) \left ( -1-\lambda \right ) & =0 \end{align*}

To simplify this, let us pick \(a=\frac{1}{2}\). Hence the point \(\left ( \sqrt{1-a},1\right ) \) becomes \(\left ( 0.707,1\right ) \). The above becomes\begin{align*} \left ( \left ( 1-2\sqrt{\frac{1}{2}}-\frac{\frac{1}{2}}{\left ( 1+\sqrt{\frac{1}{2}}\right ) ^{2}}\right ) -\lambda \right ) \left ( -1-\lambda \right ) & =0\\ \left ( \lambda +1\right ) \left ( \lambda -\sqrt{2}+2\right ) & =0 \end{align*}

Hence \(\lambda =-1\) and \(\lambda =\sqrt{2}-2\). So one eigenvalue is negative and also the second is negative. This means this is stable point (positive attraction). Even though we used specific \(a\) value here, this result is value for all \(0<a<1\).

At point \(\left ( -\sqrt{1-a},1\right ) \) the linearized system \(A\) matrix is the Jacobian above evaluated at this point, which gives\begin{align*} A & =\begin{pmatrix} 1-2x-\frac{ay}{\left ( 1+x\right ) ^{2}} & -\frac{ax}{x+1}\\ 0 & 1-2y \end{pmatrix} \\ & =\begin{pmatrix} 1+2\sqrt{1-a}-\frac{a}{\left ( 1-\sqrt{1-a}\right ) ^{2}} & \frac{a\sqrt{1-a}}{-\sqrt{1-a}+1}\\ 0 & -1 \end{pmatrix} \end{align*}

Hence \(\left \vert A-\lambda I\right \vert =0\) becomes\begin{align*} \begin{vmatrix} \left ( 1+2\sqrt{1-a}-\frac{a}{\left ( 1-\sqrt{1-a}\right ) ^{2}}\right ) -\lambda & -\frac{a\sqrt{1-a}}{\sqrt{1-a}+1}\\ 0 & -1-\lambda \end{vmatrix} & =0\\ \left ( \left ( 1+2\sqrt{1-a}-\frac{a}{\left ( 1-\sqrt{1-a}\right ) ^{2}}\right ) -\lambda \right ) \left ( -1-\lambda \right ) & =0 \end{align*}

To simplify this, let us pick \(a=\frac{1}{2}\). Hence the point \(\left ( -\sqrt{1-a},1\right ) \) becomes \(\left ( -0.707,1\right ) \). The above becomes\begin{align*} \left ( \left ( 1+2\sqrt{\frac{1}{2}}-\frac{\frac{1}{2}}{\left ( 1-\sqrt{\frac{1}{2}}\right ) ^{2}}\right ) -\lambda \right ) \left ( -1-\lambda \right ) & =0\\ \left ( \lambda +1\right ) \left ( \lambda +\sqrt{2}+2\right ) & =0 \end{align*}

Hence \(\lambda =-1\) and \(\lambda =-\sqrt{2}-2\). So one eigenvalue is negative and also the second is negative. This means this is stable point (positive attraction). Even though we used specific \(a\) value here, this result is value for all \(0<a<1\).

The following table is a summary of the above results, all for \(0<a<1\). To obtain numerical values below for eigenvalues, \(a=\frac{1}{2}\) was used as an example.




critical point eigenvalues type of equilibrium






\(\left ( 0,0\right ) \) \(\lambda _{1}=1,\lambda _{2}=1\) negative attraction, unstable



\(\left ( 1,0\right ) \) \(\lambda =\pm 1\) saddle point, unstable.



\(\left ( 0,1\right ) \) \(\lambda =-\frac{a}{2}\pm \frac{1}{2}\sqrt{a^{2}-4a+4}\) saddle point, unstable.



\(\left ( \sqrt{1-a},1\right ) \) \(\lambda _{1}=-1,\lambda _{2}=\sqrt{2}-2\) positive attraction, stable



\(\left ( -\sqrt{1-a},1\right ) \) \(\lambda _{1}=-1,\lambda _{2}=-\sqrt{2}-2\) positive attraction, stable



For specific value \(a=\frac{1}{2}\) the above table becomes




critical point eigenvalues type of equilibrium






\(\left ( 0,0\right ) \) \(\lambda _{1}=1,\lambda _{2}=1\) negative attraction, unstable



\(\left ( 1,0\right ) \) \(\lambda =\pm 1\) saddle point, unstable.



\(\left ( 0,1\right ) \) \(\lambda _{1}=-1,\lambda _{2}=\frac{1}{2}\) saddle point, unstable.



\(\left ( 0.707,1\right ) \) \(\lambda _{1}=-1,\lambda _{2}=-0.5857\) positive attraction, stable



\(\left ( -0.707,1\right ) \) \(\lambda _{1}=-1,\lambda _{2}=-3.41421\) positive attraction, stable



case \(a>1\)

The critical points for this case from part(1) are\[ \left ( x_{i},y_{i}\right ) =\left \{ \left ( 0,0\right ) ,\left ( 1,0\right ) ,\left ( 0,1\right ) \right \} \] At point \(\left ( 0,0\right ) \) the linearized system \(A\) matrix is the Jacobian above evaluated at this point, which gives\begin{align*} A & =\begin{pmatrix} 1-2x-\frac{ay}{\left ( 1+x\right ) ^{2}} & -\frac{ax}{x+1}\\ 0 & 1-2y \end{pmatrix} \\ & =\begin{pmatrix} 1 & 0\\ 0 & 1 \end{pmatrix} \end{align*}

This is the same as with part 1. Which gives \(\lambda =1\) double root.  Since the eigenvalues are positive, this is unstable critical point.

At point \(\left ( 1,0\right ) \) the linearized system \(A\) matrix is the Jacobian above evaluated at this point, which gives\begin{align*} A & =\begin{pmatrix} 1-2x-\frac{ay}{\left ( 1+x\right ) ^{2}} & -\frac{ax}{x+1}\\ 0 & 1-2y \end{pmatrix} \\ & =\begin{pmatrix} 1 & 0\\ 0 & 1 \end{pmatrix} \end{align*}

This is the same as with part 1. Which gives \(\lambda =1\) double root.  Since the eigenvalues are positive, this is unstable critical point.

At point \(\left ( 1,0\right ) \) the linearized system \(A\) matrix is the Jacobian above evaluated at this point, which gives\begin{align*} A & =\begin{pmatrix} 1-2x-\frac{ay}{\left ( 1+x\right ) ^{2}} & -\frac{ax}{x+1}\\ 0 & 1-2y \end{pmatrix} \\ & =\begin{pmatrix} -1 & -\frac{a}{2}\\ 0 & 1 \end{pmatrix} \end{align*}

This is the same as \(0<a<1\), since \(a\) is not involved and cancels out. Hence \(\lambda =\pm 1\). This means this critical points is a saddle point (unstable) since one eigenvalue is negative and one is negative.

At point \(\left ( 0,1\right ) \) the linearized system \(A\) matrix is the Jacobian above evaluated at this point, which gives\begin{align*} A & =\begin{pmatrix} 1-2x-\frac{ay}{\left ( 1+x\right ) ^{2}} & -\frac{ax}{x+1}\\ 0 & 1-2y \end{pmatrix} \\ & =\begin{pmatrix} 1-a & 0\\ 0 & -1 \end{pmatrix} \end{align*}

From case \(0<a<1\) we found\[ \lambda =-\frac{a}{2}\pm \frac{1}{2}\sqrt{a^{2}-4a+4}\] Let us pick \(a=3\). Hence\begin{align*} \lambda & =-\frac{3}{2}\pm \frac{1}{2}\sqrt{9-12+4}\\ & =-\frac{3}{2}\pm \frac{1}{2}\\ & =-2,-1 \end{align*}

Therefore this is stable. This is different from case \(0<a<1\) where this point was unstable.

The following table is a summary of the above results, all for \(a>1\). To obtain numerical values below for eigenvalues, \(a=3\) was used as an example.




critical point eigenvalues type of equilibrium






\(\left ( 0,0\right ) \) \(\lambda _{1}=1,\lambda _{2}=1\) (same as \(0<a<1\)) negative attraction, unstable



\(\left ( 1,0\right ) \) \(\lambda =\pm 1\) (same as \(0<a<1\)) saddle point, unstable.



\(\left ( 0,1\right ) \) \(\lambda =-\frac{a}{2}\pm \frac{1}{2}\sqrt{a^{2}-4a+4}\) or \(\lambda _{1}=-1,\lambda _{2}=-2\) positive attraction, stable



From the above, we notice that when \(a\) changes from \(0<a<1\) to \(a>1\) then one critical point \(\left ( 0,1\right ) \) switches from being unstable to stable. This implies solution encountered bifurcation value.

2.3.1.3 Part 3

\begin{align*} \dot{x} & =x\left ( 1-x\right ) -\frac{axy}{x+1}\\ \dot{y} & =y\left ( 1-y\right ) \end{align*}

The \(x\) nullclines are the solution of \(x\left ( 1-x\right ) -\frac{axy}{x+1}=0\) and the \(y\) nullclines are solutions of \(y\left ( 1-y\right ) =0\). Therefore \(y\) nullclines are \(y=0\) (which is the \(x\) axis) and \(y=1\). These are both straight lines. To find the \(x\) nullclines\begin{align*} x\left ( 1-x\right ) -\frac{axy}{x+1} & =0\\ x\left ( 1-x\right ) \left ( x+1\right ) -axy & =0\\ x-x^{3}-axy & =0\\ x\left ( 1-x^{2}-ay\right ) & =0 \end{align*}

Hence \(x=0\) (which is the \(y\) axis) and \(x^{2}=1-ay\) are the \(x\) nullclines.



\(x\) nullclines \(y\) nullclines




\(x=0\) \(y=0\)


\(x^{2}=1-ay\) \(y=1\)


The following is a plot of the nullclines for the case of \(0<a<1\), using \(a=\frac{1}{2}\)

pict
Figure 2.28:nullclines for case \(0<a<1\)

pict
Figure 2.29:code used for the above plot

The following is a plot of the nullclines for the case of \(a>1\), using \(a=3\)

pict
Figure 2.30:nullclines for case \(a>1\)

We notice that the case of \(a=1\) is the following

pict
Figure 2.31:nullclines for case \(a>1\)

The following is a phase plot for the case of \(0<a<1\), using \(a=\frac{1}{2}\) with the critical points highlighted. Red dot indicates unstable point and green dot color indicates stable point.

pict
Figure 2.32:Phase plot \(0<a<1\) using \(a=0.5\)

pict
Figure 2.33:Code for the above plot

The following is a phase plot for the case of \(a>1\), using \(a=3.\)

pict
Figure 2.34:Phase plot \(a>1\) using \(a=3\)
2.3.1.4 Part 4

When \(a=1\) the solution of the system changes abruptly. To see this, the following is the two phase plots about side by side, one for \(a=0.99\) and one for \(a=1.01\).

pict
Figure 2.35:Phase plots changes as \(a\) cross over \(1\)

We notice the following. As \(a\) changes from \(0<a<1\) to \(a>1\), the equilibrium point \(\left ( 0,1\right ) \) changes from being unstable to stable (this is in addition to now having 3 equilibrium points instead of 5).  This is exactly what bifurcation is. So \(a=1\) is a bifurcation value. It is a parameter in the system, which cause sudden change in the solution trajectories when its value crosses over some specific value, which is \(1\) in this problem.

2.3.2 Problem 2

   2.3.2.1 Part 1
   2.3.2.2 Part 2
   2.3.2.3 Part 3
   2.3.2.4 Part 4
   2.3.2.5 Part 5

The spread of infectious diseases such as measles, malaria or corona virus may be modeled as nonlinear system of differential equations, the SIR model. In the simplest form of the model, we postulate three disjoint groups: \(S=S(t)\), the population of susceptible individuals, \(I=I(t)\), the infected population, and \(R=R(t)\) the recovered population. We assume for simplicity, that the total population is constant:\[ \frac{d}{dt}\left ( S+I+R\right ) =0 \] The SIR model, in its simplest form, is stated as\begin{align} \dot{S} & =-\beta SI\tag{1}\\ \dot{I} & =\beta SI-\upsilon I\tag{2}\\ \dot{R} & =\upsilon I \tag{3} \end{align}

Where \(\upsilon >0\) and \(\beta >0\) are parameters.

  1. Show that the line \(I=0\) is an equilibrium line.
  2. Find the matrix that results from linearizing the system about \(I=0\).
  3. Calculate the eigenvalues of the resulting matrix.
  4. Find the nullclines of the system.
  5. What can we infer about the prospects of full recovery of the population?

solution

This is a diagram of the SIR model

pict
Figure 2.36:SIR model of infection

Hence total population is \[ N=S+I+R \] Which is a constant (This assumes no death occurs, only infection and recovery). In this model, it is assumed that recovered population \(R\left ( t\right ) \) can not become infected again.

2.3.2.1 Part 1

Critical points are solutions to \begin{align} 0 & =-\beta SI\tag{1A}\\ 0 & =\beta SI-\upsilon I\tag{2A}\\ 0 & =\upsilon I \tag{3A} \end{align}

Eq. (3) shows that, since \(\upsilon \) can not be zero, then \(I=0\) is equilibrium. This says that if there are no infected individuals, then the population \(N\) do not change which is to be expected since \(N=S+I+R\) and hence if \(I=0\) then this implies also that \(R=0\) and hence \(N\) remains constant.

2.3.2.2 Part 2

The Jacobian Matrix is\[ J=\begin{pmatrix} \frac{\partial \dot{S}}{\partial S} & \frac{\partial \dot{S}}{\partial I} & \frac{\partial \dot{S}}{\partial R}\\ \frac{\partial \dot{I}}{\partial S} & \frac{\partial \dot{I}}{\partial I} & \frac{\partial \dot{I}}{\partial R}\\ \frac{\partial \dot{R}}{\partial S} & \frac{\partial \dot{R}}{\partial I} & \frac{\partial \dot{R}}{\partial R}\end{pmatrix} =\begin{pmatrix} -\beta I & -\beta & 0\\ \beta I & \beta S-\upsilon & 0\\ 0 & \upsilon & 0 \end{pmatrix} \] Evaluating the above at \(I=0\) gives\[ A=\begin{pmatrix} 0 & -\beta & 0\\ 0 & \beta S-\upsilon & 0\\ 0 & \upsilon & 0 \end{pmatrix} \]

2.3.2.3 Part 3

To find the eigenvalues \begin{align*} \left \vert A-\lambda I\right \vert & =0\\\begin{vmatrix} -\lambda & -\beta & 0\\ 0 & \left ( \beta S-\upsilon \right ) -\lambda & 0\\ 0 & \upsilon & -\lambda \end{vmatrix} & =0\\ -\lambda \begin{vmatrix} \left ( \beta S-\upsilon \right ) -\lambda & 0\\ \upsilon & -\lambda \end{vmatrix} +\beta \begin{vmatrix} 0 & 0\\ 0 & -\lambda \end{vmatrix} +0 & =0\\ \lambda ^{2}\left ( \beta S-\upsilon -\lambda \right ) & =0 \end{align*}

Hence \(\lambda =0\) (double root) and \(\lambda =\beta S-\upsilon \) are the eigenvalues.

2.3.2.4 Part 4

The \(S\) nullclines are the solution of \(-\beta SI=0\) and the \(I\) nullclines are solutions of \(\beta SI-\upsilon I=0\) and \(R\) nullclines are solutions of \(\upsilon I\)

\(S\) nullclines are therefore \(I=0\) and \(S=0\).

\(I\) nullclines are therefore \(I=0\) and \(S=\frac{\upsilon }{\beta }\).

\(R\) nullclines are \(I=0\).

2.3.2.5 Part 5

To answer this, we need to assume that \(I\left ( 0\right ) \) is not zero. This means initial condition such that some infection exist, otherwise \(S\left ( t\right ) \) will not change.

Since \(\dot{I}=\beta SI-\upsilon I\) then as \(I\) increases (infected population increases) and because \(\upsilon >0\) then the term \(\upsilon I\) becomes more negative. Since \(S\left ( t\right ) \) also at the same time becomes smaller during this process (because more people are infected), then we see that \(\dot{I}\) will eventually starts to decrease as \(I\) increases and this happens when \(\upsilon I\) becomes larger than \(\beta SI\). (This is the peak infection).

This means infected population size eventually decreases as \(I\left ( t\right ) \) passes some peak value. Since population is assumed constant, this implies the recovered population size will also increase and eventually all susceptible population that became infected will recover and infected population will go to zero with time.

2.3.3 Problem 3 (exercise 4.1, page 57)

In exercise 2.3 of chapter 2 we analyzed the existence of periodic solutions in an invariant set of a three-dimensional system. Obtain this result in a more straightforward manner. The following is 2.3 of chapter 2

We are studying the three-dimensional system\begin{align*} \dot{x}_{1} & =x_{1}-x_{1}x_{2}-x_{2}^{3}+x_{3}\left ( x_{1}^{2}+x_{2}^{2}-1-x_{1}+x_{1}x_{2}+x_{2}^{3}\right ) \\ \dot{x}_{2} & =x_{1}-x_{3}\left ( x_{1}-x_{2}+2x_{1}x_{2}\right ) \\ \dot{x}_{3} & =\left ( x_{3}-1\right ) \left ( x_{3}+2x_{3}x_{2}^{2}+x_{3}^{3}\right ) \end{align*}

Consider the invariant set \(x_{3}=1\). Does this set contain periodic solutions?

solution

Writing the above as \begin{align*} \mathbf{\dot{x}} & =\mathbf{F}\left ( x_{1},x_{2},x_{2}\right ) \\\begin{pmatrix} \dot{x}_{1}\\ \dot{x}_{2}\\ \dot{x}_{3}\end{pmatrix} & =\begin{pmatrix} f_{1}\left ( x_{1},x_{2},x_{3}\right ) \\ f_{2}\left ( x_{1},x_{2},x_{3}\right ) \\ f_{3}\left ( x_{1},x_{2},x_{3}\right ) \end{pmatrix} =\begin{pmatrix} x_{1}-x_{1}x_{2}-x_{2}^{3}+x_{3}\left ( x_{1}^{2}+x_{2}^{2}-1-x_{1}+x_{1}x_{2}+x_{2}^{3}\right ) \\ x_{1}-x_{3}\left ( x_{1}-x_{2}+2x_{1}x_{2}\right ) \\ \left ( x_{3}-1\right ) \left ( x_{3}+2x_{3}x_{2}^{2}+x_{3}^{3}\right ) \end{pmatrix} \end{align*}

We now need to set \(x_{3}=1\) before taking the divergence. The above simplifies to\[\begin{pmatrix} \dot{x}_{1}\\ \dot{x}_{2}\\ \dot{x}_{3}\end{pmatrix} =\begin{pmatrix} f_{1}\left ( x_{1},x_{2},x_{3}\right ) \\ f_{2}\left ( x_{1},x_{2},x_{3}\right ) \\ f_{3}\left ( x_{1},x_{2},x_{3}\right ) \end{pmatrix} =\begin{pmatrix} x_{1}-x_{1}x_{2}-x_{2}^{3}+\left ( x_{1}^{2}+x_{2}^{2}-1-x_{1}+x_{1}x_{2}+1\right ) \\ x_{1}-\left ( x_{1}-x_{2}+2x_{1}x_{2}\right ) \\ 0 \end{pmatrix} \] Then using Bendixson’s criterion, periodic solution exist only if divergence of \(\mathbf{F}\left ( x_{1},x_{2},x_{2}\right ) \) changes sign in the domain \(D\) or if the divergence is identically zero. \(D\) is taken as the whole of \(\mathbb{R} ^{3}\). \begin{equation} \nabla \cdot \mathbf{F}\left ( x_{1},x_{2},x_{2}\right ) =\frac{\partial f_{1}}{\partial x_{1}}+\frac{\partial f_{2}}{\partial x_{2}}+\frac{\partial f_{3}}{\partial x_{3}}\tag{1} \end{equation} But \begin{align*} \frac{\partial f_{1}}{\partial x_{1}} & =1-x_{2}+\left ( 2x_{1}-1+x_{2}\right ) =2x_{1}\\ \frac{\partial f_{2}}{\partial x_{2}} & =-\left ( -1+2x_{1}\right ) =1-2x_{1}\\ \frac{\partial f_{3}}{\partial x_{3}} & =0 \end{align*}

Hence (1) now becomes \begin{align*} \nabla \cdot \mathbf{F}\left ( x_{1},x_{2},x_{2}\right ) & =2x_{1}+1-2x_{1}\\ & =1 \end{align*}

Therefore \(\nabla \cdot \mathbf{F}\left ( x_{1},x_{2},x_{2}\right ) \) does not change sign. Therefore no periodic solution exist.

2.3.4 key solution for HW 3

PDF