Choose an RLC series circuit when you need a bandpass filter that offers minimum impedance at resonance, or a snubber network to dampen voltage ringing. Unlike the parallel RLC topology—which acts as a band-stop (notch) filter with maximum impedance at resonance—the series configuration passes the resonant frequency ($f_r$) to the load while attenuating frequencies above and below it. If you are building an audio crossover, an RFID reader tank, or an intermediate frequency (IF) filter, the series RLC is your default starting point.
In this guide, we will break down the exact node behavior, contrast failure modes against the parallel alternative, and walk through a complete 10 kHz bandpass design using real, purchasable component values.
Topology, Nodes, and the Resonance Condition
A standard series RLC circuit forms a single continuous loop. To analyze it on a bench or in SPICE, we define four primary nodes:
- Node 1 (Source+): AC voltage source input.
- Node 2 (R-L Junction): Connection between the Resistor and Inductor.
- Node 3 (L-C Junction): Connection between the Inductor and Capacitor.
- Node 4 (Source-/GND): Capacitor return to the AC source ground.
The total impedance ($Z$) is the vector sum of resistance ($R$), inductive reactance ($X_L$), and capacitive reactance ($X_C$):
$$Z = R + j(X_L - X_C)$$
At the resonant frequency, $X_L$ and $X_C$ are equal in magnitude but opposite in phase. They cancel out, leaving $Z = R$. The circuit behaves as a pure resistor, and current is maximized. For a deep dive into the underlying phasor math, All About Circuits provides an excellent breakdown of series resonance phasor diagrams.
Behavior Matrix: Changing Component Values
| Component Changed | Effect on Resonant Freq ($f_r$) | Effect on Q-Factor | Effect on Bandwidth |
|---|---|---|---|
| Increase R | No change | Decreases | Widens |
| Increase L | Decreases | Increases | Narrows |
| Increase C | Decreases | Decreases | Widens |
Failure Modes: What Breaks at the Extremes?
Understanding how a topology fails is just as critical as knowing how it works. The series RLC has a single current path, meaning its failure modes are absolute, contrasting sharply with the parallel RLC.
The Series Extremes
- Shorting the Resistor (R=0): The Q-factor approaches infinity (limited only by the parasitic Equivalent Series Resistance (ESR) of the inductor and capacitor). At resonance, current spikes massively. This will either saturate the inductor core, trip your power supply's overcurrent protection, or melt the breadboard traces.
- Opening L or C: The single current path is broken. Current drops to absolute zero across all frequencies. The circuit is completely dead.
Contrast with Parallel RLC
If you were using a parallel RLC (where L and C are in parallel with each other, and R is in series with the source), opening the inductor simply removes the inductive branch, turning the circuit into a basic RC low-pass filter. The circuit still functions, just with a shifted response. In a series RLC, an open component is a total system failure. This makes series RLCs less forgiving in high-vibration environments where solder joints might crack.
Design Walkthrough: 10 kHz Series Bandpass Filter
Let’s design a practical bandpass filter centered at 10 kHz with a Q-factor of 5, driven by a 1 Vpp source. We will assume a load resistance (or explicit damping resistor) of $R = 100 \ \Omega$.
Step 1: Calculate Angular Frequency
$$\omega = 2 \pi f_r = 2 \pi (10,000) \approx 62,831 \ \text{rad/s}$$
Step 2: Calculate Ideal L and C
Using the Q-factor formulas for series RLC ($Q = \frac{\omega L}{R} = \frac{1}{\omega C R}$):
- $L = \frac{Q \times R}{\omega} = \frac{5 \times 100}{62831} \approx 7.95 \ \text{mH}$
- $C = \frac{1}{Q \times R \times \omega} = \frac{1}{5 \times 100 \times 62831} \approx 31.8 \ \text{nF}$
Step 3: Select Real Components
We must pick standard E12/E24 values and verify parasitics.
- Inductor: Pick 8.2 mH. A great bench part is the Bourns 78FR82K-RC (radial, ~$1.20). Crucially, check its Self-Resonant Frequency (SRF). The 78FR82K has an SRF of ~1.2 MHz, which is well above our 10 kHz target. If you picked an inductor with an SRF below 10 kHz, it would behave capacitively and the filter would fail.
- Capacitor: Pick 33 nF. Use a WIMA MKS2C033301A (metallized polyester film, ~$0.35). Film capacitors have vastly lower ESR and dielectric absorption compared to ceramic MLCCs, preserving your calculated Q-factor.
- Resistor: 100 Ω 1/4W carbon film (e.g., Yageo CFR-25JR-52-100R).
Step 4: Verify Actual Resonance
Plugging the real values back into $f_r = \frac{1}{2\pi\sqrt{LC}}$:
$$f_r = \frac{1}{2\pi\sqrt{0.0082 \times 33 \times 10^{-9}}} \approx 9.68 \ \text{kHz}$$
This 3.2% shift is perfectly acceptable for most audio and general-purpose filtering applications.
In a series RLC circuit at resonance, the voltage across the inductor and capacitor is magnified by the Q-factor ($V_L = V_C = Q \times V_{source}$). If you drive this Q=5 circuit with a 10 Vpp source, you will measure 50 Vpp across the capacitor. Always select capacitors with a voltage rating at least 2x the calculated peak resonant voltage, and keep signal generator outputs low (e.g., 1 Vpp) during initial breadboard testing.
Breadboard Testing: Step-by-Step Verification
Do not trust SPICE blindly; parasitic breadboard capacitance (typically 2-5 pF per node) and inductor ESR will alter your response. Here is how to validate the physical build.
- Prep the Board: Insert the Bourns inductor, WIMA capacitor, and 100 Ω resistor in a single series loop. Leave the resistor at the "bottom" of the loop (closest to ground) to make probing easier.
- Connect Instruments: Connect Channel 1 of your oscilloscope (e.g., Rigol DS1054Z) to the function generator output (Node 1). Connect Channel 2 across the 100 Ω resistor (Node 4 to Ground). Note: Measuring voltage across the series resistor is a direct proxy for circuit current ($I = V_R / R$).
- Configure the Source: Set your function generator (e.g., Siglent SDG1032X) to a Sine wave, 1 Vpp amplitude, 50 Ω output impedance. Enable the Sweep function: Start = 1 kHz, Stop = 100 kHz, Time = 2 seconds, Logarithmic sweep.
- Find the Peak: Trigger the scope on Channel 1. Watch Channel 2. You should see the amplitude peak sharply around 9.68 kHz. Use the scope's cursor function to mark the exact peak frequency.
- Measure Bandwidth: Move the cursors to the -3 dB points (where the Channel 2 voltage drops to 0.707 of the peak voltage). The difference between these two frequencies is your bandwidth ($BW$). Verify that $Q = f_r / BW$ matches your target of ~5.
For further reading on practical resonance measurements and phase angle shifts, HyperPhysics offers excellent interactive vector calculators to cross-reference your scope readings.
Decision Tree: Which RLC Topology Do You Need?
Stop guessing between series and parallel. Use this decision path to lock in your topology and starting values.
| Application Goal | Required Behavior | Topology Pick | Concrete Starting Point |
|---|---|---|---|
| Pass a specific frequency to a load (e.g., audio crossover, IF filter) | Minimum impedance at $f_r$, maximum current | Series RLC | Set R to match load impedance. Calculate L and C for target $f_r$. Use film caps. |
| Block a specific noise frequency (e.g., 60 Hz hum trap, notch filter) | Maximum impedance at $f_r$, zero current at target | Parallel RLC (Tank) | Place parallel LC in series with the signal path. High Q required. |
| Shunt high-frequency noise to ground (e.g., power supply bypass) | Low impedance at high frequencies | Series LC to Ground | Tune series LC to the exact noise frequency, place in parallel with the load. |
| Dampen relay coil ringing or snub a switching node | Critically damped response, no oscillation | Series RC (Not RLC) | Drop the inductor. Use $R = \sqrt{L_{parasitic}/C}$. Standard snubber network. |
The Default Recommendation: If your goal is to extract or pass a narrow band of frequencies from a wider spectrum, build the Series RLC bandpass. Start with a 100 Ω damping resistor, select an inductor with an SRF at least 10x your target frequency, and pair it with a low-ESR film capacitor. Avoid ceramics for high-Q analog filtering due to their microphonic effects and severe capacitance drop under DC bias.






