4.6.10 · D4Ordinary Differential Equations

Exercises — Homogeneous with constant coefficients — characteristic equation

2,190 words10 min readBack to topic

Quick reference for every case (we will use these labels constantly):

WHY decides everything — the picture. The characteristic polynomial is a parabola in the variable . The roots are where that parabola crosses the horizontal axis. The next figure shows all three cases side by side: how many times the parabola touches the axis is exactly in disguise.

Figure — Homogeneous with constant coefficients — characteristic equation
  • Two crossings (left, red): the parabola dips below the axis, so it cuts it in two places → two distinct real roots → two exponentials.
  • One touch (middle, red): the parabola just kisses the axis at its vertex → the two roots have merged into one → , and the merging is why we are short a solution and must slip in the -factor .
  • No crossing (right, red): the parabola floats entirely above the axis → no real root. The roots have left the real line and become the complex pair .

And why do complex roots mean waves? The next figure shows the complex root as a point in the plane. Multiplying by rotates that point around a circle as grows — and the shadow of a point going round a circle is exactly a / wave. The distance from the vertical axis, controlled by , is what makes the circle spiral in () or out ().

Figure — Homogeneous with constant coefficients — characteristic equation

Level 1 — Recognition

Here the characteristic equation is handed to you already factored, or trivial to factor. The skill: read the roots and pick the right shape.

Problem 1.1

The characteristic equation of some ODE is . Write the general solution .

Recall Solution 1.1

WHAT: find the roots. Setting each factor to zero: and . WHY the shape: two different real numbers → Case 1 (two crossings in the left panel of the parabola figure).

Problem 1.2

The characteristic equation is . Write the general solution.

Recall Solution 1.2

WHAT: means counted twice — a repeated root (, the "just touches" middle panel). WHY the extra : one root gives only one independent solution ; the second independent solution is (proven in Second Order Linear ODE — Reduction of Order).

Problem 1.3

The characteristic equation is . Write the general solution.

Recall Solution 1.3

WHAT: , so . In the form we have , (the "no crossing" right panel — the parabola never reaches the axis). WHY sin and cos: means the exponential envelope (no growth/decay), and is the oscillation frequency. Euler turns into real waves.

Problem 1.4 — the zero-root edge case

The characteristic equation is . Write the general solution.

Recall Solution 1.4

WHAT: the two roots are and . The root is easy to overlook because it makes — a plain constant. WHY a constant counts: genuinely solves the ODE (this comes from an ODE like , which never contains itself, so any constant survives). It is a real, independent solution. If instead the equation were (a repeated zero root), the same -factor rule applies: — a straight line.


Level 2 — Application

Now you form the characteristic equation yourself and solve it. Watch the leading coefficient .

Problem 2.1

Solve .

Recall Solution 2.1

Char. eq. (replace , , ): . Factor: . Both real and distinct.

Problem 2.2

Solve .

Recall Solution 2.2

Char. eq.: . Check the discriminant: → repeated root. (double).

Problem 2.3

Solve .

Recall Solution 2.3

Char. eq.: . Discriminant → complex. Quadratic formula: . So (decay), (frequency).

Problem 2.4

Solve — note , not .

Recall Solution 2.4

Char. eq.: . Do not drop the . Quadratic formula: , giving and .


Level 3 — Analysis (initial conditions + interpretation)

Problem 3.1

Solve with , .

Recall Solution 3.1

Roots: . General: . Apply : at , , so . Differentiate: . At : . Solve the pair: from the first, ; substitute: , hence .

Problem 3.2

Solve with , .

Recall Solution 3.2

Roots: (double). General: . Apply : gives . Differentiate (product rule!): . At : .

Problem 3.3

Solve with , , and describe the motion.

Recall Solution 3.3

Roots: , , so . Thus . General: . Apply : . Differentiate (product rule): At : . Interpretation: → the amplitude envelope shrinks, so this is a damped oscillation — a wiggle fading to zero (see Damped Harmonic Oscillator). The figure below plots this exact solution (red) trapped inside its shrinking envelope (dashed black): the labelled axes are (horizontal) and (vertical), and the arrows point out the oscillation and the decaying envelope.

Figure — Homogeneous with constant coefficients — characteristic equation

Level 4 — Synthesis (higher order, mixed roots)

Everything scales up: an -th order equation gives a degree- characteristic polynomial and needs independent solutions (from Wronskian and Linear Independence of Solutions).

Problem 4.1

Solve the third-order ODE .

Recall Solution 4.1

Char. eq.: . Try small integer roots (factors of the constant ): gives ✓. So by the factor theorem divides the cubic exactly. HOW to divide it out — synthetic division. The figure below lays out the synthetic-division table for dividing by : bring down the leading , multiply by the root , add into the next coefficient, repeat. The bottom row reads off the quotient coefficients and a final remainder (confirming really is a root):

Figure — Homogeneous with constant coefficients — characteristic equation

So . Roots — three distinct real roots, three exponentials.

Problem 4.2

Solve .

Recall Solution 4.2

Char. eq.: . Recognise the binomial: this is , so with multiplicity three. WHY three terms : a root repeated times contributes multiplied by — the same "sneak in an " idea, extended.

Problem 4.3

Solve the fourth-order ODE .

Recall Solution 4.3

Char. eq.: . Let : (double). So , and because was a double root, the pair is repeated. Here . WHY the extra on the trig too: a repeated complex pair multiplies each of by and — exactly the repeated-root rule applied to oscillations.

Problem 4.4 — repeated zero root among others

Solve .

Recall Solution 4.4

Char. eq.: . Roots: with multiplicity three and once. WHY the powers of : the triple root gives times — i.e. just — and gives .


Level 5 — Mastery (build it / prove it)

Problem 5.1 (reverse engineering)

Find a second-order homogeneous ODE with constant coefficients whose general solution is .

Recall Solution 5.1

WHAT the solution tells us: , so the roots are . Build the polynomial from its roots: Expand: . Read off the ODE (coefficients of become ): Check: ✓ complex, and ✓.

Problem 5.2 (build with a mixed spectrum)

Construct the lowest-order constant-coefficient ODE having and among its solutions.

Recall Solution 5.2

Decode each solution into required roots:

  • appearing means is a double root → factor .
  • (i.e. ) means the pair → factor . Lowest degree = multiply exactly these: , a degree-4 polynomial → 4th order ODE. Expand: , then The ODE:

Problem 5.3 (prove the reduction fact)

For (a deliberate double root ), verify directly that is a solution.

Recall Solution 5.3

Compute the derivatives (product rule): , , . Substitute into : Collect the bracket: . The whole thing is ✓. So genuinely solves the double-root ODE — this is why the -factor is not a trick but a theorem.


Connections