An RL parallel circuit places a resistor (R) and an inductor (L) across the exact same two nodes. Because they share the same voltage, they divide the total current based on their respective impedances. You choose this topology when you need a frequency-dependent current shunt, a snubber that must not block DC bias, or a load that presents a specific phase angle to an AC source. If you need to block low frequencies and pass high frequencies, you want a series RL. If you need to shunt high frequencies away from a node while maintaining a DC path, the parallel RL is your only correct choice.
The RL Parallel Topology: Nodes, Branches, and Baseline Behavior
Picture the circuit with two primary nodes: Node A (the top rail) and Node B (the bottom rail or ground). The resistor connects directly between A and B, and the inductor also connects directly between A and B.
Because both components span the same nodes, the voltage across them is identical ($V_R = V_L = V_{total}$). However, the currents are out of phase. The resistive current ($I_R$) is perfectly in phase with the voltage. The inductive current ($I_L$) lags the voltage by exactly 90°. The total current drawn from the source is the vector sum of these two branch currents, not a simple arithmetic addition.
A series RL circuit acts as a voltage divider that blocks low frequencies (acting as a high-pass filter for voltage). A parallel RL circuit acts as a current divider. At DC (0 Hz), the inductor acts as a short circuit (limited only by its internal DC resistance), drawing maximum current. As frequency increases, the inductor's reactance ($X_L$) rises, forcing more current through the resistor. This makes the parallel RL ideal for shunting high-frequency noise to ground without interrupting a DC bias line.
Behavior Matrix: What Happens When Component Values Shift?
Designing with reactive components requires understanding how tweaking one value shifts the entire circuit's impedance and phase. Here is the exact behavior matrix for a parallel RL configuration driven by a sine wave.
| Parameter Changed | Effect on Branch Current | Effect on Total Impedance ($Z$) | Effect on Phase Angle ($\theta$) |
|---|---|---|---|
| Increase R | $I_R$ decreases | $Z$ increases (approaches $X_L$) | Shifts closer to -90° (more inductive) |
| Decrease R | $I_R$ increases | $Z$ decreases (approaches R) | Shifts closer to 0° (more resistive) |
| Increase L | $I_L$ decreases ($X_L$ rises) | $Z$ increases (approaches R) | Shifts closer to 0° (more resistive) |
| Decrease L | $I_L$ increases ($X_L$ drops) | $Z$ decreases (approaches $X_L$) | Shifts closer to -90° (more inductive) |
| Increase Frequency | $I_L$ decreases ($X_L$ rises) | $Z$ increases (approaches R) | Shifts closer to 0° (more resistive) |
Note: Phase angle here refers to the total current lagging the voltage. A shift toward -90° means the circuit behaves more like a pure inductor; a shift toward 0° means it behaves more like a pure resistor.
Failure Mode Contrast: Extremes, Opens, and Shorts
Understanding how a circuit fails is just as critical as knowing how it operates. The parallel RL topology handles catastrophic component failures very differently than a series RL. For a deep dive into reactive failure analysis, refer to All About Circuits' AC theory materials.
| Failure Event | Parallel RL Result | Series RL Result (Contrast) |
|---|---|---|
| Resistor Opens | Circuit becomes a pure inductor. Total current drops, impedance spikes at high frequencies. DC path is broken. | Entire circuit goes dead. Zero current flows. |
| Inductor Opens | Circuit becomes a pure resistor. Frequency response flattens completely. Phase angle goes to 0°. | Entire circuit goes dead. Zero current flows. |
| Resistor Shorts | Source sees a dead short. Inductor is entirely bypassed. Breaker trips or source burns out. | Total impedance drops to just $X_L$. Circuit remains functional but loses resistive damping. |
| Inductor Shorts | Source sees a dead short (at DC). Resistor is bypassed. Breaker trips. | Total impedance drops to just R. Circuit loses all frequency-dependent behavior. |
The critical takeaway: an open fault in a parallel circuit degrades performance but keeps one branch alive, whereas an open fault in a series circuit kills the entire signal path. Conversely, a short in parallel is usually catastrophic to the power source, while a short in series merely alters the filter characteristics.
Design Walkthrough: Sizing Real Components for a 1 kHz Test Load
Let’s design a parallel RL load intended to draw roughly 85mA from a 5V RMS, 1 kHz AC source, serving as a dummy load for an audio amplifier test bench.
Step 1: Pick the Resistor
We want the resistor to handle roughly a third of the current. Let's target $I_R \approx 33mA$.
$R = V / I_R = 5V / 0.033A = 151.5\Omega$.
We select a standard E12 value: 150Ω. We'll use a Vishay MRS25 150R metal film resistor (rated for 0.6W, which easily handles the $5^2 / 150 = 166mW$ dissipation).
Step 2: Pick the Inductor
We need an inductor that draws the remaining current. Let's choose a readily available 10mH radial inductor, such as the Bourns 78F100J-RC (costs about $0.80).
Calculate its inductive reactance at 1 kHz:
$X_L = 2 \pi f L = 2 \times \pi \times 1000 \times 0.010 = 62.83\Omega$.
*(Note: This specific Bourns part has a DC Resistance (DCR) of ~0.7Ω. At 62.83Ω reactance, the 0.7Ω DCR introduces less than 1% error, so we can safely ignore it for this 1 kHz calculation. If we were operating at 10 Hz, DCR would dominate.)*
Step 3: Calculate Branch and Total Currents
$I_R = 5V / 150\Omega = 33.3mA$.
$I_L = 5V / 62.83\Omega = 79.6mA$.
Because these currents are 90° out of phase, we use vector addition:
$I_{total} = \sqrt{I_R^2 + I_L^2} = \sqrt{33.3^2 + 79.6^2} = \sqrt{1108 + 6336} = \sqrt{7444} = \mathbf{86.3mA}$.
Step 4: Verify Total Impedance and Phase
$Z_{total} = V / I_{total} = 5V / 0.0863A = \mathbf{57.9\Omega}$.
The phase angle by which the total current lags the voltage is:
$\theta = \arctan(I_L / I_R) = \arctan(79.6 / 33.3) = \mathbf{67.3°}$.
Breadboard Testing: Step-by-Step Verification
Simulations are perfect; breadboards are not. Parasitic capacitance between breadboard contacts (typically 2-5pF) and the physical resistance of the jumper wires will slightly skew your results at high frequencies, but at 1 kHz, these effects are negligible. Follow these steps to verify the math on the bench.
- Configure the Source: Set your function generator to output a 1 kHz sine wave. Adjust the amplitude so a true-RMS multimeter reads exactly 5.00V RMS across the generator's output terminals.
- Wire the Branches: Insert the 150Ω resistor and the 10mH inductor into the breadboard so their leads share the same top and bottom power rails. Connect the function generator to these rails.
- Measure Total Current: Break the top rail and insert your multimeter in series (set to AC mA). You should read approximately 86mA. If it reads closer to 33mA, your inductor is open. If it reads near 100mA+, check for a shorted inductor or incorrect generator amplitude.
- Measure Branch Currents: Remove the meter from the main rail. Insert it in series with just the resistor branch (expect ~33mA). Then move it to the inductor branch (expect ~80mA). Warning: Do not use a standard DMM to measure the inductor branch if the circuit has high DC offset; the DMM's internal shunt can saturate or blow its fuse on sudden DC transients. For pure AC, it is safe.
- Verify Phase with an Oscilloscope: To see the 67.3° lag, place a small shunt resistor (e.g., 10Ω) in the main ground return path. Probe Channel 1 across the main voltage rails, and Channel 2 across the 10Ω shunt. Measure the time delay ($\Delta t$) between the zero-crossings. At 1 kHz (1ms period), a 67.3° lag equals $\Delta t = (67.3 / 360) \times 1ms = \mathbf{0.187ms}$.
Decision Tree: Should You Use Parallel or Series RL?
Do not default to a parallel topology just because it is easier to wire on a breadboard. Use this decision path to lock in the correct configuration for your specific application.
| Application Requirement | Topology Choice | Why? |
|---|---|---|
| Need to block DC but pass high-frequency AC signals (e.g., AC coupling with damping). | Series RL | Inductor blocks DC/low-freq, resistor damps high-freq resonance. |
| Need to create a low-pass voltage filter (pass DC, block AC noise from reaching a load). | Series L, Parallel R (L-filter) | This is an LR filter, not a pure parallel RL. |
| Need to shunt high-frequency EMI away from a sensitive DC bias line without dropping DC voltage. | Parallel RL | Inductor passes DC with near-zero loss; at high freq, $X_L$ rises, forcing noise current into the parallel resistor where it is dissipated as heat. |
| Need a dummy load with a specific inductive phase angle for testing AC power supplies. | Parallel RL | Allows independent scaling of real power (Watts) and reactive power (VARs) by adjusting R and L separately. |
If you are building a basic snubber or EMI shunt for a 5V to 12V DC logic rail and need a concrete starting point, use a 100Ω metal film resistor (e.g., Vishay MRS25 series) in parallel with a 10µH shielded SMD inductor (e.g., Würth Elektronik 744025010). The 10µH choke presents negligible resistance to DC but forces high-frequency switching noise (>100 kHz) into the 100Ω resistor, dissipating the EMI as harmless heat without dropping your DC rail voltage. For advanced snubber design calculations, consult Texas Instruments' application notes on snubber circuits.






