Problem 21
Question
For each of the following systems, find an equilibrium point which has both coordinates positive, if there is one, and determine whether it is stable. $$ \begin{array}{lll} \text { a. } & x_{n+1}=x_{n}+0.7 x_{n}\left(1-0.5 y_{n}-x_{n}\right) & y_{n+1}=y_{n}+0.3 y_{n}\left(1-0.2 x_{n}-y_{n}\right) \\ \text { b. } & x_{n+1}=x_{n}+0.7 x_{n}\left(1-0.8 y_{n}-x_{n}\right) & y_{n+1}=y_{n}+0.3 y_{n}\left(1-0.5 x_{n}-y_{n}\right) \\ \text { c. } & x_{n+1}=x_{n}+1.2 x_{n}\left(1-0.9 y_{n}-x_{n}\right) & y_{n+1}=y_{n}+0.8 y_{n}\left(1-0.2 x_{n}-y_{n}\right) \\ \text { d. } & x_{n+1}=x_{n}+1.8 x_{n}\left(1-1.2 y_{n}-x_{n}\right) & y_{n+1}=y_{n}+1.2 y_{n}\left(1-0.5 x_{n}-y_{n}\right) \\ \text { e. } & x_{n+1}=x_{n}+1.4 x_{n}\left(1-1.0 y_{n}-x_{n}\right) & y_{n+1}=y_{n}+0.8 y_{n}\left(1-0.5 x_{n}-y_{n}\right) \\ \text { f. } & x_{n+1}=x_{n}+1.4 x_{n}\left(1-0.9 y_{n}-x_{n}\right) & y_{n+1}=y_{n}+0.8 y_{n}\left(1-0.5 x_{n}-y_{n}\right) \end{array} $$
Step-by-Step Solution
VerifiedKey Concepts
System of Equations
- For the first variable: \( x_{n+1} = x_{n} + A x_{n}(1 - By_{n} - x_{n}) \)
- For the second variable: \( y_{n+1} = y_{n} + C y_{n}(1 - Dx_{n} - y_{n}) \)
To find equilibrium points, one must identify values of these variables where the system remains constant. This means setting the change to zero, i.e., solving:
- \( A x_{n}(1 - By_{n} - x_{n}) = 0 \)
- \( C y_{n}(1 - Dx_{n} - y_{n}) = 0 \)
Identifying positive equilibria, where both \( x \) and \( y \) values are positive, often involves further refining the solutions obtained.
Stability Analysis
In our exercise, after finding an equilibrium point, we perform stability analysis to determine its nature. We do this by examining the behavior of the system in the vicinity of the equilibrium. Specifically, this involves linearizing the system near the equilibrium point. Linearization means approximating the system by a linear one, which is much easier to analyze.
For a discrete-time system, like the one we are studying, stability is determined by looking at the eigenvalues of the linearized system. If all eigenvalues have absolute values less than one, the system is stable at that point. Conversely, if any eigenvalue has an absolute value greater than or equal to one, the system may just be unstable there.
Hence, stability analysis involves:
- Laying out the recurrence relationships near the equilibrium.
- Deriving a simplified form of the system through linear equations.
- Calculating the eigenvalues and determining their magnitudes.
Jacobian Matrix
For our exercise, the Jacobian Matrix is crucial for performing the stability analysis around an equilibrium point. The system of equations we are considering transforms into a linear system when expressed using the Jacobian.
The Jacobian Matrix for our system is constructed as follows:
- It embodies partial derivatives of the functions that describe the system's evolution.
- For a system \((x, y)\), the Jacobian \( J \) is a 2x2 matrix, where each element is a partial derivative of each equation with respect to \( x \) and \( y \).
- For instance, if \( f(x, y) \) represents the rate of change for \( x \) and \( g(x, y) \) for \( y \), then:\[J = \begin{bmatrix}\frac{\partial f}{\partial x} & \frac{\partial f}{\partial y} \\frac{\partial g}{\partial x} & \frac{\partial g}{\partial y}\end{bmatrix}\]