The LR Series Topology: Nodes, Components, and the Direct Answer
The direct answer to how current in an LR circuit behaves is that it cannot change instantaneously. When a DC voltage is applied to a series Inductor-Resistor (LR) network, the current rises exponentially from zero to a steady-state maximum defined by Ohm’s Law ($I_{max} = V/R$). The speed of this rise is governed by the circuit’s time constant ($\tau = L/R$), where $\tau$ represents the time required for the current to reach 63.2% of its maximum value.
To visualize this, let us define the standard series LR topology with explicit node labels for bench testing:
- Node 1 (V+): The positive terminal of the DC voltage source (e.g., 12V bench supply).
- Node 2 (Switch/R1 Junction): The connection point between the switching mechanism (MOSFET or mechanical pushbutton) and the series resistor.
- Node 3 (R1/L1 Junction): The critical measurement node between the resistor and the inductor. Voltage here reveals the inductor's back-EMF.
- Node 0 (GND): The common ground return path completing the circuit.
Transient Behavior Matrix: How Component Swaps Shift the Current Curve
Understanding the mathematical relationship is only half the battle; knowing how physical component tolerances and swaps affect the real-world curve is where bench experience matters. The governing equation for rising current is $I(t) = \frac{V}{R}(1 - e^{-t/\tau})$. Below is a data-dense behavior table showing exactly what happens to the current profile when you alter R or L in a 12V system.
| Scenario | R ($\Omega$) | L (mH) | Time Constant $\tau$ (ms) | Steady-State $I_{max}$ (mA) | 99% Rise Time (ms) | Physical Consequence |
|---|---|---|---|---|---|---|
| Baseline | 47 | 10 | 0.21 | 255 | 1.06 | Standard signal delay; easily measurable on a basic scope. |
| High R | 100 | 10 | 0.10 | 120 | 0.50 | Faster rise time, lower peak current. Inductor core is unlikely to saturate. |
| High L | 47 | 47 | 1.00 | 255 | 5.00 | Sluggish turn-on. High risk of inductor core saturation if DC resistance (DCR) is too low. |
| Low R | 10 | 10 | 1.00 | 1200 | 5.00 | Massive steady-state current. Requires a 2W+ resistor and thick AWG wire to prevent thermal failure. |
Notice the inverse relationship between resistance and the time constant. Increasing resistance actually speeds up the current rise time (lowers $\tau$), but at the cost of choking the final steady-state current. This is a common trap for beginners who assume a larger resistor will "slow down" the circuit; in an LR network, a larger resistor starves the inductor of the energy it needs to build its magnetic field, allowing the current to hit its (lower) ceiling faster. For deeper mathematical derivations of these exponential curves, the Georgia State University HyperPhysics database provides excellent interactive calculators.
Design Walkthrough: Sizing an LR Delay for a 12V Relay Coil
Let us design a practical LR circuit to create a 50ms turn-on delay for a 12V automotive relay, preventing nuisance tripping from brief voltage transients. We need the current to reach the relay's pull-in threshold (assume 63.2% of max current) at exactly 50ms.
- Define the Target Time Constant: We want $\tau = 50\text{ ms}$ (0.05 seconds).
- Select the Inductor: Inductors are bulky and expensive, so we pick a standard, off-the-shelf radial choke. Let us use a 100mH inductor (e.g., Bourns 78FR10M series). Therefore, $L = 0.1\text{ H}$.
- Calculate Required Resistance: Using $\tau = L/R$, we solve for $R$: $R = L / \tau = 0.1 / 0.05 = 2\Omega$.
- Pick the Physical Resistor: Standard values give us 2.2$\Omega$. We will use a 2.2$\Omega$ metal oxide power resistor.
- Verify Steady-State Current and Wattage: The relay coil is roughly 70$\Omega$. Our total circuit resistance is $72.2\Omega$. $I_{max} = 12\text{V} / 72.2\Omega = 166\text{ mA}$. Power dissipated by our 2.2$\Omega$ resistor is $I^2R = (0.166)^2 \times 2.2 = 0.06\text{W}$. A standard 1/4W resistor is more than sufficient here.
If we had attempted this with an RC circuit, we would need a massive electrolytic capacitor to handle the 50ms delay at these impedances, which introduces leakage current and polarity issues. The LR approach, while physically larger due to the 100mH choke, offers a robust, non-polarized, and temperature-stable delay mechanism.
Breadboard Testing: Step-by-Step Verification
Simulations are clean; breadboards are noisy. To verify the transient current of a baseline LR circuit (47$\Omega$, 10mH), you cannot simply put a multimeter in series and watch the screen—the numbers will blur. You must measure current indirectly using a shunt resistor and an oscilloscope. Electronics Tutorials offers solid theory, but here is the physical bench procedure.
- Build the Topology: Connect Node 1 to the 12V supply. Wire the drain of your 2N7000 MOSFET to Node 2. Connect the 47$\Omega$ resistor between Node 2 and Node 3.
- Insert the Shunt: Place the 0.1$\Omega$ shunt resistor between Node 3 and the positive lead of the 10mH inductor. The inductor's negative lead goes to Node 0 (GND). The shunt allows us to read current as voltage ($V = I \times 0.1$).
- Probe the Nodes: Connect Scope Channel 1 to Node 2 (to monitor the applied voltage step). Connect Scope Channel 2 across the 0.1$\Omega$ shunt resistor. Set both probes to 1X attenuation if your scope supports it, or use 10X and scale the math in your head.
- Trigger the Scope: Set the trigger to the rising edge of Channel 1 at 6V. Set the timebase to 500$\mu\text{s}$/div to capture the ~1ms total rise time.
- Fire the Circuit: Pulse the MOSFET gate with a 5V square wave at 10Hz. The scope will capture the voltage step on Ch1 and the exponential current rise on Ch2. Use the scope's cursor tool to measure the time from the Ch1 step to the point where Ch2 reaches 63.2% of its peak voltage. It should read approximately 210$\mu\text{s}$ (0.21ms).
Failure Modes: What Breaks at the Extremes?
Inductors store energy in a magnetic field ($E = \frac{1}{2}LI^2$). When you push an LR circuit to its physical extremes, that stored energy has to go somewhere, usually resulting in catastrophic component failure if you haven't planned for it.
Shorting the Resistor (R $\to$ 0)
If the resistor shorts out, the time constant $\tau$ approaches infinity, but the real danger is the steady-state current. The only thing limiting current is the inductor's internal DC Resistance (DCR), which might be as low as 0.5$\Omega$. In a 12V circuit, $I = 12 / 0.5 = 24\text{A}$. The inductor core will instantly magnetically saturate, losing its inductance and becoming a straight piece of wire. The thin copper windings will overheat and melt, often resulting in an open circuit and a subsequent flyback spike.
Opening the Circuit Under Load (R $\to$ $\infty$ or Switch Opens)
This is the classic inductor hazard. If you open a mechanical switch while current is flowing, $di/dt$ becomes nearly instantaneous. The inductor fights this change by generating a massive reverse voltage ($V = L \cdot di/dt$). This flyback voltage can easily exceed 1000V, arcing across the breadboard contacts, welding the switch shut, or punching through the gate oxide of your switching MOSFET. Always place a freewheeling diode (like a 1N4007) in reverse-parallel across the inductor to provide a safe decay path for the collapsing magnetic field.
Shorting the Inductor (L $\to$ 0)
If the inductor fails short (or is bypassed), the circuit becomes purely resistive. The current jumps instantly to $V/R$ with zero delay. While this doesn't cause a voltage spike, it defeats the purpose of the LR network. If your resistor was sized assuming a slow ramp-up (e.g., a low-wattage resistor relying on a low duty cycle), the sudden continuous DC current will cause the resistor to overheat and desolder itself from the board.
Core Saturation Edge Case
A hidden failure mode occurs when the steady-state current exceeds the inductor's saturation current rating ($I_{sat}$). If a 10mH inductor is rated for 200mA, but your LR circuit pushes 500mA, the magnetic core saturates. The permeability drops to near that of air, and the effective inductance plummets from 10mH to perhaps 0.05mH. Your carefully calculated 1ms delay suddenly shrinks to 5$\mu\text{s}$, ruining the circuit's timing and potentially exposing downstream components to rapid current transients. Always check the datasheet for $I_{sat}$, not just the inductance value.






