The resonance frequency ($f_r$) of an RLC circuit is calculated using the formula $f_r = \frac{1}{2\pi\sqrt{LC}}$. At this exact frequency, the inductive reactance ($X_L$) and capacitive reactance ($X_C$) are equal in magnitude but opposite in phase, effectively canceling each other out. This leaves only the resistive component ($R$) to dictate the circuit's total impedance. Whether you are building a bandpass filter for an RF receiver or a notch filter to eliminate 60 Hz mains hum, hitting the exact resonance frequency requires moving beyond ideal textbook formulas and accounting for real-world parasitics.
Series vs Parallel RLC Topologies and Node Behavior
Before picking components, you must choose your topology. The physical arrangement of the resistor, inductor, and capacitor dictates whether the circuit will pass or reject the resonant frequency.
Series RLC Topology (Bandpass)
In a series configuration, components are daisy-chained. Current is identical through all elements, while voltage drops across each node.
- Node A (Input): AC source positive terminal.
- Node B (L-C Junction): Connection between the inductor and capacitor.
- Node C (C-R Junction): Connection between the capacitor and resistor.
- Node D (Ground): Resistor return to AC source negative.
Why choose series? At resonance, the impedance drops to its absolute minimum (just $R$). This makes series RLC circuits ideal for bandpass filters where you want to pass a specific frequency to a load while attenuating others. The output voltage is typically taken across the resistor (Node C to Node D).
Parallel RLC Topology (Bandstop / Tank)
In a parallel configuration, all three components share the same two electrical nodes.
- Node A (Top Rail): Connected to the AC source and the top lead of L, C, and R.
- Node B (Bottom Rail): Connected to ground and the bottom lead of L, C, and R.
Why choose parallel? At resonance, the circulating current between the inductor and capacitor maximizes, causing the overall impedance seen by the source to spike to its maximum. This makes parallel RLC circuits ideal for bandstop (notch) filters or oscillator tank circuits. If used as a notch filter, the parallel tank is placed in series with the signal path; at resonance, its high impedance blocks the signal.
Component Behavior Matrix: Tuning the Resonance Frequency
When debugging or tuning a filter on the bench, you need to know exactly how swapping a single component shifts the circuit's behavior. The table below maps the effects of increasing individual component values on a series RLC circuit's resonant frequency, Quality factor (Q), and Bandwidth (BW).
| Parameter Changed | Direction | Effect on Resonance Frequency ($f_r$) | Effect on Q-Factor ($Q = \frac{X_L}{R}$) | Effect on Bandwidth ($BW = \frac{f_r}{Q}$) |
|---|---|---|---|---|
| Inductance (L) | Increase (+) | Decreases (Inversely proportional to $\sqrt{L}$) | Increases ($X_L$ rises at the new $f_r$, assuming R is constant) | Narrows (Filter becomes more selective) |
| Capacitance (C) | Increase (+) | Decreases (Inversely proportional to $\sqrt{C}$) | Decreases ($X_L$ drops at the new lower $f_r$) | Widens (Filter becomes less selective) |
| Resistance (R) | Increase (+) | No Change (R is absent from the $f_r$ formula) | Decreases (Denominator increases) | Widens (Damping increases, peak flattens) |
| Source Voltage ($V_{in}$) | Increase (+) | No Change | No Change | No Change (Only scales output amplitude) |
Step-by-Step Design Walkthrough: Targeting 100 kHz
Let's design a series RLC bandpass filter targeting a resonance frequency of exactly 100 kHz. We will select real, off-the-shelf through-hole components and calculate the actual resulting frequency.
1. Select the Inductor (L)
Inductors have more parasitics (winding resistance, parallel capacitance) than capacitors, so we pick L first. We need an inductor with a Self-Resonant Frequency (SRF) well above our 100 kHz target to avoid parasitic capacitance ruining the tank.
- Selected Part: Bourns 78F100J-RC
- Value: 10 µH (Axial, 5% tolerance)
- SRF: ~25 MHz (Plenty of headroom above 100 kHz)
- DC Resistance (DCR): 0.5 Ω max
2. Calculate and Select the Capacitor (C)
Rearranging the resonance formula to solve for C:
$C = \frac{1}{(2\pi f_r)^2 L}$
$C = \frac{1}{(2\pi \times 100,000)^2 \times 10 \times 10^{-6}} = 253.3 \text{ pF}$
Standard E24 capacitor values don't include 253 pF. We will use the closest standard value.
- Selected Part: KEMET C315C251J1G5TA
- Value: 250 pF (C0G/NP0 dielectric, 5% tolerance, 100V)
- Why C0G/NP0? At 100 kHz, high-k dielectrics like X7R introduce voltage coefficients and microphonics. C0G ensures capacitance remains stable regardless of signal amplitude.
3. Calculate the Actual Resonance Frequency
Using our real-world 10 µH and 250 pF values:
$f_{r(actual)} = \frac{1}{2\pi\sqrt{10 \times 10^{-6} \times 250 \times 10^{-12}}} = \mathbf{100,658 \text{ Hz}}$
This 0.6% deviation is well within the 5% tolerance of our components.
4. Select the Resistor (R) for Target Q-Factor
Suppose we want a Q-factor of roughly 6 to provide a moderately sharp peak without excessive ringing. The formula for series Q is $Q = \frac{X_L}{R_{total}}$.
First, find $X_L$ at 100.6 kHz:
$X_L = 2\pi f L = 2\pi(100,658)(10 \mu H) = 6.32 \Omega$
To get $Q \approx 6$, $R_{total}$ needs to be $\frac{6.32}{6} = 1.05 \Omega$. Since the inductor already has ~0.5 Ω of DCR, we only need to add a small external resistor. However, driving a 1-ohm load from a standard function generator (which expects a 50 Ω minimum load) will cause output clipping and distortion. Let's redesign for a more practical Q of ~1.5, which requires $R_{total} \approx 4.2 \Omega$. We'll use a standard 3.9 Ω resistor.
- Selected Part: Yageo CFR-25JT-52-3R90
- Value: 3.9 Ω (1/4W Carbon Film)
- Final Q: $\frac{6.32}{3.9 + 0.5} = 1.43$
Breadboard Testing and Extreme Failure Modes
Simulating an RLC circuit in SPICE is trivial; measuring it on a physical breadboard introduces stray capacitance (typically 2-5 pF between adjacent rows) and ground lead inductance. Here is how to validate your design on the bench.
Step-by-Step Breadboard Verification
- Layout: Place the Bourns inductor, KEMET capacitor, and Yageo resistor in a continuous series loop on the breadboard. Keep the component leads as short as possible to minimize stray series inductance.
- Connections: Connect the function generator's BNC-to-alligator clip to Node A (Input) and Node D (Ground). Do not use long jumper wires for the ground return; use a short, direct path.
- Probe Setup: Connect your oscilloscope probe across the resistor (Node C to Node D). Set the probe to 10x attenuation to reduce the probe's parallel capacitive loading (which drops from ~100 pF at 1x to ~10 pF at 10x).
- Generator Settings: Set the function generator to a 1 Vpp sine wave. Critical: Enable the 50 Ω output impedance switch on the generator. If left in High-Z mode, the generator's internal amplifier may oscillate when driving the highly reactive RLC load at resonance.
- Sweep: Perform a logarithmic frequency sweep from 10 kHz to 1 MHz on the generator (or manually step through frequencies if using a basic unit). Monitor the peak-to-peak voltage on the oscilloscope.
- Verify: You should see the voltage across the resistor peak precisely around 100.6 kHz. Measure the -3 dB points (where voltage drops to 0.707 of the peak) to calculate the empirical bandwidth.
What Breaks at the Extremes: Failure Mode Contrast
Understanding how an RLC circuit fails when a component shorts or opens is critical for troubleshooting PCB-level faults.
| Topology | Component Fault | Resulting Circuit Behavior | Hazard / Symptom |
|---|---|---|---|
| Series | Capacitor Shorts | Becomes an LR low-pass filter. $f_r$ effectively goes to infinity. | DC or low-frequency AC passes directly to the load; loss of bandpass filtering. |
| Series | Inductor Opens | Infinite impedance at all frequencies. | Total signal loss; zero output voltage across the resistor. |
| Parallel | Inductor Shorts | Direct short across the AC source nodes. | Hazard: Will trip the function generator's current limit, blow a board fuse, or overheat the driver IC. |
| Parallel | Capacitor Opens | Becomes a parallel RL circuit. Resonance is destroyed. | Loss of the high-impedance notch; circuit passes high frequencies unattenuated. |
By anchoring your design in the fundamental $f_r$ equation, selecting components based on their parasitic limitations (like SRF and dielectric type), and validating with a structured bench test, you can reliably deploy RLC circuits for precise frequency control. For further reading on the mathematical derivations of Q-factor and damping ratios, refer to the comprehensive guides on Series Resonance at All About Circuits and the Parallel Resonance tutorials at Electronics Tutorials.






