An RL filter low pass circuit is a passive electronic network consisting of a resistor and an inductor wired in series, with the output taken across the resistor, which attenuates high-frequency signals while allowing DC and low-frequency AC to pass. In a real circuit or installation, it changes the frequency response of a signal path by rolling off high-frequency AC components—like PWM switching noise, RF interference, or unwanted audio harmonics—while preserving the underlying DC baseline or low-frequency fundamental. Unlike active filters, it requires no external power supply, making it a robust choice for high-current or high-reliability environments.

The Core Math and a Worked Numeric Example

The behavior of this filter hinges on the inductor’s reactance ($X_L = 2\pi f L$). At DC (0 Hz), the inductor acts as a short circuit (ignoring its internal wire resistance), passing the signal entirely. As frequency increases, the inductor’s impedance rises, dropping more voltage across itself and leaving less across the output resistor.

Cutoff Frequency Formula ($f_c$):
$$f_c = \frac{R}{2 \pi L}$$
Where $f_c$ is the -3dB point in Hertz, $R$ is resistance in Ohms, and $L$ is inductance in Henrys.

Let’s run a worked numeric example for an audio application. Suppose you are designing a passive subwoofer crossover. Your woofer has a nominal impedance of 8 Ω (which acts as our resistor $R$), and you want to filter out everything above 100 Hz to protect the driver from midrange frequencies.

  1. Identify knowns: $R = 8\,\Omega$, $f_c = 100\,\text{Hz}$.
  2. Rearrange formula for L: $L = \frac{R}{2 \pi f_c}$.
  3. Calculate: $L = \frac{8}{2 \times 3.14159 \times 100} = \frac{8}{628.32} \approx 0.01273\,\text{H}$.
  4. Select component: You need a 12.7 mH inductor in series with the woofer.

If you source a standard 12 mH or 15 mH inductor, your actual cutoff will shift slightly (to 106 Hz or 85 Hz, respectively), which is well within the acceptable tolerance for acoustic crossovers.

Where You Meet This in Practice

While RC (resistor-capacitor) filters dominate low-power signal lines on PCBs, RL filters carve out specific, critical niches where capacitors fail or introduce unwanted side effects.

  • Audio Crossovers: As shown above, inductors handle the high peak currents of audio amplifiers without the dielectric absorption or voltage-coefficient distortion inherent in electrolytic or ceramic capacitors.
  • PWM Motor Drives: Placed on the feedback or sense lines of motor controllers to block 20 kHz+ switching noise from aliasing the ADC, without loading the high-impedance sense node the way a large capacitor would.
  • RF Chokes and Snubbers: Used in conjunction with resistors to dampen high-frequency ringing on long analog sensor cables in industrial environments, blocking EMI while maintaining a stable DC bias.
RL vs. RC Low Pass: When to use which?
Choose an RC filter for low-current signal conditioning (under 50mA) where board space and component cost are priorities. Choose an RL filter when you need to pass high DC currents without voltage-rating headaches, when you must avoid capacitor dielectric absorption in precision DC measurements, or when the load itself is resistive (like a speaker or heating element) and can serve as the "R" in your circuit.

Real-World Scenario Walkthrough: The Audio Crossover Failure

Theory assumes ideal components. The bench quickly teaches you otherwise. Here is a classic failure mode I see when hobbyists and junior engineers build passive RL networks for power applications.

The Setup: You are building a 2-way passive speaker. The woofer is 8 Ω, and you need a low-pass filter to cut off frequencies above 2,000 Hz (2 kHz) so the tweeter can handle the highs.

The Numbers: Using our formula, $L = \frac{8}{2 \pi \times 2000} = 0.636\,\text{mH}$. You go online and buy a cheap 0.6 mH inductor wound on a small ferrite core to save space and money.

The Outcome: At low listening volumes, the speaker sounds fantastic. The crossover works perfectly, and the frequency response measures flat on your bench mic.

