How to Find Current Through an Inductor- Circuit Analysis Guide
What Is Current Through an Inductor, Really?
Inductors store energy in magnetic fields. When voltage is applied across one, the current doesn't jump immediately—it builds up over time. That's the whole story.
The current through an inductor depends on the rate of change of current, not the voltage itself. This relationship is why inductors behave so differently from resistors in circuits.
If you're trying to find current through an inductor, you need to understand one thing: the inductor opposes changes in current flow. That's its only job.
The Core Formula: V = L × (di/dt)
This is the fundamental voltage-current relationship for an inductor. Break it down:
- V = voltage across the inductor (volts)
- L = inductance (henries)
- di/dt = rate of current change over time (amps per second)
Rearrange it to solve for current change:
di/dt = V/L
This tells you how fast the current changes at any instant. The bigger the voltage or smaller the inductance, the faster current builds up.
Current in DC Circuits
When You First Apply Voltage
At the moment you close a switch, current is zero. The inductor sees the sudden voltage and starts ramping current up. During this transient period, current follows this equation:
i(t) = (V/R) × (1 - e-Rt/L)
Where:
- V = applied voltage
- R = total series resistance
- L = inductance
- t = time since voltage applied
After Steady State
Once enough time passes, the current reaches its maximum value and stops changing. When di/dt = 0, the voltage across the inductor drops to zero. The inductor acts like a short circuit.
Final current = V/R
This is Ohm's law again—the inductor stops fighting once current stabilizes.
The Time Constant (τ = L/R)
Every LR circuit has a time constant that tells you how fast it responds. It's simple:
τ = L/R
Units: henries ÷ ohms = seconds
Here's what τ means in practice:
- After 1τ (one time constant): current reaches 63.2% of final value
- After 3τ: current reaches 95% of final value
- After 5τ: current reaches 99.3% of final value
Most engineers consider the circuit settled after 5τ. That's your practical cutoff point.
Current in AC Circuits
AC is where inductors get interesting. Current and voltage are out of phase. Current lags voltage by 90°.
The inductive reactance formula tells you how much the inductor resists AC:
XL = 2πfL
Where f is frequency in Hz.
Higher frequency = more opposition to current flow. This is why inductors are used for filtering and frequency selection.
For sinusoidal AC, peak current is:
Ipeak = Vpeak / XL
How to Find Current: Step-by-Step
DC Circuit Example
Problem: 12V battery, 100mH inductor, 50Ω resistor in series. Find current 3ms after connecting.
Step 1: Calculate time constant
τ = L/R = 0.1H / 50Ω = 2ms
Step 2: Calculate final current
Ifinal = V/R = 12V / 50Ω = 240mA
Step 3: Apply the formula
i(t) = Ifinal × (1 - e-t/τ)
i(3ms) = 240mA × (1 - e-3ms/2ms)
i(3ms) = 240mA × (1 - e-1.5)
i(3ms) = 240mA × (1 - 0.223) = 240mA × 0.777 = 186.5mA
AC Circuit Example
Problem: 120V RMS at 60Hz, 250mH inductor. Find RMS current.
Step 1: Calculate inductive reactance
XL = 2π × 60 × 0.25 = 94.25Ω
Step 2: Calculate current
I = V / XL = 120V / 94.25Ω = 1.27A RMS
Common Mistakes to Avoid
- Forgetting the transient period: In DC circuits, current doesn't jump to final value. Calculate for the right time.
- Ignoring series resistance: Real inductors have resistance. Your calculations must include it.
- Mixing up DC and AC formulas: V = L(di/dt) works for both, but AC requires reactance for steady-state analysis.
- Using peak values where RMS is needed: For AC power calculations, always use RMS.
Series vs Parallel Inductors
Series inductors: Add directly. Total L = L1 + L2 + L3...
Parallel inductors: Like resistors in parallel. 1/Ltotal = 1/L1 + 1/L2 + 1/L3...
Parallel inductors reduce total inductance. This matters when you're combining inductors in filter circuits.
Comparison: Finding Current in Different Scenarios
| Scenario | Formula to Use | Key Parameter |
|---|---|---|
| DC at steady state | I = V/R | Total circuit resistance |
| DC transient (charging) | i(t) = (V/R)(1 - e-Rt/L) | Time constant τ = L/R |
| DC transient (discharging) | i(t) = I0 × e-Rt/L | Initial current I0 |
| Sinusoidal AC | IRMS = VRMS / (2πfL) | Frequency f |
| Pulse/ square wave | V = L(di/dt) | duty cycle, rise time |
When Inductors Act Like Opens or Shorts
Two extreme cases to remember:
- At t=0 (moment of switching): Current can't change instantly, so the inductor behaves like an open circuit. Current is zero initially.
- At t=∞ (steady state DC): Current is no longer changing, so the inductor behaves like a short circuit. Zero voltage across it.
This "open at start, short at end" behavior is why inductors are tricky in switching circuits. Capacitors do the opposite—they short at start and open at steady state.
Solving Complex Circuits
For circuits with multiple components, use these approaches:
- Mesh analysis: Write KVL equations for each loop. Each inductor contributes L(di/dt) to the equation.
- Laplace transforms: Convert differential equations to algebraic ones. Easier for complex transient analysis.
- Phasor analysis: For AC steady state, convert everything to complex numbers. Works like AC Ohm's law.
For most practical problems, the basic formulas above are enough. Save the heavy math for circuits with multiple coupled inductors or non-sinusoidal sources.
Quick Reference Cheatsheet
- Voltage across inductor: V = L(di/dt)
- Inductive reactance: XL = 2πfL
- Time constant: τ = L/R
- DC steady state current: I = V/R
- Transient current: i(t) = (V/R)(1 - e-tR/L)
- Current lags voltage by 90° in pure inductive AC circuits
That's everything you need to find current through an inductor in most practical situations. Memorize the time constant concept—it's the key to understanding how inductors behave over time.