4.6.22 · D4Ordinary Differential Equations

Exercises — Phase plane analysis — trajectories, critical points

2,386 words11 min readBack to topic

Two tools we will lean on constantly. Let me restate them in plain words so you never have to guess.

Figure — Phase plane analysis — trajectories, critical points

The picture above is your decision map (the Trace–determinant plane). Every exercise below lands somewhere on it. Keep it open.


Level 1 — Recognition

Exercise 1.1

Given the Jacobian at a critical point, classify the point (type + stability) without solving anything by hand beyond reading the diagonal.

Recall Solution 1.1

WHAT we do: read and straight off. Discriminant real eigenvalues. Because the matrix is diagonal, the eigenvalues are the diagonal entries: . WHY it looks like this: both eigenvalues are real, same sign, both negative → every direction decays. That is a stable node (sink). Leaves get sucked straight in.

Exercise 1.2

Classify .

Recall Solution 1.2

(diagonal entries). One grows, one shrinks. . WHY: real eigenvalues of opposite signsaddle, always unstable. The negative determinant alone already screams "saddle" (see the mnemonic: negative det = saddle).


Level 2 — Application

Exercise 2.1

Find all critical points of

Recall Solution 2.1

WHAT: set both rates to zero (nothing moves). WHY: a critical point is where . From the first, . Substitute into the second: , hence . Answer: the only critical point is .

Exercise 2.2

For the same system, build the Jacobian, find , the eigenvalues, and classify.

Recall Solution 2.2

WHAT — Jacobian. The right-hand sides are already linear, so the partial derivatives are just the coefficients: WHAT — trace/det. , . WHAT — eigenvalues. Solve . WHY classify: opposite signs → saddle, unstable. This matches the parent note's Worked Example A exactly.

Exercise 2.3

Critical points and classification for the decoupled system

Recall Solution 2.3

Critical point: . , so . Both real, negative, unequalstable node (sink), called an improper node because the two decay rates differ.


Level 3 — Analysis

Exercise 3.1

The nonlinear system has a critical point at the origin. Linearize there and classify.

Recall Solution 3.1

WHAT — kill the cubics near origin. For tiny , the factor . So the linear part is WHY: near the origin, is second-order-small — negligible against the linear terms. WHAT — Jacobian. ; . WHAT — trace/det/discriminant. , , discriminant complex eigenvalues (rotation). WHY classify: complex with real part unstable spiral (outward). The full nonlinear truth: trajectories spiral outward toward a limit cycle at radius .

Figure — Phase plane analysis — trajectories, critical points

Exercise 3.2

For , classify the linearized behaviour and state the caution that applies.

Recall Solution 3.2

, . Discriminant → complex, and since the real part is zero: Classification: pure imaginary → center (closed loops), neutrally stable in the linear picture. Caution: a center is the borderline case. Nonlinear terms can tip it into a slow spiral, so linearization is inconclusive. To be sure it is a true center you need an energy / Lyapunov argument.


Level 4 — Synthesis

Exercise 4.1

Consider . Find all critical points, and classify each by linearization.

Recall Solution 4.1

WHAT — critical points. Set and . or . With both times: WHAT — general Jacobian. . .

At : . , discriminant , center (linear); borderline, treat with caution.

At : , so . . saddle, unstable. (Eigenvalues .)

Big picture: the flow has a delicate center at the origin and a saddle to its left — a classic nonlinear phase portrait.

Exercise 4.2

A system has Jacobian at its critical point. Classify it, and state which eigendirections the trajectories align with far from and near the point.

Recall Solution 4.2

, discriminant → real. . Both positiveunstable node (source). Eigenvectors. For : . For : . Geometry: trajectories leave the origin. The fast direction (larger ) dominates far out; trajectories become tangent to the slow direction near the origin. That's the tell-tale shape of a node.


Level 5 — Mastery

Exercise 5.1

Design a linear system whose origin is a stable spiral. Give explicit numbers and prove it works.

Recall Solution 5.1

WHAT we need (the target region): stable spiral requires

  1. complex eigenvalues → discriminant ;
  2. decaying rotation → , i.e. . WHY: complex ⇒ rotation; negative real part ⇒ shrinking radius. Construct one. Pick , i.e. . Check: ✓. . Discriminant ✓ complex. . Real part ✓. Answer: has a stable spiral at the origin. Trajectories spiral inward.

Exercise 5.2

A system's Jacobian at the origin is with a real parameter. Find the value(s) of where the type changes, and name each regime.

Recall Solution 5.2

(independent of ), . Discriminant . WHY track discriminant: its sign flips real ↔ complex — that's where the type changes.

  • : discriminant → real eigenvalues. Also could be negative if .
    • : unstable node.
    • : saddle.
    • : degenerate (a zero eigenvalue, a line of fixed points).
  • : discriminant → repeated eigenvalue (borderline node).
  • : discriminant → complex, and unstable spiral. Bifurcation values: (node ↔ spiral boundary) and (saddle ↔ node boundary via ).
Figure — Phase plane analysis — trajectories, critical points