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 in series with resistor , connected to a battery of emf :
The charge on the capacitor grows exponentially:
where is the final (maximum) charge and is the time constant.
The current decreases exponentially:
At : current is maximum (), charge is zero. At : current is zero, charge is maximum ().
A fully charged capacitor () discharged through a resistor:
Both charge and current decay exponentially. After one time constant (), the charge drops to — about 37% of the initial value.
- At : charging reaches 63% of max (); discharging drops to 37% ()
- At : charging reaches 86.5%
- At : charging reaches 95%
- At : practically fully charged (99.3%)
JEE loves asking: “After how many time constants does the capacitor reach 99% of its maximum charge?” Answer: . For 99.3%, it is exactly .
Units check: has units of (seconds).
During charging, the battery supplies energy . Of this:
- Half () is stored in the capacitor
- Half () is dissipated as heat in the resistor
This 50-50 split holds regardless of the value of .
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:
Since , this becomes a first-order linear ODE:
The solution is the exponential growth/decay we see. The time constant naturally appears as the characteristic timescale of the circuit — larger or means slower charging/discharging.
Alternative Method
For finding the time to reach a specific charge, rearrange the charging equation:
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 halves the final charge stored. Wrong — the final charge does not depend on 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.