The resonance frequency of an RLC circuit is the exact point where inductive reactance and capacitive reactance cancel each other out, leaving only the resistive component to limit current. The formula is fr = 1 / (2π√LC). If you need to build a 1 MHz bandpass filter right now, grab a 100 µH inductor and a 270 pF capacitor in a series topology. The rest of this guide shows you exactly how to wire it, test it, and avoid the parasitic traps that ruin high-frequency breadboard builds.

The Core Decision: Series vs. Parallel RLC Topologies

Before soldering or stripping wire, you must choose the right topology for your signal routing needs. The resonance frequency formula remains identical for both, but their impedance behavior at that frequency is completely inverted.

RLC Topology Decision Tree
Application Goal Choose Topology Why This Wins Concrete Example
Pass a specific frequency, reject all others (Bandpass) Series RLC (Vout across R) At fr, LC impedance drops to near zero, maximizing current and voltage across the resistor. AM radio antenna tuner, audio crossover midrange.
Reject a specific frequency, pass all others (Bandstop/Notch) Series RLC (Vout across LC) At fr, the LC combo acts as a short to ground, killing the output signal at that exact frequency. 60 Hz mains hum notch filter in audio preamps.
Store energy, create an oscillator tank, or block a specific frequency in parallel Parallel RLC At fr, impedance spikes to maximum. It blocks the resonant frequency or sustains LC ringing. RF oscillator tank circuits, IF transformers.
Bench Rule: If you are designing a filter to interface with standard RF test equipment (function generators, spectrum analyzers), default to a Series RLC Bandpass designed around a 50 Ω resistor. This matches the 50 Ω characteristic impedance of your BNC cables, preventing signal reflections that will completely skew your bandwidth measurements.

Series RLC Topology: Node Map and Behavior Matrix

Let's map the Series RLC Bandpass filter (Vout across R). Understanding the node layout is critical for knowing exactly where to place your oscilloscope probes.

  • Node A (Vin): Signal input from your function generator.
  • Node B (Vout+): Junction between the Resistor and the Inductor. This is where you measure the positive output.
  • Node C: Junction between the Inductor and the Capacitor.
  • Node D (GND / Vout-): The bottom leg of the Capacitor, tied to circuit ground and your scope's ground clip.

What happens when you swap out a component? According to Georgia State University's HyperPhysics, the resonance frequency is entirely immune to resistance changes, but the Q-factor (sharpness of the filter) is highly dependent on it.

Component Behavior Matrix at Resonance
If you increase... Effect on fr Effect on Q-Factor Effect on Bandwidth (BW)
Resistance (R) No change Decreases (filter gets wider/sloppy) Increases (wider passband)
Inductance (L) Decreases (shifts left) Increases (sharper peak) Decreases (narrower passband)
Capacitance (C) Decreases (shifts left) Decreases (wider peak) Increases (wider passband)

Design Walkthrough: Building a 968 kHz Bandpass Filter

Let's design a filter targeting a nominal 1 MHz resonance frequency. We need standard, off-the-shelf E12 series component values. You can verify the underlying math using the All About Circuits AC textbook chapter on series resonance.

  1. Pick the Inductor (L): We choose a 100 µH axial leaded inductor (e.g., Fastron 77A series). At 1 MHz, we want an inductor with a high Self-Resonant Frequency (SRF) well above our target to avoid parasitic capacitance inside the coil ruining the math.
  2. Calculate the Capacitor (C): Using C = 1 / ((2πfr)² × L), we get 253 pF. The closest standard E12 value is 270 pF. We'll use a Vishay K-series C0G/NP0 ceramic capacitor (avoid X7R/Y5V dielectrics at RF, as their capacitance drops drastically with applied voltage).
  3. Verify Actual fr: Plugging 100 µH and 270 pF back into the formula yields an actual resonance frequency of 968.4 kHz.
  4. Pick the Resistor (R): To match standard 50 Ω RF test equipment, we use a 50 Ω (or closest standard 51 Ω) 1/4W carbon film resistor.
  5. Calculate Q and Bandwidth: Q = (1/R) × √(L/C) = (1/51) × √(100µ / 270p) ≈ 11.9. The -3dB Bandwidth is fr / Q = 968.4 kHz / 11.9 ≈ 81.3 kHz.

