An RL circuit consists of a resistor (R) and an inductor (L) wired together to manipulate alternating current (AC) signals, manage transient responses, or filter noise. While capacitors dominate hobbyist filter designs, inductors offer unique advantages in power electronics and high-frequency signal conditioning. According to Electronics Tutorials, the fundamental behavior of an RL network relies on the inductor's property of opposing changes in current, quantified by its inductive reactance (XL = 2πfL).

This guide breaks down the series RL low-pass topology, contrasts it with RC alternatives, and provides a concrete design walkthrough using off-the-shelf components.

Topology and Node Definitions: The RL Low-Pass Filter

When we ask "what is an RL circuit" in a practical filtering context, we are usually referring to the Series-L, Shunt-R Low-Pass Filter. In this configuration, the inductor blocks high-frequency noise while passing DC and low-frequency signals, and the shunt resistor provides a discharge path and sets the filter's cutoff frequency.

Topology Node Map:
  • Node A (Vin): The input signal enters the series Inductor (L1).
  • Node B (Vout): The junction between the series Inductor (L1) and the shunt Resistor (R1). This is where the filtered signal is tapped.
  • Node C (GND): The ground reference, connected to the bottom leg of the shunt Resistor (R1).

The time constant (τ) of this circuit dictates how fast it responds to step changes in voltage, calculated as τ = L / R. The -3dB cutoff frequency (fc), where the signal power drops by half, is defined by fc = R / (2πL). Unlike an RC filter where the capacitor stores voltage, the inductor here stores energy in a magnetic field, resisting rapid current changes.

RL vs. RC: Why Choose an Inductor Over a Capacitor?

Why use an RL topology when RC components are cheaper and smaller? The answer lies in DC voltage drop and power dissipation. If you need to filter high-frequency noise off a 12V DC power rail feeding a 500mA load, an RC low-pass filter (Series R, Shunt C) requires a series resistor. That resistor will drop voltage (V = IR) and burn power as heat. An RL low-pass filter (Series L, Shunt R) places the inductor in the power path. A real-world inductor has a very low DC Resistance (DCR)—often under 0.5Ω—meaning it passes the 500mA DC current with virtually zero voltage drop while still choking off high-frequency AC ripple.

Criteria RL Low-Pass (Series L, Shunt R) RC Low-Pass (Series R, Shunt C)
DC Voltage Drop Minimal (dictated only by inductor DCR) High (dictated by series R and load current)
Power Dissipation Low (I²R losses in DCR only) High (series R burns real wattage)
Component Size/Cost Larger, more expensive (magnetic cores) Smaller, cheaper (ceramic/film caps)
High-Freq Limit Limited by Self-Resonant Frequency (SRF) Limited by Equivalent Series Inductance (ESL)

Behavior Matrix: What Happens When Variables Shift

Understanding how component tolerances and value changes affect the circuit is critical for analog filter design. Here is how the RL low-pass reacts to parameter shifts:

Change Effect on Cutoff Freq (fc) Effect on Transient Response Physical / Thermal Consequence
Increase L Decreases (filters lower frequencies) Slower rise time, more phase lag Larger footprint, higher DCR, increased cost
Decrease L Increases (passes more noise) Faster rise time, less phase lag Smaller footprint, lower DCR
Increase R (Shunt) Increases (passes more noise) Faster settling time Higher output impedance, worse load regulation
Decrease R (Shunt) Decreases (stricter filtering) Slower settling time Draws more DC current from source, wastes power

Extreme Failure Modes: Opens and Shorts

Unlike purely resistive networks, RL circuits store energy magnetically. When components fail or are wired incorrectly, the results can be destructive. Here is the failure-mode contrast for the Series-L, Shunt-R topology:

  • Shorting the Inductor (L1): The filter is entirely defeated. Node A connects directly to Node B. All high-frequency noise passes to the load. In a power application, this is harmless but functionally useless.
  • Opening the Inductor (L1): The circuit goes dead. No DC or AC reaches Node B. If the inductor opens under load (e.g., a wire breaks while current is flowing), the collapsing magnetic field will generate a massive voltage spike (V = -L di/dt) that can arc across the break or destroy upstream switching transistors.
  • Shorting the Shunt Resistor (R1): Node B is shorted directly to GND. The output voltage drops to zero. The upstream power supply now sees only the tiny DCR of the inductor as a load, resulting in a massive current surge that will likely trip a breaker, blow a fuse, or cause the inductor core to saturate and overheat.
  • Opening the Shunt Resistor (R1): The circuit becomes a pure series choke. It will still attenuate some high-frequency AC due to the inductor's impedance, but without the shunt resistor to form a voltage divider and provide a discharge path, the filter's cutoff frequency becomes entirely dependent on the downstream load impedance, making it unpredictable and prone to ringing.

