Intuition The one core idea
When a bouncing, wiggling system (a spring, a swinging door, an electric circuit) is described by an equation, its natural motion is always a shrinking-or-growing wave : a spinning arrow (that's the i ) times a fading envelope (that's the e α x ). This whole topic is just learning to read the numbers α and β off the equation and turn the scary i back into ordinary sine and cosine.
This page assumes nothing . Every squiggle the parent note uses is torn open and rebuilt below, in an order where each piece stands on the one before it.
Before anything, the symbol y ′ .
y , and its primes y ′ , y ′′
y is a function : a machine that takes an input x and returns a number y ( x ) . Picture a curve drawn on paper — height y above each horizontal position x .
y ′ (read "y prime") is the derivative : the steepness (slope) of that curve at each point. Picture the direction a marble would roll.
y ′′ (read "y double prime") is the derivative of the derivative: how fast the steepness itself is changing — the curviness , or in physics the acceleration.
Intuition Why the topic needs derivatives
A spring's law says "acceleration depends on position". Acceleration is y ′′ , position is y . That sentence is the equation a y ′′ + b y ′ + cy = 0 . Without y ′′ and y ′ we cannot even write down the physics.
See the prerequisite Characteristic Equation of Linear ODEs for how these primes become the powers of m .
Definition Second-order linear homogeneous ODE with constant coefficients
Break the name apart:
ODE = ordinary differential equation: an equation that mixes a function with its own derivatives.
Second-order : the highest prime present is y ′′ (two primes).
Linear : y , y ′ , y ′′ appear only to the first power — no y 2 , no sin y , no y ⋅ y ′ .
Homogeneous : the right-hand side is 0 (nothing forcing the system from outside).
Constant coefficients : a , b , c are fixed numbers, not functions of x .
The letters:
a , b , c ∈ R means ==a , b , c are real numbers== (ordinary numbers on the number line, symbol R ).
a = 0 so that a y ′′ term genuinely exists (otherwise it's first-order).
Definition The characteristic root
m
We guess a solution of the form y = e m x (why e m x ? because its derivative is a copy of itself times m ). Then y ′ = m e m x and y ′′ = m 2 e m x . Substituting and cancelling the never-zero e m x turns the ODE into a plain quadratic:
a m 2 + bm + c = 0.
The number m is a characteristic root . Picture: each valid m is a "note" the system can play.
± (read "plus or minus") is shorthand for two answers at once — one taking + , the other − . It appears because a quadratic has two roots.
Δ = b 2 − 4 a c
Δ (capital Greek "delta") is the discriminant : the quantity under the square root in the quadratic formula. It decides how many, and what kind of, roots you get.
Intuition Why the sign of
Δ is a fork, not a detail
positive is an ordinary number; negative is not on the number line at all. That single sign flip is what forces us to invent a new kind of number — the next section.
When Δ < 0 we must take the square root of a negative number. No real number squares to a negative, so we invent one.
Definition The imaginary unit
i
i is defined by ==i 2 = − 1 ==. So − 9 = 9 ⋅ − 1 = 3 i . A complex number has the shape α + i β : a real part α plus i times a real part β .
Picture: don't put it on the number line — put it on a plane . Go α steps right (real axis) and β steps up (imaginary axis). A complex number is a point in a 2-D plane (an arrow from the origin).
i cycle
i 0 = 1 , i 1 = i , i 2 = − 1 , i 3 = − i , i 4 = 1 , … then repeats every four. Picture: multiplying by i rotates the arrow a quarter-turn (9 0 ∘ ) counter-clockwise. Four quarter-turns = back to start. This four-beat rhythm is exactly why sines and cosines will appear later.
α − i β
The conjugate of α + i β flips the sign of the imaginary part: α − i β . Picture: a mirror-reflection across the horizontal (real) axis. Complex roots of a real equation always come as a mirror pair — that's what "α ± i β " packs into one line.
α (alpha) and β (beta)
When we write the roots as m = α ± i β :
α = − 2 a b is the real part — the envelope number. Picture: how fast the wave shrinks or grows.
β = 2 a 4 a c − b 2 > 0 is the imaginary part (size only) — the frequency number. Picture: how fast the wave wiggles.
They're just names for two real numbers we read off the roots.
The number e raised to an imaginary power (e i θ ) is the magic bridge — built from the Maclaurin Series of exp, sin, cos and unpacked in Euler's Formula and the Unit Circle .
cos θ and sin θ as coordinates on a circle
Draw a circle of radius 1 . Spin an arrow from the centre by angle θ (Greek "theta", measured counter-clockwise). Then:
cos θ = the arrow's horizontal (x) coordinate.
sin θ = the arrow's vertical (y) coordinate.
Picture: as θ grows, the tip goes round and round — the horizontal and vertical shadows wiggle up and down forever. That endless wiggle is oscillation.
Because the radius is 1 : cos 2 θ + sin 2 θ = 1 always — the arrow never changes length.
Intuition Why sine and cosine, and not some other wiggle
The four-beat cycle of i (§4) and the shadow-of-a-spinning-arrow (here) are the same rhythm. That coincidence is Euler's formula e i θ = cos θ + i sin θ — a spinning arrow of length 1 . It's how the i in the roots becomes real, visible waves.
C 1 , C 2 and superposition
Because the equation is linear and homogeneous, any weighted sum of solutions is again a solution — this is Superposition Principle for Linear ODEs . The unknown weights C 1 , C 2 are arbitrary constants fixed later by starting conditions (initial values).
W
W is a single number computed from two candidate solutions u , v and their derivatives:
W = u u ′ v v ′ = u v ′ − v u ′ .
If W = 0 the two solutions are linearly independent — genuinely different, not one a copy of the other — so they form a complete basis. Full detail in Wronskian and Linear Independence . Picture: W = 0 means the two curves point in truly different "directions" of solution-space.
Derivatives y prime y double prime
The ODE a y'' + b y' + c y = 0
Guess e to the m x gives quadratic in m
Discriminant Delta = b squared - 4 a c
Roots alpha plus or minus i beta
Euler formula e to i theta
Sine cosine on unit circle
Real solution e to alpha x times cos and sin
Test yourself — cover the right side.
y ′′ meansthe derivative of the derivative — the curviness / acceleration of y .
What does "homogeneous" mean for our ODE? the right-hand side is 0 (no external forcing).
Why replace y with e m x ? because e m x differentiates into copies of itself, turning the ODE into the quadratic a m 2 + bm + c = 0 .
Δ = b 2 − 4 a c ; which sign gives Case 3?Δ < 0 (negative) → complex conjugate roots.
Define i . the imaginary unit with i 2 = − 1 .
Geometric meaning of multiplying by i ? a 9 0 ∘ counter-clockwise rotation in the complex plane.
The conjugate of α + i β is? α − i β — a mirror across the real axis.
In m = α ± i β , what does α control? the growth/decay envelope e α x .
What does β control? the oscillation frequency (period 2 π / β ).
cos θ and sin θ are which coordinates of a unit-circle arrow?horizontal (x) and vertical (y) respectively.
Why is ∣ e i θ ∣ = 1 ? because cos 2 θ + sin 2 θ = 1 — the spinning arrow keeps length 1 .
What does W = 0 tell you? the two solutions are linearly independent and form a valid basis.