The RL Circuit Formula: Transient vs. Frequency Domain
When you need to smooth a pulse-width modulated (PWM) signal into a steady DC current for a motor, solenoid, or LED string, the RL circuit formula is your primary design tool. Unlike RC filters, which are optimized for voltage smoothing, RL (Resistor-Inductor) topologies are fundamentally current filters. An inductor resists changes in current ($V = L \frac{di}{dt}$), making it the exact component required to flatten the jagged current spikes inherent in PWM-driven loads.
The behavior of a series RL circuit is governed by two critical equations:
- Time Constant (Transient Domain): $\tau = \frac{L}{R_{total}}$
- Cutoff Frequency (Frequency Domain): $f_c = \frac{R_{total}}{2 \pi L}$
In power electronics, we primarily design in the transient domain. To achieve a smooth DC current from a PWM source, the circuit's time constant ($\tau$) must be significantly longer than the PWM period ($T$). A standard engineering rule of thumb is $\tau \ge 5 \times T$. If $\tau$ is too short, the current will ripple heavily, causing acoustic whine in motors and excessive RMS heating in your switching MOSFETs.
Placing a capacitor in parallel with a low-impedance motor creates a massive inrush current spike every time the MOSFET turns on, often exceeding the switch's safe operating area (SOA) and destroying it. A series inductor naturally limits $\frac{di}{dt}$, protecting the silicon while smoothing the load current.
Topology & Node Map: Series RL Current Smoothing
For a low-side switched DC load, the series RL topology places the inductor between the power supply and the load. The load itself acts as the resistor ($R_{load}$) in the formula.
- $V_{CC}$: Main DC bus (e.g., 12V or 5V).
- Node A (Switch Node): Junction between the Inductor ($L_1$) and the Load ($R_{load}$). This is the most electrically noisy node in the circuit.
- Node B (Load Return): The low-side of the load, connecting to the drain of the N-channel MOSFET.
- $V_{out}$ (Current Path): Current flows from $V_{CC}$, through $L_1$, through $R_{load}$, into the MOSFET, and to GND.
Critical Addition: A freewheeling diode (Schottky) must be placed with its cathode at Node A and anode at GND. When the MOSFET turns off, the inductor's collapsing magnetic field forces current to continue flowing. Without the diode, Node A will spike to hundreds of volts, instantly avalanching your MOSFET.
Design Walkthrough: Picking Real Component Values
Let's design a current smoothing filter for a 5V, 2A nominal load (like a high-power LED array or a small DC pump) driven by a 100 kHz PWM signal.
1. Define the Knowns:
- $V_{CC} = 5V$
- $I_{load} = 2A$
- $R_{load} = \frac{5V}{2A} = 2.5 \Omega$
- $f_{pwm} = 100 \text{ kHz}$ $\rightarrow$ Period $T = \frac{1}{100,000} = 10 \mu s$
2. Calculate Target Time Constant:
Using the $5 \times T$ rule for acceptable ripple:
$\tau_{target} = 5 \times 10 \mu s = 50 \mu s$
3. Apply the RL Circuit Formula to Find L:
$\tau = \frac{L}{R_{total}}$
Note that $R_{total}$ includes the load resistance plus the inductor's internal DC Resistance (DCR). Assuming a DCR of roughly $0.1 \Omega$, $R_{total} \approx 2.6 \Omega$.
$L = \tau \times R_{total} = 50 \mu s \times 2.6 \Omega = 130 \mu H$
4. Select the Physical Component:
We need a standard value near 130 µH that can handle a 2A continuous current without saturating. Saturation current ($I_{sat}$) must be rated at least 20% above the maximum load current to prevent the inductor from turning into a low-value resistor during peak transients.
The Pick: Wurth Elektronik 744043151 (WE-LQS series). It is a 150 µH shielded ferrite inductor with an $I_{sat}$ of 2.8A and a DCR of 0.23 Ω. Recalculating with this exact part: $\tau = \frac{150 \mu H}{2.5 \Omega + 0.23 \Omega} = 55 \mu s$. This perfectly satisfies our $>50 \mu s$ requirement.
Behavior Matrix: What Happens When Components Shift
Understanding how the circuit reacts to variable changes prevents catastrophic field failures when loads fluctuate.
| Parameter Change | Effect on Time Constant ($\tau$) | Effect on Current Ripple | System Consequence |
|---|---|---|---|
| Inductance ($L$) Increases | Increases | Decreases | Smoother DC current, but slower transient response to PWM duty-cycle changes. |
| Load Resistance ($R$) Increases (Lighter Load) | Decreases | Increases | Ripple current becomes a larger percentage of total current; may cause audible whine. |
| PWM Frequency Increases | Unchanged | Decreases | Ripple drops, but core losses (hysteresis/eddy currents) in the inductor increase, causing heat. |
| Inductor Core Saturates | Crashes to near zero | Massive Spike | Inductor loses impedance; MOSFET experiences high $\frac{di}{dt}$ stress and potential thermal failure. |
Failure Modes: Extremes, Shorts, and Opens
Series RL circuits in power applications fail in highly specific, often destructive ways if not properly protected.
What breaks if the Inductor Shorts?
If the windings inside $L_1$ short out, the inductance drops to zero. The load now sees the raw 100 kHz PWM square wave. While the load might still function (average voltage remains the same), the high-frequency ripple will cause severe electromagnetic interference (EMI), acoustic whine in piezoelectric ceramics or motor windings, and drastically increase the RMS current, leading to MOSFET overheating.
What breaks if the Inductor Opens?
An open inductor simply halts current flow; the load turns off. However, if the inductor's wire breaks while current is flowing, the instantaneous $\frac{di}{dt}$ approaches infinity. The inductor will generate a massive voltage spike ($V = L \frac{di}{dt}$) that will arc across the break or destroy the switching MOSFET via drain-source overvoltage.
What breaks if the Load (Resistor) Opens?
This is the most common bench-top disaster. If the load is disconnected while the PWM is running, the inductor stores energy ($E = \frac{1}{2}LI^2$) during the ON cycle. When the MOSFET turns off, that energy has nowhere to go. Node A will spike negatively or positively (depending on topology) until it finds a path to ground, usually by punching through the MOSFET's silicon. Always verify your freewheeling diode is soldered directly across the inductor/load node before applying power.
Decision Tree: Selecting Your Inductor
Do not guess your inductor value. Follow this decision path to terminate on the correct component class for your specific load.
| Condition / Load Type | Action / Requirement | Resulting Component Class |
|---|---|---|
| Is the load purely resistive (heater)? | RL filter unnecessary; use direct PWM or RC if voltage smoothing is needed. | N/A |
| Is the load inductive (motor/solenoid) < 100mA? | Require high $L$ to overcome low $R$. Target $L > 1mH$. | Unshielded Radial Choke (e.g., Bourns 78FR series) |
| Is the load 1A - 5A at > 50kHz PWM? | Require low DCR, high $I_{sat}$, and magnetic shielding to prevent EMI. | DEFAULT PICK: Shielded Ferrite Power Inductor (e.g., Wurth 744043151, 150µH, 2.8A) |
| Is the load > 10A? | Ferrite cores will saturate and overheat. Require distributed air gap. | Flattened Wire Toroid / Powdered Iron Core |
Breadboard Testing Protocol: Step-by-Step Verification
Simulations lie; breadboards tell the truth. Follow this exact sequence to verify your RL circuit formula calculations on the bench without blowing up your oscilloscope or function generator.
- Wire the Freewheeling Path First: Before connecting power, solder a 1N5822 Schottky diode directly across Node A (inductor/load junction) and GND. Cathode (stripe) to Node A.
- Construct the Power Stage: Place the Wurth 150µH inductor in series with your 2.5Ω load resistor. Ensure the resistor is rated for at least 10W (wirewound or chassis mount) to handle the 5W continuous dissipation without drifting in value.
- Probe Setup (Critical): Connect your oscilloscope probe to Node A. Remove the standard alligator ground clip and use the probe's spring-clip ground attachment. The alligator clip acts as an antenna at 100 kHz and will show you 5V of phantom ringing that doesn't actually exist in the circuit.
- Inject PWM: Apply a 100 kHz, 50% duty cycle, 0-5V square wave to your MOSFET gate.
- Measure the Ripple: Switch the oscilloscope channel to AC Coupling and zoom in on the mV scale. You are looking for the triangular current ripple translated into voltage across the load's parasitic resistance. A well-designed RL filter with $\tau = 55 \mu s$ should show a peak-to-peak voltage ripple of less than 5% of the DC bus voltage.
- Verify Transient Response: Switch back to DC coupling. Change the PWM duty cycle from 10% to 90% in a single step. Measure the time it takes for the current to settle to the new steady state. It should take exactly $5 \times \tau$ (approx. 275 µs) to settle within 1% of the final value, perfectly validating the transient RL circuit formula.
By anchoring your design to the time constant rather than just the cutoff frequency, and selecting shielded ferrite components that respect the saturation current limits, you transform the theoretical RL circuit formula into a robust, field-proven power filter.






