A series RL circuit places a resistor (R) and an inductor (L) in a single continuous current path. In AC applications, it acts as a frequency-dependent voltage divider governed by the impedance formula \(Z = \sqrt{R^2 + X_L^2}\), where \(X_L = 2\pi fL\). In DC transient applications, its behavior is dictated by the time constant \(\tau = L/R\). Whether you are designing an audio crossover, a power supply snubber, or a simple low-pass filter, selecting the right topology and understanding the parasitic realities of physical inductors is the difference between a textbook simulation and a working bench prototype.
Topology and Node Definitions
To analyze or build this circuit, we define three critical nodes. The physical placement of your load or measurement probe relative to these nodes determines the circuit's function.
- Node A (Input / \(V_{in}\)): The AC or DC source connection.
- Node B (Junction): The electrical connection point between the resistor and the inductor.
- Node C (Ground / Return): The common reference point completing the circuit.
The configuration yields two distinct filter responses depending on where you extract the output voltage (\(V_{out}\)):
- Low-Pass Filter: Take \(V_{out}\) across the resistor (Node B to Node C). High frequencies are dropped across the inductor's rising reactance, while low frequencies and DC pass through to the resistor.
- High-Pass Filter: Take \(V_{out}\) across the inductor (Node A to Node B). Low frequencies are shunted to ground through the resistor, while high frequencies develop across the inductor.
Why Series RL Over Parallel or RC Alternatives?
When designing filters or transient suppression networks, engineers must choose between RC, LC, and RL topologies. The series RL circuit wins in specific power and audio applications due to its DC characteristics.
| Criteria | Series RL Circuit | Series RC Circuit | Parallel LC (Tank) |
|---|---|---|---|
| DC Resistance | Near zero (only wire DCR) | Infinite (blocks DC entirely) | Zero (inductor shorts DC) |
| Power Loss at High Current | Very low (minimal \(I^2R\) loss) | High (resistor dissipates heat) | Low (but risks core saturation) |
| Component Size/Cost | Inductors are bulky and expensive | Capacitors are cheap and compact | Requires two large passive components |
| Best Application | Audio woofers, power line chokes, snubbers | Signal coupling, low-current filtering | RF tuning, resonant converters |
Failure Modes: What Breaks at the Extremes?
Unlike ideal simulations, physical components fail. Understanding these extremes prevents catastrophic board damage.
- Shorted Resistor: The circuit becomes purely inductive. In a DC step response, this causes massive inrush current, potentially saturating the inductor core and destroying the driving transistor or op-amp.
- Open Resistor: Infinite impedance. Current drops to zero. If \(V_{out}\) is measured across the inductor, it reads 0V; if across the resistor, it floats to \(V_{in}\).
- Shorted Inductor: The circuit becomes purely resistive. Filter action is completely lost, and the resistor will likely overheat if it was not rated for the full DC current of the source.
- Open Inductor: The circuit is broken. No current flows. However, if the open occurs while DC current is flowing (e.g., a wire breaks), the collapsing magnetic field will generate a massive high-voltage spike (\(V = -L \frac{di}{dt}\)) that can arc across the break or destroy semiconductor switches.
Component Behavior Matrix
When tuning a series RL circuit, changing one variable cascades through the system's AC and transient metrics. Here is how the circuit reacts to component swaps.
| Parameter Changed | Effect on Cutoff Freq (\(f_c\)) | Effect on Time Constant (\(\tau\)) | Effect on Phase Shift at \(f_c\) |
|---|---|---|---|
| Increase R | Increases (\(f_c = R / 2\pi L\)) | Decreases (\(\tau = L / R\)) | Remains exactly 45° at new \(f_c\) |
| Decrease R | Decreases | Increases | Remains exactly 45° at new \(f_c\) |
| Increase L | Decreases | Increases | Remains exactly 45° at new \(f_c\) |
| Decrease L | Increases | Decreases | Remains exactly 45° at new \(f_c\) |
Textbook formulas assume an ideal inductor with zero internal resistance. Real inductors have Direct Current Resistance (DCR). If you design for \(R = 100\Omega\) but your 100mH inductor has a DCR of \(25\Omega\), your actual series resistance is \(125\Omega\). Always add the inductor's DCR to your external resistor value when calculating \(f_c\) and \(\tau\).
Design Walkthrough: Building a 1 kHz Low-Pass RL Filter
Let us design a low-pass filter with a target cutoff frequency (\(f_c\)) of roughly 1 kHz. We will take the output across the resistor.
Step 1: Select the Inductor
Inductors are harder to source in exact values than resistors. We select a standard off-the-shelf radial power inductor: 100 mH (0.1 H). A suitable real-world part is the Bourns 5900-104-RC, which handles up to 0.6A and has a DCR of roughly \(14\Omega\).
Step 2: Calculate the Required Resistance
The cutoff frequency formula for an RL low-pass filter is \(f_c = \frac{R_{total}}{2\pi L}\).
Rearranging for \(R_{total}\):
\(R_{total} = 2\pi \times f_c \times L\)
\(R_{total} = 2\pi \times 1000 \times 0.1 = 628.3\Omega\)
Step 3: Account for DCR and Pick the Resistor
Since the inductor already contributes \(14\Omega\) of DCR, our external resistor needs to be:
\(R_{ext} = 628.3\Omega - 14\Omega = 614.3\Omega\)
The closest standard E24 resistor value is 620Ω. Let us use a Yageo CFR-25JB-52-620R (1/4W carbon film).
Our actual \(R_{total}\) is now \(634\Omega\), yielding a true cutoff frequency of \(f_c = \frac{634}{2\pi \times 0.1} \approx 1009\text{ Hz}\). This is well within standard component tolerances.
Step 4: Verify Power Ratings
If our input is a \(10V_{pp}\) sine wave (\(3.53V_{rms}\)), the maximum current at DC (where \(X_L = 0\)) is \(I = \frac{3.53V}{634\Omega} = 5.5mA\).
Power dissipated in the resistor: \(P = I^2R = (0.0055)^2 \times 620 = 0.018W\). A standard 1/4W (250mW) resistor is more than adequate. For a comprehensive look at component selection and AC theory, refer to the Electronics Tutorials guide on Series RL Circuits.
Breadboard Testing Step-by-Step
Do not trust the math until you have verified it on the bench. Here is how to test the 1 kHz filter designed above.
- Prep the Board: Insert the 620Ω resistor into the breadboard. Connect one leg to the ground rail. Insert the 100mH inductor so one leg shares the resistor's ungrounded node (Node B), and the other leg goes to an empty row (Node A).
- Connect the Source: Attach the function generator's BNC-to-alligator clip. Connect the signal (center) to Node A, and the ground (shield) to the breadboard ground rail.
- Probe the Circuit: Connect Oscilloscope Channel 1 to Node A (to monitor \(V_{in}\)) and Channel 2 to Node B (to monitor \(V_{out}\) across the resistor). Ensure both probe grounds are tied to the breadboard ground rail.
- Set the Baseline: Set the function generator to a 100 Hz sine wave, \(10V_{pp}\). At this low frequency, \(X_L\) is only \(62.8\Omega\). Channel 1 and Channel 2 should show nearly identical amplitudes, with almost zero phase shift.
- Find the Cutoff: Slowly sweep the frequency upward. Watch Channel 2. When the amplitude of Channel 2 drops to exactly 70.7% (-3dB) of Channel 1's amplitude, stop. Note the frequency on the generator display. It should read approximately 1009 Hz.
- Verify Phase Shift: At the 1009 Hz mark, use the oscilloscope's cursor function to measure the time delay (\(\Delta t\)) between the zero-crossings of Channel 1 and Channel 2. For a 1 kHz signal (period = 1ms), a 45° phase shift equates to a \(125\mu s\) delay. If your physical inductor has high parasitic capacitance, this number may skew slightly. For deeper analysis on inductor parasitics and transient responses, consult Georgia State University's HyperPhysics inductor reference.
Frequently Asked Questions
How do you calculate the total impedance of a series RL circuit?
You cannot simply add the resistance and the inductive reactance together because they are out of phase. The resistor's voltage is in phase with the current, while the inductor's voltage leads the current by 90 degrees. Therefore, you must use vector addition (the Pythagorean theorem): \(Z = \sqrt{R^2 + X_L^2}\), where \(X_L = 2\pi fL\). The result is expressed in ohms (Ω).
What is the phase angle in a series RL circuit at high frequencies?
As frequency approaches infinity, the inductive reactance (\(X_L\)) becomes vastly larger than the resistance (\(R\)). The phase angle \(\theta\), calculated as \(\arctan(X_L / R)\), approaches 90 degrees. In this state, the circuit behaves almost like a pure inductor, and the current lags the applied voltage by nearly a quarter of a cycle. At the exact cutoff frequency (\(f_c\)), \(X_L = R\), and the phase angle is always exactly 45 degrees.
Can a series RL circuit be used as a snubber for relay coils?
While a series RL circuit can limit the rate of current rise (di/dt) when a relay is energized, it is the wrong topology for snubbing the voltage spike when the relay is de-energized. For flyback voltage suppression across a relay coil, you need a flyback diode (for DC) or an RC snubber / MOV (for AC). Placing a series RL across a switching coil will not clamp the inductive kickback effectively and may result in arcing across your switch contacts.
Why does my series RL filter ring or oscillate when driven by a square wave?
If your circuit rings (oscillates) on the edges of a square wave, you are no longer looking at a pure RL circuit. Physical inductors possess parasitic parallel capacitance between their wire windings. This creates an unintended RLC tank circuit. If the damping provided by your resistor is too low (high Q-factor), the parasitic capacitance and the inductance will resonate at high frequencies. To fix this, either increase the series resistance to lower the Q-factor, or select an inductor with a lower self-resonant frequency (SRF).






