Locally Linear Systems and Liapunov's Method
Near a critical point a nonlinear system looks linear, and the linear part is the Jacobian. The linearization fixes the type and stability of the nonlinear critical point in every case except a center or a repeated eigenvalue.
╌╌╌╌
A linear system has an eigenvalue formula for the type and stability of its one critical point; a nonlinear system has no such formula. Near a critical point, though, its direction field is almost indistinguishable from that of a linear system, and two tools exploit this. Linearization replaces the nonlinear system near a critical point by its Jacobian and reads type and stability off the eigenvalues, valid in every case but two. Liapunov's direct method handles those two cases and more, deciding stability by constructing an energy-like function without ever solving the differential equation.
Locally linear systems
Place the critical point of interest at the origin; a substitution always arranges this. Split the system into its linear and nonlinear parts,
where is a constant matrix with , so that the origin is an isolated critical point. The question is how small must be for the trajectories of to approximate those of the full system near the origin.
The condition need not be checked by hand. If and have continuous second partial derivatives, Taylor's theorem supplies the linear part automatically. Expanding about a critical point where ,
and likewise for , with the remainders satisfying . The linear coefficients assemble into the Jacobian matrix.1
Validity of the linearization
The central theorem says that the type and stability of the nonlinear critical point match those of the linear system — except in two borderline cases.3
Both exceptions sit at the borderline configurations of the trace–determinant plane:
- Pure imaginary eigenvalues (a center). The linear system predicts closed orbits, but the nonlinear terms may spiral them slowly inward or outward. The center can become a spiral sink, a spiral source, or remain a center; the linearization cannot tell which.
- Equal real eigenvalues (a node). The nonlinear terms may bend the node into a spiral point. The stability is unaffected — a stable node stays stable — but the geometric type is undetermined.
| Linear eigenvalues | Linear type | Nonlinear type | Nonlinear stability |
|---|---|---|---|
| Node | Node | Unstable | |
| Node | Node | Asymptotically stable | |
| Saddle | Saddle | Unstable | |
| Node | Node or spiral | Unstable | |
| Node | Node or spiral | Asymptotically stable | |
| Spiral | Spiral | matches sign of | |
| (center) | Center | Center or spiral | Indeterminate |
Away from the two sensitive rows, a nonlinear critical point can be classified by a single evaluation of the Jacobian. The trajectories of the full system may look quite different from the linear ones far from the critical point, but the slopes at which trajectories enter or leave the critical point are given correctly by the linear system.
The indeterminate center row remains. The undamped pendulum , has a center at the origin for the linear system, and the theorem says nothing about the nonlinear system. Resolving it requires a different method.
Liapunov's direct method
Liapunov's method comes from mechanics. For a conservative system, two physical principles govern equilibrium: a rest position is stable when the potential energy has a local minimum there, and the total energy stays constant along any motion. Liapunov abstracted the total energy into an auxiliary function whose behavior along trajectories certifies stability — with no need to solve the system, which is why it is called a direct method.4
Consider the general autonomous system , with an isolated critical point at the origin. The rate of change of a function along a trajectory is computed by the chain rule, using the differential equations themselves to substitute for and :
The key is that is obtained without knowing the solution: it is a function of position alone, assembled from and the right-hand sides. The sign conditions that make useful have names.
Geometry of the method
The geometry is a family of nested closed curves , shrinking to the origin as . The gradient is normal to each level curve and points outward, in the direction of increasing . Along a trajectory the velocity vector is tangent to the path, and
If , the angle between and is obtuse (or right): the motion points inward across each level curve, or at worst along it. A trajectory that starts inside a level curve can never cross to the outside, so it stays trapped near the origin — stability. If strictly, the crossing is strictly inward everywhere, and the trapped trajectory is squeezed down to the origin — asymptotic stability.5
The quadratic-form criterion
The theorems say nothing about how to find a Liapunov function; no general construction exists. For a physical problem the total energy is the natural first guess. Otherwise a quadratic trial function is standard, and an algebraic test decides definiteness.6
Conservative systems and the energy function
With damping the calculation changes. For the damped pendulum the same energy gives : the energy is nonincreasing, and strictly decreasing except on the axis . Along every trajectory the energy decreases to its minimum, the stable rest position — the physical statement that friction converts the center into an asymptotically stable spiral.
Estimating the basin of attraction
Liapunov's method does more than classify a critical point; it bounds the basin of attraction, which linearization cannot address.8
The largest sublevel set on which stays negative definite is a guaranteed region of asymptotic stability, usually a conservative underestimate of the true basin (a better Liapunov function enlarges it) but a rigorous inner bound obtained without any solution formula. Linearization gives no such global information; Liapunov's method applies both when the linear analysis is indeterminate at a center and when the basin, not just the type of a critical point, is what matters.
Footnotes
- Boyce, §9.3 — the Taylor-expansion derivation of the local linear system and the Jacobian matrix; Simmons, §62, treats simple critical points of nonlinear systems. ↩
- Boyce, §9.3, Example 3 — the Jacobian of the pendulum at the origin and at the inverted position . ↩
- Boyce, §9.3, Theorem 9.3.3 and Table 9.3.1 — agreement of nonlinear and linear classification except for centers and repeated roots. ↩
- Boyce, §9.6 — Liapunov's second method as a generalization of the energy principles for conservative systems; Simmons, §61, on the direct method. ↩
- Boyce, §9.6, Figure 9.6.1 — the gradient-versus-tangent argument, , and the trapping of trajectories inside level curves. ↩
- Boyce, §9.6, Theorem 9.6.4 and Example 4 — the definiteness criterion for a quadratic form and its use in constructing Liapunov functions. ↩
- Boyce, §9.6, Examples 2–3 — the energy function as a Liapunov function for the undamped pendulum; Simmons, §63, on conservative systems. ↩
- Boyce, §9.6, Theorem 9.6.3 and Example 5 — the sublevel-set estimate of the region of asymptotic stability. ↩
╌╌ END ╌╌