Resonance in RLC Circuits

AC Circuits · 11 min read

At one special frequency, an RLC circuit's two reactances cancel and the circuit looks purely resistive. That's resonance — and it's the phenomenon that lets a radio pick out one station from a sky full of broadcasts, a tuning fork stay in tune, and a power-supply output filter kill one specific ripple harmonic without touching the rest.

The resonant frequency

In a series RLC circuit the reactances are XL=ωLX_L = \omega L and XC=1/(ωC)X_C = 1/(\omega C). They are equal when:

ω0L=1ω0Cω0=1LCf0=12πLC\omega_0 L = \frac{1}{\omega_0 C} \quad \Rightarrow \quad \omega_0 = \frac{1}{\sqrt{LC}} \quad \Rightarrow \quad f_0 = \frac{1}{2\pi\sqrt{LC}}

The same formula holds for a parallel RLC tank (as long as we're treating both as ideal elements). At f0f_0:

  • Series RLC: net reactance is zero, so Z=R|Z| = R (minimum). Current I=V/RI = V/R is maximum — a sharp peak.
  • Parallel RLC (tank): the inductor and capacitor trade energy back and forth; external current draw is minimum, impedance is maximum.
Series RLC (band-pass)RLCParallel RLC (tank)IRLC
The two canonical resonant circuits. Series RLC is a band-pass — it's low-impedance at resonance so current is max. Parallel RLC (a tank) is a band-stop — it's high-impedance at resonance so current is min. Same f0=1/(2πLC)f_0 = 1/(2\pi\sqrt{LC}).

Underneath the peak is a lovely energy story. At resonance the capacitor and the inductor pass energy back and forth through a quarter-cycle rhythm — each reaches maximum while the other is zero. The source only has to top up whatever RR dissipates per cycle. In a perfect lossless circuit (R=0R = 0) the oscillation would continue forever with no external help. Real components have losses; the source keeps them oscillating.

Peak current in series RLC

10 Hz100 Hz1 kHz10 kHz100 kHz0.00.50.7071.0f₀ = 1 kHz0.707 (−3 dB)Q = 1Q = 3Q = 10frequency f (log)|I| / |I_max|
Series RLC current magnitude at three QQ factors. All three peak at the same f0=1/(2πLC)f_0 = 1 / (2\pi\sqrt{LC}), but higher Q = sharper peak. Q also sets the −3 dB bandwidth: BW=f0/Q\text{BW} = f_0 / Q. Q = 10 gives a tuned radio filter; Q = 1 gives a barely- selective band-pass.

Three different component selections that share the same f0f_0 but have different QQ (quality factor). All three current curves have their peak at the same frequency, but they widen or narrow around it. The width is what matters for selectivity.

Q factor — “how peaky is the peak?”

The quality factor QQ is the ratio of energy stored per radian to energy dissipated. For a series RLC:

Q=ω0LR=1ω0RC=1RLCQ = \frac{\omega_0 L}{R} = \frac{1}{\omega_0 R C} = \frac{1}{R}\sqrt{\frac{L}{C}}

Those three forms are all equivalent at ω0\omega_0. Intuition:

  • Big L, small C, small R → high Q — lots of energy sloshing back and forth, little lost each cycle. Sharp peak.
  • Small L, big C, big R → low Q — less energy stored, more dissipated. Broad peak.

In practice:

  • An AM-radio front-end tuned circuit runs Q100Q \approx 100 — sharp enough to split 10 kHz channels on the broadcast band.
  • A typical audio band-pass (say a guitar wah pedal) runs Q25Q \approx 2–5 — broad enough to feel musical.
  • A power-factor correction capacitor on a motor feed behaves like a very low-Q resonator — its job is to cancel a single mains-frequency reactance, not to filter.

Bandwidth = f₀ / Q

0.707 (−3 dB)f₁ ≈ 905 Hzf₂ ≈ 1105 Hzf₀ = 1 kHzBW = f₂ − f₁ = f₀ / Q|I| / |I_max|
The −3 dB bandwidth of a resonant peak is the range between the two frequencies where the response drops to 1/21/\sqrt{2} of peak. For series RLC: BW=f0/Q\text{BW} = f_0/Q — so higher Q means narrower bandwidth.

The two frequencies f1f_1 and f2f_2 where the response crosses 1/21/\sqrt{2} of peak bracket thepassband. Their difference is the bandwidth:

BW=f2f1=f0Q\text{BW} = f_2 - f_1 = \frac{f_0}{Q}

The trade-off is inescapable: high Q means narrow bandwidth (great for channel selectivity, bad for wide- band signals); low Q means wide bandwidth (great for passing a full audio band, bad for picking one tone out of many).

Resonance happens at f0=1/(2πLC)f_0 = 1/(2\pi\sqrt{LC}) where X_L and X_C cancel. Series RLC is a band-pass (current peaks); parallel RLC is a band-stop (impedance peaks, current dips). Q = ω₀L/R quantifies sharpness; bandwidth = f₀/Q. Higher Q = sharper peak, narrower band, better selectivity but worse at passing wide signals.

Common applications

  • Radio tuning. Every AM / FM set has a variable capacitor or varactor diode that slides f0f_0 across the broadcast band to pick a station.
  • Crystal oscillators. A quartz crystal is a mechanical resonator with Q104Q \approx 10^4 to 10610^6 — absurdly sharp — which is why your wristwatch keeps accurate time and your microcontroller's clock is stable to parts per million.
  • Tank circuits in amplifiers. A parallel LC in the collector of an RF transistor lets you pull huge voltage swings at f0f_0 without wasting DC power — the inductor looks like a short at DC and high-impedance at the resonant frequency.
  • Notch filters. A series RLC shunted across a signal path sinks all the energy at f0f_0 to ground — used to kill 50/60 Hz mains hum in audio gear, or to remove a specific harmonic in power-quality applications.
  • Inductive wireless charging. The transmitter and receiver coils are tuned to the same f0f_0 so power transfers efficiently even across a small air gap. Off-resonance the gap is too lossy; at resonance the tank impedance matches and energy couples across.

Sweep a live resonance curve in the Simulate stage or lock in the reflex on the Quiz.