Math Insight

Elementary discrete dynamical systems biology problems, part 2

Name:
Group members:
Section:
  1. A population of dolphins would be increasing at the rate of $a$ per year, except that due to a scarcity of fish, there is only enough food to support $C$ dolphins. Therefore, if $d_t$ is the number of dolphins in year $t$, the population evolves according to the dynamical system \begin{align*} d_{t+1} - d_{t} = a d_t\left(1 - \frac{ d_t}{ C }\right). \end{align*}
    1. Calculate the equilibria of the dynamical system.
    2. If $a = 1.4$, determine the stability of the equilibria.
    3. If $a = 1.4$, $C = 360$, and the initial population is $d_0=40$, what will happen to the population after a long time?
    4. If $a = 2.2$, determine the stability of the equilibria.
    5. For what range of $a$ is there a stable nonzero equilibrium?

  2. A population of mice is growing out of control, so that each year the number of mice is increasing by 380%. In attempt to limit the population, each year a number of mice is killed that is proportional to the square of the population. If $m_t$ is the number of mice in year $t$, the population follows the dynamical system \begin{align*} m_{t+1}=4.8 m_t - b m_t^2 \end{align*} where $b$ is a positive parameter that determines the amount of harvesting.
    1. Find the equilibria of this system.
    2. Calculate the stability of the equilibria.
    3. How does the stability of the equilibria depend on the parameter $b$?
    4. Will this strategy succeed in bringing the number of mice to a stable small population?

  3. A population of mice would be increasing at the rate of 30% per year, except that due to a scarcity of cheese, there is only enough food to support 610 mice. Therefore, if $m_t$ is the number of mice in year $t$, the population evolves according to the dynamical system \begin{align*} m_{t+1} - m_{t} = 0.3 m_t\left(1 - \frac{ m_t}{ 610 }\right). \end{align*}

    Calculate the equilibria of the dynamical system and their stability. If the initial population is $m_0=20$, what will happen to the population after a long time?

  4. Let $x_n$ be the number of fish in generation $n$ in a lake. We'll model the evolution of the fish using Ricker's model of the form \begin{align*} x_{n+1} = 3 x_{n} e^{- \frac{x_{n}}{8}} \end{align*}

    The equilibria of this model are $x_n=0$ and $x_n= 8 \ln{\left (3 \right )}$. The function $g(x)=3 x e^{- \frac{x}{8}}$ and the diagonal are plotted below.

    1. Calculate the stability of the equilibria using calculus.
    2. Confirm the stability through cobwebbing the above graph.

  5. A population of squirrels is growing exponentially so that in each year the population increases by 160%. In order to keep the population from exploding, a number of squirrels is harvested annually that is proportional to the square of the population. If $s_t$ is the number of squirrels in year $t$, the population follows the dynamical system \begin{align*} s_{t+1}=2.6 s_t - k s_t^2 \end{align*} where $k$ is a positive parameter that determines the amount of harvesting.
    1. Find the equilibria of this system.
    2. Calculate the stability of the equilibria.
    3. How does the stability of the equilibria depend on the parameter $k$?
    4. For what value of $k$ is there a stable equilibrium of 840 squirrels?