The resonant frequency of a circuit is the exact point where inductive reactance ($X_L$) and capacitive reactance ($X_C$) are equal in magnitude but opposite in phase, effectively canceling each other out. At this frequency, the circuit's impedance is purely resistive. For a 10 kHz ultrasonic sensor receiver or an audio crossover, hitting this target requires more than just plugging numbers into $f_r = \frac{1}{2\pi\sqrt{LC}}$. It requires selecting real-world components with predictable parasitics, understanding failure modes, and choosing the right topology for your load.

The 10 kHz Series RLC Bandpass Topology

When designing a bandpass filter to feed a low-impedance load (like an ADC input or an op-amp), the Series RLC topology is the default choice. In this configuration, the resistor, inductor, and capacitor are wired in series, and the output voltage is measured across the resistor.

Node Labels and Signal Path

  • Vin: AC signal input from your source.
  • Node 1 (N1): Junction between the inductor (L) and capacitor (C).
  • Node 2 (N2): Junction between the capacitor (C) and resistor (R). This is your Vout measurement point.
  • GND: The return path after the resistor.

Why Series Over Parallel?

A series resonant circuit exhibits minimum impedance at $f_r$. The LC pair acts as a short circuit at resonance, passing the target frequency directly to the load resistor with near-zero insertion loss. Conversely, a parallel LC tank circuit exhibits maximum impedance at resonance. While parallel tanks are excellent for oscillator feedback networks or notch filters, using a parallel tank as a bandpass element into a low-impedance load will result in massive signal attenuation and a collapsed Q-factor due to loading effects.

Design Walkthrough: Selecting Real Component Values

Let us design a series RLC bandpass filter tuned to a target resonant frequency of 10.0 kHz with a bandwidth of roughly 1.1 kHz (Q $\approx$ 9).

1. Pick the Inductor (L)

Inductors dictate the physical size and parasitic resistance of your circuit. We will select a 10 mH radial inductor. A proven bench part is the Bourns 78FR10K-RC. It has a DC resistance (DCR) of about 2.5 $\Omega$ and a self-resonant frequency well above our 10 kHz target, ensuring the parasitic capacitance of the coil won't skew our math.

2. Calculate the Capacitor (C)

Rearranging the resonant frequency formula to solve for C:

$C = \frac{1}{(2\pi f_r)^2 L}$

$C = \frac{1}{(2\pi \times 10,000)^2 \times 0.01} \approx 25.33 \text{ nF}$

Standard capacitor values rarely hit 25.33 nF exactly. We will use a Wima MKP10 22 nF polypropylene film capacitor in parallel with a 3.3 nF NP0/C0G ceramic capacitor to achieve 25.3 nF. Polypropylene and C0G dielectrics are mandatory here; X7R ceramics exhibit severe capacitance drop-off under AC voltage and will detune your circuit.

3. Set the Resistor (R) for Target Q-Factor

The total resistance ($R_{total}$) includes your physical resistor plus the inductor's DCR (2.5 $\Omega$). To achieve a Q-factor of ~9:

$Q = \frac{X_L}{R_{total}} = \frac{2\pi f_r L}{R_{total}}$

$9 = \frac{628.3 \text{ } \Omega}{R_{total}} \implies R_{total} \approx 69.8 \text{ } \Omega$

Subtracting the 2.5 $\Omega$ DCR leaves 67.3 $\Omega$. We will use a standard 68 $\Omega$ 1/4W metal film resistor (e.g., Vishay MFR-25 series). This yields a final Q of 8.8 and a -3dB bandwidth of 1,136 Hz.

Bench Tip: Always measure your inductor's actual DCR with a multimeter before finalizing your resistor value. A 10 mH inductor can easily have 5 $\Omega$ to 10 $\Omega$ of DCR depending on the wire gauge used by the manufacturer, which will widen your bandwidth if unaccounted for.

Behavior Matrix and Extreme Failure Modes

Understanding how component drift affects the resonant frequency of a circuit is critical for troubleshooting. Here is the behavior matrix for our series RLC topology:

