PHYSICS 2 • CIRCUITS

RC Circuits: Voltage, Current vs. Time — Analyze voltage/current as functions of time in RC circuits

Understanding exponential charging and discharging behavior that governs timing circuits, filters, and signal processing.

Historical Context & Motivation

The study of how electric charge accumulates on and dissipates from conductors has a lineage stretching back to the earliest experiments with static electricity. Long before anyone wrote a differential equation for a capacitor's voltage, natural philosophers were discharging Leyden jars through resistive wires and noticing that the spark grew weaker over time—a qualitative hint of the exponential decay we quantify today. The formal marriage of resistance and capacitance into a single RC circuit framework emerged only after Ohm, Faraday, and Kirchhoff each contributed critical pieces of circuit theory. Understanding how voltage and current evolve as functions of time in an RC circuit remains one of the most important topics in electrical engineering and physics because it underpins everything from cardiac defibrillators to digital clock circuits.

1745
The Leyden Jar
Pieter van Musschenbroek and Ewald Georg von Kleist independently invent the Leyden jar, the first device capable of storing electric charge—effectively the first capacitor. Discharge experiments through wires of varying thickness provide early evidence that stored charge diminishes over time at a rate influenced by the conductor.
1827
Ohm's Law
Georg Simon Ohm publishes Die galvanische Kette, establishing the linear relationship V = IR between voltage, current, and resistance—an essential ingredient for modeling the resistive element in RC circuits.
1831
Faraday's Capacitance Studies
Michael Faraday systematically investigates dielectric materials and introduces the concept of capacitance as a measurable property of a conductor–dielectric system, defining Q = CV and enabling quantitative analysis of charge storage.
1845
Kirchhoff's Circuit Laws
Gustav Kirchhoff formulates his voltage (KVL) and current (KCL) laws, providing the loop and node equations necessary to derive the first-order ordinary differential equation governing RC circuit behavior.
1890s–1920s
Rise of RC Filter Theory
Oliver Heaviside and later engineers develop the operational calculus and frequency-domain methods that formalize RC circuits as low-pass and high-pass filters, connecting the time-domain exponential solutions to the frequency response of electrical networks used in telegraphy and radio.

With Ohm's law, the definition of capacitance, and Kirchhoff's voltage law in hand, the central question becomes: given a resistor R and a capacitor C in series with a voltage source, how do the capacitor voltage and circuit current change from the instant the switch is closed through to the steady state? Answering this question requires solving a first-order linear ODE whose solution is a decaying exponential characterized by the time constant τ = RC. The sections that follow develop this answer rigorously and illustrate it with diagrams, worked examples, and practice problems.

Core Principles & Definitions

Before diving into the mathematics, it is essential to anchor the discussion in a few foundational ideas. An RC circuit is the simplest circuit that exhibits transient behavior—the circuit variables do not jump instantaneously to their final values when a switch is thrown but instead approach those values gradually. This transient response is fully determined by the product of resistance and capacitance, a quantity with units of seconds that we call the time constant. The following concept cards outline the pillars upon which the entire analysis rests.

1

Capacitance (C)

A capacitor stores energy in the electric field between its plates. The charge stored is Q = CV, where V is the voltage across the capacitor. The capacitor opposes instantaneous changes in voltage because accumulating or removing charge requires a finite current flowing over a finite time.
2

Resistance (R)

The resistor limits the rate at which charge can flow to or from the capacitor. A larger resistance means a smaller current for a given voltage difference, slowing the charging and discharging process. Ohm's law, V = IR, links the voltage drop across R to the instantaneous current.
3

Time Constant (τ = RC)

The product τ = RC has dimensions of time (ohms × farads = seconds). After one time constant, a charging capacitor reaches approximately 63.2 % of its final voltage, while a discharging capacitor retains about 36.8 % of its initial voltage.
4

Kirchhoff's Voltage Law (KVL)

Around any closed loop, the algebraic sum of all voltage rises and drops is zero. For a series RC loop with source EMF ε: ε − V_R − V_C = 0. This single equation, combined with I = C dV_C/dt, yields the governing ODE.
5

Exponential Solutions

The first-order ODE produced by KVL has solutions involving e^(−t/RC). This exponential form governs both charging (rising toward final voltage) and discharging (decaying toward zero), with the time constant τ setting the rate.
KEY TAKEAWAY
Think of an RC circuit like filling a bathtub through a narrow pipe. The capacitor is the tub (it holds charge the way a tub holds water), and the resistor is the pipe (it limits flow rate). When you first turn on the faucet, the tub is empty and water rushes in quickly; as the water level (voltage) rises, the pressure difference driving the flow decreases, so the rate slows. The tub never quite reaches the rim in finite time—it approaches it exponentially. The product of pipe narrowness and tub volume sets the time constant, dictating how long the filling takes.

