6.4 Damped Oscillations

An object moving with simple harmonic motion will continue to do so indefinitely. A more realistic scenario is to include the effects of other forces, such as friction and air resistance, that slow down the oscillations until they eventally decay away to nothing. These effects are collectively known as damping.

Depending on the strength of the damping forces, they can result one of of three scenarios:

  • Underdamping — The damping effects aren’t that strong, there are still oscillations but they decay away over time.

  • Overdamping — Damping is very strong, there are no oscillations and the system smoothly decays to equilibrium.

  • Critial damping — The system returns to equilibrium in the fastest possible way without overshooting.

Damping forces can be proportional to velocity (as with viscous drag), proportional to the square of velocity (quadratic drag e.g. air resistance), or something else (friction etc.). In this chapter we will focus on linear drag as it provides an instructive example of damping effects which we can solve analytically. We write the damping force as F=bv, where b is some constant with units of kg s1. The minus sign indicates that the damping force acts in the opposite direction of the velocity. Using Newton II with the two forces we have now, the equation of motion becomes

md2xdt2+bdxdt+kx=0. (6.54)

To solve this we use an ansatz of the form x(t)=Aeξt. Differentiating twice and substituting into the above, we get an equation for ξ:

ξ2+bmξ+ω02=0, (6.55)

where we have written the resonant frequency as ω02=km. The subscript 0 is important to distinguish the resonant frequency from other frequencies we will define later. If we also define the damping coefficient γ as

γ=b2m, (6.56)

then we can write ξ as

ξ=γ±γ2ω02, (6.57)

and the general solution is

x(t)=A1e(γ+γ2ω02)t+A2e(γγ2ω02)t. (6.58)

6.4.1 Different Damping Cases

Now, we have four different cases that can arise depending on the strength of the damping force i.e. the size of b compared to ω0.

  1. Case 1:

    b=0 (no damping). Then γ=0 and the general solution becomes

    x(t) =A1eiω02t+A2eiω02t (6.59)
    =Acos(ω0t+ϕ), (6.60)

    which is exactly the SHM that we found before. ξ is purely imaginary.

  2. Case 2:

    γ2ω02<0. In this case we define the damped frequency ωd=ω02γ2, so the solution becomes

    x(t) =A1e(γ+iωd)t+A2e(γiωd)t (6.61)
    =Aeγtcos(ωdt+ϕ). (6.62)

    So there are still oscillations, but the amplitude decays over time (xm(t)=Aeγt). This is an underdamped system. ξ is a complex number.

  3. Case 3:

    γ2ω02>0. Then ξ is a real number and the solution just becomes the sum of two decaying exponentials.

    x(t)=A1e(γ+γ2ω02)t+A2e(γγ2ω02)t. (6.63)

    There are two slightly different decay rates, the second term decays faster since its decay constant is larger. This is an overdamped system.

  4. Case 4:

    γ2=ω02. Here, ξ simplifies to just γ (a real number) and the general solution becomes

    x(t)=(A1+A2t)eγt. (6.64)

    This is a critically damped system.

6.4.2 Q-Factor

In the case of an underdamped system, notice that the total mechanical energy, given by equation 6.37, will decay exponentially.

Emech(t)=Emech(0)ebmt. (6.65)

To quantify the level of underdamping, it is common to define the Q-factor as the ratio of the initial energy in the oscillator to the energy dissipated in one radian of the oscillation, or

Q=2πinitial energyenergy dissipated in one cycle. (6.66)

It can be shown that for our linear damping the Q-factor is equal to

Q=mbωd=τωd, (6.67)

where τ=mb is the time constant for the decay.