Critical Damping Calculator
Enter the mass and spring constant of your spring-mass-damper system to get the critical damping coefficient, natural frequency, damping ratio, damped natural frequency, settling time, and quality factor. Switch between metric (kg, N/m) and imperial (lb, lbf/in) units. The calculator classifies your system as underdamped, critically damped, or overdamped and shows the full worked calculation.
What is critical damping?
Critical damping is the exact amount of energy dissipation that allows a disturbed system to return to its equilibrium position as quickly as possible without oscillating. If a spring-mass-damper system has less damping than this critical value it overshoots and oscillates before settling; if it has more, it creeps back slowly. The critical damping coefficient cc is the boundary between oscillatory and non-oscillatory motion, and the damping ratio zeta = c / cc tells you immediately where your system sits: below 1 means oscillating, equal to 1 means optimal, above 1 means sluggish. Real engineering targets are typically zeta between 0.6 and 1.0, balancing speed with overshoot tolerance.
The formulas behind this calculator
For a spring-mass-damper system with mass m (kg), spring constant k (N/m), and damping coefficient c (N-s/m), the governing equation of motion is m*x''(t) + c*x'(t) + k*x(t) = 0. The undamped natural angular frequency is wn = sqrt(k/m) rad/s, and the natural frequency in Hz is fn = wn / (2*pi). The critical damping coefficient is cc = 2 * sqrt(m * k) = 2 * m * wn. The damping ratio is zeta = c / cc. When underdamped (zeta < 1), the system oscillates at the damped natural frequency wd = wn * sqrt(1 - zeta^2). Settling time (2% band) is approximated by ts = -ln(0.02) / (zeta * wn) for underdamped systems. The quality factor Q = 1 / (2 * zeta) measures how sharply the system resonates.
Worked example: automotive shock absorber
A car wheel-and-suspension assembly has an effective sprung mass of 300 kg and a coil spring rate of 30,000 N/m. Natural frequency: wn = sqrt(30000 / 300) = sqrt(100) = 10 rad/s (about 1.59 Hz). Critical damping coefficient: cc = 2 * sqrt(300 * 30000) = 2 * sqrt(9,000,000) = 6,000 N-s/m. A typical automotive damper is tuned to zeta around 0.3, so c = 0.3 * 6000 = 1,800 N-s/m, giving a damped frequency of wd = 10 * sqrt(1 - 0.09) = 9.54 rad/s. At this ratio the car returns to level after a bump with two or three visible oscillations, which drivers find acceptable. Race car setups target zeta closer to 0.7 for faster settling.
Choosing the right damping level for your application
The best damping ratio depends on how much overshoot your application can tolerate versus how fast it must settle. Door closers and precision positioning stages use zeta = 1 (critical) so that the door or stage reaches its final position without bounce. Control systems often target zeta = 0.707 (1/sqrt(2)), which gives about 4.3% overshoot but a faster rise time than critical. Structural vibration isolation typically runs 0.05 < zeta < 0.20, keeping the system lightly damped so it can absorb energy over many oscillations. Very high zeta (overdamped) is rarely desirable in mechanical systems because settling time actually increases once zeta exceeds about 1.5 to 2.
Damping ratio classification
| Damping ratio (zeta) | System type | Behavior | Typical application |
|---|---|---|---|
| 0 | Undamped | Oscillates indefinitely | Ideal pendulum, LC circuit |
| 0 < zeta < 1 | Underdamped | Decaying oscillation | Car suspension (zeta ~ 0.3), tuned mass damper |
| zeta = 1 | Critically damped | Fastest return, no overshoot | Door closers, galvanometer movements |
| zeta > 1 | Overdamped | Slow return, no oscillation | Heavy hydraulic actuators |
| Very high zeta | Highly overdamped | Very slow return | Precision instrument isolation |
How the damping ratio (zeta) determines the behavior of a spring-mass-damper system subjected to an initial displacement.
Frequently asked questions
What is the critical damping coefficient formula?
The critical damping coefficient is cc = 2 * sqrt(m * k), where m is the mass in kg and k is the spring constant in N/m. An equivalent form is cc = 2 * m * wn, where wn = sqrt(k/m) is the undamped natural angular frequency. The result is in N-s/m (newton-seconds per metre), which is the same unit as the damping coefficient c.
What does a damping ratio of 1 mean?
A damping ratio (zeta) of exactly 1 means the system is critically damped. This is the minimum level of damping that prevents any oscillation after a disturbance, and it gives the fastest possible return to equilibrium without overshoot. Values below 1 are underdamped (oscillatory), and values above 1 are overdamped (sluggish but non-oscillatory).
How do I calculate natural frequency from mass and spring constant?
The undamped natural angular frequency in rad/s is wn = sqrt(k / m). To convert to frequency in Hz, divide by 2*pi: fn = wn / (2 * pi) = sqrt(k / m) / (2 * pi). For example, m = 10 kg and k = 1000 N/m gives wn = sqrt(100) = 10 rad/s and fn = 10 / 6.2832 = 1.592 Hz.
What is the settling time for a critically damped system?
For a critically damped system the response is x(t) = x0 * (1 + wn * t) * exp(-wn * t). There is no simple closed-form settling time, but a good approximation for the 2% band is ts = -ln(0.02 / 2) / wn. In general, critically damped systems settle faster than overdamped ones and faster than heavily underdamped ones, which is why they are preferred in precision applications.
What is the quality factor Q and how does it relate to damping?
The quality factor Q = 1 / (2 * zeta). A high Q (low zeta) means the system is lightly damped, resonates sharply, and rings for many cycles. Q = 0.5 corresponds to critical damping (zeta = 1), and Q < 0.5 means overdamped. In electronics the Q of an LC circuit is analogous: a high-Q filter is narrow-band; a low-Q one is broad-band and non-oscillatory.
How does damping affect the damped natural frequency?
When a system is underdamped (zeta < 1), the actual oscillation frequency is lower than the undamped natural frequency: wd = wn * sqrt(1 - zeta^2). At zeta = 0 the damped frequency equals wn. At zeta = 0.5 it is wn * sqrt(0.75) = 0.866 * wn. At critical damping (zeta = 1) the damped frequency is zero, meaning there is no oscillation. Overdamped systems do not oscillate at all.