LR circuit — growth and decay of current, time constant

hard JEE-MAIN JEE-ADVANCED 4 min read

Question

How does current grow and decay in an LR circuit? What is the LR time constant and how does it compare with the RC circuit?

Solution — Step by Step

An inductor LL in series with resistor RR, connected to a battery of emf ε\varepsilon:

The inductor opposes sudden changes in current (Lenz’s law). Current grows gradually:

i(t)=εR(1eRt/L)=I0(1et/τ)i(t) = \frac{\varepsilon}{R}\left(1 - e^{-Rt/L}\right) = I_0\left(1 - e^{-t/\tau}\right)

where I0=ε/RI_0 = \varepsilon/R is the final (steady-state) current and τ=L/R\tau = L/R is the time constant.

At t=0t = 0: current is zero (inductor blocks sudden change). At t=t = \infty: current reaches ε/R\varepsilon/R (inductor acts as a plain wire).

When the battery is removed and the circuit is closed through just RR and LL:

i(t)=I0eRt/L=I0et/τi(t) = I_0 \, e^{-Rt/L} = I_0 \, e^{-t/\tau}

The current decays exponentially. After one time constant, it drops to I0/e37%I_0/e \approx 37\% of its initial value.

The inductor now acts as a source of emf, trying to maintain the current that was flowing.

τ=LR\tau = \frac{L}{R}

Compare with RC circuit where τ=RC\tau = RC.

PropertyRC CircuitLR Circuit
Time constantτ=RC\tau = RCτ=L/R\tau = L/R
Quantity that grows/decaysCharge qqCurrent ii
Initial state (growth)q=0q = 0, i=ε/Ri = \varepsilon/Ri=0i = 0, VL=εV_L = \varepsilon
Final state (growth)q=Cεq = C\varepsilon, i=0i = 0i=ε/Ri = \varepsilon/R, VL=0V_L = 0
Larger R meansSlower processFaster process

Notice the opposite effect of RR: in RC circuits, larger RR means slower charging (τ=RC\tau = RC increases). In LR circuits, larger RR means faster current growth (τ=L/R\tau = L/R decreases). This is a favourite comparison question in JEE.

At steady state, the energy stored in the inductor’s magnetic field:

U=12LI02=Lε22R2U = \frac{1}{2}LI_0^2 = \frac{L\varepsilon^2}{2R^2}

During current decay, this energy is entirely dissipated as heat in the resistor.

flowchart TD
    A["LR Circuit Problem"] --> B{"Growth or decay?"}
    B -->|"Growth: battery connected"| C["i = emf/R times 1 minus exp of minus Rt/L"]
    B -->|"Decay: battery removed"| D["i = I0 times exp of minus Rt/L"]
    A --> E["Time constant tau = L/R"]
    E --> F["At t = tau: 63% of final current reached"]
    E --> G["At t = 5tau: practically at steady state"]
    A --> H["Energy stored: U = half L I squared"]

Why This Works

Applying KVL to the LR growth circuit:

ε=iR+Ldidt\varepsilon = iR + L\frac{di}{dt}

This is analogous to the RC equation but with current instead of charge. The inductor’s back-emf (Ldi/dtL \, di/dt) opposes the change in current, just as the capacitor’s voltage opposes further charge accumulation. The solution is the same exponential form with τ=L/R\tau = L/R.

Alternative Method

For quick analysis without solving the ODE, use the initial and final conditions approach. At t=0+t = 0^+, the inductor acts as an open circuit (blocks current). At t=t = \infty, the inductor acts as a short circuit (zero resistance for DC). Knowing these two limits plus the exponential nature gives you the complete solution.

Common Mistake

When the battery is suddenly disconnected from an LR circuit, students assume the current drops to zero instantly. It does not — the inductor generates an emf to maintain current flow. If there is no alternate path for current (open circuit), the inductor generates a very large voltage spike (theoretically infinite). In practice, this causes sparking at switches. In problems, always check that a closed loop exists for current decay. JEE Advanced tests this concept in circuit-switching problems.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next