Linearization and the Jacobian Matrix

Graduate Depth 82 in the knowledge graph I know this Set as goal
Unlocks 19 downstream topics
linearization jacobian hartman-grobman local-analysis

Core Idea

Near a fixed point x*, a nonlinear system ẋ = f(x) can be approximated by its linearization ẋ ≈ Df(x*) · (x - x*), where Df(x*) is the Jacobian matrix of partial derivatives evaluated at the fixed point. The Hartman-Grobman theorem guarantees that this linear approximation captures the correct qualitative behavior — the nonlinear flow is topologically equivalent to the linearized flow — provided all eigenvalues have nonzero real parts (the fixed point is hyperbolic).

Explainer

Nonlinear systems are, in general, impossible to solve exactly. But near a fixed point, the nonlinear terms are small compared to the linear ones (because the state variables are close to zero after shifting coordinates to place the fixed point at the origin). This is the fundamental insight behind linearization: replace the hard problem with an easy one that's accurate where it matters most — in the neighborhood of equilibrium.

The tool is the Jacobian matrix Df(x*), the matrix of all first partial derivatives of f evaluated at the fixed point. If ẋ = f(x) and x* is a fixed point with f(x*) = 0, then Taylor-expanding around x* gives ẋ = Df(x*)(x - x*) + higher-order terms. Dropping the higher-order terms yields the linearized system, which is just a linear ODE whose solution you know from your work on eigenvalues: the eigenvalues and eigenvectors of Df(x*) completely determine the local dynamics. Negative real parts mean attraction, positive mean repulsion, imaginary parts mean oscillation.

The Hartman-Grobman theorem makes this precise. It says that if x* is a hyperbolic fixed point (all eigenvalues of Df(x*) have nonzero real parts), then there exists a continuous change of coordinates that maps the nonlinear flow onto the linear flow near x*. The phase portraits are topologically equivalent — they have the same qualitative structure. A stable node stays a stable node. A saddle stays a saddle. An unstable spiral stays an unstable spiral. The nonlinear terms can warp trajectories, change speeds, and distort shapes, but they cannot change the topology of the local flow.

The theorem's restriction to hyperbolic fixed points is not a technicality — it's where all the interesting dynamics hide. When an eigenvalue has zero real part, the linearization is on a knife's edge: the nonlinear terms determine whether the system tips toward stability or instability. A linear center (purely imaginary eigenvalues) might become a stable spiral, an unstable spiral, or remain a center in the nonlinear system. A zero eigenvalue often signals a bifurcation — a qualitative change in the number or stability of fixed points as a parameter varies. The Hartman-Grobman theorem tells you exactly where linearization succeeds and, equally importantly, where you need more sophisticated tools.

Practice Questions 4 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsCombining Like TermsOne-Step EquationsTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionFundamental Theorem of Calculus Part 1Fundamental Theorem of Calculus Part 2U-SubstitutionIntegration by PartsSeparable Differential EquationsIntegrating Factor Method for First-Order Linear ODEsFirst-Order Linear Ordinary Differential EquationsSystems of First-Order Linear Differential EquationsMatrix Exponential MethodPhase Portraits for Linear SystemsPhase Space and FlowsFixed Points and StabilityLinearization and the Jacobian Matrix

Longest path: 83 steps · 340 total prerequisite topics

Prerequisites (2)

Leads To (3)