4.6.10 · D1Ordinary Differential Equations

Foundations — Homogeneous with constant coefficients — characteristic equation

2,424 words11 min readBack to topic

Before you can even read the parent note, you need every squiggle it uses to feel obvious. Below is every symbol and idea, built in the order that each one leans on the previous. Nothing is used before it is drawn.


1. The function and its variable

Read the figure below: the blue line is one such curve. The red dot marks a single input-output pair "" — slide the dot along the curve and you read off every value the machine produces. When we "solve an ODE" we are hunting for which blue curve fits a given rule.

Why the topic needs it: the whole chapter is about finding an unknown . Everything else describes how bends and climbs.

Figure — Homogeneous with constant coefficients — characteristic equation
Figure 1 — A function : each input lands you at one point on the curve.


2. The derivative — the slope

Read the figure below: the orange straight line is a ruler laid so it just kisses the curve at the orange dot (the tangent line). The tilt of that ruler is at that point — steep ruler means large .

Why "prime"? The little tick mark is just shorthand for "the slope-function of". It is itself a new function of : at every it hands back a slope.

Why the topic needs it: an ODE is a sentence written in slopes. You cannot read it without knowing means "slope".


3. The second derivative — the bending

Read the figure below: the same blue curve is a valley . Because it cups upward everywhere, its bending is positive (the green note). The orange tangent's tilt keeps increasing as you slide right — that increase is .

Notation ladder: just means "differentiate times". So , , , and is the general -th one.

Figure — Homogeneous with constant coefficients — characteristic equation
Figure 2 — is the tilt of the tangent ruler; is how fast that tilt keeps changing.


4. The exponential — the self-copying curve

Read the figure below: three exponentials. The red curve () climbs faster and faster; the green curve () fades toward the axis; the dashed gray line () is the flat constant . At the orange dot on the red curve, the tangent's steepness equals times the curve's height — differentiating only rescales, never reshapes.

The role of : is the dial that sets the exponential's behaviour. → grows, → decays toward zero, → flat constant .

Figure — Homogeneous with constant coefficients — characteristic equation
Figure 3 — for , , : differentiating just multiplies by .


5. From to the characteristic polynomial

Now we do the crucial move the parent note relies on: plug the guess in and watch the calculus turn into algebra.

Step 1 — Write the guess and its derivatives. Using the self-copying rule from Section 4, Why: each derivative of is just multiplied by another factor of .

Step 2 — Substitute into . Why: the equation demands the mix be zero; we simply replace by their formulas.

Step 3 — Factor out the shared . Why: every term contains one copy of (this is exactly the "same shape" point) — pull it out front.

Step 4 — Divide by , which is never zero. Since for every real , the product can only vanish if the bracket vanishes: Why: the calculus problem has collapsed into a plain quadratic. This is the characteristic (auxiliary) equation. Its roots are the dial-settings that make the guess actually solve the ODE.


6. The coefficients and "constant coefficients"

Picture it: imagine sliders , , you set once and lock. If instead they were , (changing with ), the trick from Section 5 would break — the factor-out step would no longer leave a clean polynomial. So this restriction is exactly what makes the chapter's method work.

Why the leading one matters: if the equation isn't second order anymore. The root formula (built in Section 8) divides by — miss it and every root is wrong.


7. "Linear", "homogeneous", the operator , and the zero solution


8. Complex numbers ,

Why it shows up: when the number-puzzle has a negative discriminant (Section 9), its roots involve . They come in conjugate pairs and (mirror images across the horizontal axis).

What each part will mean later: becomes the growth/decay rate of the solution's envelope; becomes the wiggle frequency. Euler's formula is the bridge from complex to real waves — see Euler's Formula and Complex Exponentials.


9. The discriminant , the quadratic formula, and the repeated-root fix

Picture it: is a traffic light. Its sign alone tells you which of the three solution-shapes you'll get, before you even finish solving.

Recall Quick self-check on

For , what is and which case? ::: → two distinct real roots.


10. Independence and how many solutions you need

Why constants: each differentiation you undo introduces one "integration constant" of freedom, and you fix them later using initial conditions like . The tool that formally checks independence is the Wronskian and Linear Independence of Solutions.


Prerequisite map

function y of x = a curve

derivative y prime = slope

second derivative y double prime = bending

exponential e to the rx self copies

guess y = e to the rx

linear ODE a y'' + b y' + c y = 0

constant coeffs a b c fixed

linear and homogeneous means add solutions

trivial solution y = 0 always works

substitute to get a r^2 + b r + c = 0

discriminant sign

three cases

complex numbers alpha plus i beta

general solution

n independent solutions


Equipment checklist

Test yourself — each should feel automatic before reading the parent note.

What does the acronym ODE stand for?
Ordinary Differential Equation — a rule relating an unknown function (of one variable ) to its derivatives.
What does mean in one word, and what picture?
The slope (steepness) of the curve; the tilt of the tangent ruler touching it.
What does measure?
How fast the slope changes — the curvature/bending (acceleration in physics).
What is the one special property of ?
Its derivative is a scaled copy of itself: .
Why guess and not or ?
Only keeps the same shape after differentiating, so can cancel for all .
Show how substituting produces the characteristic equation.
, and since we get .
What does "constant coefficients" forbid?
The multipliers being functions of ; they must be fixed numbers.
What does "homogeneous" mean here, and what solution is always present?
The right-hand side is ; the trivial solution always works.
Why can you add two solutions to get another?
Linearity of : , so .
What is and when do complex roots appear?
; complex roots appear when the discriminant .
Write the discriminant and the root formula.
, .
For a repeated root , what is the second independent solution?
, giving general solution .
How many independent solutions does a 2nd-order equation need?
Exactly two, giving two free constants .

Connections