What Went Wrong: When you turn the amplifier up to party volume (pushing 50W into the 8 Ω load), the woofer starts sounding harsh, distorted, and eventually overheats.

The culprit is inductor core saturation. At 50W, the RMS current is roughly 2.5A, with transient peaks hitting 5A or more. The cheap ferrite core in your 0.6 mH inductor was only rated for 1A. Once the current exceeded 1A, the magnetic core saturated. When a core saturates, its permeability drops to near that of air, and your 0.6 mH inductor suddenly behaves like a 0.05 mH inductor.

With $L$ dropping by a factor of 10, your cutoff frequency $f_c$ instantly shifted from 2 kHz up to 20 kHz. The woofer was suddenly receiving the entire midrange and lower-treble spectrum, causing mechanical distortion and thermal failure. The fix: Always check the saturation current ($I_{sat}$) rating of the inductor. For audio crossovers or power-line filtering, use air-core inductors (which cannot physically saturate) or heavy powdered-iron cores rated for at least 3x your expected peak current.

What People Commonly Confuse It With

When sketching schematics or debugging boards, it is easy to mix up filter topologies. Here are the most common mix-ups:

  • RL High-Pass Filter: If you swap the positions of the R and L—putting the inductor in parallel with the output and the resistor in series—you get a high-pass filter. The inductor shorts high frequencies to the load while blocking DC.
  • Ferrite Beads: Many designers substitute a discrete inductor with a ferrite bead on a signal line. A ferrite bead is not an ideal inductor; it is a highly lossy, non-linear component designed to dissipate high-frequency energy as heat. While it acts as a low-pass filter, its impedance curve and current-handling characteristics are vastly different from a wirewound inductor.
  • Ignoring Parasitic Capacitance: Real inductors have parasitic parallel capacitance between their windings. At very high frequencies, this capacitance creates a Self-Resonant Frequency (SRF). Above the SRF, your inductor stops acting like an inductor and starts acting like a capacitor, completely defeating your low-pass filter. Always check the datasheet SRF to ensure it sits well above the noise frequencies you are trying to block.

FAQ: Edge Cases and Component Selection

Does the inductor’s internal DC resistance (DCR) matter?
Absolutely. In a theoretical RL filter, the inductor has 0 Ω DCR. In reality, wirewound inductors have DCR ranging from 0.1 Ω to several ohms. This DCR adds directly to your load resistance $R$ when calculating the cutoff frequency, and it creates an unwanted DC voltage drop ($V = I \times DCR$) and power loss ($I^2R$). For precision DC signal lines, you must account for DCR in your calculations.

Why not just use an LC (inductor-capacitor) filter instead?
An LC filter is a second-order filter (-40 dB/decade roll-off) compared to the RL filter’s first-order (-20 dB/decade) roll-off. You use LC when you need aggressive high-frequency attenuation without the massive DC voltage drop that a large series resistor would cause. However, LC filters can suffer from severe resonance peaks at the cutoff frequency if the circuit lacks sufficient damping (low Q-factor), which can cause ringing and instability in power supplies.

Can I use an RL low-pass filter on a mains AC line?
While theoretically possible to filter high-frequency noise off a 50/60 Hz mains line, it is highly impractical and dangerous. The inductor would need to be massive to handle 15A+ currents without saturating, and the resistor would dissipate enormous amounts of heat ($I^2R$ losses). For mains EMI filtering, engineers use LC-based common-mode chokes and X/Y safety capacitors specifically rated for line voltages. Never attempt to build DIY RL filters for mains voltage; always defer to certified EMI filter modules and standard AC filter topologies.

Designing an RL filter low pass circuit is straightforward on paper, but component non-idealities dictate success on the bench. By respecting core saturation limits, accounting for DCR, and verifying the self-resonant frequency, you can build passive filters that survive real-world currents and keep your signals clean. For deeper mathematical modeling of passive networks, the HyperPhysics filter equations remain an excellent reference for verifying your SPICE simulations.