The Idea of Resonance
Add an inductor to a capacitor and a resistor and the circuit gains a new and powerful behavior: resonance. At one special frequency the energy sloshing between the inductor's magnetic field and the capacitor's electric field reinforces itself, producing a sharp peak or dip in the response. This is the principle behind tuning a radio to one station, building a bandpass filter that isolates a band of interest, matching impedances between stages, and sustaining the steady tone of an oscillator. Two arrangements matter — the series RLC driven by a voltage source and the parallel RLC driven by a current source — and although they share the same resonant frequency, they behave in opposite ways at that frequency.
Series RLC: Resonant Frequency
In a series RLC circuit the resistor, inductor, and capacitor sit in a single loop driven by a voltage source. The total impedance is the sum of the three element impedances:
On the imaginary axis the inductive reactance and the capacitive reactance point in opposite directions. They cancel exactly when , which gives the resonant frequency:
At the reactances vanish and the impedance collapses to the resistor alone, . That is the defining feature of series resonance: minimum impedance, and therefore maximum current, at the resonant frequency.
Quality Factor and Bandwidth
The quality factor measures how sharp the resonance is. High means a tall, narrow peak; low means a broad, gentle one. For the series RLC, three equivalent expressions follow from :
The quality factor also fixes the −3 dB bandwidth of the resonance. The bandwidth is the width of the band between the two half-power frequencies that straddle :
A high- circuit responds only to frequencies clustered tightly around , which is exactly what a radio front-end needs to separate one channel from its neighbors.
Worked Example: A 1 MHz Tuned Circuit
Design and analyze a series RLC tank with , , and . First the resonant frequency:
Next the quality factor. The inductive reactance at resonance is , so:
Finally the bandwidth:
This tank rings at 1 MHz, has a respectable of about 63, and passes a 15.9 kHz band around the center — comfortably narrow enough to pick out an AM broadcast channel. At resonance the loop current is limited only by the 10 Ω resistor, and the voltage across the inductor or capacitor is times the source voltage, a 63-fold voltage magnification that must be respected when rating components.
Parallel RLC and the Series–Parallel Contrast
In a parallel RLC circuit the three elements span the same pair of nodes and the circuit is driven by a current source. The resonant frequency is unchanged, , but the behavior at resonance inverts. The inductor and capacitor currents cancel, leaving only the resistor branch, so the parallel circuit presents maximum impedance and maximum voltage at resonance. Its quality factor also inverts its dependence on resistance:
In the series circuit a larger lowers (more loss), while in the parallel circuit a larger raises (less current bled away). The table makes the symmetry explicit.
| Property | Series RLC | Parallel RLC |
|---|---|---|
| Driven by | Voltage source | Current source |
| Resonant frequency | ||
| Impedance at | Minimum () | Maximum () |
| Current / voltage at | Maximum current | Maximum voltage |
| Quality factor | ||
| Effect of larger | Lower | Higher |
Damping and the Second-Order Response
Taking the output across the capacitor of a series RLC produces a second-order low-pass transfer function:
The denominator roots are . The damping ratio is . When () the poles are complex and the step response is underdamped, overshooting and ringing. When the response is critically damped — the fastest settling without overshoot. When it is overdamped and sluggish with no oscillation. This connects resonance back to the single-pole intuition from the RC low-pass and RL high-pass articles.
The second-order response also reveals a useful design lever that the first-order filters lack. By choosing , and therefore , independently of , you can place the corner where you want it and then dial the sharpness of the transition separately. A designer who wants a maximally flat passband picks a damping that avoids any peaking, while one who wants a narrow, selective filter deliberately runs a high . The trade-off is always between selectivity and ringing: the same high that sharpens the frequency response also makes the step response overshoot and oscillate for many cycles. This tension between frequency-domain sharpness and time-domain settling sits at the heart of nearly every filter and control-loop design decision.
Energy and the Meaning of Q
The quality factor is more than an algebraic shorthand; it has a direct physical meaning rooted in energy. By definition, equals times the ratio of the energy stored in the circuit to the energy dissipated per cycle of oscillation. A circuit with loses only about one hundredth of its stored energy each cycle, so once it is excited it rings for roughly a hundred cycles before the oscillation dies away. That is why a high- resonator is both highly selective in frequency and slow to settle in time — the two views are simply different windows onto the same stored energy. In a series RLC the loss happens in the series resistor, so smaller resistance means higher ; in a parallel RLC the loss is the current bled through the parallel resistor, so larger resistance means higher . Keeping the energy picture in mind makes the otherwise confusing reversal between the two topologies feel natural rather than arbitrary.
Common Mistakes
- Using the series formula for a parallel circuit. They are reciprocals in their dependence on ; swapping them inverts every conclusion about selectivity.
- Confusing with . The radian frequency is ; the hertz value carries the extra in the denominator.
- Forgetting the voltage magnification. At series resonance the inductor and capacitor voltages reach times the source, which can far exceed the input and damage under-rated parts.
- Assuming the resonant frequency is where the response peaks. For high the peak of a capacitor-output response sits slightly below ; only at well above a few is the difference negligible.
- Neglecting parasitic resistance. The inductor's winding resistance adds to and quietly lowers the achievable .
Analyze RLC Circuits in CircuitMath
Place , , and in series or parallel, add a source and a ground, and run the analysis. CircuitMath returns the second-order transfer function in LaTeX, and from the denominator coefficients you can read off and directly. Open the editor and vary to watch the response move from underdamped to overdamped while stays put.
Related Tutorials
- RC Low-Pass Filter — the first-order building block the RLC circuit extends.
- RL High-Pass Filter — another first-order filter using inductors.
- Transfer Functions in Circuit Analysis — poles, zeros, and second-order responses.