Overdamped, Underdamped & Critically Damped Cases
The characteristic equation's roots tell you whether a second-order circuit returns to rest slowly, quickly, or with a decaying wobble.
A pendulum released from rest can crawl back slowly, settle as fast as possible, or swing back and forth with shrinking amplitude. Circuits do the same thing — and the math predicts which.
Three personalities of the same equation
Every second-order circuit we study — series RLC, parallel RLC, or any two-energy-storage-element network — leads to the same characteristic equation:
s² + 2αs + ω0² = 0
The roots are s1,2 = −α ± √(α² − ω0²). What matters is the sign of the expression under the square root. If α² > ω0² the discriminant is positive (two real roots). If α² = ω0² it is zero (repeated root). If α² < ω0² it is negative (complex roots). These three possibilities give rise to three qualitatively different responses.
Overdamped (α > ω0): slow and steady
When damping exceeds the natural frequency, the discriminant is positive and we get two distinct, real, negative roots s1 and s2. The natural response is a sum of two decaying exponentials:
x(t) = A1·e^(s1t) + A2·e^(s2t)
There is no oscillation. The response decays monotonically toward zero. However, because one of the exponents is typically small in magnitude (the slower root dominates the tail), the response can take a long time to settle. Overdamping is stable but sluggish.
Critically damped (α = ω0): fastest without overshoot
At the exact boundary α = ω0 the discriminant vanishes and the two roots merge into a single repeated root s = −α. The two independent solutions are no longer e^(s1t) and e^(s2t) (they would be identical), but rather e^(−αt) and t·e^(−αt). The natural response becomes:
x(t) = (A1 + A2·t)·e^(−αt)
This is the fastest possible return to zero without oscillating. It is the design target in systems where overshoot is unacceptable — for example, a vehicle suspension tuned so the car settles quickly without bouncing.
Underdamped (α < ω0): decaying oscillation
When damping is light, the discriminant is negative and the roots become complex conjugates: s = −α ± jωd, where ωd = √(ω0² − α²) is the damped natural frequency. The natural response oscillates at ωd (slightly lower than ω0) while the amplitude decays as e^(−αt):
x(t) = e^(−αt)·(A1·cos(ωd t) + A2·sin(ωd t))
This can also be written as x(t) = A·e^(−αt)·cos(ωd t − φ), where A and φ are an equivalent pair of constants related to A1 and A2. The oscillation frequency ωd is always less than ω0 and approaches ω0 as α → 0 (the undamped limit).
Finding A1 and A2: you always need two initial conditions
Each regime has two arbitrary constants, so you need two pieces of information: the value x(0) and the derivative dx/dt(0). The first is usually given directly (e.g., an initial capacitor voltage or inductor current). The second typically comes from a physical relationship at t = 0:
- If x is an inductor current: di/dt(0) = v_L(0) / L.
- If x is a capacitor voltage: dv/dt(0) = i_C(0) / C.
You evaluate x(0) and dx/dt(0), substitute t = 0 into the general response and its derivative, and solve the resulting two equations for A1 and A2.
- Compare α and ω0: since 3 < 5, the circuit is underdamped.
- Compute the damped frequency: ωd = √(ω0² − α²) = √(25 − 9) = √16 = 4 rad/s.
- Write the general underdamped form: x(t) = e^(−3t)·(A1·cos(4t) + A2·sin(4t)).
- Apply x(0) = 0: e⁰·(A1·cos 0 + A2·sin 0) = A1 = 0, so A1 = 0.
- Simplify: x(t) = A2·e^(−3t)·sin(4t). Differentiate: dx/dt = A2·e^(−3t)·(4·cos(4t) − 3·sin(4t)).
- Apply dx/dt(0) = 10: A2·(4·1 − 3·0) = 4·A2 = 10, so A2 = 2.5.
- Final answer: x(t) = 2.5·e^(−3t)·sin(4t).
- Rearrange ωd = √(ω0² − α²) to get ω0² = α² + ωd².
- Substitute: ω0² = 36 + 64 = 100, so ω0 = 10 rad/s.
Check your understanding
- The three damping regimes are determined by comparing α and ω0: overdamped (α > ω0), critically damped (α = ω0), underdamped (α < ω0).
- Overdamped response is a sum of two decaying exponentials with distinct real roots — no oscillation, potentially slow.
- Critically damped response has a repeated root and takes the form (A1 + A2·t)·e^(−αt) — fastest non-oscillatory decay.
- Underdamped response oscillates at ωd = √(ω0² − α²) while decaying as e^(−αt) — two constants always found from x(0) and dx/dt(0).