Turning on friction
In the previous guide you watched a mass on an ideal spring perform simple harmonic motion: it swings forever, a perfect undying sine wave, because nothing drains its energy. That is a fiction, and a useful one — but every real bell eventually goes quiet and every real pendulum eventually hangs still. The missing ingredient is damping: a resisting force that opposes the velocity and bleeds energy out of the system as heat. This guide turns that force on and asks what changes.
The simplest honest model is a force proportional to velocity, b y', pointing against the motion. Adding it to the spring-mass-damper balance from this rung's first guide gives the equation of free damped vibration: m y'' + b y' + k y = 0. Read it as a conversation between three terms — mass resisting acceleration, the damper b y' resisting velocity, and the spring k y pulling back toward rest. With b = 0 it collapses to the pure oscillator of last time; switch b on and the story changes completely.
This is still a homogeneous second-order equation with constant coefficients, so the machinery you already built applies untouched. Guess y = e^(rt), and the equation hands you the characteristic equation m r^2 + b r + k = 0. Everything that follows — every regime of damping — is just the discriminant of this one quadratic, b^2 - 4mk, deciding the sign under the square root. Damping is not a new theory; it is the three-cases story you met last guide, now wearing a physical costume.
One dimensionless number that decides everything
Before solving, it pays to compress the three constants m, b, k into the two quantities that actually matter. Last guide defined the natural frequency omega0 = sqrt(k/m), the rate the undamped spring would oscillate at. Now define the damping ratio zeta = b / (2 sqrt(mk)). Divide the equation through by m and it becomes y'' + 2 zeta omega0 y' + omega0^2 y = 0 — a clean form in which only zeta and omega0 appear. The single number zeta measures how strong the damping is relative to the spring, and it alone sorts the three regimes.
Why is a single ratio enough? Because the discriminant b^2 - 4mk has the same sign as zeta^2 - 1. So zeta < 1 means the discriminant is negative (complex roots, oscillation), zeta = 1 sits exactly on the boundary (a repeated root), and zeta > 1 makes it positive (two real roots, no oscillation). The whole map of behaviour is a single number compared to 1 — under, equal, or over. That is where the names underdamped, critically damped, and overdamped come from.
m y'' + b y' + k y = 0 -> m r^2 + b r + k = 0
natural frequency omega0 = sqrt(k/m)
damping ratio zeta = b / (2 sqrt(m k))
discriminant sign = sign( zeta^2 - 1 ):
zeta < 1 complex roots -> UNDERDAMPED (decaying ring)
zeta = 1 repeated root -> CRITICAL (fastest no overshoot)
zeta > 1 two real roots -> OVERDAMPED (slow crawl home)Underdamped: the fading ring (zeta < 1)
When zeta < 1 the damping is gentle, the discriminant is negative, and the roots form a complex conjugate pair r = -zeta omega0 +/- i omega_d, where omega_d = omega0 sqrt(1 - zeta^2). Through Euler's formula this becomes the real solution y = e^(-zeta omega0 t) (C1 cos(omega_d t) + C2 sin(omega_d t)). Read it in two pieces: an oscillation cos/sin at frequency omega_d riding inside a shrinking envelope e^(-zeta omega0 t). This is underdamped motion — the system still swings back and forth, but each swing is smaller than the last.
Two physical facts hide in those formulas. First, damping does not just shrink the swings — it also slows them: the ringing frequency omega_d is strictly less than the natural omega0, so a damped bell rings a touch flatter than the same bell would in a vacuum. Second, the envelope decays exponentially, which gives a beautifully simple diagnostic. Compare the heights of successive peaks one period apart; their ratio is constant, and its logarithm, the logarithmic decrement, lets you read zeta straight off a measured trace without ever knowing m, b, or k.
Overdamped and critical: the two ways to come home without ringing
Push the damping up past zeta = 1 and the discriminant turns positive: the roots become two distinct real numbers r1, r2, both negative, and the solution is y = C1 e^(r1 t) + C2 e^(r2 t) — pure decaying exponentials, no sine in sight. This is overdamped motion. There is so much friction that the mass can no longer overshoot; released from a displacement, it just oozes back toward rest. A heavy door with a strong closer, a measuring needle swimming in oil, a shock absorber that is too stiff — they crawl home and never bounce.
It is tempting to think more damping always means a faster settle. It does not. An overdamped system has a slow root close to zero that dominates the long tail, so piling on friction past the boundary actually makes the return SLUGGISH — the over-stiff door that takes forever to finish closing. Somewhere between under and over there must be a sweet spot, and it is exactly the boundary zeta = 1: critically damped motion, the fastest possible return to rest with no overshoot.
At zeta = 1 the two real roots collide into a single repeated root r = -omega0. As the last guide warned, a repeated root hands you only one exponential, so the second solution carries the tell-tale extra factor of t, and the general form is y = (C1 + C2 t) e^(-omega0 t). The lone t e^(-omega0 t) term can let the system creep slightly forward before the exponential clamps it down — so 'critical' permits at most a single gentle approach, never a true oscillation. This is the regime engineers chase for car suspensions, analog meters, and door closers: settle now, settle clean, do not bounce.
The same three regimes in a circuit
None of this is really about springs. The first guide in this rung built the mechanical-electrical analogy: a series RLC circuit obeys L q'' + R q' + (1/C) q = 0, the very same equation with inductance L playing the mass, resistance R playing the damper, and 1/C playing the spring. So the resistor is the damping, and an RLC circuit lives in exactly one of the same three regimes — underdamped (a decaying ringing current you can see on a scope), critically damped, or overdamped — set by its own zeta = (R/2) sqrt(C/L).
This is the quiet payoff of writing the equation in the dimensionless form y'' + 2 zeta omega0 y' + omega0^2 y = 0. A mechanical engineer tuning a suspension and an electrical engineer designing a filter are, mathematically, doing the identical thing: choosing zeta. One language, two worlds. The damping ratio is the universal dial, and 'under, critical, over' is its universal vocabulary.