Problem 7
Question
For the following systems, find all of the equilibrium points \(\left(x_{e}, y_{e}\right)\). a. For each equilibrium point with \(x_{e}>0\) and \(y_{e}>0,\) determine the stability of the system at that equilibrium point. b. Draw a phase plane and in each region of the phase plane bounded by null lines, draw a vector pointing from a point \(\left(x_{n}, y_{n}\right)\) toward \(\left(x_{n+1}, y_{n+1}\right)\). \(\begin{aligned} \text { a. } & x_{n+1}-x_{n}=0.1 * x_{n} *\left(1-0.5 y_{n}-x_{n}\right) \\ & y_{n+1}-y_{n}=0.05 * y_{n} *\left(1+0.2 x_{n}-y_{n}\right) \\ \text { b. } & x_{n+1}-x_{n}=0.05 * x_{n} *\left(1-0.2 y_{n}-x_{n}\right) \\ & y_{n+1}-y_{n}=0.1 * y_{n} *\left(1-0.5 x_{n}-y_{n}\right) \\ \text { c. } \quad & x_{n+1}-x_{n}=0.2 * x_{n} *\left(1+0.4 y_{n}-x_{n}\right) \\ & y_{n+1}-y_{n}=0.4 * y_{n} *\left(1+0.8 x_{n}-y_{n}\right) \\ \text { d. } \quad & x_{n+1}-x_{n}=0.05 * x_{n} *\left(1-0.2 y_{n}-x_{n}\right) \\ & y_{n+1}-y_{n}=0.1 * y_{n} *\left(1-y_{n}\right) \end{aligned}\)
Step-by-Step Solution
VerifiedKey Concepts
Phase Plane Analysis
In a phase plane, each axis represents one of the state variables, often named as \( x \) and \( y \). By plotting nullclines—curves where either \( \dot{x} = 0 \) or \( \dot{y} = 0 \)—we can identify regions within the plane where the direction of movement changes. Each point in this plane can be visualized as a vector whose direction and magnitude describe the rate and direction of change at that particular point.
To create meaningful insights, one must:
- Identify equilibrium points where the system does not change—where the derivatives \( \frac{dx}{dt} = 0 \) and \( \frac{dy}{dt} = 0 \).
- Draw vectors indicating the system's tendency to move away or towards these points within different regions of the plotted plane.
- Analyze trajectories showing long-term behavior of the system from various starting points.
Stability Analysis
Conversely, it is unstable if small disturbances from the point lead to trajectories that diverge further from the equilibrium. Stability is rigorously analyzed by examining the nature of the eigenvalues of the system's Jacobian matrix.
Here are the steps for analyzing stability:
- Compute the Jacobian matrix at an equilibrium point. This involves taking partial derivatives of the system's equations.
- Determine the eigenvalues of this Jacobian matrix.
- Judge stability based on these eigenvalues:
- If all eigenvalues have negative real parts, the equilibrium is locally stable (as disturbances lead to decay back to equilibrium).
- If any eigenvalue has a positive real part, the equilibrium is unstable (as disturbances grow).
- If eigenvalues have zero real parts, further analysis is required as this can indicate a center or other complex dynamical behavior.
Jacobian Matrix
It is a matrix of all first-order partial derivatives of a vector-valued function, giving us insights into how changes in input affect the outputnear a given point.
In the context of stability analysis:
- Construct the Jacobian matrix by computing partial derivatives \( \frac{\partial f}{\partial x} \), \( \frac{\partial f}{\partial y} \), \( \frac{\partial g}{\partial x} \), and \( \frac{\partial g}{\partial y} \) for functions describing the system, where \( f \) and \( g \) are the components of the dynamic system.
- The resulting matrix provides a linear approximation of the system near equilibrium points.
- This linearized model is used to determine the system’s response to small perturbations through its eigenvalues—which represent the expansion or contraction rates along each dimension.