Sign in

Libre University uses your GitHub account. Signing in is only needed to sit a final test, so the score is kept on your profile.

Free oscillation and damping

The three root cases of a constant coefficient quadratic are not an algebraic curiosity: they are the difference between a car that rides well, one that bounces down the road, and one that wallows.

This lesson attaches physics to the algebra of the previous one. The equation is the same throughout, and the whole of its behaviour is controlled by two numbers that can be read off the coefficients before anything is solved.

Building the equation

Hooke's law says a spring stretched by x from its natural length pulls back with force -kx, the sign saying that the force opposes the displacement, and the constant k measured in newtons per metre. Resistance to motion, from a dashpot or from air, is modelled at low speeds as proportional to velocity and opposing it, giving -cx'. Newton's second law then assembles

mx''=-kx-cx'that ismx''+cx'+kx=0

Divide by m and give the two resulting numbers names:

x''+2ζω0x'+ω02x=0,ω0=km,ζ=c2mk

The natural frequency ω0 is in radians per second and the damping ratio ζ is dimensionless. Every free linear oscillator in existence is described by that pair of numbers, and nothing else about the system matters to its motion.

The characteristic equation is r2+2ζω0r+ω02=0, whose roots are

r=ω0(-ζ±ζ2-1)

so the sign of ζ-1 decides everything.

No damping at all

With ζ=0 the roots are ±iω0 and the solution is x=Acosω0t+Bsinω0t, or equivalently x=Rcos(ω0t-δ) with R=A2+B2. This is simple harmonic motion: a pure sinusoid of period T=2π/ω0, running forever.

