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

Equation of motion m·ẍ + b·ẋ + k·x = 0
Natural angular frequency ω₀ = sqrt(k / m)
Damping ratio ζ = b / (2·sqrt(k·m))
Damped angular frequency (underdamped) ω_d = ω₀·sqrt(1 − ζ²)
Underdamped displacement x(t) = A·e^(−ζ·ω₀·t)·cos(ω_d·t + φ)
Critically damped displacement (ζ = 1) x(t) = (A + B·t)·e^(−ω₀·t)
Overdamped displacement (ζ > 1) x(t) = A·e^(−(ζ − sqrt(ζ²−1))·ω₀·t) + B·e^(−(ζ + sqrt(ζ²−1))·ω₀·t)
Amplitude envelope (underdamped) A(t) = A₀·e^(−ζ·ω₀·t)

Key Variables

Symbol Name Unit Meaning
xDisplacementmDistance of the mass from its equilibrium position
mMasskgMass of the oscillating object attached to the spring
kSpring constantN/mStiffness of the spring; higher k means stronger restoring force
bDamping coefficientN·s/mStrength of the resistive force; proportional to velocity
ω₀Natural angular frequencyrad/sOscillation frequency with no damping present; sqrt(k/m)
ω_dDamped angular frequencyrad/sActual oscillation frequency when underdamped; always less than ω₀
ζDamping ratiodimensionlessRatio of actual damping to critical damping; determines the regime
A, BAmplitude constantsmSet by initial conditions (initial displacement and velocity)
φPhase angleradInitial phase of the oscillation, also set by initial conditions
tTimesTime elapsed since the mass was released

Real World Examples


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