Visual Explanation — The RC Circuit & Its Response

Series RC Circuit Diagram

A series RC charging circuit consisting of an EMF source ε (yellow), a switch S (green), a resistor R (violet), and a capacitor C (cyan). When the switch closes at t = 0, current I(t) flows clockwise, depositing charge on the capacitor plates. Kirchhoff's voltage law around the loop yields the governing equation ε − I(t)R − VC(t) = 0.

The diagram above captures the essential topology of the charging problem. Before the switch closes, the capacitor is uncharged (VC = 0) and no current flows. At the instant the switch is thrown (t = 0), the entire source voltage ε appears across the resistor because the capacitor cannot instantaneously acquire a voltage. This means the initial current is I₀ = ε / R, the maximum current the circuit will ever carry during charging. As charge accumulates on the capacitor plates and VC rises, the voltage remaining across R decreases, which in turn reduces the current. The process is self-limiting: the closer VC gets to ε, the slower it climbs. This feedback loop is what produces the exponential shape of the charging curves.

Mathematical Framework

Deriving the Charging Equations

We begin with Kirchhoff's voltage law applied to the series loop of a source ε, resistor R, and initially uncharged capacitor C. Traversing the loop clockwise gives ε − IR − VC = 0. Since I = dQ/dt and Q = CVC, we can write I = C(dVC/dt). Substituting into the KVL equation produces a first-order linear ODE in VC. Separating variables and integrating with the initial condition VC(0) = 0 yields the charging voltage as a function of time.

CAPACITOR VOLTAGE (CHARGING)
V_C(t) = ε (1 − e^(−t/RC))
VC(t) = voltage across the capacitor at time t; ε = EMF of the source; R = resistance (Ω); C = capacitance (F); τ = RC = time constant (s). The capacitor voltage rises from 0 and asymptotically approaches ε.
CIRCUIT CURRENT (CHARGING)
I(t) = (ε / R) e^(−t/RC)
I(t) = current through the circuit at time t. The initial current I₀ = ε / R is the maximum; it decays exponentially toward zero as the capacitor approaches full charge.

Discharging Equations

Now consider a capacitor initially charged to voltage V₀ that is disconnected from the source and allowed to discharge through R alone. The KVL loop equation becomes VC + IR = 0 (taking the discharge current direction as positive out of the positive plate). With I = −C(dVC/dt), we again obtain a first-order ODE whose solution is a pure decaying exponential.

CAPACITOR VOLTAGE (DISCHARGING)
V_C(t) = V₀ e^(−t/RC)
V₀ = initial voltage across the capacitor at t = 0. The voltage decays exponentially from V₀ toward zero with the same time constant τ = RC.
CIRCUIT CURRENT (DISCHARGING)
I(t) = −(V₀ / R) e^(−t/RC)
The negative sign indicates the current direction during discharge is opposite to the charging convention. The magnitude |I(t)| = (V₀/R) e−t/RC starts at V₀/R and decays to zero as the capacitor fully discharges.
Time-Constant Benchmarks
At t = τ, the charging capacitor has reached about 63.2 % of ε, and the discharging capacitor has fallen to about 36.8 % of V₀. At t = 3τ, approximately 95 % of the transition is complete. At t = 5τ, the transition is 99.3 % complete, which engineers treat as effectively steady state.

Charging & Discharging Curves

The exponential equations from the previous section produce distinctive curves when plotted against time. Visualizing these curves is invaluable because they immediately reveal several physical features: the initial slope is steepest when the driving voltage difference is largest, and the curves flatten as the system approaches equilibrium. Below is a detailed plot showing both the capacitor voltage V_C(t) and the circuit current I(t) during charging, along with key time-constant markers.

Normalized charging curves for an RC circuit. The solid cyan curve represents VC(t)/ε rising from 0 toward 1 (fully charged). The dashed violet curve represents I(t)/I₀ decaying from 1 toward 0. At t = τ, the voltage has reached 63.2 % of ε and the current has fallen to 36.8 % of I₀. By t = 5τ, both curves are within 1 % of their final values.
Percentage of final value at integer multiples of the time constant τ = RC
TimeV_C / ε (charging)I / I₀ (charging)V_C / V₀ (discharging)
00 %100 %100 %
63.2 %36.8 %36.8 %
86.5 %13.5 %13.5 %
95.0 %5.0 %5.0 %
98.2 %1.8 %1.8 %
99.3 %0.7 %0.7 %

