The resonance frequency ($f_r$) of a series RLC circuit is calculated using the formula $f_r = \frac{1}{2\pi\sqrt{LC}}$. At this exact frequency, inductive reactance ($X_L$) and capacitive reactance ($X_C$) perfectly cancel each other out, leaving only the series resistance ($R$) to limit current. For example, pairing a 10mH inductor with a 1µF capacitor yields a series RLC circuit resonance frequency of exactly 1,591.5 Hz. This topology acts as a highly selective bandpass filter or a voltage magnifier, depending on the circuit's Q-factor.
Topology, Nodes, and Resonance Behavior
A standard series RLC topology consists of a resistor, inductor, and capacitor connected end-to-end in a single continuous loop with an AC voltage source. To analyze it precisely, we assign node labels:
- Node A: AC Source positive terminal, connected to the Resistor ($R$).
- Node B: Junction between the Resistor ($R$) and Inductor ($L$).
- Node C: Junction between the Inductor ($L$) and Capacitor ($C$).
- Node D: Capacitor ($C$) return, connected to AC Source negative / Ground.
Because the components share the same current, the total impedance is $Z = R + j(X_L - X_C)$. At resonance, the imaginary part drops to zero. Below is a data-dense reference table showing how standard off-the-shelf component combinations dictate the resonant target, assuming ideal components with no parasitic effects.
| Inductor (L) | Capacitor (C) | Calculated $f_r$ (Hz) | Typical Application |
|---|---|---|---|
| 10 mH | 1 µF | 1,591.5 Hz | Audio crossovers, subsonic filters |
| 1 mH | 100 nF | 15,915.5 Hz | Ultrasonic transducers, tweeter networks |
| 100 µH | 10 nF | 159,154.9 Hz | AM radio intermediate frequency (IF) stages |
| 10 µH | 1 nF | 1,591,549.4 Hz | RF bandpass filters, RFID reader coils |
Understanding how individual component drift or intentional changes affect the circuit is critical for tuning. Refer to the behavior matrix below when debugging a shifted center frequency.
| Parameter Changed | Effect on $f_r$ | Effect on Q-Factor | Effect on Bandwidth |
|---|---|---|---|
| Increase Inductance (L) | Decreases | Increases (if R is constant) | Narrows |
| Increase Capacitance (C) | Decreases | Decreases | Widens |
| Increase Resistance (R) | No Change | Decreases | Widens |
| Decrease Resistance (R) | No Change | Increases | Narrows |
Series vs. Parallel: Why Choose the Series Topology?
When designing resonant tanks, engineers must choose between series and parallel configurations. You choose the series RLC topology when you need a bandpass filter (minimum impedance at resonance, allowing maximum current to flow through the load resistor) or when you need to step up voltage across the reactive components. Conversely, a parallel RLC circuit exhibits maximum impedance at resonance, making it ideal for bandstop (notch) filters or oscillator tank circuits where you want to reject a specific frequency.
The most critical distinction for bench troubleshooting is how each topology handles extreme fault conditions. A failure that merely detunes a series circuit might destroy a parallel tank.
| Fault Condition | Series RLC Result | Parallel RLC Result |
|---|---|---|
| Short Circuit across L | $f_r$ shifts to infinity; circuit becomes a simple RC high-pass filter. Current increases. | Tank resonance is destroyed; AC source sees a dead short, likely tripping protection or burning the driver. |
| Open Circuit at C | Current stops entirely. The circuit becomes an open loop; no voltage appears across R. | Circuit degrades into an RL low-pass filter. Resonance is lost, but DC/low-frequency paths remain intact. |
| Short Circuit across R | Q-factor spikes toward infinity. Massive, potentially destructive voltage magnification occurs across L and C. | Minimal effect on the tank's internal Q if R is an external load. Tank continues to ring internally. |
For a deeper mathematical breakdown of these impedance curves, the All About Circuits textbook on series resonance provides excellent phasor diagrams, while Swarthmore College's LPSA module covers the transient step-response differences between the two topologies.
Design Walkthrough: Building a 10 kHz Bandpass Filter
Let's design a series RLC bandpass filter targeting a series RLC circuit resonance frequency of exactly 10,000 Hz (10 kHz) with a Q-factor of 10. We will select real, purchasable components rather than idealized textbook values.
Step 1: Select the Capacitor. For high-Q RF and audio filters, dielectric absorption and equivalent series resistance (ESR) matter. We choose a 10 nF (0.01 µF) WIMA MKP10 polypropylene film capacitor. Polypropylene offers exceptionally low ESR, preventing the capacitor from artificially lowering our Q-factor.
Step 2: Calculate Required Inductance. Using the rearranged resonance formula $L = \frac{1}{(2\pi f_r)^2 C}$:
$L = \frac{1}{(2\pi \times 10000)^2 \times 10 \times 10^{-9}} = \frac{1}{39.478} \approx 25.33 \text{ mH}$
We select a standard off-the-shelf Bourns 78F253K-RC radial inductor (25 mH, 10% tolerance). Because 25 mH is slightly lower than 25.33 mH, our actual resonant frequency will shift up to 10,066 Hz—a negligible 0.6% deviation for most analog applications.
Step 3: Calculate the Resistor for Target Q. The Q-factor formula for a series circuit is $Q = \frac{1}{R}\sqrt{\frac{L}{C}}$. We know $\sqrt{\frac{0.025}{10^{-8}}} = 1581.1 \Omega$. To achieve $Q = 10$, we need $R = \frac{1581.1}{10} = 158.11 \Omega$. We select a standard 160-ohm 1% metal film resistor (e.g., Yageo MFR-25FRF52-160R). This yields a final Q of 9.88.
| Component | Target Value | Selected Part | Key Parameter |
|---|---|---|---|
| Capacitor (C) | 10 nF | WIMA MKP10 (10nF 63V) | Low ESR, Polypropylene |
| Inductor (L) | 25.33 mH | Bourns 78F253K-RC (25mH) | Radial, 10% Tolerance |
| Resistor (R) | 158.1 Ω | Yageo 160Ω 1% 1/4W | Metal Film, Low Noise |
Breadboard Testing & Extreme Failure Modes
Verifying your series RLC circuit resonance frequency on a breadboard requires careful technique to avoid parasitic capacitance from the breadboard's internal metal clips, which can detune high-frequency circuits. Follow this exact test sequence:
- Component Placement: Insert the Yageo resistor, Bourns inductor, and WIMA capacitor in series across the breadboard's terminal strips. Keep component leads as short as possible; do not use long jumper wires between L and C.
- Source Connection: Connect a function generator (e.g., Siglent SDG1032X) BNC-to-alligator clip to Node A (Resistor input) and Node D (Capacitor ground). Set the output to a 1V peak-to-peak (1Vpp) sine wave.
- Scope Probing: Connect Oscilloscope Channel 1 (e.g., Rigol DS1054Z) across the source to monitor input stability. Connect Channel 2 directly across the resistor (Node B to Node D). This measures the circuit's current profile ($V = IR$).
- Frequency Sweep: Start the generator at 1 kHz. Slowly sweep upward toward 10 kHz. Watch Channel 2's amplitude rise. At exactly 10.06 kHz, the sine wave on Channel 2 will reach its maximum peak voltage.
- Bandwidth Measurement: Note the peak voltage on Ch2 (it should be roughly 1Vpp, since at resonance $Z = R$ and the source voltage drops entirely across R). Adjust the generator frequency up and down until Ch2 drops to 0.707V (the -3dB point). The difference between these two frequencies is your bandwidth ($BW = \frac{f_r}{Q}$).
If you attempt to build a high-Q series RLC circuit (e.g., $Q > 50$) by dropping the resistance to 10 ohms, you create a severe hazard at the component level. At resonance, the voltage across the inductor and capacitor is magnified by the Q-factor ($V_L = V_C = Q \times V_{in}$). With a 1Vpp input and a Q of 158, you will generate 158Vpp across the capacitor and inductor. This will easily exceed the 63V dielectric breakdown rating of the WIMA capacitor, causing it to short or arc over the breadboard contacts. Always start your bench testing with a high-value resistor (low Q) to verify the resonant peak safely, then step down the resistance incrementally while monitoring reactive voltages with an oscilloscope probe rated for the expected spike.
By anchoring your design in the precise $f_r$ formula, selecting low-parasitic components, and respecting the extreme voltage magnification inherent to the series topology, you can reliably deploy RLC networks for everything from audio crossovers to RF front-ends. For further reading on practical filter implementations, Electronics Tutorials offers excellent interactive phasor simulations to visualize the phase shift as you sweep through the resonant point.






