4.6.24 · D4Ordinary Differential Equations

Exercises — Linearization of nonlinear systems

1,817 words8 min readBack to topic

Recurring tools you must have ready:

  • Jacobian — the matrix of partial slopes (built in the parent from a Taylor Series expansion).
  • Trace and determinant , evaluated at the equilibrium.
  • The eigenvalue formula .
Figure — Linearization of nonlinear systems

The picture above is your map: every problem below plants a point on this plane.


Level 1 — Recognition

L1.1

Which of these points is an equilibrium of ? Candidates: , , .

Recall Solution

An equilibrium needs both and .

  • : ✔, ✔. Equilibrium.
  • : ✔ but ✘.
  • : ✔, ✔. Equilibrium.

Answer: and .

L1.2

Write the general Jacobian of .

Recall Solution

. . Note the still sitting there — this is not yet a linear system; it must be evaluated at a point.


Level 2 — Application

L2.1

Classify the equilibrium of the linear system (already evaluated).

Recall Solution

Triangular matrix → eigenvalues are the diagonal: . Both real, both negative → stable node. Check via shortcut: , , → real same-sign, ⇒ stable node. ✔

L2.2

For , classify the equilibrium at .

Recall Solution

Substitute into : , . . Complex with unstable spiral.

L2.3

Same system, classify .

Recall Solution

Substitute : , . → real opposite-sign eigenvalues → saddle (unstable). Explicitly . ✔


Level 3 — Analysis

L3.1

Find and classify all equilibria of .

Recall Solution

Equilibria: and . Points: . Jacobian: ; .

  • : , center (inconclusive).
  • : , , saddle. (.)
  • : same (since ), identical → saddle.

L3.2

A biological model (a Lotka-Volterra Predator Prey cousin): , . Find the interior equilibrium (both positive) and classify it.

Recall Solution

Interior: divide out (nonzero): and . Subtract: . Then . Point . Jacobian. . . At : , , , . saddle (unstable). Explicitly , i.e. : opposite signs. ✔


Level 4 — Synthesis

L4.1

Parameter sweep. For (a damped oscillator), classify the origin as varies over all real values. Include the boundary cases.

Recall Solution

, , always. Discriminant .

range eigenvalues type
real, both () stable node
repeated stable (degenerate) node
complex, stable spiral
center (inconclusive)
complex, unstable spiral
repeated unstable node
real, both unstable node

Physical reading: is damping. Positive damping () drains energy → stable; is the undamped center; negative damping pumps energy → unstable. The stability flips exactly at where the eigenvalues cross the imaginary axis. See the crossing on the map figure.

Figure — Linearization of nonlinear systems

L4.2

Design a system. Construct explicit (polynomial) with an equilibrium at that is a stable spiral. Verify.

Recall Solution

Strategy: put the equilibrium at using shifted coordinate , and pick a Jacobian with . Take target : , , → stable spiral. ✔ A linear-in-shift field with exactly this Jacobian: Check equilibrium: at both bracket terms vanish → ✔. Its Jacobian is the constant matrix above (partials: ). Eigenvalues → decaying oscillation. Stable spiral at .


Level 5 — Mastery

L5.1

Full portrait. For the pendulum with damping ( small), written as , classify and , and explain how damping changes the undamped answer from the parent note.

Recall Solution

.

  • Bottom : , . , , disc for small → complex, stable spiral. Damping turns the undamped center into a genuine sink — now Hartman–Grobman does apply because .
  • Top : , . , saddle (unstable), unchanged by damping (still ). : one positive, one negative. ✔

Moral: damping () breaks the marginal center at the bottom and makes it decisively stable, but cannot rescue the intrinsically unstable upright saddle.

L5.2

Non-hyperbolic showdown. For , show the origin is non-hyperbolic, then argue its true stability using a Lyapunov function.

Recall Solution

Linearize. ; . At : , eigenvalues . A zero eigenvalue → non-hyperbolic → linearization inconclusive in the -direction. Lyapunov. Try , only at origin. and only at the origin. Since and off the origin, the origin is asymptotically stable — even though linearization couldn't tell you. The nonlinear term does pull , just slowly.

L5.3

Bifurcation reasoning. In , find how the number and stability of equilibria change as passes through .

Recall Solution

Equilibria: and .

  • : no real no equilibria.
  • : single point ; , non-hyperbolic (birth of the pair).
  • : two points .
    • At : , eigenvalues both stable node.
    • At : , eigenvalues opposite signs → saddle.

This is a saddle–node bifurcation: as crosses , a stable node and a saddle appear together out of nothing. The exact crossing point is non-hyperbolic — precisely where linearization goes silent.


Recall One-line master summary

Find every equilibrium → Jacobian → evaluate there or eigenvalues → classify — and if any , stop and reach for Lyapunov.

Master check
If the point is always a saddle (unstable) regardless of , because the eigenvalues have opposite signs.