Several features of the table above deserve emphasis. First, notice the symmetry: the fraction of charge remaining during discharge equals the fraction of current remaining during charge—both are governed by the same e−t/τ factor. Second, the "five-tau rule" is a practical engineering guideline: after five time constants, the capacitor is 99.3 % of the way to its final state, and for most design purposes the transient can be considered complete. Third, the first time constant accounts for more than 63 % of the total change, underscoring that the early portion of the transient carries the bulk of the energy transfer.

Worked Example — Charging an RC Circuit

Let us apply the theory to a concrete numerical scenario. A 12 V battery is connected in series with a 4.7 kΩ resistor and a 10 µF capacitor. The capacitor is initially uncharged. We wish to find the capacitor voltage, the current, and the voltage across the resistor at t = 20 ms after the switch closes.

RC Charging: Finding V_C, I, and V_R at a Specific Time
1
Step 1 — Identify Given Valuesε = 12 V, R = 4.7 kΩ = 4700 Ω, C = 10 µF = 10 × 10−6 F, t = 20 ms = 0.020 s, VC(0) = 0.
2
Step 2 — Calculate the Time Constantτ = RC = (4700 Ω)(10 × 10−6 F) = 0.047 s = 47 ms. This means that 20 ms is approximately 0.426τ, so we are well within the early transient phase of charging.
τ = 47 ms
3
Step 3 — Compute V_C(t)VC(20 ms) = ε(1 − e−t/τ) = 12(1 − e−0.020/0.047) = 12(1 − e−0.4255). Evaluating the exponential: e−0.4255 ≈ 0.6534. Therefore VC = 12(1 − 0.6534) = 12 × 0.3466 ≈ 4.16 V.
V_C(20 ms) ≈ 4.16 V
4
Step 4 — Compute I(t)I(20 ms) = (ε / R) e−t/τ = (12 / 4700) × 0.6534 = 0.002553 × 0.6534 ≈ 0.001668 A.
I(20 ms) ≈ 1.67 mA
5
Step 5 — Compute V_R(t) and Verify KVLVR = IR = (0.001668)(4700) ≈ 7.84 V. Alternatively, VR = ε − VC = 12 − 4.16 = 7.84 V. Both methods agree, confirming KVL: ε = VR + VC.
V_R(20 ms) ≈ 7.84 V — KVL verified ✓
Quick Sanity Check
At t = 0, VC = 0 and VR = 12 V. As t → ∞, VC → 12 V and VR → 0. Our answer at t = 20 ms (< τ) correctly shows VC below ε/2, and the current still more than half its initial value. Always check boundary conditions!

Charging vs. Discharging — Comparison & Limitations

Students often conflate the charging and discharging equations or misapply boundary conditions. The table below provides a side-by-side comparison of the two scenarios, highlighting both the mathematical parallels and the critical differences in initial conditions and asymptotic behavior. Understanding these distinctions is essential for solving problems where the circuit switches between modes—for example, a capacitor that charges for a certain time and then discharges through a different resistor.

Comparison of charging and discharging behavior in a series RC circuit
PropertyCharging (source connected)Discharging (source removed)
V_C initial0 (uncharged)V₀ (fully or partially charged)
V_C finalε (source voltage)0
V_C(t) equationε(1 − e−t/τ)V₀ e−t/τ
I(t) equation(ε/R) e−t/τ−(V₀/R) e−t/τ
I initialε / R (maximum)−V₀ / R (maximum magnitude)
I final00
Energy stored at t → ∞½Cε²0 (dissipated in R)
KEY TAKEAWAY
Both charging and discharging are governed by the same time constant τ = RC; only the boundary conditions differ. Think of the time constant as the 'gear ratio' of the circuit—it tells you how fast the system responds regardless of whether it is speeding up or slowing down. In signal processing, this same τ determines the cutoff frequency f_c = 1/(2πRC) of an RC low-pass filter, bridging the time-domain transient analysis you are learning here to the frequency-domain perspective you will encounter in AC circuit theory.
⚠️ Limitations of the Ideal Model
The exponential solutions assume ideal components: a constant-voltage source with zero internal resistance, a purely ohmic resistor, and a capacitor with zero equivalent series resistance (ESR) and no leakage current. In practice, real capacitors have ESR on the order of milliohms to ohms, batteries have internal resistance, and electrolytic capacitors can leak significant current. These non-idealities modify the effective τ and can cause deviations from the perfect exponential, particularly at very short or very long timescales.

