An RC circuit consists of a resistor and capacitor in series. When charging, the voltage across the capacitor rises exponentially: V_C(t) = ε(1 − e^(−t/RC)). When discharging, it decays as V_C(t) = V₀ e^(−t/RC). The time constant τ = RC governs the rate — after one time constant, the capacitor reaches 63% of its final charge. After ~5τ, transient behavior is essentially complete.
Derive the exponential solutions from Kirchhoff's loop equation using separation of variables. Build intuition by considering limits: t → 0 (capacitor acts as wire) and t → ∞ (capacitor acts as open circuit) to check results.
An RC circuit is the simplest example of a system with memory: unlike a pure resistor, its behavior depends not just on the present voltage but on the charge that has accumulated over time. Start with the charging problem. You connect a battery of voltage ε in series with a resistor R and a capacitor C. Kirchhoff's voltage rule (your prerequisite) gives you ε = V_R + V_C = IR + Q/C. Since I = dQ/dt, you have the first-order separable ODE: dQ/dt = (εC − Q)/(RC). The right-hand side is the "gap" between how much charge is on the capacitor and how much it will eventually hold — multiplied by the rate factor 1/RC. Separating variables and integrating gives Q(t) = Cε(1 − e^(−t/RC)), and differentiating yields the current I(t) = (ε/R)e^(−t/RC). The exponential functions you know from prerequisite work are not just convenient — they are the inevitable solution to any first-order linear ODE with a constant driving term.
The quantity τ = RC is the time constant: the single number that characterizes how quickly the circuit responds. After one time constant, the capacitor has reached 1 − e⁻¹ ≈ 63% of its final charge. After 2τ it reaches 86%; after 5τ it is within 1% of fully charged — effectively complete. Think of it like filling a bathtub: a narrow drain pipe (large R) fills slowly, and a larger tub (large C) also takes longer to fill even with the same pipe. The product RC captures both factors. The units work out: Ω × F = (V/A) × (C/V) = C/(C/s) = s — confirming τ is indeed a time.
Discharging follows exactly the same logic. Remove the battery and let the capacitor drive current through R: now V_C = V_R, so Q/C = IR = −(dQ/dt)R (the negative sign because charge is decreasing). The solution is Q(t) = Q₀e^(−t/RC) — a pure exponential decay. The two limit cases are your sanity checks: at t = 0, the capacitor acts like a battery at full voltage V₀ and drives maximum current; at t → ∞, the capacitor is empty and the current has dropped to zero. Capacitors behave like short circuits (wires) at the first instant and open circuits (breaks in the wire) at steady state — a rule of thumb that carries you far.
The RC circuit is your gateway to understanding all transient circuit behavior. The mathematical structure — an exponential approach to a new equilibrium with time constant set by component values — reappears in RL circuits (where inductance replaces capacitance), RLC oscillators, and thermal systems. Whenever you see "exponential relaxation," you are looking at a first-order system, and the time constant is the key parameter. When you extend to AC circuits, the RC circuit will reappear as a frequency-dependent voltage divider — a low-pass filter — because the capacitor's impedance 1/(jωC) shrinks at high frequencies, shorting them to ground while passing low-frequency signals through.