1.6.9 · D3Oscillations & Waves

Worked examples — Damped oscillations — underdamped, critically damped, overdamped

2,801 words13 min readBack to topic

Before anything, let us re-state the physical law itself so nothing appears "out of nowhere". A mass on a spring of stiffness , dragged by a resistive force proportional to velocity, obeys Newton's second law:

Here is the displacement, its velocity, its acceleration; is the damping constant (N·s/m). Divide through by to reach the standard form

whose characteristic roots are The quantity under the root, ==== (call it the discriminant ), is the whole story.

  • = damping coefficient (how hard the syrup pulls) — this is where and enter.
  • = natural frequency (how eager the spring is to swing) — this is where and enter.

So every time you see or below, remember they are just bundled versions of the physical , , from that original ODE.

The general solution in each regime — state it once, up front

Each sign of produces a different shape of solution. Memorise these three forms now; every example below just plugs numbers into one of them.

Picturing the discriminant: roots in the complex plane

Where do these roots live? Plot each root as a dot on a plane whose horizontal axis is the real part (the decay rate, always here) and whose vertical axis is the imaginary part (the oscillation rate). This plane is the honest picture behind the loose word "quadrant": it is the complex plane, and the sign of decides whether the root dots sit off the horizontal axis (oscillation) or on it (pure decay).

Figure — Damped oscillations — underdamped, critically damped, overdamped

Read the figure like this: as damping grows from , the two red root-dots start as a conjugate pair up/down the imaginary axis (underdamped — they have height, so they oscillate), slide left as decay increases, then collide on the real axis at (critical — the two dots merge into one), and finally split apart along the real axis (overdamped — both real, no height, so no oscillation). "Off the axis ⇒ wobble; on the axis ⇒ crawl" is the entire topic in one moving picture. Whenever an example asks which regime, you are really asking where do the red dots sit.


The scenario matrix

Every question in this topic lands in exactly one of these cells. Each example below is tagged with the cell(s) it covers.

Cell Case class Sign of What happens Example
A Underdamped oscillates in shrinking envelope Ex 1, 6
B Critically damped fastest clean stop Ex 2
C Overdamped two decaying exponentials, sluggish Ex 3
D Degenerate: , no decay pure SHM, rings forever Ex 4
E Limiting: , one root one term lingers, very slow Ex 5
F Boundary crossing (find ) set classify above/below Ex 2, 7
G Energy / decay underdamped how fast energy drains Ex 8
H Word problem (real device) any translate words to Ex 9
I Exam twist (measure , infer ) underdamped invert the formulas Ex 10

Each row corresponds to a position of the red root-dots in the figure above: rows A/D put them off the real axis, row B on it (merged), rows C/E split along it.


Worked examples


Recall Which cell is which — quick self-test

Sign of means ::: underdamped (oscillates); root-dots off the real axis. Sign of means ::: critically damped (fastest clean stop); dots merged on the real axis. Sign of means ::: overdamped (two decaying exponentials); dots split along the real axis. reduces the solution to ::: pure SHM, , no decay; dots on the imaginary axis. As the slow root tends to ::: (motion becomes ever slower). Formula for critical damping constant ::: . Per-cycle amplitude decay factor in terms of ::: .

See also Second-order linear ODEs for the general theory behind the characteristic equation, and RLC circuits where play the roles of exactly.