Three components, one push-pull between reactances
Wire a resistor, an inductor and a capacitor together and drive them with a sinusoidal voltage source and each component fights the current in its own way. The resistor's opposition is constant with frequency: R. The inductor's opposition — its reactance — grows with frequency, because a faster-changing current induces a larger back-EMF: X_L = ωL. The capacitor's reactance shrinks with frequency, because it has less time each cycle to build up a blocking charge: X_C = 1/(ωC). Critically, inductive and capacitive reactance act with opposite sign in the circuit's total impedance, because the inductor's voltage leads its current by 90° while the capacitor's voltage lags its current by 90°.
That opposite sign is the whole story. At low frequency the capacitor dominates and blocks current; at high frequency the inductor dominates and blocks current. Somewhere in between, there is exactly one frequency where the inductive and capacitive reactances are equal in magnitude and therefore cancel each other out completely, leaving only the resistor to oppose the current. At that frequency — resonance — the circuit's impedance is at its absolute minimum, and for a fixed driving voltage the current is at its absolute maximum.
The resonance frequency, derived
Setting the inductive and capacitive reactances equal and solving for the angular frequency ω gives the resonance condition directly, independent of the resistance:
total impedance: Z = R + j(omega*L - 1/(omega*C))
resonance: omega*L = 1/(omega*C) -> omega_0 = 1 / sqrt(L*C)
f_0 = 1 / (2*pi*sqrt(L*C))
at resonance: Z = R (purely resistive, minimum magnitude)
I_max = V / R
Notice the resistance never appears in the resonant frequency itself — f_0 is set purely by the inductor and capacitor. What resistance does control is how tall and how narrow the resonance peak is, and how quickly the circuit's energy dissipates once you stop driving it.
The Q factor: sharpness and ringing
The quality factor Q compares the energy stored in the oscillating fields to the energy dissipated per cycle in the resistor. A series RLC circuit has Q = (1/R)√(L/C): low resistance relative to the circuit's characteristic impedance √(L/C) gives a high Q. A high-Q circuit has a narrow, sharply peaked resonance curve — useful for selecting one radio station out of a crowded band while rejecting its neighbours — and, if you cut off the driving voltage, it "rings" for many cycles as stored energy slowly leaks out through the resistor before the oscillation dies away. A low-Q circuit has a broad, gentle peak and damps out almost immediately. This exact same Q factor language describes mechanical resonators, laser cavities and musical instruments, because the underlying second-order linear system is mathematically identical.
The mechanical analogy
An RLC circuit and a driven, damped mass-spring system obey exactly the same differential equation, term for term. Inductance plays the role of mass: it resists any change in current the way inertia resists any change in velocity, and it stores energy in a magnetic field the way a moving mass stores kinetic energy. The inverse of capacitance plays the role of a spring constant: it stores energy in an electric field proportional to the square of charge, the way a spring stores energy proportional to the square of displacement. Resistance plays the role of mechanical damping, converting ordered energy into heat in both cases. Once you see this mapping, every intuition from mechanical resonance — the sharpness of the peak, the ringing after being struck, the phase lag that flips sign as you sweep through resonance — transfers directly to electrical circuits, and vice versa.
Where RLC resonance is put to work
The classic application is radio tuning: turning the dial on an old analogue radio physically changes a variable capacitor, shifting f_0 so that only the desired station's carrier frequency drives the tuned circuit strongly, while every other frequency in the air is suppressed. The same principle underlies band-pass and band-stop filters in audio equipment and power electronics, the matching networks that couple a transmitter efficiently to its antenna, and the resonant tank circuits at the heart of many oscillator designs, including the LC oscillator this article's companion piece covers, where the same L and C trade energy back and forth on their own without any external drive at all.
Frequently asked questions
Why does an RLC circuit's current peak at one specific frequency?
The inductor's reactance grows with frequency while the capacitor's reactance shrinks with frequency; at exactly one frequency the two are equal in magnitude and opposite in sign, so they cancel completely, leaving only the resistor's real, frequency-independent impedance. With impedance at its minimum possible value, the current driven by a fixed-amplitude voltage source is at its maximum.
What does a high Q factor actually mean in practice?
A high Q factor means low resistance relative to the circuit's characteristic impedance, which produces a narrow, sharply peaked resonance curve and slow energy loss per cycle. Practically, a high-Q radio tuning circuit rejects nearby stations more effectively, and a high-Q oscillator rings for many cycles before its amplitude decays, but it is also more sensitive to small component drift shifting the exact resonant frequency.
How is an RLC circuit related to a mass on a spring?
They obey the same second-order linear differential equation. Inductance behaves like mass (it resists changes in current, storing energy in a magnetic field, just as mass resists changes in velocity), capacitance behaves like the inverse of a spring constant (storing energy in an electric field the way a spring stores it in its deformation), and resistance behaves like mechanical damping, dissipating energy as heat the way friction dissipates it as heat.
Try it live
Everything above runs in your browser — open RLC Resonance and change the parameters while it is running. Nothing is installed, nothing is uploaded, the whole model lives in one tab.
▶ Open RLC Resonance simulation