RL Natural Response

The inductor's version of exponential decay — same mathematics, same time constant concept, but with a dangerous twist when the current path is suddenly broken.

Circuit AnalysisElectrical Engineering Year 1Free preview
⏱️ About 16 min

An inductor carrying current is like a flywheel — it resists any change in flow. Cut the circuit open and it will generate whatever voltage it takes to keep that current moving, even if that means arcing through the air.

💡
The big idea: A source-free RL circuit decays exponentially just like its RC cousin, with time constant τ = L/R — but the inductor's refusal to let current change instantly makes it physically dangerous when the circuit is interrupted.
🎯 By the end, you'll be able to
  • Derive the natural-response equation i(t) = I0·e^(-t/(L/R)) from KVL applied to a source-free RL circuit
  • Explain the time constant τ = L/R and its duality with τ = RC in the RC natural response
  • Describe the inductive kick phenomenon and explain why flyback diodes are used to protect switching circuits
  • Calculate the total energy dissipated in the resistor during inductor discharge
📎 Helpful to know first

The source-free RL circuit

Picture an inductor L carrying an initial current I0 — perhaps it was energized by a source that has just been removed, leaving only the inductor and a resistor R in a closed loop. This is the source-free RL circuit, and like its RC counterpart, it exhibits a natural response driven entirely by stored energy.

The inductor's current cannot change instantaneously, so at t = 0 the current is still I0. But the resistor dissipates energy, and as energy leaves the inductor's magnetic field, the current decays. Once again the shape is exponential.

Deriving the differential equation

We apply Kirchhoff's Voltage Law around the loop. The inductor voltage is L·di/dt and the resistor voltage is iR. With no source in the loop, their sum must be zero:

\[ L\frac{di}{dt} + iR = 0 \]
KVL around the source-free RL loop: inductor voltage plus resistor voltage equals zero.
\[ \frac{di}{dt} + \frac{R}{L}\, i = 0 \]
Rearranged into standard first-order form: di/dt + (R/L)·i = 0. The structure is identical to the RC equation dv/dt + v/(RC) = 0.

Solving for i(t)

The ODE has the same form as the RC case — a homogeneous first-order linear equation. Separating variables and integrating with the initial condition i(0) = I0 gives the solution:

\[ i(t) = I_0 \, e^{-t/(L/R)} = I_0 \, e^{-Rt/L} \]
The RL natural response: current decays exponentially from I0 with time constant τ = L/R.

The time constant τ = L/R

The ratio L/R has units of seconds (H / Ω = s) and serves as the time constant, τ = L/R. Just as in the RC case, at t = τ the current has decayed to e⁻¹ ≈ 36.8% of its initial value. The 5τ rule applies identically: after five time constants, the transient is practically over (less than 1% remaining).

\[ \tau = \frac{L}{R}, \qquad i(\tau) = I_0 \, e^{-1} \approx 0.368 \, I_0 \]
The RL time constant and the current at one time constant — structurally identical to the RC result.

Duality with the RC circuit

If you studied the Duality lesson in Module 5, this should feel familiar. The RC and RL natural responses are duals of each other — the same mathematical structure with quantities swapped:

RC: variable is voltage v, time constant τ = RC, ODE is dv/dt + v/(RC) = 0.
RL: variable is current i, time constant τ = L/R, ODE is di/dt + (R/L)i = 0.

The duality mapping is: C ↔ L, R ↔ 1/R (conductance), v ↔ i. Every result we derived for the RC circuit — the exponential form, the 1/e point, the 5τ rule, the energy balance — carries over directly with these substitutions. This is not coincidence; it reflects a deep structural symmetry in circuit theory.

Inductive kick: why interrupting an inductor is dangerous

Here is where the RL circuit departs from its gentle RC dual. The inductor's voltage is v = L·di/dt. If you try to instantly open a switch in an inductive circuit, you are demanding di/dt → ∞ in zero time. The inductor responds by generating an arbitrarily large voltage to keep the current flowing — even if that means ionizing air across the opening switch contacts (arcing) or destroying a transistor.

