The Exponential Curve of Electronics
The RC circuit — a resistor and capacitor in series — produces the most important waveform in electronics: the exponential charging curve. This deceptively simple circuit appears in virtually every electronic device, from the timing circuits in microcontrollers to the filters in audio equipment to the coupling capacitors in amplifiers. Understanding the RC time constant is essential for designing circuits that respond at the right speed.
Charging: The Self-Limiting Process
When a voltage source is connected to an uncharged RC circuit, current flows through the resistor into the capacitor. Initially, the full voltage appears across the resistor, driving maximum current. As charge accumulates on the capacitor plates, the voltage across the capacitor rises, reducing the voltage across the resistor and slowing the current. This negative feedback produces the exponential curve: fast at first, then gradually tapering toward the supply voltage.
The Time Constant τ = RC
The time constant τ = R × C elegantly captures the circuit's speed in a single number. After one time constant, the capacitor reaches 63.2% of its final voltage. After two, 86.5%. After five, 99.3% — effectively fully charged. Doubling the resistance or capacitance doubles the time constant. This simple multiplication makes RC circuits easy to design: need a 1-second delay? Use R = 10kΩ and C = 100μF.
Discharging and Energy
Disconnecting the voltage source and shorting the circuit through the resistor reverses the process. The capacitor voltage decays exponentially: V(t) = V₀ × e^(−t/RC). The stored energy E = ½CV² is dissipated as heat in the resistor. This discharge curve is equally important in practice — it determines how quickly a power supply decays after shutdown, how long a sample-and-hold circuit maintains its value, and how fast a signal filter rolls off.