A series LR circuit places a resistor (R) and an inductor (L) in a single continuous current path. While often overshadowed by RC filters in basic hobbyist projects, the series LR topology is the undisputed workhorse for DC motor current limiting, snubber networks, and high-current audio crossover filters. The governing time constant is τ = L / R, which dictates how fast the current ramps up or decays when voltage is applied or removed.

Unlike capacitors, which fight changes in voltage, inductors fight changes in current. This fundamental physics constraint makes the series LR circuit ideal for smoothing current spikes and filtering high-frequency noise without introducing the equivalent series resistance (ESR) heating issues common in electrolytic capacitors.

Topology, Node Labels, and Parameter Behavior

To analyze this circuit, we must establish strict node labels. For a standard low-pass RL filter configuration:

  • Node A (Vin): The AC or DC input voltage source.
  • Node B (Vout): The junction between the Resistor and the Inductor.
  • Node C (GND): The ground reference, connected to the bottom of the Inductor.

In this layout, the Resistor is connected between Vin and Vout, and the Inductor is connected between Vout and GND. The output voltage is measured across the inductor. Because an inductor's reactance (XL = 2πfL) increases with frequency, high frequencies are dropped across the resistor, leaving only low frequencies to appear at Vout. If you swap the positions (Inductor on top, Resistor to ground), the topology becomes a high-pass filter.

Bench Tip: Always account for the inductor's parasitic DC Resistance (DCR). A real inductor is not just an L; it is an L in series with a small R. In low-voltage, high-current designs, a 2Ω DCR can severely alter your expected voltage divider ratio.

Parameter Shift Behavior Matrix

Understanding how the circuit reacts when you tweak a single variable is critical for iterative design. The table below maps the exact behavior when modifying component values or input conditions in a low-pass series LR configuration.

Parameter Changed Effect on Time Constant (τ) Effect on Cutoff Freq (fc) Effect on Phase Angle at fc Practical Consequence on the Bench
Increase R (e.g., 33Ω → 100Ω) Decreases (τ = L/R) Increases (fc shifts higher) Remains -45° at new fc Filter passes more high-frequency noise; lower DC power dissipation in R.
Increase L (e.g., 1mH → 10mH) Increases Decreases (fc shifts lower) Remains -45° at new fc Better high-frequency attenuation, but inductor physical size and DCR increase significantly.
Increase Input Freq (above fc) N/A (Property of components) N/A Approaches -90° Vout amplitude drops at -20dB/decade; inductor dominates the impedance.
Increase DC Vin N/A N/A 0° (Purely resistive at DC) Steady-state current increases (I = V / R); inductor acts as a short (ignoring DCR).

Why Choose Series LR Over Parallel LR?

A common question at the workbench is why we use a series LR topology instead of a parallel LR configuration. The answer comes down to the intended physical interaction with the signal or power source.

A series LR circuit is a voltage divider for AC signals and a current-limiting choke for DC. It is placed in the path of the load. A parallel LR circuit, on the other hand, is primarily used in RF impedance matching, high-Q tank circuits (when paired with a capacitor), or as a frequency-dependent shunt to bleed high-frequency noise to ground while passing DC.

Criteria Series LR Topology Parallel LR Topology
Primary Function Current smoothing, low/high-pass filtering RF impedance matching, tank resonance
DC Behavior Limits DC current via R; L acts as a wire Inductor shorts the DC source (requires series R to prevent dead short)
Component Stress Resistor must handle full load current (I²R heating) Inductor must handle full source current if used as a shunt
Common Applications Audio crossovers, DC motor chokes, snubbers Radio tuners, IF transformers, notch filters

For 90% of hobbyist and DIY power/signal filtering tasks, the series LR is the correct choice. Parallel LR networks without a capacitor are rarely useful because the inductor simply creates a DC short across your source.

Design Walkthrough: Building a 5 kHz Low-Pass Filter

Let’s design a practical series LR low-pass filter with a target cutoff frequency (fc) of 5,000 Hz. The formula for the -3dB cutoff frequency of an RL filter is:

fc = R / (2πL)

Step 1: Select the Inductor
Inductors are harder to source in exact values than resistors, so we pick the inductor first. We need a 1 mH inductor capable of handling at least 500mA without saturating. The Bourns 78F102J-RC is a solid, readily available axial/radial leaded inductor. It has a 1 mH inductance, a 10% tolerance, a maximum DCR of 1.2Ω, and costs roughly $0.85 in 2026 supply chains.

