Problem 58

Question

We consider differential equations of the form \(\frac{d x}{d t}=A x(t)\) where \(A=\left[\begin{array}{ll}a_{11} & a_{12} \\ a_{21} & a_{22}\end{array}\right]\) Analyze the stability of the equilibrium \(\mathbf{( 0 , 0 ) , \text { and classify the }}\) equilibrium. \(A=\left[\begin{array}{ll}-2 & 2 \\ -4 & 3\end{array}\right]\)

Step-by-Step Solution

Verified
Answer
The equilibrium is a saddle point, indicating instability.
1Step 1: Define the System
The given system is described by the differential equation \(\frac{d \mathbf{x}}{dt} = A \mathbf{x}(t)\), where \( A = \begin{bmatrix} -2 & 2 \ -4 & 3 \end{bmatrix} \). The vector \( \mathbf{x}(t) \) represents the system state, here given as \( \mathbf{x} = \begin{bmatrix} x_1(t) \ x_2(t) \end{bmatrix} \). We need to analyze the stability of the equilibrium at \( (0, 0) \).
2Step 2: Find the Eigenvalues of A
The stability can be determined by analyzing the eigenvalues of matrix \( A \). We find the eigenvalues \( \lambda \) by solving the characteristic equation \( \det(A - \lambda I) = 0 \), where \( I \) is the identity matrix. Thus, we form the matrix \( A - \lambda I = \begin{bmatrix} -2 - \lambda & 2 \ -4 & 3 - \lambda \end{bmatrix} \), and calculate its determinant: \[ \det(A - \lambda I) = (-2 - \lambda)(3 - \lambda) - (-4)(2) \] \[ = \lambda^2 - \lambda - 2 \] Set the equation to zero: \( \lambda^2 - \lambda - 2 = 0 \).
3Step 3: Solve the Characteristic Polynomial
We solve the quadratic equation \( \lambda^2 - \lambda - 2 = 0 \) using the quadratic formula \( \lambda = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \), where \( a = 1, b = -1, c = -2 \). Substituting these values, we have: \[ \lambda = \frac{1 \pm \sqrt{1 + 8}}{2} = \frac{1 \pm 3}{2} \] Thus, the eigenvalues are \( \lambda_1 = 2 \) and \( \lambda_2 = -1 \).
4Step 4: Analyze Stability Using Eigenvalues
The stability of the equilibrium is determined by the signs of the real parts of the eigenvalues. If all eigenvalues have negative real parts, the equilibrium at \( (0,0) \) is stable. In this case, one eigenvalue is positive (\(\lambda_1 = 2\)) and one is negative (\(\lambda_2 = -1\)). This indicates that the system has a saddle point.
5Step 5: Classify the Equilibrium
Given that we have a positive and a negative eigenvalue, the equilibrium point \( (0, 0) \) is classified as a saddle point. A saddle point is stable along some directions and unstable along others, indicating that nearby trajectories will diverge away from the equilibrium along at least one direction.

Key Concepts

Eigenvalues in Differential EquationsStability Analysis of EquilibriumUnderstanding Saddle Points
Eigenvalues in Differential Equations
When dealing with differential equations, especially those of the form \( \frac{d \mathbf{x}}{dt} = A \mathbf{x}(t) \), understanding eigenvalues becomes crucial. Eigenvalues are numbers that provide insights into the behavior of the system. They are derived by solving the characteristic equation \( \det(A - \lambda I) = 0 \).
  • Here, \( A \) is the system matrix, and \( \lambda \) represents the eigenvalues.
  • The identity matrix \( I \) is used to construct the matrix \( A - \lambda I \).
  • The determinant of \( A - \lambda I \) gives us a polynomial equation.
By solving this polynomial equation, we can determine the eigenvalues \( \lambda \). For example, in the system matrix \( A = \begin{bmatrix} -2 & 2 \ -4 & 3 \end{bmatrix} \), solving its characteristic equation yields the eigenvalues \( \lambda_1 = 2 \) and \( \lambda_2 = -1 \). These values are essential for determining the system's stability.
Stability Analysis of Equilibrium
Stability analysis helps us understand how a system behaves over time, especially as it approaches equilibrium points. For linear systems, the stability of an equilibrium point can be inferred directly from the eigenvalues of the system matrix \( A \).
  • If all eigenvalues have negative real parts, the system is stable (trajectories converge to the equilibrium).
  • If at least one eigenvalue has a positive real part, the system is unstable (trajectories diverge from the equilibrium).
  • If eigenvalues have zero real parts, we need further analysis to determine stability.
In our example, the matrix \( A \) resulted in eigenvalues \( \lambda_1 = 2 \) and \( \lambda_2 = -1 \). Since \( \lambda_1 \) is positive, the system cannot be stable. This differentiation enables us to predict how an initial state will evolve over time. A mix of positive and negative eigenvalues often points to a special kind of point known as a saddle point.
Understanding Saddle Points
Saddle points are fascinating aspects of stability in differential equations. They occur when an equilibrium has both stable and unstable directions. This happens when the eigenvalues are of mixed signs.
  • A mixed-sign situation indicates that trajectories move towards the equilibrium in one direction and away in another.
  • Saddle points are classified as 'unstable' because some trajectories can diverge.
  • They represent a kind of balance, being stable in some directions but not in others.
In the case of the equilibrium at \( (0,0) \) analyzed earlier, we determined it is a saddle point due to the presence of one positive eigenvalue (\( \lambda_1 = 2 \)) and one negative eigenvalue (\( \lambda_2 = -1 \)). Saddle points highlight the complex nature of dynamical systems, showing that not all aspects of a system's behavior are immediately intuitive.