Critical Damping⚠ unverified
Mechanical / Vibration Analysis · Return the critical damping coefficient
Parameters
| Input | Symbol | Unit | Default | Description |
|---|---|---|---|---|
| c_crit | ccrit | N*s/m | 1.0 | Critical damping coefficient |
| Output | Symbol | Unit | Description |
|---|---|---|---|
| result | ccrit | N*s/m | Critical damping coefficient, in newton-seconds per metre (N*s/m), returned unchanged |
The science & history
Understanding the Parameters
-
What critical damping means — at $c = c_c$ the two roots of the characteristic equation coincide (a repeated real root), giving the fastest non-oscillatory return to equilibrium. Below it the system rings; above it the system creeps back slowly.
-
Real formula $c_c = 2\sqrt{km}$ — it grows with both stiffness and mass. Equivalently $c_c = 2m\omega_n$, tying it directly to the natural frequency (Natural Frequency Mass Spring).
-
The damping ratio $\zeta = c/c_c$ — the whole point of $c_c$ is to be the normaliser: expressing actual damping $c$ as the dimensionless fraction $\zeta$ makes every vibration formula (magnification, transmissibility, log decrement) depend on $\zeta$ rather than on $c$, $k$, $m$ separately.
-
Regimes — $\zeta < 1$ underdamped (oscillates), $\zeta = 1$ critically damped, $\zeta > 1$ overdamped (no oscillation, slower).
Derivation (Approaching a Proof)
The damped SDOF free-vibration equation is $m\ddot{x} + c\dot{x} + kx = 0$. Seeking $x = e^{st}$ gives the characteristic equation
$$m s^2 + c s + k = 0 \;\Longrightarrow\; s = \frac{-c \pm \sqrt{c^2 - 4km}}{2m}.$$
The nature of the motion depends on the discriminant $c^2 - 4km$:
- $c^2 < 4km$: complex roots → oscillatory decay (underdamped),
- $c^2 > 4km$: two real roots → non-oscillatory creep (overdamped),
- $c^2 = 4km$: a repeated real root → the critical boundary.
Setting the discriminant to zero defines critical damping:
$$c_c^2 = 4km \;\Longrightarrow\; c_c = 2\sqrt{km} = 2m\sqrt{k/m} = 2m\omega_n.$$
The repeated root $s = -c_c/2m = -\omega_n$ gives the fastest decay envelope $e^{-\omega_n t}$ without oscillation.
Dimensional check. $c_c = 2\sqrt{km} = 2\sqrt{(\text{N}/\text{m})\cdot\text{kg}} = 2\sqrt{(\text{kg}/\text{s}^2)\cdot\text{kg}} = 2\,\text{kg}/\text{s} = \text{N}\cdot\text{s}/\text{m}$ — a damping coefficient, as required.
History and Development
Critical damping emerged from the 19th-century analysis of the damped linear oscillator (the theory of ordinary differential equations applied to mechanics). Its practical importance is enormous: galvanometers and analog meters are critically damped so the needle settles quickly without bouncing; automotive suspensions run slightly underdamped ($\zeta \approx 0.2$–$0.3$) for ride comfort; and door closers and gun recoil mechanisms are tuned near critical. The damping ratio $\zeta = c/c_c$ it defines is the universal currency of vibration engineering.
Related Concepts: Damping Ratio, Natural Frequency Mass Spring, Damped Natural Frequency, Logarithmic Decrement, Magnification Factor, Quality Factor Q
Notes: Registry is a pass-through ($c_c = c_c$) — real value $c_c = 2\sqrt{km} = 2m\omega_n$. Boundary between oscillatory ($\zeta<1$) and non-oscillatory ($\zeta>1$); fastest non-oscillatory settling. Normaliser for $\zeta = c/c_c$.