Stability and Phase Plane Analysis
9.1 Autonomous Systems
Section titled “9.1 Autonomous Systems”For A critical point satisfies .
9.2 Linearization and Stability
Section titled “9.2 Linearization and Stability”Let be the Jacobian at the critical point. The eigenvalues of Determine the local stability:
| Eigenvalues of | Type | Stability |
|---|---|---|
| Both real, negative | Stable node | Asymptotically stable |
| Both real, positive | Unstable node | Unstable |
| Real, opposite signs | Saddle point | Unstable |
| Complex, | Stable spiral | Asymptotically stable |
| Complex, | Unstable spiral | Unstable |
| Purely imaginary | Center | (Marginally) stable |
9.3 Lyapunov Stability
Section titled “9.3 Lyapunov Stability”Definition. A critical point is stable if for every There Exists such that implies for all .
It is asymptotically stable if it is stable and as .
Theorem 9.1 (Lyapunov). If there exists a continuously differentiable function (a Lyapunov Function) such that , for And in a neighbourhood of Then is stable. If for Then is asymptotically stable.
9.4 Worked Example: Linearization
Section titled “9.4 Worked Example: Linearization”Problem. Find and classify the critical points of , .
Solution
Solution. Set and :
Critical points: and .
The Jacobian is .
At : .
, .
.
Complex eigenvalues with positive real part: unstable spiral.
At : .
, .
Wait, .
Negative determinant: saddle point (unstable).
9.5 Phase Portraits for 2D Nonlinear Systems
Section titled “9.5 Phase Portraits for 2D Nonlinear Systems”For the nonlinear system The Hartman-Grobman theorem States that near a hyperbolic critical point (one where the Jacobian has no eigenvalues on the Imaginary axis), the nonlinear phase portrait is topologically equivalent to the linearized one.
Procedure for sketching phase portraits:
- Find all critical points by solving .
- Compute the Jacobian at each critical point.
- Classify each critical point using the eigenvalue analysis from Section 4.9.
- Sketch the local behaviour near each critical point.
- Connect the local pictures using nullclines ( and curves).
9.6 Limit Cycles and Poincaré-Bendixson
Section titled “9.6 Limit Cycles and Poincaré-Bendixson”A limit cycle is an isolated closed periodic orbit. Limit cycles are inherently nonlinear Phenomena --- linear systems cannot have isolated closed orbits.
Theorem 9.2 (Poincaré-Bendixson). If a trajectory of a planar system is confined to a Closed bounded region that contains no critical points, then the trajectory approaches a closed Periodic orbit as .
Remark. The Poincaré-Bendixson theorem is specific to two dimensions. In three or more Dimensions, much more complex behaviour (chaos) is possible.
Example: Van der Pol oscillator. The equation
With has a unique stable limit cycle. This system models electrical circuits with Nonlinear resistance and arises in biology (cardiac rhythms, neuron firing).
9.7 Worked Example: Lotka-Volterra Analysis
Section titled “9.7 Worked Example: Lotka-Volterra Analysis”Problem. Analyze the stability of the Lotka-Volterra system , .
Solution
Solution. Critical points: and .
Jacobian: .
At : . Eigenvalues and : saddle point (unstable).
At : . , . Eigenvalues : center.
Remark. For the linearized system, the center is (marginally) stable. However, for the Nonlinear Lotka-Volterra system, the trajectories are actually closed orbits surrounding . This can be verified using the first integral Which is constant Along trajectories.
9.8 Intuition: What Do Phase Portraits Reveal?
Section titled “9.8 Intuition: What Do Phase Portraits Reveal?”Phase portraits are flow maps for dynamical systems. Each point in the plane represents a state of the system, and the trajectory through that point shows how the state evolves over time. Critical points are states where nothing changes (the system is in equilibrium). The eigenvalues of the Jacobian at a critical point tell you what happens to nearby trajectories: negative real parts mean trajectories spiral or flow inward (stability), positive real parts mean they spiral or flow outward (instability), and purely imaginary eigenvalues mean they orbit the critical point (center).
The Hartman-Grobman theorem guarantees that near a hyperbolic critical point (no eigenvalues on the imaginary axis), the nonlinear system looks qualitatively the same as its linearisation. This is why eigenvalue analysis is so powerful: it tells you the local geometry of the flow without solving the equations. Limit cycles, which are isolated periodic orbits, are inherently nonlinear phenomena. The Poincare-Bendixson theorem says that in two dimensions, a trajectory trapped in a bounded region with no critical points must approach a periodic orbit, which means two-dimensional systems cannot exhibit chaos. In three or more dimensions, chaos becomes possible because trajectories have more room to avoid intersecting themselves.
9.9 Competing Species
Section titled “9.9 Competing Species”The competing species model is:
Where are growth rates and are competition coefficients. The four critical Points are , , And the coexistence point where both and vanish.
The stability of the coexistence point determines whether both species survive. If Coexistence is stable; otherwise, one species drives the other To extinction (competitive exclusion).
9.7 Common Mistakes
Section titled “9.7 Common Mistakes”Mistake 1: Assuming that linearization always determines stability. Linearization determines the local stability of hyperbolic critical points (where no eigenvalue has zero real part). For non-hyperbolic critical points (e.g., purely imaginary eigenvalues), linearization is inconclusive and nonlinear analysis is required. Do not assume that linearization always works.
Mistake 2: Confusing stability with asymptotic stability. A critical point is stable if nearby trajectories stay nearby, and asymptotically stable if they converge to the critical point. A center is stable but not asymptotically stable. Do not confuse the two concepts.
Mistake 3: Forgetting that the Jacobian must be evaluated at the critical point. The Jacobian matrix must be evaluated at the critical point , not at an arbitrary point. Evaluating at the wrong point leads to incorrect eigenvalues and wrong stability conclusions.
Mistake 4: Assuming that all critical points are isolated. Critical points can be isolated or form a continuum (e.g., a line of critical points). Do not assume that all critical points are isolated; check the structure of the vector field.
Mistake 5: Confusing the phase plane with the phase portrait. The phase plane is the coordinate space , while the phase portrait is the collection of trajectories in the phase plane. Do not confuse the two; the phase portrait includes the trajectories, not just the coordinate axes.
flowchart TD A[9_Stability And Phase Plane Analysis] --> B[Key Concepts] A --> C[Core Principles] A --> D[Practical Applications] B --> E[Fundamental definitions] C --> F[Design patterns] D --> G[Real-world usage]Cross-References
Section titled “Cross-References”Systems of ODEs: The eigenvalue analysis of the Jacobian matrix used here is developed systematically in the systems of ODEs chapter.
Introduction and Classification: Stability analysis applies to the autonomous nonlinear systems classified in the introduction.
First-Order ODEs: Phase plane methods reduce systems to qualitative analysis when first-order methods like separation of variables are unavailable.
Partial Derivatives: The Jacobian matrix and its eigenvalues, computed using partial derivatives, determine local stability.