Connection to Advanced Theory — RLC & AC Analysis

The first-order RC circuit is the gateway to a family of progressively richer circuit models. When an inductor L is added in series, the circuit becomes an RLC circuit, governed by a second-order ODE that can exhibit overdamped, critically damped, or underdamped (oscillatory) transient responses. In the frequency domain, the exponential time-domain behavior maps onto the transfer function H(jω) of an RC filter, and the 3 dB cutoff frequency ωc = 1/RC emerges naturally. These connections make RC analysis foundational for courses in signals and systems, electronics, and control theory.

First-order RC vs. second-order RLC circuit comparison
FeatureRC Circuit (1st order)RLC Circuit (2nd order)
Governing ODEFirst order: RC dV/dt + V = εSecond order: LC d²V/dt² + RC dV/dt + V = ε
Natural responsePure exponential decayDamped oscillation or overdamped decay
Characteristic parameterτ = RCω₀ = 1/√(LC), damping ratio ζ = R/(2)√(C/L)
Oscillation possible?No — monotonic approach to steady stateYes — when underdamped (ζ < 1)
Energy storageElectric field (capacitor only)Electric field (C) and magnetic field (L)

Beyond the time domain, Laplace transform techniques convert the ODE into an algebraic equation, yielding the transfer function H(s) = 1/(1 + sRC) for a low-pass RC filter. Poles and zeros in the s-plane directly encode the time-domain exponential behavior you have already derived: the pole at s = −1/RC corresponds to the decay rate 1/τ. As you advance through your physics and engineering curriculum, you will repeatedly find that the intuition built from analyzing simple RC transients—exponential approach to equilibrium, the role of the time constant, the trade-off between speed and filtering—transfers directly to far more complex systems.

Practice Problems

PROBLEM 1CONCEPTUAL
A capacitor in a series RC circuit is being charged by a constant-voltage source. Explain, using physical reasoning (not just equations), why the current is greatest at the instant the switch closes and then decreases continuously. Why can the capacitor never actually reach the full source voltage in finite time?
PROBLEM 2BASIC CALCULATION
A 9 V battery charges a 22 µF capacitor through a 10 kΩ resistor. (a) What is the time constant τ? (b) What is the capacitor voltage at t = 0.44 s? (c) What is the current at t = 0.44 s?
PROBLEM 3INTERMEDIATE
A 47 µF capacitor is initially charged to 24 V and then allowed to discharge through a 5.6 kΩ resistor. How long does it take for the voltage to drop to 6 V? Express your answer both in seconds and in multiples of τ.
PROBLEM 4APPLIED
A heart defibrillator charges a 32 µF capacitor to 5000 V through a 50 kΩ resistor. (a) What is the time constant? (b) How long must the charging circuit run to reach at least 4900 V? (c) How much energy is stored at that voltage?
PROBLEM 5CRITICAL THINKING
An RC circuit with R = 1 kΩ and C = 100 µF is charged to 10 V. At t = 0, the switch reconnects the capacitor to discharge through R. During the discharge, exactly half of the initially stored energy has been dissipated in R. (a) What is the capacitor voltage at this moment? (b) How much time has elapsed? (c) Prove that exactly half the energy supplied by the source is dissipated in R during the charging phase of any RC circuit, regardless of the values of R and C.

RC Circuits: Voltage & Current vs. Time — Summary

A series RC circuit exhibits exponential transient behavior governed by the time constant τ = RC. During charging, the capacitor voltage follows VC(t) = ε(1 − e−t/τ), rising from zero toward the source voltage ε, while the current I(t) = (ε/R)e−t/τ decays exponentially from its maximum initial value. During discharging, both VC and |I| decay as e−t/τ, approaching zero asymptotically.

Key benchmarks: at t = τ, 63.2 % of the transition is complete; at t = 5τ, 99.3 % is complete. Kirchhoff's voltage law ensures VR + VC = ε at every instant during charging, providing a built-in consistency check. This first-order analysis forms the foundation for understanding RLC oscillations, AC filter design, and Laplace-domain circuit analysis encountered later in physics and electrical engineering.

Varsity Tutors • Physics 2 • RC Circuits: Voltage, Current vs. Time