This is the inductive kick, and it is why relay coils, motor windings, and switching converters all use flyback diodes (also called freewheeling diodes). A diode is placed anti-parallel to the inductor: reverse-biased during normal operation, but when the switch opens and the inductor's voltage polarity reverses, the diode becomes forward-biased and provides a safe circulating path for the current. The energy then dissipates gradually through the diode and coil resistance instead of appearing as a destructive voltage spike.

Energy dissipation

The inductor starts with magnetic energy W = ½LI0². Just as the capacitor's energy was entirely dissipated in its resistor, all of the inductor's stored energy is converted to heat in R during the decay:

\[ W_R = \int_0^{\infty} i^2(t)\, R \, dt = \int_0^{\infty} I_0^2 \, e^{-2Rt/L} \, R \, dt = \frac{1}{2} L I_0^2 \]
Total energy dissipated in the resistor equals the initial energy stored in the inductor — the same energy-balance result as the RC case, via duality.
📝 Worked example: A 2 H inductor is carrying an initial current of 5 A and then discharges through a 10 Ω resistor (source-free). Find (a) the time constant τ, (b) the expression for i(t), and (c) the time at which the current has decayed to 1 A.
  1. Compute τ = L/R = 2 H / 10 Ω = 0.2 s.
  2. Write i(t) = I0 · e^(-t/τ) = 5 · e^(-t/0.2) = 5 · e^(-5t) A.
  3. Set i(t) = 1 A and solve for t: 1 = 5 · e^(-t/0.2), so e^(-t/0.2) = 0.2.
  4. Take the natural log: -t/0.2 = ln(0.2) = -1.609, giving t = 0.2 × 1.609 ≈ 0.322 s.
  5. As a check, the initial energy stored is ½LI0² = ½(2)(5²) = 25 J, all dissipated in the resistor.
✓ (a) τ = 0.2 s, (b) i(t) = 5·e^(-5t) A, (c) t ≈ 0.322 s.
✏️ Practice: A 5 H inductor carrying an initial current of 4 A discharges through a 10 Ω resistor. Find the inductor current at t = 0.5 s.
A
Solution
  1. Compute τ = L/R = 5 H / 10 Ω = 0.5 s.
  2. Evaluate i(t) = 4 · e^(-t/0.5) at t = 0.5: i(0.5) = 4 · e^(-0.5/0.5) = 4 · e^(-1).
  3. e^(-1) ≈ 0.3679, so i(0.5) ≈ 4 × 0.3679 ≈ 1.47 A.

Check your understanding

1. A flyback diode placed across an inductor in a switching circuit serves to:
When the switch opens, the inductor's current cannot change instantaneously. Without a flyback diode, the inductor generates a very large voltage (v = L di/dt) that can arc across contacts or destroy transistors. The diode provides a circulating path so the current decays safely.
✅ Key takeaways
  • A source-free RL circuit contains no independent sources — only an inductor (initially carrying current I0) and a resistor in a closed loop.
  • Applying KVL yields the first-order ODE di/dt + (R/L)i = 0, whose solution is i(t) = I0·e^(-Rt/L).
  • The time constant τ = L/R (in seconds) governs the decay rate; at t = τ the current has fallen to ≈36.8% of I0.
  • The RL natural response is the exact dual of the RC natural response: C ↔ L, v ↔ i, R ↔ 1/R.
  • Interrupting an inductor's current path causes a dangerous voltage spike (inductive kick); flyback diodes provide a safe discharge path.
  • All initial energy ½LI0² stored in the inductor is dissipated as heat in the resistor.
➡️ Natural response is only half the story — next we'll add independent sources back into the picture and analyze the step response of first-order circuits.
Want to test yourself on this? Try the Electrical Aptitude test →