Damping Ratio Calculator Formula
Understand the math behind the damping ratio calculator. Each variable explained with a worked example.
Formulas Used
Damping Ratio (zeta)
zeta = abs(ln_os) / sqrt(pow(pi, 2) + pow(ln_os, 2))Damping Type
classification = abs(ln_os) / sqrt(pow(pi, 2) + pow(ln_os, 2))Variables
| Variable | Description | Default |
|---|---|---|
overshoot_pct | Measured Percent Overshoot(%) | 20 |
ln_os | Derived value= log(overshoot_pct / 100) | calculated |
How It Works
Damping Ratio from Overshoot
The damping ratio determines the character of a second-order system response. It can be extracted from a measured step response by noting the percent overshoot.
Formula
zeta = |ln(%OS/100)| / sqrt(pi² + ln²(%OS/100))
Worked Example
A step response shows 20% overshoot.
overshoot_pct = 20
- 01ln(0.20) = -1.6094
- 02zeta = 1.6094 / sqrt(9.8696 + 2.5902)
- 03zeta = 1.6094 / sqrt(12.4598) = 1.6094 / 3.5299
- 04zeta = 0.4559
Ready to run the numbers?
Open Damping Ratio Calculator