Problem 11
Question
Classify (if possible) each critical point of the given plane autonomous system as a stable node, a stable spiral point, an unstable spiral point, an unstable node, or a saddle point. $$ \begin{aligned} &x^{\prime}=1-2 x y \\ &y^{\prime}=2 x y-y \end{aligned} $$
Step-by-Step Solution
Verified Answer
Critical points: (0,0) is a stable saddle-type; (1,0) is a source (unstable point).
1Step 1: Identify the Critical Points
To find the critical points, solve the system by setting \( x' = 0 \) and \( y' = 0 \). This gives us the equations: \( 1 - 2xy = 0 \) and \( 2xy - y = 0 \). Solving these simultaneously, we find the critical points are \( (0, 0) \) and \( (1, 0) \).
2Step 2: Find the Jacobian Matrix
The Jacobian matrix \( J \) of the system at a point \( (x, y) \) is given by evaluating the partial derivatives: \[ J = \begin{bmatrix} \frac{\partial x'}{\partial x} & \frac{\partial x'}{\partial y} \ \frac{\partial y'}{\partial x} & \frac{\partial y'}{\partial y} \end{bmatrix} = \begin{bmatrix} 0 & -2x \ 2y & 2x-1 \end{bmatrix} \].
3Step 3: Evaluate Jacobian at Critical Point (0,0)
Substitute \( (0, 0) \) into the Jacobian matrix.\[ J(0, 0) = \begin{bmatrix} 0 & 0 \ 0 & -1 \end{bmatrix} \].\ The eigenvalues of this matrix are \( \lambda_1 = 0 \) and \( \lambda_2 = -1 \). Since one eigenvalue is zero and the other is negative, this suggests a non-isolated critical point, potentially a line of equilibria, but more analysis could suggest a stability akin to stable saddle.
4Step 4: Evaluate Jacobian at Critical Point (1,0)
Substitute \( (1, 0) \) into the Jacobian matrix.\[ J(1, 0) = \begin{bmatrix} 0 & -2 \ 0 & 1 \end{bmatrix} \].\ The eigenvalues of this matrix are \( \lambda_1 = 1 \) and \( \lambda_2 = 0 \). The positive eigenvalue indicates that this critical point is unstable, suggesting a direction of flow from the point.
Key Concepts
Critical PointsJacobian MatrixStability Analysis
Critical Points
Critical points of a system occur where the system experiences no change, meaning both derivatives (in our case, both \( x' \) and \( y' \)) are zero. These points can inform us about the nature of the system’s behavior at specific locations and are important for determining stability.
To find the critical points of a two-equation system, set each derivative equation to zero and solve. In our example:
To find the critical points of a two-equation system, set each derivative equation to zero and solve. In our example:
- For \( x' = 1 - 2xy \), set \( 1 - 2xy = 0 \). For \( y' = 2xy - y \), set \( 2xy - y = 0 \).
Jacobian Matrix
The Jacobian Matrix is a crucial component in analyzing the behavior around critical points in a dynamic system. It is composed of the first order partial derivatives of the system's functions. Essentially, it helps reveal how changes in the system’s state variables impact its future behavior.
For the given autonomous system:
For the given autonomous system:
- The Jacobian matrix \( J \) is expressed as follows: \[ J = \begin{bmatrix} \frac{\partial x'}{\partial x} & \frac{\partial x'}{\partial y} \ \frac{\partial y'}{\partial x} & \frac{\partial y'}{\partial y} \end{bmatrix} = \begin{bmatrix} 0 & -2x \ 2y & 2x - 1 \end{bmatrix} \]
Stability Analysis
Stability analysis uses the Jacobian matrix evaluated at the critical points to decipher the type and stability of those points. The eigenvalues of the Jacobian tell us if a point is stable, unstable, or something more complex like a saddle point.
Let’s discuss our critical points:
Let’s discuss our critical points:
- For \((0, 0)\), substituting into the Jacobian yields \( J(0, 0) = \begin{bmatrix} 0 & 0 \ 0 & -1 \end{bmatrix} \). The eigenvalues are \( \lambda_1 = 0 \) and \( \lambda_2 = -1 \). A zero eigenvalue suggests non-isolated stability possibly indicating a continuum of rest points or potentially stable saddle point behavior.
- For \((1, 0)\), the matrix is \( J(1, 0) = \begin{bmatrix} 0 & -2 \ 0 & 1 \end{bmatrix} \), with eigenvalues \( \lambda_1 = 1 \) and \( \lambda_2 = 0 \). A positive eigenvalue indicates instability, showing a direction of flow away from the point.
Other exercises in this chapter
Problem 11
Solve the following nonlinear plane autonomous system by switching to polar coordinates, and describe the geometric behavior of the solution that satisfies the
View solution Problem 11
Show that the plane autonomous system $$ \begin{aligned} &x^{\prime}=x\left(1-x^{2}-3 y^{2}\right) \\ &y^{\prime}=y\left(3-x^{2}-3 y^{2}\right) \end{aligned} $$
View solution Problem 11
Classify the critical point \((0,0)\) of the given linear system by computing the trace \(\tau\) and determinant \(\Delta\) and using Figure 11.2.12. $$ \begin{
View solution Problem 11
Find all critical points of the given plane autonomous system. $$ \begin{aligned} &x^{\prime}=x\left(10-x-\frac{1}{2} y\right) \\ &y^{\prime}=y(16-y-x) \end{ali
View solution