Element Change Effect on Resonant Frequency ($f_r$) Effect on Q-Factor / Bandwidth
Inductor (L) Increases Decreases Increases Q (narrows bandwidth)
Capacitor (C) Decreases Increases Increases Q (narrows bandwidth)
Resistor (R) Increases No Change Decreases Q (widens bandwidth, lowers peak amplitude)
Source Impedance Increases No Change Decreases Q (acts as additional series resistance)

What Breaks at the Extremes?

When components fail, a series RLC circuit behaves very differently than a parallel tank. Here is the failure-mode contrast:

  • Shorted Capacitor: The circuit loses resonance entirely and becomes a simple high-pass RL filter. High frequencies pass directly to the load, potentially damaging downstream sensitive ADC pins.
  • Open Inductor or Capacitor: The signal path is broken. Vout drops to 0V across all frequencies. This is the most common failure mode on breadboards due to poor contact tension.
  • Shorted Inductor: The circuit becomes an RC low-pass filter. Resonance is destroyed, and DC/low frequencies pass to the load.
  • Shorted Resistor (R = 0 $\Omega$): The Q-factor spikes to infinity (limited only by parasitic ESR and DCR). At resonance, the voltage across the inductor and capacitor can ring up to 50x or 100x the input voltage, leading to dielectric breakdown in the capacitor or core saturation in the inductor.

Breadboard Verification: Step-by-Step Testing

Do not trust the math until you have swept the circuit on a bench. Here is the exact procedure to verify the resonant frequency of a circuit using standard hobbyist/prosumer gear.

  1. Wire the Circuit: Insert the Bourns 10 mH inductor, the Wima 22 nF + 3.3 nF capacitor stack, and the Vishay 68 $\Omega$ resistor in series on a solderless breadboard. Keep lead lengths under 1 inch to minimize stray inductance.
  2. Configure the Function Generator: Set a Rigol DG1022Z (or equivalent) to output a 1.0 Vpp sine wave with a 0V DC offset. Set the initial frequency to 5.0 kHz. Connect the generator's BNC-to-alligator clip to Vin and GND.
  3. Probe the Nodes: Connect Oscilloscope Channel 1 (Siglent SDS1204X-E or similar) to Vin to monitor the source. Connect Channel 2 to N2 (across the resistor) to monitor Vout. Set both channels to AC coupling.
  4. Perform a Manual Sweep: Slowly increase the generator frequency from 5 kHz to 15 kHz in 100 Hz increments. Watch the amplitude of Channel 2.
  5. Identify the Peak: Note the exact frequency where Channel 2 reaches its maximum peak-to-peak voltage. This is your measured $f_r$. It should read between 9.8 kHz and 10.2 kHz, accounting for 5% component tolerances.
  6. Measure the -3dB Points: Calculate 70.7% of your peak Vout amplitude. Sweep down in frequency to find the lower -3dB point, and sweep up to find the upper -3dB point. The difference between these two frequencies is your actual bandwidth.

Decision Tree: Choosing Your Resonant Topology

Use this decision path to lock in the correct topology for your specific application. Do not default to a parallel tank just because it looks like a classic "oscillator circuit" in textbooks.

Application Goal Load Impedance Required Topology Concrete Implementation
Pass a specific frequency to an ADC/MCU Low ($< 10 \text{ k}\Omega$) Series RLC (Bandpass) Vout across R. Use film caps, metal film resistors.
Reject a specific noise frequency (Notch) High ($> 100 \text{ k}\Omega$) Series RLC (Band-stop) Vout across the LC series pair. Shunt to GND.
Create an oscillator feedback tank High (Active device gate/base) Parallel LC Tank Inductor and Capacitor in parallel. High Q, low ESR.
Impedance matching for an RF antenna 50 $\Omega$ (Coaxial) L-Section / Pi Network Smith chart required. Use air-core inductors, NP0 caps.
The Default Recommendation: If you are building a general-purpose audio, ultrasonic, or sensor filter and need to pass a narrow band of frequencies to a microcontroller or op-amp, build the Series RLC Bandpass (Vout across R). It is immune to the loading effects that destroy parallel tanks, the component values are easier to source in standard E12/E24 series, and the failure modes are generally non-destructive to downstream silicon.