Why Waves and Vibrations Are Everywhere in Engineering
Any system with mass and a restoring force — a beam, a machine mount, a circuit's resonant tank, a building floor, a guitar string, an antenna's radiating field — can store energy by oscillating, and understanding how it oscillates is essential to designing it safely. Waves and vibrations covers this shared mathematical structure: how disturbances propagate, what determines a system's natural frequency, why resonance can be catastrophic, and how damping controls the way a disturbed system settles back down. This guide is a practical refresher on that structure, with a worked vibration-isolation example tying it back to real hardware.
The Wave Equation and Basic Wave Relationships
A wave is a disturbance that propagates through a medium (or, for electromagnetic waves, through space itself) while carrying energy without net transport of matter. The one-dimensional wave equation is:
∂²y/∂t² = c² (∂²y/∂x²)
where y(x, t) is the displacement of the medium at position x and time t, and c is the wave's propagation speed. Its general solution is any function of the form y = f(x − ct) + g(x + ct) — a disturbance shape that travels to the right at speed c, plus one that travels to the left, without changing shape as it moves (in a non-dispersive medium). Three quantities describe any periodic wave and are linked by one relationship engineers use constantly:
v = fλ and T = 1/f
where v is wave speed, f is frequency (cycles per second, Hz), λ is wavelength, and T is the period (seconds per cycle). Knowing any two of speed, frequency, and wavelength gives you the third — this single relationship underlies antenna sizing (a quarter-wave antenna's physical length is set by the signal's wavelength), acoustic design (room dimensions relative to sound wavelength), and cable/transmission-line design (signal wavelength relative to cable length determines whether lumped-circuit assumptions are valid).
Simple Harmonic Motion
Simple harmonic motion (SHM) is the motion of any system where the restoring force is directly proportional to displacement from equilibrium and directed back toward it — the canonical example being a mass on an ideal spring, F = −kx. Applying Newton's second law, m(d²x/dt²) = −kx, gives the governing equation:
d²x/dt² + ωₙ²x = 0, with solution x(t) = A cos(ωₙt + φ)
where A is the amplitude, φ is a phase constant set by initial conditions, and ωₙ is the system's natural frequency, in radians per second:
ωₙ = √(k/m), with fₙ = ωₙ/(2π) in hertz
Worked example: A mass m = 2 kg is attached to a spring of stiffness k = 800 N/m. Find its natural frequency.
ωₙ = √(800/2) = √400 = 20 rad/s, so fₙ = 20/(2π) ≈ 3.18 Hz.
SHM is not just a spring's behavior in isolation — it is the underlying small-oscillation behavior of nearly any stable mechanical or electrical system near equilibrium, from a pendulum swinging through small angles to an LC circuit's oscillating charge.
Damping: Underdamped, Critically Damped, Overdamped
Real systems lose energy to friction, air resistance, or intentional dashpots, adding a velocity-proportional damping force to the equation of motion:
m(d²x/dt²) + c(dx/dt) + kx = 0
The behavior depends entirely on the damping ratio, ζ = c / (2√(km)), which compares the actual damping coefficient c to the critical damping coefficient cc = 2√(km):
| Regime | Damping ratio ζ | Behavior | Typical example |
|---|---|---|---|
| Underdamped | ζ < 1 | Oscillates with decaying amplitude | Vehicle suspension, guitar string, most lightly-braced structures |
| Critically damped | ζ = 1 | Returns to equilibrium fastest, no oscillation | Door closers, analog gauge needles, some shock absorbers |
| Overdamped | ζ > 1 | Returns to equilibrium slowly, no oscillation | Heavily damped precision instruments |
Worked example: Using the same mass-spring system (m = 2 kg, k = 800 N/m, so ωₙ = 20 rad/s), add a damping coefficient c = 40 N·s/m. Classify the system and find its damped oscillation frequency.
Critical damping coefficient: cc = 2√(km) = 2√(1600) = 2(40) = 80 N·s/m.
Damping ratio: ζ = c/cc = 40/80 = 0.5 — since ζ < 1, the system is underdamped.
The damped natural frequency is ωd = ωₙ√(1 − ζ²) = 20√(1 − 0.25) = 20√0.75 ≈ 20(0.866) = 17.3 rad/s — slightly lower than the undamped natural frequency, as damping always is.
Resonance
Resonance occurs when a system is driven by an external periodic force at (or near) its natural frequency, causing the response amplitude to grow far beyond what the same force amplitude would produce at any other driving frequency. For a lightly damped system, the amplification at resonance can be enormous — in the idealized undamped limit, amplitude grows without bound over time. This is why rotating machinery is balanced to minimize vibration input, why bridges and grandstands are checked against pedestrian and wind-induced natural frequencies, and why electronic filters are explicitly designed around a chosen resonant frequency (in that context, resonance is the desired behavior rather than a hazard).
Superposition and Interference
Because the wave equation is linear, two or more waves passing through the same region simply add together — the principle of superposition. When two waves of the same frequency arrive in phase, they add constructively, producing a larger combined amplitude; when they arrive out of phase, they can cancel destructively. Two waves of slightly different frequencies produce beats — a periodic rise and fall in combined amplitude at the difference frequency — a phenomenon used to tune musical instruments and to detect small frequency differences in signal processing. Interference is also the operating principle behind noise-cancelling headphones (destructive interference of a matched, inverted sound wave) and behind antenna arrays that shape radiation patterns by controlling the phase relationships between elements.
Engineering Application: Vibration Isolation
A common design goal is to isolate a piece of equipment from a vibrating base (or vice versa) by mounting it on a spring-damper system. The fraction of force actually transmitted through the mount is the transmissibility, TR, which for the undamped case simplifies to:
TR = 1 / |r² − 1|, where r = ω/ωₙ is the ratio of forcing frequency to natural frequency
Worked example: Using the isolator with ωₙ = 20 rad/s from above, a machine vibrates at f = 10 Hz (ω = 2π(10) = 62.8 rad/s). Find the transmissibility.
r = ω/ωₙ = 62.8/20 = 3.14, so r² = 9.86.
TR = 1/|9.86 − 1| = 1/8.86 ≈ 0.113 — only about 11.3% of the vibrating force is transmitted through the mount, an 88.7% reduction.
This result illustrates the key design rule for vibration isolation: isolation only begins once r > √2 (≈ 1.414); below that ratio the mount actually amplifies the transmitted force rather than reducing it, which is why an isolation mount's natural frequency must be designed well below the disturbance frequency it is meant to isolate against, not simply "soft" in a general sense.