Step 2: Calculate the Resistor
Rearranging the formula to solve for R:
R = 2π × fc × L
R = 2 × 3.14159 × 5000 × 0.001 = 31.41 Ω

Step 3: Select the Resistor
The closest standard E12 value is 33Ω. We will use a Vishay PR02 33Ω 1/4W metal film resistor. Using 33Ω shifts our actual cutoff frequency slightly:
fc(actual) = 33 / (2π × 0.001) = 5,252 Hz.

Step 4: Calculate the Time Constant
τ = L / R = 0.001 H / 33 Ω = 30.3 µs.
This means when a DC step voltage is applied, the current will reach 63.2% of its final value in 30.3 microseconds.

Expert Insight - Self-Resonant Frequency (SRF): Real inductors have parasitic parallel capacitance. The Bourns 78F series 1mH inductor has an SRF around 1.5 MHz. Our 5 kHz design is well below this, meaning the component will behave as a pure inductor. If you were designing a 2 MHz filter, this 1mH inductor would act like a capacitor, completely breaking your design.

Breadboard Testing and Extreme Failure Modes

Theory only gets you to the breadboard. To verify the design, you need a function generator and an oscilloscope. Here is the exact step-by-step procedure to validate the 5 kHz filter, followed by a breakdown of what happens when components fail.

Step-by-Step Breadboard Verification

  1. Wire the Circuit: Connect the function generator output to the 33Ω resistor. Connect the other end of the resistor to the 1mH inductor. Connect the other end of the inductor to the breadboard ground rail.
  2. Probe Setup: Connect Oscilloscope CH1 to the input (across the resistor's input leg and ground). Connect CH2 to Node Vout (the junction between the resistor and inductor). Ensure both probes are set to 1X or 10X consistently and compensated.
  3. Baseline Sweep: Set the function generator to a 1V peak-to-peak sine wave at 100 Hz. At this low frequency, CH1 and CH2 should show nearly identical amplitudes (minus a tiny drop across the inductor's 1.2Ω DCR).
  4. Find the -3dB Point: Slowly increase the frequency. Watch CH2. The cutoff frequency is where the CH2 amplitude drops to 0.707V (which is 1V / √2). You should see this occur right around 5.2 kHz.
  5. Verify Phase Shift: At exactly the cutoff frequency, trigger the scope on CH1. Measure the time delay between the zero-crossing of CH1 and CH2. At 5.25 kHz, a 45° phase shift equates to a time delay of roughly 23.8 µs.

Extreme Failure Modes: What Breaks When?

Understanding failure modes separates hobbyists from engineers. If a component fails open or short, how does the series LR circuit react? Assume we are measuring Vout at the R-L junction.

  • Resistor Shorts (R = 0Ω): The input voltage is now connected directly to the inductor. The time constant τ approaches infinity (limited only by the inductor's 1.2Ω DCR and the source impedance). The cutoff frequency drops to near 0 Hz. If driven by a low-impedance DC source, the inductor will draw massive current (I = V / 1.2Ω), likely saturating the core, overheating the windings, or tripping your power supply's over-current protection.
  • Resistor Opens (R = ∞): The current path is broken. No current flows. However, because an oscilloscope probe has a 1MΩ input impedance, the probe itself completes the circuit. The scope will read Vin at Vout, making it look like the circuit is passing all frequencies, when in reality, it is dead and incapable of driving a real load.
  • Inductor Shorts (L = 0H): The inductor becomes a plain wire. Node Vout is shorted directly to ground. Vout will read 0V at all frequencies. The resistor will dissipate maximum power (P = V² / R) and may overheat if the input voltage is high enough to exceed its 1/4W rating (e.g., anything over ~2.8V DC).
  • Inductor Opens (L = ∞): The circuit is broken. Similar to the open resistor, a high-impedance scope probe will read Vin at Vout because no current flows to create a voltage drop across the resistor. If you connect a low-impedance load (like an 8Ω speaker), Vout will drop to 0V.

For deeper mathematical modeling of these transient responses and AC impedance vectors, the All About Circuits textbook on series RL networks provides excellent phasor diagrams. Additionally, reviewing the Electronics Tutorials RL circuit guide is highly recommended for visualizing the voltage triangle during the initial DC transient phase.

By selecting real-world components, respecting parasitic DCR and SRF limits, and understanding exactly how the nodes behave under fault conditions, you can confidently deploy series LR circuits in everything from PWM motor smoothing to analog audio signal routing.