An Application: Can cats control a rat population?

Now that we understand a little bit about stability, let's look at an example to see how it might arise. The town of Hamlin has a rat problem. The rats are growing in an explosive, uncontrolled fashion. Rather than a pied piper, the mayor decides to get some cats to control the population. Will this strategy work?

Well, of course, we think it should work if we have enough cats, but this simple question demonstrates the way in which differential equations and stability of equilibrium solutions can be used to understand an issue.


Growth of the rat population

We are told that the rat population is growing in an uncontrolled fashion. A good way to think about this is to suppose that the rate at which the rats are reproducing is proportional to the rat population. That is, if we call $  y(t)  $ the number of rats, then the birth rate of rats is given by $  B(y) = ry  $ where r is some positive constant which represents the number of births per capita per unit time.


The Predation Rate

The other issue is the rate at which the cats eat the rats---we call this the predation rate. It is a bit more interesting to model than the birth rate of the rats because there are several ways to think about it. In fact, three different ways have been proposed by Hollings in the paper The Components of Predation as Revealed by a Study of Small Mammal Predation of the European Pine Sawfly, Canadian Entomology 91: 283-320. Let's take a minute to describe each of the models and then we will choose one to apply to our problem.

We will use $  P(y)  $ to denote the predation rate---the number of rats consumed per unit time.

  1. Hollings Type I Response: This is the simplest possible model. It simply says that the more rats there are, the more the cats eat. In other words, the predation rate is proportional to the rat population:

    \[  P(y) = py  \]

    where p is some positive constant.

  2. Hollings Type II Response: Let's add a new feature to the model above. Realistically, if there are lots of rats, each cat can only eat so many of them. After a while, they become satiated and go to sleep. This means that for large numbers of rats, the predation rate should level off.

    \[  P(y) = P_{max}\frac{y}{a+y}  \]

    where $  P_{max}  $ and a are positive constants.

  3. Hollings Type III Response: Let's add another new feature. If the population of rats is very low, the cats may have a hard time finding any before they can catch them. This makes there hunting efficiency very low. One way to describe this is:

    \[  P(y) = P_{max}\frac{y^2}{a^2+y^2}  \]

    where again $  P_{max}  $ and a are positive constants.


Setting up the Model

We will now set up the model for how the rat population behaves assuming the Hollings Type II Response applies. Of course, this is an assumption which would require serious scrutiny were we actually the mayor of Hamlin. However, since we are just pretending, we will not question the assumption. It should be said, however, that this model is useful in many other areas such as chemistry and biochemistry.

Before we begin, let's study the predation rate a bit more carefully. We will take

\[ 
P(y) = P_{max} \frac{y}{a+y} 
 \]

What is the meaning of these different terms? Notice that:

Putting all this together, we can deduce that the graph is as shown below. The function always increases and the constant a is controlling how fast the function increases. Also, for very large values of the population, the predation rate stabilizes around $  P_{max}  $ .

Now the changes in the rat population are governed by new births and the predation by cats. That is, the rate of change of the rat population is the difference in the birth rate minus the predation rate. This means that

\[ \frac{dy}{dt} = ry - P(y) = ry - P_{max} \frac{y}{a+y} 
 \]

To understand this differential equation, we would like to understand its equilibrium solutions and whether they are stable or unstable.

Let's first look for equilibrium solutions. This means:

\[  \frac{dy}{dt} = ry - P_{max}\frac{y}{a+y} = y(r - \frac{P_{max}}{a+y})= 0 
 \]

In other words, $  \bar{y} = 0  $ is an equilibrium solution. Also, when

\[  
r - \frac{P_{max}}{a+y} = 0 
 \]

we have an equilibrium solution. This happens when $  r = \frac{P_{max}}{a+y}  $ or $  r(a+y) = P_{max}  $ which means that

\[  \bar{y} = \frac{P_{max}}{r} - a 
 \]

is an equilibrium solution. Still some care is needed here: remember that only positive values for the population make sense. This is, this equilibrium solution really only makes sense when $  \frac{P_{max}}{r} - a > 0 $ or $  \frac{P_{max}}{a} > r  $ . This will give us two cases to work with depending on whether this condition holds or not.