Loading
How resistors and capacitors work together to store energy with an elegant exponential time dependence.
The story of the RC circuit begins with the discovery and mastery of two fundamental electrical phenomena: resistance and capacitance. While individual resistors and capacitors had been studied for over a century, the behaviour that emerges when they are connected together—particularly the smooth, exponential rise of voltage during charging—became one of the cornerstones of circuit theory and signal processing in the twentieth century.
Understanding how a capacitor charges through a resistor is essential because it is the simplest system that exhibits a time-dependent, exponential response. This single concept unlocks the analysis of filters, timing circuits, transient responses, and even the RC delays that limit clock speeds in modern microprocessors.
Before diving into equations, it is essential to build a clear mental model of the four foundational ideas that govern RC charging. Each principle below connects a physical component or law to the behaviour you will observe when a switch is closed in an RC circuit.
The diagram below shows a basic series RC charging circuit: a DC voltage source Vs, a resistor R, a capacitor C, and a switch S. When the switch is closed at time t = 0, current begins to flow, charging the capacitor. Study the labeled components and trace the current path from the positive terminal of the source, through the resistor, into the capacitor, and back to the source.
At the instant the switch closes, the capacitor is uncharged (VC = 0), so the full source voltage appears across the resistor. This drives the maximum initial current i₀ = Vs / R. As charge accumulates on the capacitor plates, VC rises and VR falls (since VR = Vs − VC). The decreasing voltage across the resistor means less current flows, which in turn slows the rate of charging. This self-limiting feedback produces the characteristic exponential approach to the final voltage.
Applying Kirchhoff's Voltage Law around the single loop and substituting Ohm's Law (VR = iR) together with the capacitor relation (VC = Q/C, where i = dQ/dt) yields a first-order linear ordinary differential equation. Solving this equation produces the three fundamental expressions for RC charging: the capacitor voltage, the current, and the charge as functions of time.
This equation tells us that the voltage across the capacitor starts at zero and asymptotically approaches Vs. The exponential term e−t/τ decays from 1 toward 0 as time progresses, so the factor (1 − e−t/τ) grows from 0 toward 1.
Notice that the current and voltage behave as mirror images: the current is largest when VC is smallest (at t = 0) and approaches zero as VC approaches Vs. This makes physical sense—when the capacitor is fully charged, there is no potential difference to drive current through the resistor.
Since Q = CVC, the charge follows exactly the same exponential shape as the voltage curve. The time constant τ = RC governs the rate of all three quantities. Doubling R or doubling C will double the time the circuit takes to charge.
The exponential charging curve is the signature behaviour of an RC circuit. The diagram below plots both VC(t) and i(t) on a common time axis measured in multiples of τ. Notice how VC rises steeply at first then levels off, while the current starts high and decays toward zero—these two curves are complementary aspects of the same physical process.
The table below provides precise values at each integer multiple of the time constant. These values are universally used in engineering and physics to quickly estimate circuit behaviour without a calculator.
| Time (t) | V_C / V_s | i / i₀ | Practical Meaning |
|---|---|---|---|
| 0 | 0% | 100% | Switch just closed; maximum current, no charge on capacitor |
| 1τ | 63.2% | 36.8% | Most of the charging happens in this first time constant |
| 2τ | 86.5% | 13.5% | Charging noticeably slows; current is only ~14% of initial |
| 3τ | 95.0% | 5.0% | Capacitor nearly charged; current is a trickle |
| 4τ | 98.2% | 1.8% | For most practical purposes, charging is complete |
| 5τ | 99.3% | 0.7% | Conventionally "fully charged" in engineering |
A 10 kΩ resistor is connected in series with a 47 μF capacitor and a 12 V DC source. The capacitor is initially uncharged. Find the time constant, and calculate VC, i, and Q at t = 0.5 s after the switch is closed.
The RC charging model is powerful and widely applicable, but it rests on several idealizing assumptions. Understanding where these assumptions hold—and where they break down—is essential for applying the model correctly in real-world scenarios.
| Aspect | Ideal RC Model | Real-World Behaviour |
|---|---|---|
| Resistor | Constant R, purely resistive | R varies with temperature; wire resistance adds parasitic R |
| Capacitor | Ideal: no leakage, no ESR | Real capacitors have equivalent series resistance (ESR) and leakage current |
| Voltage source | Perfect: zero internal resistance | Batteries and supplies have internal resistance, effectively increasing R |
| Wires | Zero resistance, zero inductance | At high frequencies, wire inductance creates oscillatory (RLC) behaviour |
| Charging time | Mathematically infinite (asymptotic) | Practically complete after 5τ; leakage may prevent reaching Vs exactly |
| Temperature | No temperature dependence | Both R and C can change with temperature, shifting τ |
The RC charging circuit is the gateway to a family of increasingly sophisticated concepts in circuit analysis and signal processing. Every one of the topics below builds directly on the exponential time-domain behaviour you have studied in this lesson.
| RC Charging (This Lesson) | Advanced Extension |
|---|---|
| Single time constant τ = RC | RLC Circuits — adding an inductor creates second-order dynamics with oscillation and damping (overdamped, critically damped, underdamped) |
| Time-domain exponential VC(t) | Laplace Transform / s-Domain — algebraic approach replaces differential equations; transfer function H(s) = 1/(1 + sRC) |
| DC source charging | AC Response & Frequency Filters — applying a sinusoidal source reveals the RC circuit acts as a low-pass or high-pass filter depending on where you measure the output |
| Ideal components | SPICE Simulation — real component models (ESR, leakage, temperature coefficients) let engineers simulate non-ideal transient behaviour |
| Single RC stage | Multi-Stage RC Networks — cascaded RC sections produce steeper roll-off and more complex time responses; basis of delay lines and distributed RC models in IC design |
In particular, the concept of the cutoff frequency fc = 1/(2πRC) directly follows from the charging time constant. This frequency marks the boundary between signals that a simple RC filter will pass and those it will attenuate—a principle used in audio equalizers, anti-aliasing filters, power supply decoupling, and digital communication circuits.
An RC charging circuit consists of a resistor and capacitor connected in series to a DC voltage source. When the switch closes, current flows from the source through the resistor and onto the capacitor plates. The time constant τ = RC (measured in seconds) governs the speed of charging: after one time constant the capacitor voltage reaches 63.2% of the source voltage, and after five time constants it is considered fully charged at 99.3%. The capacitor voltage follows VC(t) = Vs(1 − e−t/τ), rising exponentially toward Vs, while the current i(t) = (Vs/R)e−t/τ starts at its maximum and decays exponentially toward zero.
This elegant exponential behaviour arises from Kirchhoff's Voltage Law combined with the capacitor's fundamental relation Q = CV: as charge builds up, the growing capacitor voltage opposes further current flow, creating a self-limiting feedback loop. The RC time constant appears everywhere in electronics—from filter cutoff frequencies (fc = 1/2πRC) to timing circuits and signal coupling networks. Mastering this concept provides the foundation for understanding transient analysis, frequency response, and the transfer functions that underpin all of analog and digital circuit design.
Keep learning with more lessons from the same subject.