This means our filter will pass signals from roughly 927 kHz to 1009 kHz, attenuating everything outside that 81 kHz window.

Failure Modes: What Breaks at the Extremes?

When troubleshooting a dead board, you need to know how the circuit behaves when a component fails open or shorts out. A series RLC is unforgiving; a single fault changes the entire transfer function.

Series RLC Extreme Failure Contrast
Component Failure Mode Circuit Result Diagnostic Symptom on Scope
Resistor (R) Open Current path broken. Vout is flat 0V at all frequencies.
Resistor (R) Short Vout tied directly to Vin. Filter destroyed; acts as a 1:1 wire (all-pass).
Inductor (L) Open Current path broken. Vout is flat 0V at all frequencies.
Inductor (L) Short L bypassed, leaves R and C. Circuit becomes a High-Pass RC filter. DC is blocked, high freq passes.
Capacitor (C) Open Ground path broken. Vout is flat 0V (no return path for AC).
Capacitor (C) Short Node C shorted to GND. Circuit becomes a Low-Pass RL filter. Passes DC, rolls off high freq.

Breadboard Testing: Step-by-Step Verification

Testing a 968 kHz circuit on a solderless breadboard introduces parasitic challenges. Standard breadboards have 2 pF to 5 pF of stray capacitance between adjacent rows. While 5 pF won't destroy a 270 pF design, sloppy wiring will. You can simulate these parasitics beforehand using the Falstad Circuit Simulator to see how lead inductance shifts your peak.

Safety & Equipment Note: This is a low-voltage signal test. Ensure your function generator is set to 50 Ω output impedance mode, or your amplitude readings will be exactly double what you expect due to voltage division.
  1. Prep the Board: Insert the 100 µH inductor, 270 pF capacitor, and 51 Ω resistor in a single continuous series line. Keep the component leads as short as physically possible; at 1 MHz, a 2-inch wire acts as an unintended antenna and adds roughly 20 nH of parasitic inductance.
  2. Connect the Generator: Run a BNC-to-alligator clip cable from your function generator (e.g., Siglent SDG1032X). Connect the center conductor to Node A (Vin) and the ground clip to Node D (GND).
  3. Connect the Oscilloscope: Use a 10X passive probe (e.g., Rigol RP2200). Connect the probe tip to Node B (the junction of R and L). Crucial: Clip the probe's ground spring directly to Node D. Do not use the long 6-inch ground pigtail; its inductance will cause massive ringing on your scope trace at 1 MHz.
  4. Sweep the Frequency: Set the generator to output a 1 Vpp sine wave. Start at 500 kHz. Slowly increase the frequency while watching the scope's peak-to-peak voltage measurement.
  5. Find the Peak: The voltage across the resistor will rise, peak sharply around 968 kHz, and then fall. Use the scope's cursor function to mark the -3dB points (0.707 × Vpeak) to measure your actual bandwidth.

Final Recommendation and Component Sourcing

When designing around the resonance frequency of an RLC circuit for general RF filtering or sensor excitation, always default to the Series RLC Bandpass topology with a 50 Ω termination resistor. It is the most forgiving to measure, interfaces natively with standard bench equipment, and provides a predictable, mathematically sound transfer function.

For your build, source C0G/NP0 dielectric capacitors (never X7R for resonant tanks) and shielded axial inductors to prevent magnetic coupling with nearby board traces. If your measured resonance frequency is consistently 5% to 10% lower than your math predicts, you are almost certainly falling victim to breadboard parasitic capacitance or probe capacitance (a standard 10X probe adds ~10-15 pF). To fix this, move the circuit to a copper-clad perfboard and use dead-bug or Manhattan wiring techniques to eliminate the dielectric of the breadboard entirely.