The resonant frequency formula for an RLC circuit is fr = 1 / (2π√LC). At this exact frequency, the inductive reactance (XL) and capacitive reactance (XC) cancel each other out, leaving only the resistive component to dictate circuit behavior. If you are designing a 10 kHz audio bandpass filter or an RF tank circuit, your immediate default should be a Series RLC topology using a 2.5 mH inductor, a 100 nF film capacitor, and a 33 Ω metal film resistor. This combination yields a resonant peak at 10.06 kHz with a manageable Q factor of 4.8.

Below is a complete, decision-forward guide to selecting your topology, calculating real-world component values, understanding failure modes, and testing the circuit on the bench.

The Core Decision: Series vs. Parallel RLC Topologies

Before soldering, you must choose between a series and parallel configuration. The choice is not arbitrary; it depends entirely on whether your application requires voltage magnification (bandpass) or current magnification/impedance peaking (bandstop/tank).

Application Goal Topology Choice Impedance at Resonance Concrete Default Pick
Pass a specific frequency band to a load (Bandpass) Series RLC Minimum (Z = R) Series R, L, C to ground. Measure V across R.
Reject a specific frequency / create an oscillator tank Parallel RLC Maximum (Z peaks) L and C in parallel, shunted by R for Q control.
Protect a load from a specific interference frequency Series RLC (Notch) Maximum at load node Series LC placed in parallel with the load path.
Default Recommendation: For 90% of sensor interfacing, audio crossover, and basic IF filtering tasks, choose the Series RLC topology. It is easier to drive from standard low-impedance voltage sources (like op-amps or function generators) and provides a clean, predictable voltage bandpass response.

Series RLC Topology: Node Labels and Behavior Matrix

In a standard series RLC bandpass configuration, the components are daisy-chained between the signal source and ground. The output is typically taken across the resistor.

  • Node 1 (Vin): AC signal input from your source.
  • Node 2 (NA): Junction between the Resistor and Inductor.
  • Node 3 (NB): Junction between the Inductor and Capacitor.
  • Node 4 (GND): Capacitor tie to ground. (Vout is measured between Node 2 and GND, or across the inductor/capacitor depending on the specific filter shape desired, but standard bandpass measures across R).

A common bench misconception is that changing the resistor alters the resonant frequency. As shown in the behavior matrix below, the resistor only controls the 'sharpness' of the peak, not the center frequency.

Component Changed Effect on fr Effect on Q Factor Effect on Bandwidth Effect on Peak Impedance
Increase R No change Decreases (broader peak) Increases Increases (at all frequencies)
Increase L Decreases Increases Decreases Increases at high frequencies
Increase C Decreases Decreases Increases Decreases at high frequencies

Design Walkthrough: Building a 10 kHz Bandpass Filter

Let's design a series RLC bandpass filter centered at 10 kHz. We will use the resonant frequency formula RLC circuit equation to select off-the-shelf components.

Step 1: Lock in L and C.
Inductors are physically larger, more expensive, and have worse parasitic tolerances than capacitors. Always pick the inductor first. We will select a 2.5 mH radial drum inductor (e.g., Bourns 78F-2R5M-RC, which has a manageable DC resistance of ~1.2 Ω and costs about $0.40).

Rearranging the formula to solve for C:
C = 1 / ((2π × fr)² × L)
C = 1 / ((2π × 10,000)² × 0.0025)
C = 1 / (3.947 × 10⁹ × 0.0025) = 1.013 × 10⁻⁷ F ≈ 100 nF.

We will use a WIMA MKS2 100 nF, 50V polyester film capacitor. Avoid ceramic capacitors (like X7R or Y5V) for resonant tanks; their capacitance drops drastically under DC bias and they exhibit microphonic ringing.

Step 2: Calculate actual fr.
Using the exact 100 nF and 2.5 mH values:
fr = 1 / (2π × √(0.0025 × 100 × 10⁻⁹)) = 10,065 Hz. (Close enough to 10 kHz for audio/sensor applications).

