The fundamental RLC circuit formula for resonant frequency is fr = 1 / (2π√LC), while the series impedance formula is Z = √[R² + (XL - XC)²]. These equations govern how resistors, inductors, and capacitors interact to filter signals, tune frequencies, and shape transient responses. But on the workbench, theoretical formulas collide with parasitic resistance, component tolerances, and physical failure modes. This guide bridges the gap between textbook equations and real-world circuit design, focusing on component selection, topology trade-offs, and empirical verification.
Topology Nodes and the Core RLC Circuit Formula
To ground the math in physical space, let us define a standard series RLC low-pass/bandpass topology using explicit node labels. This is critical when probing with an oscilloscope, as measuring across the wrong nodes yields entirely different transfer functions.
- Node A (Vin): AC signal input from the function generator.
- Node B (R-L Junction): The connection point between the resistor and the inductor.
- Node C (L-C Junction / Vout): The connection point between the inductor and the capacitor. This is your output node for a low-pass configuration.
- Node D (GND): The common ground reference connecting the capacitor's return path and the generator's ground.
In a series configuration, the current is identical through all components. The Georgia State University HyperPhysics database defines the total impedance (Z) as the vector sum of resistance (R) and the net reactance (XL - XC). At resonance, inductive reactance (XL = 2πfL) exactly cancels capacitive reactance (XC = 1 / 2πfC). The impedance drops to purely resistive (Z = R), and current peaks.
Textbook formulas assume an ideal inductor. In reality, every physical inductor has Direct Current Resistance (DCR). When calculating your circuit's Quality Factor (Q = XL / Rtotal), you must add the inductor's DCR to your explicit resistor value: Rtotal = Rexplicit + DCRinductor. Ignoring this will result in measured Q-factors significantly lower than calculated.
Element Behavior and Extreme Failure Matrix
Before soldering or breadboarding, you must understand how shifting a single parameter alters the circuit's behavior, and what happens when a component catastrophically fails. The table below maps design tweaks and extreme fault conditions for a series RLC topology.
| Parameter Change / Fault | Effect on Resonant Freq (fr) | Effect on Q-Factor & Bandwidth | Physical Failure Mode & Result |
|---|---|---|---|
| Increase R | No change | Q drops; bandwidth widens | Resistor overheats if undersized for I²R losses at resonance |
| Increase L | fr decreases | XL rises; Q increases (if DCR is low) | Core saturation at high currents causes inductance collapse |
| Increase C | fr decreases | XC drops; Q decreases | Dielectric breakdown if peak AC voltage exceeds capacitor rating |
| Short R | No change | Q spikes massively; bandwidth narrows to a sliver | Only inductor DCR limits current; high risk of component burnout |
| Open L | Circuit ceases to resonate | N/A (Current = 0) | Inductor winding snaps; Vout at Node C drops to 0V |
| Short C | fr approaches infinity | N/A (Filter destroyed) | Capacitor fails short; Node C is hard-grounded, Vout = 0V |
Series vs. Parallel: Why Choose One Topology?
The decision between series and parallel RLC configurations hinges entirely on your impedance goals at resonance. According to Electronics Tutorials, the two topologies behave as exact duals of one another.
Choose Series RLC when: You need a bandpass filter or a high-current resonant tank. At resonance, series impedance is at its absolute minimum (Z = R). This allows maximum current to flow from the source. Series topologies are standard in RF antenna matching networks and induction heating drivers where you want to push massive current through the inductor coil.
Choose Parallel RLC when: You need a bandstop (notch) filter or a high-impedance tank circuit. At resonance, the parallel LC combination exhibits maximum impedance, effectively blocking the resonant frequency from passing to the load. Parallel topologies dominate in intermediate frequency (IF) traps and oscillator tank circuits where voltage magnification, rather than current magnification, is the goal.
Design Walkthrough: Picking Real Component Values
Let us design a series RLC low-pass filter targeting a resonant frequency (fr) of 10 kHz. We will select off-the-shelf, through-hole components suitable for a standard solderless breadboard.
- Select the Inductor (L): We choose a 10 mH radial inductor (e.g., Bourns 78F103J-RC). Checking the datasheet, its DC Resistance (DCR) is approximately 10.5 Ω, and its saturation current is 110 mA.
- Calculate the Capacitor (C): Rearranging the RLC circuit formula for C gives: C = 1 / [(2πfr)² × L].
C = 1 / [(2π × 10,000)² × 0.01] = 2.533 × 10-7 F, or 253 nF.
Since 253 nF is not a standard E12 value, we select a 270 nF ceramic capacitor (e.g., Kemet C317C271J1G5TA). Recalculating fr with 270 nF yields an actual resonant frequency of 9.68 kHz. This 3% deviation is acceptable for general prototyping. - Select the Resistor (R): To achieve a moderately damped response (Q ≈ 2), we target a total resistance of roughly 30 Ω. Subtracting the inductor's 10.5 Ω DCR, we need an explicit resistor of ~19.5 Ω. We select a standard 22 Ω carbon film resistor (e.g., Vishay CFR-25JB-22R). Total R = 32.5 Ω.
In a series RLC circuit at resonance, the voltage across the inductor and capacitor can be Q times higher than the input voltage. With a Q of ~2 and a 5Vpp input, expect to see roughly 10Vpp across the capacitor. Ensure your capacitor's voltage rating (e.g., 50V for the Kemet C317 series) comfortably exceeds this magnified peak.
Step-by-Step Breadboard Testing and Verification
Theory is useless without empirical validation. Here is how to breadboard and sweep the 9.68 kHz filter using standard bench equipment (e.g., a Siglent SDG1032X function generator and a Rigol DS1054Z oscilloscope).
- Wire the Topology: Insert the 22 Ω resistor, 10 mH inductor, and 270 nF capacitor in series across the breadboard rails. Connect the function generator's BNC-to-alligator clip to Node A (input) and Node D (ground).
- Compensate Probes: Attach a 10x oscilloscope probe to Channel 1 (Node A) and Channel 2 (Node C). Do not skip 10x probe compensation. Adjust the probe trimmer capacitors using the scope's square wave calibrator until the edges are perfectly flat. Using 1x probes will load the high-impedance LC node and skew your Q-factor measurements.
- Set the Generator: Configure the function generator for a 1Vpp sine wave. Enable the 50 Ω output termination setting on the generator if your scope inputs are set to 50 Ω, or leave it at High-Z if your scope is set to 1 MΩ. (Mismatched impedance settings will result in a 2x voltage reading error).
- Sweep for Resonance: Start at 1 kHz and slowly increase the frequency. Monitor Channel 2 (Node C). As you approach 9.68 kHz, the amplitude on Node C will peak if configured as a bandpass, or exhibit a specific phase shift if measured as a low-pass. For our low-pass Node C configuration, look for the -3dB cutoff point relative to the DC passband.
- Measure Phase Shift: At exactly fr (9.68 kHz), the voltage at Node C should lag the input at Node A by exactly 90 degrees in a pure low-pass RLC configuration. Use the scope's cursor function to measure the time delta (Δt) between the zero-crossings of CH1 and CH2. At 9.68 kHz, one full period is 103.3 µs; a 90° shift should read exactly 25.8 µs.
By anchoring the RLC circuit formula to physical nodes, acknowledging parasitic DCR, and systematically sweeping the breadboard, you transition from abstract textbook math to predictable, repeatable hardware design.






