Topology and Node Mapping: The AC RLC Parallel Circuit
In a true parallel configuration, all three components bridge the same two nodes. Let's define them for clarity:
- Node A (V_in / High): The AC source positive terminal. Connected to one leg of R, one leg of L, and one leg of C.
- Node B (GND / Low): The AC source return. Connected to the opposite legs of R, L, and C.
Because voltage is identical across all branches, the branch currents are dictated by the individual impedances: $I_R = V/R$, $I_L = V/X_L$, and $I_C = V/X_C$. The total current drawn from the source is the phasor sum of these branches, calculated as $I_T = \sqrt{I_R^2 + (I_L - I_C)^2}$. At resonance, $X_L = X_C$, meaning $I_L$ and $I_C$ are equal in magnitude but 180° out of phase. They cancel each other out at the source, leaving only $I_R$ to be supplied by the generator.
Why Parallel Over Series? The Decision Matrix
Choosing between series and parallel RLC topologies is not a matter of preference; it is dictated by how you need the circuit to interact with the source and the load. Use this decision path to lock in your topology.
| Design Goal | Required Behavior | Winning Topology |
|---|---|---|
| Maximize voltage swing across a load at a specific frequency | High impedance at $f_r$ | Parallel |
| Create a notch filter to block a specific interference frequency | High impedance at $f_r$ (placed in series with signal path) | Parallel |
| Pass a specific frequency to a low-impedance load (like a speaker) | Low impedance at $f_r$ | Series |
| Power factor correction for an inductive AC motor | Supply reactive current locally without altering motor voltage | Parallel (Capacitor in parallel with motor) |
Design Walkthrough: Sizing Real Components for a 1 kHz Tank
Let's design a parallel tank circuit tuned to roughly 1 kHz. We will use the standard resonance formula: $f_r = \frac{1}{2\pi\sqrt{LC}}$.
- Pick the Capacitor (C): Capacitors are easier to source in tight tolerances than inductors. We'll choose a 100 nF (0.1 µF) WIMA MKP10 polypropylene film capacitor. Film caps have negligible parasitic resistance (ESR) compared to electrolytics, which is critical for maintaining a high Q-factor. Cost: ~$0.60.
- Calculate the Inductor (L): Rearranging the formula for L gives $L = \frac{1}{(2\pi f_r)^2 C}$. Plugging in 1000 Hz and 100 nF yields 253.3 mH. We will select a standard off-the-shelf 250 mH axial inductor (e.g., Bourns 78F251K-RC). Cost: ~$1.10. Our actual resonant frequency shifts slightly to 1006 Hz, which is well within standard component tolerances.
- Size the Parallel Resistor (R): In a parallel circuit, the resistor sets the Q-factor (quality factor) and the bandwidth. The formula is $Q = R \sqrt{\frac{C}{L}}$. Let's target a moderate Q of 9.5 to give us a sharp peak without making the circuit overly sensitive to component drift. Solving for R: $R = 9.5 / \sqrt{100\text{nF} / 250\text{mH}} = 15,023 \Omega$. We will use a standard 15 kΩ 1/4W metal film resistor (Vishay). Cost: ~$0.10.
Behavior Table: What Happens When You Change One Element
When tuning this circuit on the bench, you will inevitably need to swap components. Here is exactly how the circuit parameters react to individual changes, assuming the other two components remain fixed.
| Element Changed | Direction | Effect on Resonant Freq ($f_r$) | Effect on Q-Factor | Effect on Max Impedance ($Z_{max}$) |
|---|---|---|---|---|
| Resistor (R) | Increase | Unchanged | Increases | Increases |
| Inductor (L) | Increase | Decreases | Decreases | Decreases |
| Capacitor (C) | Increase | Decreases | Increases | Decreases |
Note: The counter-intuitive behavior of the capacitor (increasing C increases Q in a parallel circuit, whereas it decreases Q in a series circuit) is a common trap for beginners. Refer to HyperPhysics's RLC parallel derivations for the underlying phasor math.
Extreme Failure Modes: Opens, Shorts, and Resonance Runaway
A parallel RLC circuit fails very differently than a series circuit. Understanding these extremes prevents blown function generators and melted breadboard traces.
- Shorted Capacitor: The total impedance drops to near zero. The AC source sees a dead short across Node A and Node B. Unlike a series circuit (where a shorted cap simply leaves an RL circuit functioning), a shorted parallel cap will immediately trip your source's overcurrent protection or blow a fuse.
- Open Inductor: The circuit degrades into a simple parallel RC network. Resonance ceases to exist. The impedance will continuously drop as frequency increases, ruining any bandpass filtering behavior.
- Open Resistor: The theoretical Q-factor approaches infinity. In reality, the parasitic DC resistance (ESR) of the inductor's copper windings becomes the only damping factor. This leads to resonance runaway.
Breadboard Testing: Step-by-Step Verification
You cannot measure parallel impedance directly with a standard multimeter. You must use a sense resistor and an oscilloscope to map the impedance curve. For a deeper dive into scope-based impedance measurements, review the All About Circuits guide on parallel resonance.
- Build the Sense Network: Place a 1 kΩ precision resistor in series with the AC source and your parallel RLC tank. This sense resistor converts the total current draw into a measurable voltage drop.
- Verify Continuity (De-energized): With the power off, use a DMM to verify continuity from Node A to Node B. You should read exactly 15 kΩ (the value of your parallel resistor). If you read near 0 Ω, you have a shorted component or a breadboard bridging error.
- Sweep for Peak Voltage: Connect Channel 1 of your oscilloscope across the parallel tank (Node A to Node B). Set your function generator to output a 2V peak-to-peak sine wave. Sweep the frequency slowly from 500 Hz to 1500 Hz.
- Identify $f_r$: Watch the oscilloscope. The voltage across the tank will peak at exactly 1006 Hz. This peak confirms maximum impedance (parallel resonance). Record this frequency.
- Measure Bandwidth (-3dB Points): Calculate 70.7% of your peak tank voltage. Sweep the frequency down until the voltage hits this mark (lower cutoff), then sweep up past resonance to find the upper cutoff. The difference between these two frequencies is your bandwidth ($BW = f_r / Q$). For our 15 kΩ design, expect a bandwidth of roughly 105 Hz.
- Thermal Check: Let the circuit run at resonance for 5 minutes. Touch the inductor. If it is hot to the touch, your core is saturating or the wire gauge is too thin for the circulating tank current. Step up to a physically larger, higher-current-rated inductor.
When designing AC networks, never default to a series topology just because the math feels more familiar. The parallel RLC configuration provides the high-impedance voltage swing required for practical filtering and oscillation. Pick your film capacitor first, calculate the inductor, and explicitly damp the circuit with a parallel resistor to lock in your bandwidth.






