Problem 11
Question
Solving $$\begin{array}{l} x(20-0.4 x-0.3 y)=0 \\ y(10-0.1 y-0.3 x)=0 \end{array}$$ we see that critical points are \((0,0),(0,100),(50,0),\) and \((20,40) .\) The Jacobian matrix is $$\mathbf{g}^{\prime}(\mathbf{X})=\left(\begin{array}{cc} 0.08(20-0.8 x-0.3 y) & -0.024 x \\ -0.018 y & 0.06(10-0.2 y-0.3 x) \end{array}\right)$$ and so $$\begin{array}{ll} \mathbf{A}_{1}=\mathbf{g}^{\prime}((0,0))=\left(\begin{array}{cc} 1.6 & 0 \\ 0 & 0.6 \end{array}\right) & \mathbf{A}_{2}=\mathbf{g}^{\prime}((0,100))=\left(\begin{array}{cc} -0.8 & 0 \\ -1.8 & -0.6 \end{array}\right) \\ \mathbf{A}_{3}=\mathbf{g}^{\prime}((50,0))=\left(\begin{array}{cc} -1.6 & -1.2 \\ 0 & -0.3 \end{array}\right) & \mathbf{A}_{4}=\mathbf{g}^{\prime}((20,40))=\left(\begin{array}{cc} -0.64 & -0.48 \\ -0.72 & -0.24 \end{array}\right) \end{array}$$ since \(\operatorname{det}\left(\mathbf{A}_{1}\right)=\Delta_{1}=0.96>0, \tau=2.2>0,\) and \(\tau_{1}^{2}-4 \Delta_{1}=1 >0,\) we see that (0,0) is an unstable node. since \(\operatorname{det}\left(\mathbf{A}_{2}\right)=\Delta_{2}=0.48>0, \tau=-1.4<0,\) and \(\tau_{2}^{2}-4 \Delta_{2}=0.04 >0,\) we see that (0,100) is a stable node. since \(\operatorname{det}\left(\mathbf{A}_{3}\right)=\Delta_{3}=0.48>0, \tau=-1.9<0,\) and \(\tau_{3}^{2}-4 \Delta_{3}=1.69 >0,\) we see that (50,0) is a stable node. since \(\operatorname{det}\left(\mathbf{A}_{4}\right)=-0.192< 0\) we see that (20,40) is a saddle point.
Step-by-Step Solution
VerifiedKey Concepts
Jacobian Matrix
In our case, the Jacobian matrix is denoted as \(\mathbf{g}^{\prime}(\mathbf{X})\). The matrix contains the derivatives of the given system equations with respect to the variables, calculated at various critical points. By evaluating the Jacobian at critical points, we can determine how small perturbations grow or shrink, which is crucial to the stability of dynamical systems.
The Jacobian helps predict whether a given critical point acts as a node or a saddle and if it is stable or unstable. For example, at point \((0,0)\), the Jacobian is \(\begin{pmatrix} 1.6 & 0 \ 0 & 0.6 \end{pmatrix}\), providing the information needed to assess stability tendencies there.
Critical Points
For the equations \(x(20 - 0.4x - 0.3y) = 0\) and \(y(10 - 0.1y - 0.3x) = 0\), setting these equal to zero allows us to find potential values of \(x\) and \(y\) where the system is in equilibrium. This results in the critical points: \((0,0)\), \((0,100)\), \((50,0)\), and \((20,40)\).
Understanding and identifying these points helps us assess how the system behaves near these values and determine overall system stability.
Eigenvalue Method
By examining the eigenvalues, we can determine the nature of each critical point. The determinant of the Jacobian \(\Delta\) and the trace \(\tau\) are used in the classification. For instance, when \(\Delta > 0\) and \(\tau^2 - 4\Delta > 0\), the system is stable at that point. Conversely, if \(\tau > 0\), it indicates instability.
This method is invaluable because it translates the problem into a linear algebra one, providing insight into system stability through mere matrix calculations.
Saddle Point
Mathematically, a saddle point is identified by a Jacobian matrix with a determinant \(\Delta\) less than zero. This indicates that the system neither purely stabilizes nor destabilizes. In our exercise, the critical point \((20,40)\) is a saddle point because its Jacobian matrix determinant \(\Delta_4\) is less than zero.
Recognizing saddle points is crucial in stability analysis, as they highlight regions where small changes can amplify, possibly leading to significant deviations in system behavior.