RC and LR Circuits — Transient Behaviour

RC and LR Circuits — Transient Behaviour, growth and decay equations, time constants, JEE/NEET solved examples

7 min read

RC and LR Circuits — Transient Behaviour

When you flip a switch in a circuit with a capacitor or an inductor, the current does not jump instantly to its steady-state value. It eases in (or out) over a characteristic timescale. That transient phase is what this chapter is about.

The equations are short, but JEE Main and Advanced love asking conceptual questions: what does the curve look like? What’s the energy budget? When does the inductor act like a wire versus an open switch? Get those right and you’ll bank 4–8 marks per attempt.


The Two Setups Side by Side

In an RC circuit (resistor + capacitor + battery), the capacitor charges from 0 to ε\varepsilon over time. Initially the capacitor acts like a wire (uncharged plates, no voltage drop). Finally it acts like an open switch (fully charged, no current flows).

In an LR circuit (resistor + inductor + battery), the current grows from 0 to ε/R\varepsilon/R. Initially the inductor acts like an open switch (resists current change). Finally it acts like a wire (steady current, no dI/dtdI/dt, no back EMF).

The behaviours are mirror images.


Key Terms & Definitions

Transient state — The time-dependent regime between switch-throw and steady-state.

Steady state — Long after switching (tτt \gg \tau); all currents and voltages are constant.

Time constant (τ\tau) — The characteristic timescale of the transient. For RC: τ=RC\tau = RC. For LR: τ=L/R\tau = L/R. Units: seconds.

Half-life of decay — Time for current/charge to fall to half: t1/2=τln20.693τt_{1/2} = \tau \ln 2 \approx 0.693\tau.


Core Formulas

RC charging: q(t)=q0(1et/τ)q(t) = q_0 (1 - e^{-t/\tau}), i(t)=εRet/τi(t) = \dfrac{\varepsilon}{R} e^{-t/\tau}, τ=RC\tau = RC, q0=Cεq_0 = C\varepsilon.

RC discharging: q(t)=q0et/τq(t) = q_0 e^{-t/\tau}, i(t)=q0RCet/τi(t) = -\dfrac{q_0}{RC} e^{-t/\tau}.

LR growth: i(t)=i0(1et/τ)i(t) = i_0 (1 - e^{-t/\tau}), τ=L/R\tau = L/R, i0=ε/Ri_0 = \varepsilon/R.

LR decay: i(t)=i0et/τi(t) = i_0 e^{-t/\tau}.

In all four, the exponential factor handles the timescale; the prefactor handles the steady-state value.


Methods & Concepts

Deriving the RC Charging Equation

Apply KVL around the charging loop:

ε=iR+qC=Rdqdt+qC\varepsilon = iR + \frac{q}{C} = R\frac{dq}{dt} + \frac{q}{C}

Separate variables:

dqCεq=dtRC\frac{dq}{C\varepsilon - q} = \frac{dt}{RC}

Integrate from q=0q=0 at t=0t=0:

ln(Cεq)+ln(Cε)=tRC-\ln(C\varepsilon - q) + \ln(C\varepsilon) = \frac{t}{RC} q(t)=Cε(1et/RC)q(t) = C\varepsilon (1 - e^{-t/RC})

Differentiate to get current: i(t)=(ε/R)et/RCi(t) = (\varepsilon/R) e^{-t/RC}.

Deriving the LR Growth Equation

KVL: ε=iR+Ldi/dt\varepsilon = iR + L\, di/dt. Same form as RC. Solution:

i(t)=εR(1eRt/L)i(t) = \frac{\varepsilon}{R}(1 - e^{-Rt/L})

The mathematics is identical to RC charging with the substitution C1/LC \leftrightarrow 1/L (loosely).

Energy Bookkeeping

In RC charging:

  • Total energy supplied by battery: Wbatt=εq0=εCε=Cε2W_{\text{batt}} = \varepsilon q_0 = \varepsilon \cdot C\varepsilon = C\varepsilon^2.
  • Energy stored in capacitor at end: UC=12Cε2U_C = \tfrac{1}{2}C\varepsilon^2.
  • Energy dissipated in RR: WR=12Cε2W_R = \tfrac{1}{2}C\varepsilon^2.

Exactly half the supplied energy is lost as heat — independent of RR. This is a famous result and a frequent JEE Main question.

In LR growth:

  • Energy from battery: large (depends on time).
  • Energy stored in LL at steady state: 12Li02\tfrac{1}{2}L i_0^2.
  • Rest dissipated in RR.

Solved Examples

Easy (CBSE) — Charge at half time-constant

Q. A 4 μF capacitor charges through a 5 kΩ resistor connected to a 12 V battery. Find the charge after one time constant.

Solution. τ=RC=5000×4×106=0.02\tau = RC = 5000 \times 4 \times 10^{-6} = 0.02 s. At t=τt = \tau, q=q0(1e1)=q0×0.632q = q_0(1 - e^{-1}) = q_0 \times 0.632. q0=Cε=48 μq_0 = C\varepsilon = 48~\muC. So q=30.3 μq = 30.3~\muC.

Medium (JEE Main) — LR circuit with switch

