8.2 Stability and Classification of Isolated Critical Points
Isolated Critical Points and Almost Linear Systems
A critical point is isolated if it is the only critical point in some small "neighborhood" of the point. That is, if we zoom in far enough it is the only critical point we see. In the above example, the critical point was isolated. If on the other hand there would be a whole curve of critical points, then it would not be isolated.
A system is called almost linear (at a critical point ) if the critical point is isolated and the Jacobian at the point is invertible, or equivalently if the linearized system has an isolated critical point. In such a case, the nonlinear terms will be very small and the system will behave like its linearization, at least if we are close to the critical point.
In particular the system we have just seen in Examples 8.1.1 and 8.1.2 has two isolated critical points and , and is almost linear at both critical points as both of the Jacobian matrices and are invertible.
On the other hand a system such as , has an isolated critical point at , however the Jacobian matrix
is zero when . Therefore the system is not almost linear. Even a worse example is the system ,,which does not have an isolated critical point, as and are both zero whenever , that is, the entire axis.
Fortunately, most often critical points are isolated, and the system is almost linear at the critical points. So if we learn what happens here, we have figured out the majority of situations that arise in applications.
Stability and Classification of Isolated Critical Points
Once we have an isolated critical point, the system is almost linear at that critical point, and we computed the associated linearized system, we can classify what happens to the solutions. We more or less use the classification for linear two-variable systems from Section 3.5, with one minor caveat. Let us list the behaviors depending on the eigenvalues of the Jacobian matrix at the critical point in Table . This table is very similar to Table 3.5.1, with the exception of missing “center” points. We will discuss centers later, as they are more complicated.
| Eigenvalues of the Jacobian matrix | Behavior | Stability |
|---|---|---|
| real and both positive | source / unstable node | unstable |
| real and both negative | sink / stable node | asymptotically stable |
| real and opposite signs | saddle | unstable |
| complex with positive real part | spiral source | unstable |
| complex with negative real part | spiral sink | asymptotically stable |
In the new third column, we have marked points as asymptotically stable or unstable. Formally, a stable critical point is one where given any small distance to ,and any initial condition within a perhaps smaller radius around ,the trajectory of the system will never go further away from than . An unstable critical point is one that is not stable. Informally, a point is stable if we start close to a critical point and follow a trajectory we will either go towards, or at least not get away from, this critical point.
A stable critical point is called asymptotically stable if given any initial condition sufficiently close to and any solution given that condition, then
That is, the critical point is asymptotically stable if any trajectory for a sufficiently close initial condition goes towards the critical point .
Trouble with Centers
Recall, a linear system with a center meant that trajectories traveled in closed elliptical orbits in some direction around the critical point. Such a critical point we would call a center or a stable center. It would not be an asymptotically stable critical point, as the trajectories would never approach the critical point, but at least if you start sufficiently close to the critical point, you will stay close to the critical point. The simplest example of such behavior is the linear system with a center. Another example is the critical point in Example 8.1.1.
The trouble with a center in a nonlinear system is that whether the trajectory goes towards or away from the critical point is governed by the sign of the real part of the eigenvalues of the Jacobian. Since this real part is zero at the critical point itself, it can have either sign nearby, meaning the trajectory could be pulled towards or away from the critical point.
The moral of the example is that further analysis is needed when the linearization has a center. The analysis will in general be more complicated than in the above example, and is more likely to involve case-by-case consideration. Such a complication should not be surprising to you. By now in your mathematical career, you have seen many places where a simple test is inconclusive, perhaps starting with the second derivative test for maxima or minima, and requires more careful, and perhaps ad hoc analysis of the situation.
Conservative Equations
An equation of the form
for an arbitrary function is called a conservative equation. For example the pendulum equation is a conservative equation. The equations are conservative as there is no friction in the system so the energy in the system is "conserved." Let us write this equation as a system of nonlinear ODE.
These types of equations have the advantage that we can solve for their trajectories easily. The trick is to first think of as a function of for a moment. Then use the chain rule
where the prime indicates a derivative with respect to . We obtain . We integrate with respect to to get . In other words
We obtained an implicit equation for the trajectories, with different giving different trajectories. The value of is conserved on any trajectory. This expression is sometimes called the Hamiltonian or the energy of the system. If you look back to Section 1.8, you will notice that is an exact equation, and we just found a potential function.
Consider an arbitrary conservative equation. The trajectories are given by
So all trajectories are mirrored across the -axis. In particular, there can be no spiral sources nor sinks. All critical points occur when (the -axis), that is when . The critical points are simply those points on the -axis where . The Jacobian matrix is
So the critical point is almost linear if at the critical point. Let denote the Jacobian matrix, then the eigenvalues of are solutions to
Therefore . In other words, either we get real eigenvalues of opposite signs, or we get purely imaginary eigenvalues. There are only two possibilities for critical points, either an unstable saddle point, or a stable center. There are never any asymptotically stable points, sinks, or sources.
Adapted from Differential Equations for Engineers by Jiří Lebl (Oklahoma State University), hosted on LibreTexts (math.libretexts.org) and licensed under CC BY-SA 4.0. Changes were made. License: CC-BY-SA-4.0.