RC Circuits and Problem Solving

RC Circuits and Problem Solving

8 min read Updated Mar 26, 2026

An RC circuit contains a resistor (R) and a capacitor (C). When you flip a switch, the capacitor doesn’t charge or discharge instantly — it does so gradually, following an exponential curve. The resistor sets the pace; the capacitor sets the size of the storage.

The MCAT doesn’t ask you to derive the exponential equations, but you must know the qualitative behavior and the time constant τ=RC\tau = RC. RC circuits show up everywhere: camera flashes, defibrillators, audio filters, the timing circuits in just about every electronic device.

This section also wraps up the chapter with a general circuit-problem-solving strategy that you can apply to anything from simple series/parallel questions to multi-loop monsters.

Charging an RC Circuit

When a battery is connected to a resistor and an uncharged capacitor in series, charge flows onto the capacitor plates. At first the capacitor is empty, so nothing opposes the current — initial current is high. As charge builds up on the plates, the voltage across the capacitor grows, opposing further current flow. Current gradually decreases until the capacitor is fully charged and current stops entirely.

RC circuit charging curve showing voltage across the capacitor rising exponentially toward the battery voltage, with the time constant τ = RC marked on the time axis
Charging curve. Voltage across the capacitor rises exponentially, reaching 63% of maximum after one time constant (τ=RC\tau = RC) and ~99% after five time constants. Current simultaneously decays from its maximum toward zero. Credit: Wikimedia Commons, CC BY-SA

During charging:

  • Charge Q(t)Q(t) starts at 0 and grows exponentially toward Qmax=CVbatteryQ_{max} = CV_{battery}.
  • Current I(t)I(t) starts at Imax=Vbattery/RI_{max} = V_{battery}/R and decays exponentially toward 0.
  • Capacitor voltage VC(t)V_C(t) starts at 0 and grows toward VbatteryV_{battery}.

Discharging an RC Circuit

When a fully charged capacitor is disconnected from the battery and connected through a resistor, the stored charge flows back out through the resistor. Current starts high (large VV across the capacitor) and decays toward zero as the capacitor drains.

During discharging, all three quantities (QQ, II, VCV_C) start at their initial values and decay exponentially toward zero — same time constant.

The Time Constant

The time constant is just a number with units of seconds — and the percentages of completion at each multiple of τ\tau are the same for every RC circuit:

Time elapsedCharging (% of max)Discharging (% remaining)
1 τ63%37%
2 τ86%14%
3 τ95%5%
5 τ~99%~1%

Why 63% and 37%?

These come from the exponential function. After one time constant, e10.37e^{-1} \approx 0.37 (37%). For charging, the capacitor reaches 10.37=0.631 - 0.37 = 0.63 (63%) of its maximum. You don’t need to work with ee on the MCAT — just memorize the 6337\frac{63}{37} split at 1 τ, and the “essentially done at 5 τ” rule.

How R and C Affect the Time Constant

  • Larger RR → larger τ → slower charging/discharging (current is more restricted).
  • Larger CC → larger τ → slower charging/discharging (more charge to move on/off the plates).
  • Smaller RR or CC → smaller τ → faster response.

Practical consequence: if you want a fast camera flash (rapid discharge), you use a small resistor and a moderate capacitor. If you want a slow circuit (a windshield-wiper delay), you use a big resistor.

Circuit Problem-Solving Strategy

Here’s a general game plan for any MCAT circuit problem:

  1. Simplify. Identify resistors and capacitors that are in series or parallel. Combine them into equivalent values. Redraw the simplified circuit.
  2. Apply the big rules. Ohm’s law (V=IRV = IR), Kirchhoff’s junction rule (current in = current out), Kirchhoff’s loop rule (voltage gains = voltage drops around any loop).
  3. Identify what’s constant. In series: current is the same. In parallel: voltage is the same. For capacitors with battery connected: VV is constant. For isolated capacitors: QQ is constant.
  4. Use the right power formula. P=IVP = IV, P=I2RP = I^2R, or P=V2/RP = V^2/R — pick the one that matches the variables you already know.
  5. Check your answer. Does total resistance look reasonable (parallel < smallest)? Do voltage drops sum to the EMF (KVL)? Do currents balance at junctions (KCL)?
A 2 kΩ resistor is in series with a 50 μF capacitor. What is the time constant? After how many seconds is the capacitor approximately 63% charged?
Click to reveal answer
τ=0.1\tau = 0.1 s. τ=RC=(2000)(50×106)=0.1\tau = RC = (2000)(50 \times 10^{-6}) = 0.1 s. So 63% charged at 0.1 s, essentially fully charged at 0.5 s (5τ5\tau).
A fully charged capacitor begins discharging through a resistor. The time constant is 4 seconds. Approximately how much charge remains after 4 seconds? After 20 seconds?
Click to reveal answer
After 4 s (1τ): 37% remaining. After 20 s (5τ): ~1% — effectively fully discharged.
In an RC charging circuit, what is the *initial* current at t=0t = 0 (the instant the switch is closed)?
Click to reveal answer
I0=Vbattery/RI_0 = V_{battery}/R. At t=0t = 0, the capacitor is uncharged (VC=0V_C = 0), so it acts like a *wire* (zero voltage drop across it). The full battery voltage is across the resistor → I=V/RI = V/R. As charge builds, VCV_C grows and current decays.