Damped Spring
Introduction
A spring-mass system is one of the most fundamental models in all of physics. In an ideal world with no friction or air resistance, a mass attached to a spring would oscillate forever, bouncing back and forth with perfectly constant amplitude. In reality, resistive forces are always present, gradually robbing the system of its energy and causing the oscillations to die away. This process is called damping, and understanding it is essential for engineers and scientists working with anything that vibrates — from car suspensions to musical instruments to earthquake-resistant buildings.
Depending on how strong the damping is relative to the spring stiffness and the mass, a damped spring-mass system can behave in three qualitatively different ways. It may oscillate with shrinking amplitude (underdamped), return to rest as quickly as possible without oscillating at all (critically damped), or creep back to equilibrium so sluggishly that it never oscillates (overdamped). Each regime has practical importance, and the boundary between them is precisely defined by the physics.
The Physics Explained
A mass on a spring experiences two forces in the damped model. The first is the restoring force from the spring, which always points back toward the equilibrium position and has magnitude proportional to the displacement — this is Hooke's Law. The second is the damping force, which opposes the velocity of the mass and has magnitude proportional to speed. This linear damping model is sometimes called viscous damping because it accurately describes a mass moving through a fluid, though it is a good approximation for many other resistive situations as well.
Combining these two forces through Newton's second law gives a second-order linear differential equation in the displacement x. The character of the solution depends entirely on the relationship between the damping coefficient b, the spring constant k, and the mass m. Physicists define a natural angular frequency ω₀ = sqrt(k/m), which is the frequency the system would oscillate at with no damping present. They also define a damping ratio ζ (the Greek letter zeta) as b divided by the critical damping coefficient 2·sqrt(k·m). This single dimensionless number determines the regime.
When ζ is less than 1, the system is underdamped. The mass oscillates back and forth, but each successive swing is smaller than the last, with the amplitude decaying exponentially. The oscillation frequency is slightly lower than ω₀ because the damping slows the motion. When ζ equals exactly 1, the system is critically damped — this is the special case where the system returns to equilibrium in the shortest possible time without overshooting. When ζ is greater than 1, the system is overdamped; it returns to rest slowly, approaching equilibrium asymptotically from one side without ever crossing it.
Critical damping has particular engineering significance. A car's shock absorbers, for example, are ideally tuned close to critical damping so the car settles quickly after hitting a bump rather than bouncing repeatedly (underdamped) or taking a long time to recover (overdamped). Similarly, the needle of an analogue measuring instrument is often critically damped so it moves promptly to the correct reading without oscillating around it.
Key Equations
Key Variables
| Symbol | Name | Unit | Meaning |
|---|---|---|---|
| x | Displacement | m | Distance of the mass from its equilibrium position |
| m | Mass | kg | Mass of the oscillating object attached to the spring |
| k | Spring constant | N/m | Stiffness of the spring; higher k means stronger restoring force |
| b | Damping coefficient | N·s/m | Strength of the resistive force; proportional to velocity |
| ω₀ | Natural angular frequency | rad/s | Oscillation frequency with no damping present; sqrt(k/m) |
| ω_d | Damped angular frequency | rad/s | Actual oscillation frequency when underdamped; always less than ω₀ |
| ζ | Damping ratio | dimensionless | Ratio of actual damping to critical damping; determines the regime |
| A, B | Amplitude constants | m | Set by initial conditions (initial displacement and velocity) |
| φ | Phase angle | rad | Initial phase of the oscillation, also set by initial conditions |
| t | Time | s | Time elapsed since the mass was released |
Real World Examples
- Vehicle suspension systems: Car shock absorbers are designed to operate near critical damping. When a tyre hits a pothole, the suspension compresses and the shock absorber dissipates energy rapidly, returning the wheel to the road surface with minimal bouncing. An underdamped suspension would make the car rock uncomfortably; an overdamped one would feel stiff and slow to respond.
- Door closers: The hydraulic piston in an automatic door closer is a deliberately overdamped spring system. The door swings shut smoothly and slowly without oscillating back and forth, protecting both the door frame and anyone nearby.
- Seismographs: Early seismographs used a heavily damped pendulum or spring-mass system to record ground motion. The damping was tuned so the instrument recorded actual ground displacement faithfully rather than its own oscillations interfering with the signal.
- Tuned mass dampers in tall buildings: Skyscrapers such as Taipei 101 contain enormous damped mass systems — sometimes hundreds of tonnes suspended by cables and spring-like supports — that oscillate out of phase with the building during high winds or earthquakes, absorbing energy and dramatically reducing structural sway.
- Electrical LC circuits with resistance: A resistor-inductor-capacitor (RLC) circuit is mathematically identical to a damped spring-mass system. The charge on the capacitor plays the role of displacement, the inductance plays mass, the inverse capacitance plays spring constant, and resistance plays the damping coefficient. All three damping regimes appear in electronics.
How the Simulation Works
The simulation integrates the damped harmonic oscillator equation of motion numerically at each animation frame. Three sliders allow you to adjust the mass m, the spring constant k, and the damping coefficient b independently. As you move the sliders, the simulation immediately recomputes the damping ratio ζ and displays whether the current settings place the system in the underdamped, critically damped, or overdamped regime.
The mass is shown hanging from a spring and is displaced from its equilibrium position when you drag it or press the Reset button. Once released, it evolves according to the physics: in the underdamped regime you will see it swing past the equilibrium point repeatedly with each pass reaching a smaller extreme; at critical damping it will glide smoothly back to rest in the minimum time; in the overdamped regime it will drift slowly back without crossing the equilibrium at all.
A live displacement-versus-time graph is plotted below the spring animation, allowing you to watch the exponential envelope decay in real time for underdamped motion, or compare how quickly different overdamped settings converge. Energy readouts show the instantaneous kinetic energy, elastic potential energy, and total mechanical energy of the system, illustrating how damping steadily removes energy from the oscillator over time.
Further Reading
- Simple harmonic motion — the undamped spring-mass baseline from which damping theory departs
- Driven damped oscillations — what happens when a periodic external force is applied, leading to resonance phenomena
- Quality factor Q — a single number that characterises how underdamped an oscillator is and how sharply it resonates
- RLC circuits — the electrical analogue of the damped spring, central to filter and signal-processing design
- Nonlinear damping — real systems where the damping force is proportional to velocity squared rather than velocity, producing more complex behaviour