Skip to content
Stan’s Legacy

Damping and ringdown

After a pulse, does this loop ring or sag, at what frequency, and for how many cycles?

The formula
ζ=R2CLτ=2·LRd=12π1L·C1τ2m=ln10π·1RLC
ζ
Damping ratio
τ
Decay time constant, µs
d
Ringing frequency, Hz
m
Cycles to 1 % energy
L
Inductance, mH
C
Capacitance, nF
R
Series resistance, Ω
LaTeX
ζ = \frac{R}{2} \sqrt{\frac{C}{L}} \qquad τ = \frac{2 \cdot L}{R} \qquad d = \frac{1}{2\pi} \sqrt{\frac{1}{L \cdot C} - \frac{1}{τ^{2}}} \qquad m = \frac{\ln 10}{\pi} \cdot \frac{1}{R} \sqrt{\frac{L}{C}}

Work it out

mH

Everything inductive in the series loop.

nF

The cell.

Ω

Everything resistive in the loop — choke wire, cell ESR, wiring. This is what takes the energy out.

Method

  1. Take √(L/C), the loop's characteristic impedance. The damping ratio is the resistance divided by twice that: ζ = (R/2)√(C/L). Everything in SI — henries, farads, ohms.
  2. The decay time constant is 2L/R. This is the time for the ring's envelope to fall to 1/e of where it started; it does not depend on the capacitance at all.
  3. The ringing frequency is the undamped resonance with the damping taken off: ω_d = √(ω₀² − α²) where ω₀ = 1/√(LC) and α = 1/τ. Divide by 2π for hertz. When α exceeds ω₀ the square root goes imaginary — the loop is overdamped and does not ring — and no frequency is reported.
  4. The energy in the loop falls as the square of the amplitude, so it reaches 1 % when the amplitude reaches 10 %. That takes ln(10) time constants, and dividing by the ring period gives ln(10)/π × Q cycles, with Q = (1/R)√(L/C).

Assumptions

  • A linear series RLC with constant R, L and C. A cell full of water is not: its resistance depends on the voltage across it and its capacitance on the frequency, so the ring in a real VIC is less tidy than one exponential.
  • The resistance is the only loss. Core loss in the chokes and dielectric loss in the water both take energy out too, and both make the real ringdown shorter than this.
  • The choke's self-capacitance is ignored. Near its self-resonance a choke is not an inductor, and the numbers here stop meaning anything.