Step 3: Set the Q Factor with R.
The Quality factor (Q) determines the bandwidth. Q = (1/R) × √(L/C).
√(L/C) = √(0.0025 / 100 × 10⁻⁹) = √25,000 = 158.11.
If we want a moderate Q of ~5 (yielding a bandwidth of roughly 2 kHz), we solve for R:
R = 158.11 / 5 = 31.6 Ω.

We will select a standard Vishay MRS25 33 Ω, 1% metal film resistor. This yields a final Q of 4.79 and a -3dB bandwidth of 2,101 Hz.

Failure Modes: What Breaks at the Extremes?

Understanding how an RLC circuit fails is critical for troubleshooting and designing protection networks. Here is the failure-mode contrast for the series topology.

Safety Note: In high-Q series RLC circuits driven by high voltage, the voltage across the inductor and capacitor at resonance can be Q times higher than the source voltage (Voltage Magnification). A 10V input with a Q of 50 will generate 500V across the capacitor, risking dielectric breakdown and lethal shock.
  • Inductor Opens: The circuit is completely dead. Zero current flows, Vout drops to 0V across all frequencies.
  • Inductor Shorts: The inductor's reactance disappears. The circuit degrades into a simple first-order RC high-pass filter. The resonant peak vanishes entirely.
  • Capacitor Opens: Similar to an open inductor, the DC/AC path to ground is broken. Vout reads 0V.
  • Capacitor Shorts: The circuit becomes a first-order RL low-pass filter. At DC, the inductor acts as a short, and the current is limited only by the 33 Ω resistor and the inductor's internal DCR. If driven by a low-impedance 5V source, you will pull ~150mA continuously, potentially overheating the resistor.
  • Resistor Shorts (R = 0): Theoretically, Q approaches infinity. In reality, Q is limited by the inductor's DCR (1.2 Ω) and the capacitor's Equivalent Series Resistance (ESR). The bandwidth becomes razor-thin, and massive voltage spikes will appear across L and C, likely exceeding the capacitor's 50V rating and causing a catastrophic short.

Step-by-Step Breadboard Testing and Verification

Do not trust simulation software blindly; parasitic breadboard capacitance (typically 2-5 pF per node) and inductor core losses will shift your real-world peak. Follow this bench procedure to verify your design.

  1. Assemble the Chain: Insert the 33 Ω resistor, 2.5 mH Bourns inductor, and 100 nF WIMA capacitor in series on your breadboard. Keep the leads as short as possible to minimize stray inductance.
  2. Connect the Source: Attach your function generator's BNC-to-alligator cable to Vin and GND. Set the generator to output a 2Vpp sine wave with a 0V DC offset.
  3. Probe Correctly (Critical Step): Attach your oscilloscope probe to the junction between the resistor and inductor (or across the resistor, depending on your exact bandpass extraction point). Remove the long alligator ground clip and use the probe's short ground spring. Long ground clips act as loop antennas and will inject 60Hz mains hum and switching noise into your high-impedance nodes, completely masking the resonance peak.
  4. Sweep the Frequency: Start at 1 kHz and slowly increase the frequency. Watch the oscilloscope's Vpp measurement. You should see the amplitude rise, peaking sharply around 10 kHz.
  5. Verify Bandwidth: Note the maximum Vpp at the peak (e.g., 2.0V). Calculate the -3dB voltage (2.0V × 0.707 = 1.414V). Sweep down in frequency until you hit 1.414V (should be ~9 kHz), and sweep up until you hit 1.414V again (should be ~11.1 kHz). The difference is your real-world bandwidth.

For deeper theoretical backing on reactance cancellation and phasor diagrams, refer to the Electronics Tutorials guide on Series Resonance and the All About Circuits chapter on AC resonance. If you need to verify the exact DC resistance and self-resonant frequency limits of the inductor used in this walkthrough, consult the Bourns 78F Series Datasheet.

By locking in your inductor first, calculating the exact film capacitor requirement, and sizing the resistor to control the Q factor, you eliminate the guesswork from RLC design. Stick to the series topology for voltage-domain filtering, respect the voltage magnification hazard in high-Q builds, and always use short ground springs when probing the bench.