4.6.16 · D2Ordinary Differential Equations

Visual walkthrough — Cauchy-Euler (Equidimensional) equation

1,671 words8 min readBack to topic

Step 1 — What do the symbols even mean?

WHAT. Before we solve anything, let us read the equation like a sentence. The three characters are:

  • — an unknown function of . Think of it as a curve whose height at position we don't yet know.
  • — the slope of that curve (how fast the height changes as we step right). The prime mark means "rate of change with respect to ".
  • — the slope of the slope (how much the curve bends).

The full equation is

WHY. Notice the pattern in the coefficients: the bend term wears , the slope term wears , the height term wears . The power of always equals the number of primes. That is the "equidimensional" balance — it is the single fact this whole page exploits.

PICTURE. Below, a curve with its height, slope arrow (tangent), and bend marked at one point.

Figure — Cauchy-Euler (Equidimensional) equation

Step 2 — Why a power is the natural guess

WHAT. We propose the trial shape , where is a number we do not yet know (it could be , or , or even imaginary — we will find out). Here just means " raised to the power ".

WHY this shape and not a wave? In an ordinary constant-coefficient ODE (see Constant-Coefficient Linear ODEs) the magic shape is , because differentiating just multiplies it by — the shape survives. Here the coefficients are powers of , not constants, so the surviving shape must interact nicely with multiplying by . A power does exactly that: multiplying by gives (bump the power up), differentiating gives (bump the power down). Those two moves are inverses. So pushes the power down twice then up twice — it returns to .

PICTURE. The two operations shown as arrows on a "power ladder": differentiation steps down one rung and scales, multiply-by- steps back up.

Figure — Cauchy-Euler (Equidimensional) equation

Step 3 — Differentiate the guess, watch the powers slide

WHAT. Apply the differentiation rule twice:

WHY. Each derivative peels one off the exponent and leaves the old exponent behind as a multiplying number. After two derivatives the power has dropped by and we have collected the product out front. That product will be the star of the algebra to come.

PICTURE. The exponent value plotted as it slides , with the accumulated scale factor written beside each.

Figure — Cauchy-Euler (Equidimensional) equation

Step 4 — The powers cancel and the equation collapses

WHAT. Substitute into :

Now combine the powers of term by term:

Every single term became a number times :

WHY. This is the whole point of the equidimensional balance from Step 1. The in front cancelled the two powers the second derivative removed; the cancelled the one the first derivative removed. So factors out cleanly and we are left with a pure number puzzle inside the brackets.

PICTURE. Three coloured tiles, each collapsing to the common height , then merging into one bracket.

Figure — Cauchy-Euler (Equidimensional) equation

Step 5 — The indicial equation: a quadratic decides everything

WHAT. For any the factor is not zero, so the bracket must vanish:

Expand and gather:

This is the indicial (auxiliary) equation — the same idea as the Characteristic / Auxiliary Equation but for powers instead of exponentials.

WHY the and not just ? The bend term produced , and that hidden steals an from the linear coefficient. This is the single most common slip — the linear coefficient is , not .

PICTURE. The quadratic drawn as a parabola; its crossings of the horizontal axis are the roots we seek.

Figure — Cauchy-Euler (Equidimensional) equation

Step 6 — Case A: two distinct real roots

WHAT. If the parabola crosses the axis at two different real points , we get two power solutions and combine them freely:

Here are arbitrary constants (a 2nd-order ODE has a 2-parameter family of answers).

WHY. and are genuinely different shapes (independent), so no combination of one can fake the other — together they span every solution.

PICTURE. Two power curves of different exponents (e.g. growing, decaying) plotted for .

Figure — Cauchy-Euler (Equidimensional) equation

Step 7 — Case B: a repeated root, and where hides

WHAT. If the parabola just touches the axis (its lowest point sits on it), the two roots merge into one value . Now we only have ONE power . The second solution is and the mystery is: why ?

WHY. Undisguise the equation with , i.e. (this is the Reduction of Order / substitution trick the parent proves). In the -world the equation becomes constant-coefficient, and a repeated root there gives the pair and . Translate back: and . The extra partner is a factor of , NOT a factor of . Writing would be copying the wrong world.

PICTURE. Left: the parabola tangent to the axis (double root). Right: and its partner pulling apart so you can see they are independent.

Figure — Cauchy-Euler (Equidimensional) equation

Step 8 — Case C: complex roots, a curve that spins as it grows

WHAT. If the parabola never touches the axis, the roots are complex: , where is the real part and the imaginary part, and . The solution is

WHY. Split . The strange piece , and by Euler's Formula with . So the imaginary exponent becomes a real oscillation in the variable . The sets the overall growth/decay envelope; the cosine/sine make the curve wobble as increases — a spiral in disguise.

PICTURE. An oscillation whose horizontal axis is (so wiggles bunch up near and stretch out for large ), riding an envelope.

Figure — Cauchy-Euler (Equidimensional) equation

Step 9 — The degenerate edge: what happens at and for

WHAT. At the coefficient of vanishes, so the equation loses its leading term — is a singular point (specifically a regular singular point; see Frobenius Method & Regular Singular Points). For the raw is undefined.

WHY / the fix. Solutions like or can blow up or become undefined near , so we always restrict to one side. For replace and — the algebra of Steps 3–5 is untouched because it never cared about the sign, only the power arithmetic.

PICTURE. The -axis split: a green working region , a red forbidden point at , and the mirrored region handled with .

Figure — Cauchy-Euler (Equidimensional) equation

The one-picture summary

Everything above, compressed: guess a power → derivatives slide the exponent → the -powers cancel → a quadratic pops out → its roots (real/repeated/complex) pick one of three answer-shapes.

Figure — Cauchy-Euler (Equidimensional) equation
Recall Feynman: the whole walkthrough in plain words

We have an equation that doesn't care how big we draw — zoom in or out, it looks the same. Shapes that survive zooming are power curves, -to-some-power, so we guess one. When we differentiate a power, the exponent slides down and drops a number in front; the 's stuck to each derivative slide it right back up. Because of that perfect cancellation, the whole differential equation shrinks into one little quadratic asking "which powers fit?" Solve the quadratic. If it has two clean answers, we get two power curves and add them. If it has a double answer we're one solution short, so we peek into the disguised world where the missing partner is an "extra " — translate it back and that becomes . If the quadratic's answers are imaginary, Euler's formula turns them into a curve that gently spins as it grows, giving cosines and sines of . And we always remember: at the leading term dies, so we stay on one side, using if we wander left.

Recall

The trial solution for a Cauchy-Euler equation ::: After substitution, every term becomes a number times ::: The indicial equation for ::: , i.e. Repeated root gives the extra factor ::: (not ) Complex roots give ::: Why is special ::: the coefficient of vanishes there — a singular point