Problem 27
Question
Competition-colonization models In Exercise 7.Review.23 a metapopulation model for two species was introduced. The equations were $$\begin{aligned} \frac{d p_{1}}{d t} &=c_{1} p_{1}\left(1-p_{1}\right)-m_{1} p_{1} \\ \frac{d p_{2}}{d t} &=c_{2} p_{2}\left(1-p_{1}-p_{2}\right)-m_{2} p_{2}-c_{1} p_{1} p_{2} \end{aligned}$$ $$\begin{array}{l}{\text { where } p_{i} \text { is the fraction of patches occupied by species } i} \\ {\text { and } c_{i} \text { and } m_{i} \text { are the species-specific rates of colonization }} \\ {\text { and extinction of patches, respectively. These equations }} \\ {\text { assume that any patch has at most one species, and spe- }} \\ {\text { cies } 2 \text { patches can be taken over by species } 1, \text { but not vice }} \\ {\text { versa. }}\end{array}$$ $$\begin{array}{l}{\text { (a) Suppose that } m_{1}=m_{2}=3, c_{1}=5, \text { and } c_{2}=30 . \text { Find }} \\ {\text { all equilibria. }} \\ {\text { (b) Calculate the Jacobian matrix. }}\end{array}$$ $$\begin{array}{l}{\text { (c) Determine the local stability properties of each equilib- }} \\ {\text { rium found in part (a) using the Jacobian from part (b). }} \\ {\text { (d) Are the species predicted to be able to coexist at a stable }} \\ {\text { equilibrium? }}\end{array}$$
Step-by-Step Solution
VerifiedKey Concepts
Differential Equations
For species 1, the change in its occupied patch fraction over time is represented by the equation \( \frac{d p_1}{d t} = c_1 p_1(1 - p_1) - m_1 p_1 \). This expression considers the colonization rate \( c_1 \) and the extinction rate \( m_1 \) of species 1. The term \( c_1 p_1(1 - p_1) \) shows growth potential, assuming more patches can be colonized until all patches are filled (hence \( 1 - p_1 \)).
- Colonization contributes positively to the fraction occupied as it increases the occupied patches.
- Extinction reduces it as some occupied patches become unoccupied over time.
Species 2’s equation \( \frac{d p_2}{d t} = c_2 p_2(1 - p_1 - p_2) - m_2 p_2 - c_1 p_1 p_2 \) is more complex due to the added factor \( c_1 p_1 p_2 \), which represents competitive displacement by species 1, making it different from species 1's equation. Here, the dynamics consider not only its colonization and extinction but also the impact of being displaced by species 1.
Species Coexistence
To understand coexistence, we set the rates of change \( \frac{d p_1}{d t} \) and \( \frac{d p_2}{d t} \) to zero, looking for steady states where no net change occurs over time. These states are called equilibria.
- An equilibrium like \((0, 0)\) means neither species occupies any patches.
- \((1, 0)\) shows species 1 fully occupying patches, with species 2 absent.
- \((0, \frac{9}{10})\) indicates species 2 mostly occupies patches with species 1 absent.
The goal of analyzing these equilibria is to determine under what conditions both species can persist. However, the analysis shows that all equilibria are unstable or saddle points, indicating that coexistence through stable equilibrium isn't achieved in the given conditions.
Equilibrium Stability
In the competition-colonization model, once we identify potential equilibria like \((0, 0)\), \((1, 0)\), and \((0, \frac{9}{10})\), we analyze stability by calculating the Jacobian matrix and determining its eigenvalues at these points.
If an eigenvalue is positive, then the equilibrium is unstable; small changes can cause the population to move away from the equilibrium. If all eigenvalues are negative, the equilibrium is stable, meaning it returns to the point after disturbances. However, finding an equilibrium to be a saddle point (mixed signs in eigenvalues) implies that stability is conditional, often leading to instability under general conditions. This analysis in the problem shows that no stable coexisting equilibrium exists for the given species, highlighting the instability of the arrangements.
Jacobian Matrix
The Jacobian of our system is:
\[J = \begin{bmatrix}\frac{\partial}{\partial p_1} \left[ 2p_1(1 - p_1) \right] & \frac{\partial}{\partial p_2} \left[ 2p_1(1 - p_1) \right] \\frac{\partial}{\partial p_1} \left[ (27 - 5p_1)p_2 - 30p_2^2 \right] & \frac{\partial}{\partial p_2} \left[ (27 - 5p_1)p_2 - 30p_2^2 \right]\end{bmatrix}\]
This matrix is used to evaluate stability by examining eigenvalues. Negative eigenvalues suggest the system returns to an equilibrium point after a disturbance, indicating stability. Conversely, positive eigenvalues mean any disturbance might lead to an increase or decrease, moving the system away from equilibrium, showing instability.
- A key strategy is classifying the nature of equilibria based on the Jacobian.
- It provides insight into long-term behaviors and potential coexistence or dominance scenarios in the metapopulation.
For the given problem, the calculations revealed conditions under which the species could not stably coexist, with the Jacobian matrix's eigenvalues confirming the instability at potential equilibria points.