Linearization and Eigenvalue Stability
1Introduction
This lecture explains how to extract the first-order approximation of a nonlinear system near an equilibrium and use the eigenvalues of the resulting linear system to determine local stability.
2Standard Form
Consider
An equilibrium satisfies . Assume that is near the equilibrium. Local existence and uniqueness then hold, so the solution determined by an initial value is well defined.
3Definitions of Stability
Fix an initial time and write the solution as . For every initial value in the neighborhoods below, forward existence for all is included in the definition.
The equilibrium is Lyapunov stable if, for every , there exists such that
Thus, solutions starting sufficiently near the equilibrium remain near it; convergence is not required. The equilibrium is locally attractive if some satisfies
An equilibrium that is both Lyapunov stable and locally attractive is locally asymptotically stable. It is unstable if it is not Lyapunov stable. It is globally asymptotically stable if it is Lyapunov stable, every solution exists forward for all initial values, and every solution converges to it.
For a linear system, Jordan blocks associated with eigenvalues on the imaginary axis determine whether solutions remain bounded. We now transfer the part of that criterion away from the spectral boundary to nonlinear equilibria.
4The Linear Approximation
Set . Taylor expansion gives
Here is the Jacobian matrix. The assumption gives the displayed little-o remainder; an estimate requires stronger smoothness. The Jacobian does not make the entire nonlinear map linear. It extracts the linear map
acting on increments at the fixed equilibrium.
data/lecture/math/multivariable-calculus/tangent-planes-chain-rule-and-jacobian.lecture.n.md5Eigenvalue Criteria
5.1Complete Criterion for the Linear System
For the exact linear system :
- The origin is globally asymptotically stable if and only if every eigenvalue satisfies .
- The origin is Lyapunov stable if and only if every eigenvalue satisfies and every Jordan block belonging to an eigenvalue on the imaginary axis has size one.
- The origin is unstable if an eigenvalue has positive real part or if an eigenvalue on the imaginary axis has a Jordan block of size at least two.
This is a complete statement about the linear system itself.
5.2Linearization Theorem for a Nonlinear System
Suppose that is near and that
has no eigenvalue on the imaginary axis. Such an equilibrium is
The instability conclusion from a positive real part remains valid even when other eigenvalues lie on the imaginary axis. If no eigenvalue has positive real part but at least one has zero real part, linearization alone is generally inconclusive. Nonlinear remainder terms then become essential. This theorem concerns local behavior only and does not establish global stability.
6Example 1: Computing a Jacobian
For
the equilibria are , and
At ,
whose eigenvalues are and . The positive eigenvalue proves that is unstable. Locally, one direction approaches the equilibrium and another departs from it.
7Example 2: An Inconclusive Linearization
For , the equilibrium has linearization . Nevertheless,
so every produces finite-time blow-up and the origin is Lyapunov unstable. By contrast, has the same linearization, but decreases to zero, so the origin is locally asymptotically stable. Equal boundary linearizations can therefore lead to opposite conclusions.
8Summary Table for Nonlinear Equilibria
| Eigenvalues of the Jacobian | Conclusion for the nonlinear equilibrium |
|---|---|
| All real parts are negative | Locally asymptotically stable |
| At least one real part is positive | Unstable |
| No positive real part and at least one zero real part | Analyze nonlinear remainder terms |
Node, saddle, focus, and center are two-dimensional geometric classifications treated in the next lecture.
9Scope
Linearization is local. Far-field behavior, periodic orbits, and global stability require additional analysis. At a nonhyperbolic equilibrium, the original equations, monotone quantities, or conserved quantities must be examined directly.