Q. A 0.5 H inductor and 10 Ω resistor are connected to a 20 V battery via a switch. After the switch is closed, find the time at which current reaches 1.5 A.

Solution. Steady-state i0=20/10=2i_0 = 20/10 = 2 A. Time constant τ=0.05\tau = 0.05 s.

1.5=2(1et/0.05)et/0.05=0.25t=0.05ln40.0693 s1.5 = 2(1 - e^{-t/0.05}) \Rightarrow e^{-t/0.05} = 0.25 \Rightarrow t = 0.05 \ln 4 \approx 0.0693 \text{ s}

Hard (JEE Advanced) — Energy half-rule

Q. A capacitor CC is charged through resistor RR to a final voltage VV from an EMF source VV. Show that exactly half the energy supplied is dissipated as heat — independent of RR.

Solution. Charge delivered =CV= CV. Energy supplied by battery =VCV=CV2= V \cdot CV = CV^2. Energy stored at end =12CV2= \tfrac{1}{2}CV^2. Heat dissipated = supplied − stored = 12CV2\tfrac{1}{2}CV^2. Ratio is 12\tfrac{1}{2}, regardless of RR. (RR only sets how long the dissipation takes.)


Exam-Specific Tips

CBSE 3-mark: “Derive the equation for charging of a capacitor through a resistor.” Memorise the integration steps.

JEE Main: Curve shape questions — sketch i(t)i(t) for charging vs discharging. Charging current decays from peak; charge grows from 0.

JEE Advanced: Multi-loop networks with one capacitor or inductor. Reduce the rest of the circuit to a Thevenin equivalent first, then apply τ=RthC\tau = R_{\text{th}}C or L/RthL/R_{\text{th}}.

NEET: Time constant identification and steady-state current questions.


Common Mistakes to Avoid

1. Wrong τ\tau for LR. τ=L/R\tau = L/R, not LRLR. Units check: H/Ω = (V·s/A)/(V/A) = s. ✓

2. Treating capacitor as wire at t=t = \infty. At steady state, capacitor blocks DC — so it’s an open switch.

3. Treating inductor as open at t=t = \infty. At steady state, inductor passes DC freely — so it’s a wire.

4. Forgetting the i0i_0 factor. Current never exceeds ε/R\varepsilon/R; the exponential just controls how fast you approach it.

5. Sign error in discharge. During discharge, current flows opposite to charging direction. Some books write the formula with positive ii, others with negative — pick a convention and stick with it.


Practice Questions

Q1. τ\tau of an RC circuit with R=100R = 100 kΩ, C=10 μC = 10~\muF.

τ=105×105=1\tau = 10^5 \times 10^{-5} = 1 s.

Q2. When does charge reach half its final value in RC charging?

0.5=1et/τt=τln20.693τ0.5 = 1 - e^{-t/\tau} \Rightarrow t = \tau \ln 2 \approx 0.693\tau.

Q3. What’s the current immediately after closing the switch in an LR circuit?

Zero. Inductor opposes any sudden change.

Q4. What’s the current immediately after closing the switch in an RC circuit?

ε/R\varepsilon/R — the capacitor acts like a short circuit at t=0t=0.

Q5. Energy stored in a 2 H inductor carrying 3 A.

U=12(2)(9)=9U = \tfrac{1}{2}(2)(9) = 9 J.

Q6. During RC discharge through a resistor, where does the energy go?

It is dissipated as heat in the resistor. Total heat = total energy initially stored = 12CV2\tfrac{1}{2}CV^2.

Q7. Why is exactly half the battery’s energy lost in charging a capacitor through any resistor?

The 1/2 comes from integrating i2Ri^2 R over the exponential charging current. Algebraically, 0(ε/R)2Re2t/RCdt=12Cε2\int_0^\infty (\varepsilon/R)^2 R e^{-2t/RC} dt = \tfrac{1}{2}C\varepsilon^2 — the RR cancels. The lost fraction is universal.

Q8. What does τ=0\tau = 0 correspond to physically?

Either R=0R = 0 (perfect wire) or C=0C = 0/L=0L = 0 (no reactive element). Transient is instantaneous — the circuit jumps to steady state with no delay.


FAQs

Why don’t transients last forever mathematically?

The exponential decay never exactly reaches zero — it’s asymptotic. After 5τ5\tau, the current is at e50.7%e^{-5} \approx 0.7\% of its initial value, which is below most measurement thresholds. Practically, we say the transient is “over” by then.

Can RC and LR circuits oscillate?

No — both have only one energy-storage element. Oscillations need two (LC or RLC). RC and LR show pure exponential approach without overshoot.

What if R=0R = 0 in an LR circuit?

The current would grow linearly forever — there’s nothing to limit it. In practice, every real inductor has some series resistance.

Does the time constant depend on EMF?

No. τ\tau is purely a property of the components. EMF affects only the amplitude (steady-state value), not the timescale.

Why are RC circuits used in flash bulbs and pacemakers?

The slow charge-discharge cycle of an RC pair gives a controlled energy release. Flash bulbs charge a capacitor over seconds and dump it through the bulb in milliseconds — high peak power, low average power.