1.6.9 · D1Oscillations & Waves

Foundations — Damped oscillations — underdamped, critically damped, overdamped

2,026 words9 min readBack to topic

Before you can read a single line of the damped-oscillation page, you need a small toolbox of ideas. Below I build every symbol and picture from scratch, in an order where each one leans only on the ones before it. If the parent note wrote a symbol, it is defined here first.


1. Time — the variable everything runs on

Picture the horizontal axis of every graph to come: it is , running left (early) to right (late). Whenever you see or later, the inside is just this clock, in seconds. Nothing on this page changes with anything but .


2. Position, and its two rates of change

Picture a bead on a horizontal line. The centre mark is . To the right is positive, to the left is negative. That single number tells you the whole state of where the mass is at that instant.

Figure — Damped oscillations — underdamped, critically damped, overdamped

But "where" is not enough — we also care about how fast and how the speed itself is changing. Those are the derivatives of with respect to time .

WHY do we need both dots? A spring cares about where the mass is (, it pulls it back). Damping cares about how fast it moves (, it resists speed). And Newton's law is written in terms of acceleration (). So the whole topic is a sentence that mixes all three. You cannot skip any of them.


3. The two forces that act

Figure — Damped oscillations — underdamped, critically damped, overdamped

WHY these two and no others? The spring is what makes it want to oscillate. The damping is what steals the energy. Take away the spring and there's nothing to bounce back; take away the damping and it swings forever. The whole three-regime story is the tug-of-war between exactly these two arrows.


4. Newton's second law — the sentence that ties it together

WHY divide by ? Dividing gives . This isolates two combinations, and , that turn out to be the physically meaningful "frequencies" of the system. This is why the parent renames them into cleaner symbols next.


5. Why an angular frequency needs "radians" — the circle picture

Before we name any frequency, we need to know what "frequency" is measured in. That is what this section builds — so the units in the next section aren't a surprise.

Figure — Damped oscillations — underdamped, critically damped, overdamped

WHY radians and not degrees? Because calculus of sines and cosines is only clean in radians (the slope of is exactly only when the angle is in radians). Since the whole topic runs on derivatives of oscillations, radians are forced on us. You met this idea in Simple Harmonic Motion.


6. The renamed constants: and

Now that "radians per second" has a meaning, we can name the two key parameters.

WHY the factor 2 in ? Pure bookkeeping. It makes a square root later come out as with no stray factors. Nothing physical hides in the 2.


7. The exponential — the shape of decay

WHY guess to solve the ODE? Because differentiating it just multiplies by . That turns the calculus equation into an ordinary algebra equation for (the "characteristic equation"). The whole trick of Second-order linear ODEs is that exponentials convert derivatives into multiplication.

Figure — Damped oscillations — underdamped, critically damped, overdamped

This is the hinge of the whole topic: the real part of becomes the decay , and the imaginary part becomes the wobble .


8. The discriminant — the referee

Solving by the quadratic formula gives

WHY does the sign matter so much? Because a real square root gives decaying exponentials (no wobble), while an imaginary one gives sines and cosines (wobble). The sign is literally the switch between "swings" and "crawls." This same discriminant idea powers Quality factor & bandwidth and appears in RLC circuits where resistance plays the role of damping.


Prerequisite map

Time t in seconds

Position x of t

Velocity x-dot

Acceleration x-double-dot

Spring force minus k x

Newton second law

Damping force minus b x-dot

Standard form with gamma and omega0

Radians and angular frequency

Guess x = e to the lambda t

Exponential and Euler i

Characteristic equation

Discriminant sign

Three regimes


Equipment checklist

Test yourself — reveal only after answering.

What is and what units does it carry?
Time, the clock reading in seconds, starting from ; everything is a function of it.
What does mean, in words and units?
The velocity: rate of change of position per second, in m/s (the slope of the position–time curve).
What does mean?
The acceleration: rate of change of velocity per second, in m/s² (the bend of the position–time curve).
Why does the spring force carry a minus sign?
It is restoring — it always points back toward , opposite to the displacement.
Why does the damping force use , not ?
Drag opposes motion, so it depends on speed, not position.
What is physically and in what units?
, the frequency the spring would oscillate at with no damping, in rad/s.
What is physically and in what units?
, how fast energy is drained per second, in (same units as , so they compare).
What is and its formula?
The damped frequency, rad/s — the actual wobble rate when it oscillates.
Why guess ?
Differentiating it just multiplies by , turning the ODE into an algebra equation.
What does an imaginary part in produce?
Oscillation — via .
Which single quantity's sign picks the regime?
The discriminant .
Why radians not degrees?
Only in radians is the slope of exactly , which the calculus here needs.

Related: Damped Oscillations — Underdamped, Critically Damped, Overdamped · Simple Harmonic Motion · Forced Oscillations & Resonance · Second-order linear ODEs · Quality factor & bandwidth · RLC circuits