RC circuit — charging/discharging time constant and behavior

hard JEE-MAIN JEE-ADVANCED 4 min read

Question

How does a capacitor charge and discharge through a resistor in an RC circuit? What is the time constant and how do we use it to solve problems?

Solution — Step by Step

A capacitor CC in series with resistor RR, connected to a battery of emf ε\varepsilon:

The charge on the capacitor grows exponentially:

q(t)=Cε(1et/RC)=Q0(1et/τ)q(t) = C\varepsilon\left(1 - e^{-t/RC}\right) = Q_0\left(1 - e^{-t/\tau}\right)

where Q0=CεQ_0 = C\varepsilon is the final (maximum) charge and τ=RC\tau = RC is the time constant.

The current decreases exponentially:

i(t)=εRet/RC=I0et/τi(t) = \frac{\varepsilon}{R} e^{-t/RC} = I_0 \, e^{-t/\tau}

At t=0t = 0: current is maximum (ε/R\varepsilon/R), charge is zero. At t=t = \infty: current is zero, charge is maximum (CεC\varepsilon).

A fully charged capacitor (Q0Q_0) discharged through a resistor:

q(t)=Q0et/RCq(t) = Q_0 \, e^{-t/RC} i(t)=Q0RCet/RCi(t) = \frac{Q_0}{RC} e^{-t/RC}

Both charge and current decay exponentially. After one time constant (t=τt = \tau), the charge drops to Q0/e0.37Q0Q_0/e \approx 0.37 Q_0 — about 37% of the initial value.

τ=RC\tau = RC
  • At t=τt = \tau: charging reaches 63% of max (11/e1 - 1/e); discharging drops to 37% (1/e1/e)
  • At t=2τt = 2\tau: charging reaches 86.5%
  • At t=3τt = 3\tau: charging reaches 95%
  • At t=5τt = 5\tau: practically fully charged (99.3%)

JEE loves asking: “After how many time constants does the capacitor reach 99% of its maximum charge?” Answer: t=τln(0.01)=τln(100)4.6τt = -\tau \ln(0.01) = \tau \ln(100) \approx 4.6\tau. For 99.3%, it is exactly 5τ5\tau.

Units check: τ=RC\tau = RC has units of Ω×F=VA×CV=CA=s\Omega \times F = \frac{V}{A} \times \frac{C}{V} = \frac{C}{A} = s (seconds).

During charging, the battery supplies energy Q0ε=Cε2Q_0 \varepsilon = C\varepsilon^2. Of this:

  • Half (12Cε2\frac{1}{2}C\varepsilon^2) is stored in the capacitor
  • Half (12Cε2\frac{1}{2}C\varepsilon^2) is dissipated as heat in the resistor

This 50-50 split holds regardless of the value of RR.

flowchart TD
    A["RC Circuit Problem"] --> B{"Charging or discharging?"}
    B -->|"Charging"| C["q = Q0 times 1 minus exp of minus t/RC"]
    B -->|"Discharging"| D["q = Q0 times exp of minus t/RC"]
    C --> E["Current: i = emf/R times exp of minus t/RC"]
    D --> F["Current: i = Q0/RC times exp of minus t/RC"]
    A --> G["Time constant tau = RC"]
    G --> H["At t = tau: 63% charged or 37% remaining"]
    G --> I["At t = 5tau: practically complete"]

Why This Works

The exponential behaviour comes from solving the differential equation obtained by applying Kirchhoff’s voltage law:

ε=iR+qC\varepsilon = iR + \frac{q}{C}

Since i=dq/dti = dq/dt, this becomes a first-order linear ODE:

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

The solution is the exponential growth/decay we see. The time constant τ=RC\tau = RC naturally appears as the characteristic timescale of the circuit — larger RR or CC means slower charging/discharging.

Alternative Method

For finding the time to reach a specific charge, rearrange the charging equation:

t=RCln(1qQ0)t = -RC \ln\left(1 - \frac{q}{Q_0}\right)

This is faster than trial-and-error with the original formula when the question gives a specific charge or voltage to reach.

Common Mistake

Students often assume that doubling RR halves the final charge stored. Wrong — the final charge Q0=CεQ_0 = C\varepsilon does not depend on RR at all. Resistance only affects how fast the capacitor charges, not how much charge it finally stores. The time constant doubles (slower charging), but the same final charge is reached. JEE Advanced 2020 Paper 2 had an RC problem where this misconception was the primary distractor.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next