Two features deserve attention. The frequency depends on the spring and the mass, not on how hard the system was started: a large oscillation and a small one take the same time, which is isochronism and is the property that made the pendulum clock possible. And energy is conserved, sloshing between kinetic 12m(x')2 and potential 12kx2 with a constant sum 12kR2, which you can verify by differentiating that sum and using the equation.

Example. A 0.50 kg mass hangs on a spring of stiffness 200 N m⁻¹. Find the natural frequency in radians per second and in hertz, and the period.

ω0=200/0.50=400=20 rad s⁻¹. In hertz that is 20/2π=3.18 Hz, and the period is 2π/20=0.314 s. Hanging the mass also stretches the spring by mg/k=0.5×9.81/200=24.5 mm at rest, but that only shifts the equilibrium: measuring x from the new rest position gives back the same equation, with gravity absorbed.

Now you. A 2.0 kg mass sits on a spring of stiffness 50 N m⁻¹. Find ω0, the frequency in hertz, and the period.

Answer

ω0=50/2=5 rad s⁻¹, which is 5/2π=0.796 Hz, and the period is 2π/5=1.26 s.

The three regimes

Turn the damping on. Since the roots depend only on ζ and ω0, the classification is complete and has three cases.

Underdamped, ζ<1. The roots are complex, r=-ζω0±iωd with ωd=ω01-ζ2, and

x=Re-ζω0tcos(ωdt-δ)

an oscillation inside a decaying envelope. The damped frequency ωd is always below the natural one, though only slightly for light damping: at ζ=0.1 it is lower by half a per cent. The envelope has time constant 1/ζω0.

Critically damped, ζ=1. The root -ω0 is repeated, so x=(c1+c2t)e-ω0t. There is no oscillation, and this is the fastest possible return to equilibrium without overshoot, since any smaller ζ overshoots and any larger one is slower.

Overdamped, ζ>1. Two negative real roots, and x=c1er1t+c2er2t. The system creeps back, dominated eventually by the slower root, the one nearer zero. Increasing the damping further makes it slower still, which is the counterintuitive fact of the subject: too much damping does not stop motion faster, it drags it out.

Example. A 2.0 kg mass on a spring with k=20 N m⁻¹ has a dashpot with c=6.0 N s m⁻¹. Classify the motion, and find the damped period.

ω0=20/2=3.162 rad s⁻¹ and ζ=6/(22×20)=6/12.65=0.474, so the system is underdamped. Then ωd=3.1621-0.225=2.784 rad s⁻¹, giving a damped period of 2π/2.784=2.26 s, against 1.99 s undamped. The envelope decays with time constant 1/(ζω0)=1/1.5=0.667 s, so the oscillation is essentially over in a few seconds.

Now you. A 1.0 kg mass on a spring with k=16 N m⁻¹ has c=10 N s m⁻¹. Classify the motion and find the two roots.

Answer

ω0=4 rad s⁻¹ and ζ=10/(216)=1.25>1, so it is overdamped. The roots solve r2+10r+16=0, giving r=-2 and r=-8. The return is governed by the slow root, so the decay time constant is 0.5 s.

Which regime a designer wants

The choice of ζ is a design decision, and different machines want different answers.

A car suspension is a spring and damper carrying about a quarter of the car's mass. Take m=300 kg and k=30000 N m⁻¹, giving ω0=10 rad s⁻¹, or 1.59 Hz, which is close to the frequency of a walking human and is chosen deliberately: ride comfort is poor at much higher frequencies and motion sickness sets in below about 0.5 Hz. Critical damping would need c=2mk=6000 N s m⁻¹. Real dampers are set nearer ζ=0.3, so c=1800 N s m⁻¹, because a critically damped suspension transmits too much of a sharp bump into the cabin. The price is a single small overshoot, which is what the body of a car does after a speed bump.

A door closer is deliberately overdamped: an overshoot would slam the door. A moving-coil galvanometer, and the analogue meters that descend from it, is critically damped so the needle reaches its reading in the least time without swinging past it, and instrument makers specify the coil circuit resistance that achieves it. A bell or a tuning fork is as lightly damped as the material allows, since the whole point is that the oscillation persists.

Measuring the damping

None of these numbers is usually known in advance. What can be measured is a decaying trace, and two consecutive peaks are enough.

Successive maxima are one damped period apart, so their ratio is the envelope's decay over that period:

xnxn+1=eζω0Td,Td=2πωd

Taking the logarithm defines the logarithmic decrement δ=ln(xn/xn+1)=2πζ/1-ζ2, which inverts to

ζ=δ4π2+δ2

Example. A trace shows successive peaks of 12.0 mm and 9.2 mm. Find the logarithmic decrement, the damping ratio, and the quality factor Q=1/2ζ.

δ=ln(12.0/9.2)=0.2657. Then ζ=0.2657/39.48+0.071=0.0423, light damping, and Q=1/(2×0.0423)=11.8. Since ζ is small, the correction from ωd to ω0 is under a tenth of a per cent and can be ignored.

Now you. Successive peaks are 8.0 mm and 5.0 mm. Find δ, ζ and Q.

Answer

δ=ln(8/5)=0.470, so ζ=0.470/39.48+0.221=0.0746 and Q=6.7.

The quality factor Q is the standard way to quote light damping, and it has a physical reading. Energy goes as amplitude squared, so it decays as e-2ζω0t, and Q is 2π times the energy stored divided by the energy lost per cycle. It also counts oscillations: the amplitude falls by a factor of e in about Q/π cycles. A car suspension has Q near 1.7, a guitar string a few thousand, a quartz watch crystal 105, and the mirror suspensions of the LIGO gravitational wave detectors exceed 107, which is why they ring for hours.

The same equation in a circuit

An inductor, resistor and capacitor in series obey Kirchhoff's voltage law: Ldidt+Ri+qC=0, and since i=q' this is

Lq''+Rq'+qC=0

Term by term this is the mechanical equation, with inductance playing the part of mass, resistance the part of the dashpot, and the reciprocal capacitance the part of the spring constant. So

ω0=1LC,ζ=R2CL

Take L=10 mH and C=100 nF. Then ω0=1/10-2×10-7=31623 rad s⁻¹, or 5.03 kHz. Critical damping needs R=2L/C=632 Ω, and a real coil with 50 Ω of resistance gives ζ=0.079 and Q=6.3: a ringing circuit, which is what a tuned radio stage is for and what a designer of a digital signal path works to avoid.

The correspondence is exact rather than an analogy, and it is why oscillation is studied once rather than once per discipline. The same three regimes appear in a thermostat's temperature swing, in the response of a servo motor, and in the pitch of a ship in a swell.

Where the model stops

Two assumptions are doing real work here, and both fail eventually.

Viscous damping, force proportional to velocity, is a good model for a fluid dashpot at low speed and for a resistor exactly. It is a poor model for dry friction, whose magnitude is roughly constant and whose direction flips with the velocity. That difference is qualitative rather than a matter of accuracy: a viscously damped oscillator approaches equilibrium exponentially and never quite reaches it, while a dry-friction oscillator loses a fixed amount of amplitude per cycle, so the peaks fall on a straight line and the motion stops dead in finite time, generally not at the equilibrium position.

Linearity is the other. Hooke's law is the first term of a Taylor expansion of a real restoring force, and stretching a spring far enough introduces x3 terms that make the frequency depend on amplitude. A pendulum has sinθ in place of θ and is only harmonic for small swings, which the final lesson quantifies.

So far, though, nothing has pushed on the system. Every solution here decays to nothing, and a machine that only ever rings down is not doing any work. The next lesson adds a driving force and finds that the response depends violently on the frequency at which it is applied.