RL Series Circuit Topology and Node Definitions
An RL series circuit places a resistor (R) and an inductor (L) in a single continuous current path. Unlike purely resistive networks, the inductor introduces frequency-dependent reactance ($X_L = 2\pi f L$), causing the current to lag the applied voltage. This topology is foundational for AC filtering, snubber networks, and current-limiting ballasts.
To analyze this circuit on a bench or in SPICE, we define three critical nodes:
- Node A (Vin): The AC or transient DC source input.
- Node B (Vout / Junction): The electrical connection between the resistor and the inductor. In a low-pass filter configuration, this is where you tap your output voltage across the inductor to ground, or across the resistor to ground depending on the desired passband.
- Node C (GND): The common return path completing the circuit.
The total impedance ($Z$) is not a simple arithmetic sum. Because resistance and inductive reactance are 90° out of phase, they add vectorially: $Z = \sqrt{R^2 + X_L^2}$. The phase angle ($\theta$) by which current lags voltage is calculated as $\theta = \arctan(X_L / R)$. For a deeper mathematical breakdown of phasor addition, refer to the RL circuit tutorials on Electronics-Tutorials.
Parameter Behavior Matrix: How Component Changes Shift the Circuit
When designing or debugging, you need to know exactly how tweaking one variable impacts the whole system. The table below maps real-world parameter changes to their electrical consequences in a standard 1 kHz AC environment.
| Parameter Changed | Direction | Effect on Total Impedance (Z) | Effect on Phase Angle ($\theta$) | Practical Consequence |
|---|---|---|---|---|
| Resistance (R) | Increase (e.g., 50$\Omega$ to 100$\Omega$) | Increases | Decreases (towards 0°) | Circuit behaves more resistively; voltage drop across R dominates; filter Q-factor drops. |
| Inductance (L) | Increase (e.g., 10mH to 47mH) | Increases | Increases (towards 90°) | Current lag worsens; higher reactance chokes high-frequency AC; physical component size/cost increases. |
| Source Frequency (f) | Increase (e.g., 1kHz to 10kHz) | Increases sharply | Increases (towards 90°) | Inductor acts as an open circuit at high freq; current amplitude drops significantly. |
| Core Permeability ($\mu$) | Increase (e.g., air core to ferrite) | Increases (via higher L) | Increases | Boosts inductance without adding wire turns, but drastically lowers the saturation current limit ($I_{sat}$). |
Design Walkthrough: 1 kHz RL Low-Pass Filter
Let's design a passive RL low-pass filter with a target cutoff frequency ($f_c$) of 1 kHz. In an RL low-pass configuration, the output voltage is taken across the resistor (Node B to Node C), while the inductor sits between the source and the resistor (Node A to Node B). At DC, the inductor is a short, passing all voltage to R. At high frequencies, the inductor's reactance spikes, dropping the voltage and choking the signal.
Step 1: Pick the Inductor
Inductors are harder to source in arbitrary values than resistors. We'll select a standard off-the-shelf radial leaded inductor: the Bourns 78FR10K-RC, which is 10 mH with a 10% tolerance and a saturation current of roughly 250 mA.
Step 2: Calculate Required Resistance
Rearranging the formula: $R = 2\pi \times f_c \times L$
$R = 2\pi \times 1000 \text{ Hz} \times 0.01 \text{ H} = 62.83 \Omega$.
Step 3: Select Standard E24 Resistor and Factor in DCR
The closest standard E24 resistor value is 68$\Omega$. However, real inductors have internal wire resistance, known as DC Resistance (DCR). The Bourns 10mH inductor has a typical DCR of 1.2$\Omega$. Because they are in series, the DCR simply adds to our physical resistor.
Total $R_{actual} = 68\Omega + 1.2\Omega = 69.2\Omega$.
Step 4: Verify Actual Cutoff Frequency
$f_{c(actual)} = \frac{69.2}{2\pi \times 0.01} = 1101 \text{ Hz}$.
This 10% shift is perfectly acceptable for most audio and signal conditioning tasks, but highlights why you must always account for inductor DCR in precision RL designs.
Why Series RL Over RC or Parallel RL Alternatives?
When filtering signals or shaping current, you have choices. Here is why the series RL topology wins in specific scenarios, and where it loses.
Series RL vs. RC (Resistor-Capacitor):
RC filters are cheaper, smaller, and easier to tune. However, ceramic capacitors suffer from microphonic effects (piezoelectric noise) and severe capacitance derating under DC bias. Inductors do not exhibit dielectric absorption or voltage-coefficient derating. In high-current audio crossovers or switching power supply snubbers, a series RL network handles heavy transient currents without the degradation seen in capacitors.
Series RL vs. Parallel RL:
In a theoretical parallel RL circuit, the inductor and resistor share the same voltage nodes. In reality, the inductor's unavoidable DCR creates an unintended series resistance inside the inductive branch. This ruins the ideal infinite impedance at resonance and destroys the sharp roll-off you expect from a parallel tank. The series RL topology is mathematically pure in the real world because the inductor's DCR simply adds linearly to your intentional resistor, making the math predictable and the behavior stable. For a comprehensive look at AC network topologies, see the All About Circuits AC textbook chapter on R-L-C networks.
Failure Modes and Extreme State Contrast
Understanding what happens when a component fails open or shorts out is critical for designing fail-safe circuits. The behavior of a series RL circuit contrasts sharply with a parallel RL configuration.
Series RL Extremes
- Open R or Open L: The circuit breaks. Impedance becomes infinite, current drops to zero. The full source voltage appears across the open component. This is a safe, predictable failure.
- Shorted R: The circuit becomes a pure inductor. Phase angle shifts to exactly 90° lag. If driven by a DC step voltage, the $di/dt$ (rate of current rise) becomes limited only by the inductor's DCR and the source's internal resistance, often resulting in a massive, destructive inrush current that can saturate the core or blow upstream fuses.
- Shorted L: The circuit becomes purely resistive. Phase angle drops to 0°. The resistor must now dissipate the full $V^2/R$ continuous power, which may exceed its wattage rating if the circuit was originally designed for the inductor to drop a significant portion of the AC voltage.
Contrast with Parallel RL Failure Modes
If you used a parallel RL topology instead, the failure modes invert dangerously. If the inductor fails open in a parallel setup, the circuit safely defaults to just the resistor. But if the inductor fails short (e.g., internal winding insulation melts and fuses), it creates a dead short directly across the voltage source, bypassing the resistor entirely and instantly catastrophic to the power supply. Series RL is inherently safer against inductor short-circuit failures.
Step-by-Step Breadboard Verification
Theory is useless if you can't measure it. Here is how to verify the phase shift and impedance of your 68$\Omega$ / 10mH series RL circuit on the bench using a function generator and a digital storage oscilloscope (DSO).
- Wire the Circuit: Connect the function generator output to Node A. Place the 10mH inductor between Node A and Node B. Place the 68$\Omega$ resistor between Node B and Node C (Ground). Connect the generator's ground to Node C.
- Probe the Input: Connect Oscilloscope Channel 1 across Node A and Node C. Set the scale to 1V/div. This is your $V_{in}$ reference.
- Probe the Current (via Voltage): Connect Channel 2 across Node B and Node C (across the resistor). Because $I = V_R / R$, the voltage waveform across the resistor is a direct, scaled representation of the circuit's current. Set this to 500mV/div.
- Configure the Source: Set the function generator to output a 1 kHz sine wave at 2V peak-to-peak with 0V DC offset.
- Trigger and Measure: Set the scope to trigger on the rising edge of Channel 1. Use the scope's cursor function to measure the time delay ($\Delta t$) between the zero-crossing of Ch1 (Voltage) and Ch2 (Current).
- Calculate Phase Angle: At 1 kHz, one full period ($T$) is 1 ms (1000 $\mu$s). If your measured time delay is 118 $\mu$s, the phase angle is $\theta = (\frac{118}{1000}) \times 360^\circ = 42.4^\circ$. This should closely match the theoretical $\arctan(62.83 / 69.2) = 42.2^\circ$.
By measuring the voltage across the known resistor, you bypass the need for a dedicated AC current probe while capturing exact phase relationships. If your measured phase angle is significantly lower than calculated, suspect that your inductor has a higher DCR than the datasheet specifies, or that the function generator's 50$\Omega$ output impedance is loading the circuit—requiring you to add 50$\Omega$ to your total R calculation.






