4.6.12 · D2Ordinary Differential Equations

Visual walkthrough — Case 2 - repeated real root — reduction of order

1,588 words7 min readBack to topic

Step 1 — What is the machine we are solving?

WHAT. We have an equation that ties together a function , its slope , and the way its slope bends :

Read every symbol:

  • is the height of a curve at position — imagine a mass on a spring, is how far it is displaced.
  • (say "y-prime") is the slope — how fast the height is changing. It is the ordinary rate-of-change you already know as speed.
  • ("y-double-prime") is the bending — how fast the slope itself changes. It curls the graph up or down.
  • are fixed numbers (they never change with ) — that is what "constant-coefficient" means.

WHY. A second-order equation (the highest tick is , two primes) needs two independent starting facts to pin down a unique curve — usually the starting height and starting slope . So we will need two independent building-block solutions. Hold that number: two.

PICTURE. Below, one wobbling curve with its height, slope arrow, and bending arc marked.

Figure — Case 2 -  repeated real root — reduction of order

Step 2 — The trial and the characteristic equation

WHAT. We guess that the solution is an exponential , where is a number we must find. The letter is the special base whose exponential is its own slope.

Why is this guess so good? Because for : Each derivative just pulls down a factor of and leaves untouched. So differentiating never produces a new kind of function — everything stays proportional to .

Substitute into and factor out the common (which is never zero):

This last line is the characteristic equation. See Characteristic equation of linear ODEs.

WHY this tool (a quadratic)? Because it converts a calculus problem (derivatives) into a plain algebra problem (find roots of a quadratic). That is a massive simplification, and it works only because exponentials reproduce themselves under differentiation.

PICTURE. The exponential curve and the "root-machine" turning derivatives into powers of .

Figure — Case 2 -  repeated real root — reduction of order

Step 3 — The repeated root: where the two roots collide

WHAT. The quadratic has roots given by the familiar formula The quantity under the root, , is the discriminant . It decides how many roots we get:

WHY this matters. When the two roots are the same number. The trial therefore hands us only one building block — but Step 1 insisted we need two. This is the whole crisis of Case 2: we are one solution short.

PICTURE. A number line with two roots sliding toward each other as , fusing into a single dot.

Figure — Case 2 -  repeated real root — reduction of order

Step 4 — Reduction of order manufactures the partner

WHAT. We already own one solution . Guess the second as that same solution scaled by an unknown wobble : Here is a mystery function we will solve for. This is Reduction of order (general method).

Differentiate with the product rule (each term below is labelled by where it comes from):

Substitute into , divide out , and gather by :

Now the magic of the repeated root fires twice:

  • because is a root → the whole -term dies.
  • because → the whole -term dies too.

Two coefficients vanish at once — only possible for a repeated root. What survives is

WHY this tool (reduction of order)? Because we already knew one solution and wanted to use it as leverage. Assuming guarantees the leftover equation for is simpler ("order reduced"). For a distinct root, , the -term lives, and comes out exponential — recovering the other root instead. Only the collision case leaves the ultra-simple .

PICTURE. The three grouped terms with the two doomed ones struck out, leaving .

Figure — Case 2 -  repeated real root — reduction of order

Step 5 — Solving and reading the new block

WHAT. "" says the wobble has zero bending — a straight line: Multiply back by :

The genuinely new function is — the old exponential with an stapled on the front.

WHY it counts as a second block: it must be linearly independent of — not just a rescaling of it. We test with the Wronskian . With : Never zero → truly independent everywhere. ✓

PICTURE. (a pure curve) and (rises, peaks, then the exponential wins) plotted together — visibly different shapes, not scalings.

Figure — Case 2 -  repeated real root — reduction of order

Step 6 — Why the ? The coalescing-roots picture (degenerate limit)

WHAT. Pretend for a second the two roots are almost equal: and for a tiny . Then and are both solutions, so their difference divided by is too: This is exactly the definition of a derivative — but with respect to the root , not . Let (the roots fuse):

WHY show this? Because it explains where the physically comes from: it is the slope of the solution family as you nudge the root. The instant two roots collide, that slope direction — — becomes the new second solution. The algebra of Step 4 and this limit agree perfectly.

PICTURE. Two nearby exponentials, their scaled difference, and the limiting they converge to.

Figure — Case 2 -  repeated real root — reduction of order

The one-picture summary

Figure — Case 2 -  repeated real root — reduction of order

The full pipeline compressed: the ODE → its quadratic → the discriminant collapsing to zero → one root → reduction of order killing two terms → → the two blocks .

Recall Feynman retelling — the whole walkthrough in plain words

We're solving a spring-like equation that mixes a curve's height, slope, and bend. A neat trick: guess an exponential , because exponentials keep their shape when you take slopes — every derivative just multiplies by . That turns the calculus into a plain quadratic . Usually the quadratic has two answers → two building blocks → done. But when the two answers crash into the same number (discriminant zero), we only get one block, and a second-order equation demands two. So we take our one block , multiply it by an unknown wobble , and shove it back in. Because the root is repeated, two whole terms cancel and we're left with the baby equation " has no bend," i.e. is a straight line . Multiplying back gives the second block: the old exponential with an glued on, . The Wronskian confirms it's genuinely new. And if you're wondering why an appears — imagine the two roots almost-but-not-quite equal and let them slide together; the gap between their two solutions, rescaled, becomes exactly . That's the missing partner, and now you can build any solution.


Connections