Math 216 Demonstrations

Australian Opossum T.B. Model

Model Description

In the 1830's the Australian Opossum (which is different from the opossums found in the Americas) was introduced to New Zealand for a planned fur trade. However, as is so often the case with this type of species introduction, in New Zealand the opossums had no natural predators, and their numbers increased rapidly. Today they are found throughout New Zealand and are, in addition, a reservoir for bovine tuberculosis—which they may transfer to livestock.[1]

Our model considers the population of opossums, \(P\), which may be broken into a subpopulation of susceptible opossums, \(S\), and those who are infected, \(I\) (thus, \(P = S + I\)). We assume, following [2], that there are no opossums who recover from T.B.

ODE Model

Following [1] and [2], we consider a simple model for the population \(P\) of opossums and the number of those, \(I\), which have contracted tuberculosis, \[\begin{aligned} P' &= (a - b)P - \alpha I\\ I' &= \beta I(P - I) - (\alpha + b) I. \end{aligned}\] In the first of these \(a\) and \(b\) are the natural birth and death rates, respectively, for opossums (we expect \(a > b\), so that in the absence of other effects the population grows exponentially). The parameter \(\alpha\) is the disease-induced death rate, and \(\beta\) is a parameter giving the infection rate; the term \(\beta I(P - I)\) thus represents the infection of animals, which is proportional to contacts between diseased and non-diseased opossums.

We can recast this by rewriting it in terms of the susceptible population by substituting \(P = S + I\) in these equations, to obtain the alternate system \[\begin{aligned} S' &= (a - b)S + aI - \beta I S\\ I' &= -(\alpha + b)I + \beta I S. \end{aligned}\] Non-dimensionalizing by taking \(S = \frac{a-b}{\beta}\, x\), \(I = \frac{a-b}{\beta}\, y\) and \(t = \frac1{a-b}\,s\) we obtain the simpler system \[\begin{aligned} x' &= x + r y - x y \\ y' &= -c y + x y, \end{aligned}\] where \(r = \frac{a}{a-b}\) and \(c = \frac{\alpha+b}{a-b}\). From [1] we expect \(a \approx 1.8 b\), so that \(r \approx \frac94\).

There are two equilibrum solutions for this system, \((x,y) = (0,0)\) and \((x,y) = (c, 4c/(4c -9))\). Linearizing around these by taking \((x,y) = (x_{eq},y_{eq}) + (u,v)\), we have the linear systems \[ \begin{aligned} u' &= u + r v\\ v' &= -c v \end{aligned} \qquad\mbox{and}\qquad \begin{aligned} u' &= -\frac{9}{4c-9}\, u - \frac{4c-9}{9}\, v\\ v' &= \frac{4c}{4c-9}\,u \end{aligned}.\]

In this demonstrations we show the eigenvalues and vectors and graph phase portraits for these. If \(c = 3\) we have the relatively nice eigenvalues and vectors \(\lambda = -\frac32 \pm i\frac{\sqrt{3}}2\), \(\mathbf{v} = \begin{pmatrix} -3\pm i\sqrt3\\ 8\end{pmatrix}\) at the non-zero equilibrium point (and \(\lambda_{1,2} = 1, -3\); \(\mathbf{v}_{1,2} = \begin{pmatrix} 1\\ 0\end{pmatrix}, \begin{pmatrix} -9\\ 16\end{pmatrix}\) at \((0,0)\)).

Matlab Demos

Our demonstrations here show the solutions near each equilibrium solution, and those solutions in the full phase plane.

Looking at the Model

Some questions that may be worth considering:

References

  1. Wake, G (Winter 1995). "Percy Possum Plunders." CODEE Newsletter. The Community of Ordinary Differential Equations Educators, http://www.codee.org/.
  2. Louie, K., Roberts, M.G., and G.C. Wake (1993). "Thresholds and Stability Analysis of Models for the Spatial Spread of a Fatal Disease." IMA Journal for Mathematics Applied to Medicine and Biology. 10:207-226.
UMMath Math 216 Lecture Demos: 6_2Opossums
Last Modified: 13:30 EDT 11/01/2012
Creative Commons License
(c)2012 Regents of the University of Michigan
This work is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.