Calculate critical damping ratio, damping coefficient, mass, or stiffness from three known values with metric or imperial units for spring-mass systems.
Related Calculators
- High Pass Filter Calculator
- Square Wave Frequency Calculator
- Motor Constant Calculator
- Deceleration Calculator (w/ formula)
- All Physics Calculators
Critical Damping Ratio Formula
The calculator uses the standard damping ratio equation for a single-degree-of-freedom mass-spring-damper system:
ζ = c/(2*sqrt(m*k))
It can also rearrange the same equation to solve for damping coefficient, mass, or stiffness:
c = ζ*2*sqrt(m*k)
m = (c/(2*ζ))^2/k
k = (c/(2*ζ))^2/m
- ζ = critical damping ratio, dimensionless
- c = damping coefficient, usually in N·s/m
- m = mass, usually in kg
- k = stiffness or spring constant, usually in N/m
The calculator accepts any three of the four values and solves for the missing one. If you leave the damping ratio blank, it calculates ζ from the damping coefficient, mass, and stiffness. If you leave the damping coefficient blank, it calculates the damping needed for the entered damping ratio. If you leave mass or stiffness blank, it rearranges the same equation to solve for that missing system property.
Damping Ratio Interpretation
| Damping Ratio ζ | Response Type | What It Means |
|---|---|---|
| ζ = 0 | Undamped | The system oscillates without energy loss in the ideal model. |
| 0 < ζ < 1 | Underdamped | The system oscillates while the motion gradually dies out. |
| ζ = 1 | Critically damped | The system returns to equilibrium as quickly as possible without oscillating. |
| ζ > 1 | Overdamped | The system does not oscillate, but returns to equilibrium more slowly than a critically damped system. |
Supported Unit Conversions
| Quantity | Unit | Base Conversion Used |
|---|---|---|
| Damping coefficient | N·s/m | Base unit |
| Damping coefficient | lb·s/in | 1 lb·s/in = 175.1268 N·s/m |
| Mass | kg | Base unit |
| Mass | g | 1 g = 0.001 kg |
| Mass | lb | 1 lb = 0.453592 kg |
| Stiffness | N/m | Base unit |
| Stiffness | lb/in | 1 lb/in = 175.1268 N/m |
Example Problems
Example 1: Calculate damping ratio
You have a damping coefficient of 80 N·s/m, a mass of 10 kg, and a stiffness of 1000 N/m.
ζ = 80/(2*sqrt(10*1000))
ζ = 80/200 = 0.4
The damping ratio is 0.4, so the system is underdamped.
Example 2: Calculate damping coefficient
You want a damping ratio of 1 with a mass of 5 kg and stiffness of 2000 N/m.
c = 1*2*sqrt(5*2000)
c = 200 N*s/m
The damping coefficient needed for critical damping is 200 N·s/m.
FAQ
What is the difference between critical damping and damping ratio?
Critical damping is the exact amount of damping that lets a system return to equilibrium without oscillating and without being slower than necessary. The damping ratio ζ compares the actual damping in the system to that critical damping level. When ζ = 1, the system is critically damped.
Why is the damping ratio dimensionless?
The damping ratio is dimensionless because it is a comparison between two damping values: the actual damping coefficient and the critical damping coefficient. Since both have the same units, the units cancel out.
What values can I enter in the calculator?
Enter exactly three known values and leave one field blank. The calculator converts supported units to base SI units, performs the calculation, then converts the result back to the selected output unit where needed.