Design Walkthrough: Sizing a 12V Sensor RL Low-Pass Filter

Let's design an RL low-pass filter to clean up a noisy 12V Hall-effect tachometer signal. The sensor outputs a 0-12V square wave, but we need to extract a smooth DC voltage proportional to RPM for an analog microcontroller ADC. The maximum expected frequency is 200 Hz, and we want to aggressively filter out 1kHz+ switching noise from nearby motors.

Target Cutoff Frequency (fc): 500 Hz.
Target Shunt Resistance (R): 100Ω (keeps DC current draw to a safe 120mA).

Using the formula L = R / (2πfc):

L = 100 / (2 * 3.14159 * 500) = 100 / 3141.59 = 0.0318 Henrys, or 31.8 mH.

Concrete Component Pick:
  • Inductor (L1): Bourns 78F333K-RC (33mH radial inductor, 5% tolerance, 11Ω DCR, 40mA saturation current). Note: The 11Ω DCR will cause a minor DC voltage drop at 120mA (1.32V), which is acceptable for a high-impedance ADC input.
  • Resistor (R1): Yageo CFR-25JR-52-100R (100Ω, 1/4W carbon film, 5% tolerance).

The SRF Gotcha: Always check the inductor's Self-Resonant Frequency (SRF). Parasitic capacitance between the wire windings creates a parallel LC tank. If your noise frequency exceeds the SRF, the inductor stops acting like an inductor and becomes a capacitor, passing high-frequency noise straight through. For the Bourns 78F series, the SRF is typically well above 1MHz, safely clearing our 1kHz noise target.

Breadboard Testing Protocol

Before committing the design to a PCB, validate the transient response and cutoff frequency on a breadboard. Inductors are notorious for picking up ambient EMI, so keep leads short.

  1. Wire the Topology: Connect the function generator output to Node A. Insert the 33mH inductor in series. Connect the 100Ω resistor from Node B (the inductor's output leg) to the breadboard ground rail (Node C).
  2. Probe the Nodes: Connect Channel 1 of your oscilloscope to Node A (reference) and Channel 2 to Node B (filtered output). Ensure both probes are compensated and set to 10x attenuation to minimize capacitive loading on the high-impedance Node B.
  3. Sweep for Cutoff: Set the function generator to a 10Vpp sine wave at 10 Hz. Measure the peak-to-peak voltage at Node B. Slowly increase the frequency. The -3dB point occurs when the Vpp at Node B drops to 70.7% of the input Vpp (approx 7.07Vpp). Verify this occurs near 480-500 Hz.
  4. Test Step Response: Switch the function generator to a 100 Hz square wave (0V to 10V). Observe the rising edge on Channel 2. You should see an exponential curve characteristic of an RL time constant (τ = L/R = 33mH / 100Ω = 330μs). The voltage should reach 63.2% of its final value in roughly 330 microseconds.
  5. Check for Ringing: If you see high-frequency oscillation (ringing) on the square wave edges, your inductor's parasitic capacitance is interacting with the circuit. Add a small snubber capacitor (e.g., 10nF) in parallel with the shunt resistor to dampen the resonance.

Decision Tree: Which Filter Topology Should You Pick?

Do not default to an RL circuit simply because it is theoretically interesting. Use this decision path to select the correct topology for your specific hardware constraint:

  • IF you are filtering high-frequency noise on a low-current, high-impedance analog signal line (like an op-amp output or audio DAC) THEN choose an RC Low-Pass. Capacitors are cheaper, smaller, and lack magnetic interference.
  • IF you need to block DC voltage while passing an AC audio or RF signal THEN choose a CR High-Pass (Series C, Shunt R).
  • IF you are filtering high-frequency switching noise (EMI) off a DC power rail carrying >100mA of current THEN choose an RL Low-Pass (or an LC Pi filter). The inductor's low DCR prevents unacceptable voltage drops and thermal waste that a series resistor would cause.
  • IF you need to suppress inductive voltage spikes (kickback) from a relay coil or solenoid THEN do not use a standard RL filter; use a flyback diode or an RC snubber wired in parallel with the coil.
The Default Pick: For general-purpose 12V/24V analog sensor lines requiring high-frequency noise rejection without severe DC voltage drop, wire a Bourns 78F-series 10mH-100mH radial inductor in series with a 100Ω to 470Ω 1% metal film shunt resistor. This specific combination provides a predictable cutoff between 150Hz and 1.5kHz, handles standard sensor currents without core saturation, and fits easily onto a 0.1" prototyping board.