2.3 Damped oscillations

Real oscillators lose energy. Adding a velocity-dependent drag bx˙-b \dot x to the spring force gives Newton’s second law

mx¨  =  kxbx˙.m \ddot x \;=\; -k x - b \dot x.

Divide by mm and define ω02=k/m\omega_0^2 = k/m and γ=b/(2m)\gamma = b/(2m). The equation in canonical form is

x¨+2γx˙+ω02x  =  0.\ddot x + 2\gamma \dot x + \omega_0^2 x \;=\; 0.

The parameter γ\gamma has units of inverse time; it controls how fast amplitude decays.

Three regimes

Try x(t)=eλtx(t) = e^{\lambda t}. The characteristic equation is

λ2+2γλ+ω02  =  0,\lambda^2 + 2\gamma \lambda + \omega_0^2 \;=\; 0,

with roots

λ±  =  γ±γ2ω02.\lambda_\pm \;=\; -\gamma \pm \sqrt{\gamma^2 - \omega_0^2}.

The sign of γ2ω02\gamma^2 - \omega_0^2 sets the regime:

x(t)  =  X0eγtcos(ωdt+φ).x(t) \;=\; X_0\, e^{-\gamma t}\, \cos(\omega_d t + \varphi).
Where $\omega_d = \sqrt{\omega_0^2 - \gamma^2}$ comes from

Inserting x=eλtx = e^{\lambda t} into the ODE produces the quadratic λ2+2γλ+ω02=0\lambda^2 + 2\gamma\lambda + \omega_0^2 = 0. The quadratic formula gives λ=γ±γ2ω02\lambda = -\gamma \pm \sqrt{\gamma^2 - \omega_0^2}. In the underdamped regime, the discriminant is negative; write γ2ω02=ωd2\gamma^2 - \omega_0^2 = -\omega_d^2 with ωd2=ω02γ2>0\omega_d^2 = \omega_0^2 - \gamma^2 > 0. Then λ=γ±iωd\lambda = -\gamma \pm i \omega_d, and the real solution is eγt[Acos(ωdt)+Bsin(ωdt)]e^{-\gamma t}[A \cos(\omega_d t) + B \sin(\omega_d t)].

Energy decay

For the underdamped solution, the mechanical energy is roughly

E(t)    12kX02e2γt,E(t) \;\approx\; \tfrac12 k X_0^2 \, e^{-2\gamma t},

decaying as e2γte^{-2\gamma t} (the factor of 2 because energy is amplitude squared). The 1/e time for amplitude is τamp=1/γ\tau_{\text{amp}} = 1/\gamma; the 1/e time for energy is τen=1/(2γ)\tau_{\text{en}} = 1/(2\gamma). We will see in lesson 2.5 that the quality factor Qω0/(2γ)Q \equiv \omega_0 / (2\gamma) is the number of radians of oscillation in which the energy decays by 1/e1/e — a useful intuition.

Where damping comes from

In a mechanical mass-spring, damping comes from air drag, friction at the spring’s pivots, or internal hysteretic losses in the spring material. In an acoustic mode of a tube or cavity, damping comes from viscous losses at the walls, thermal conduction into the walls, and radiation out of the open end. We will revisit each of these mechanisms in detail in chapter 10 (attenuation). For now, γ\gamma is just a lump that subsumes them all.

What this gives us

The free, damped oscillator is the homogeneous solution of the second-order linear ODE. Every transient response of every linear acoustic system contains a piece of this form — a sum of damped exponentials at the natural frequencies — alongside whatever the forcing is doing. In the next lesson we add the forcing and discover resonance.