PHYSICS 2 • CIRCUITS

RC Circuit Time Constant — Compute time constant and exponential behavior in RC circuits

Understanding how resistors and capacitors govern the exponential rise and decay of voltage and current over time.

Historical Context & Motivation

The study of how electric charge accumulates on and discharges from conductors stretches back to the earliest experiments with static electricity. Before the development of batteries and steady-state circuits, natural philosophers relied on devices like the Leyden jar — the first practical capacitor — to store and release electrical energy. The observation that a Leyden jar did not discharge instantaneously but rather over a measurable interval hinted at a deeper relationship between storage capacity, resistance in the discharge path, and the rate of current flow. This core observation eventually crystallized into the concept of the RC time constant, a quantity that governs the exponential behavior of voltage and current in circuits containing resistors and capacitors.

1745
Invention of the Leyden Jar
Pieter van Musschenbroek and Ewald Georg von Kleist independently develop the Leyden jar, demonstrating that electrical charge can be stored and later released through a conducting path.
1827
Ohm's Law Published
Georg Simon Ohm establishes the proportional relationship between voltage, current, and resistance (V = IR), providing the foundational framework needed to analyze how resistance controls the rate of charge flow during capacitor discharge.
1831
Faraday's Studies on Capacitance
Michael Faraday systematically investigates the capacity of conductors to hold charge, introducing the concept of specific inductive capacity (dielectric constant) and deepening the quantitative understanding of capacitors.
1855
Thomson's Telegraph Cable Theory
Lord Kelvin (William Thomson) models undersea telegraph cables as distributed RC circuits, deriving exponential signal decay and demonstrating that the product RC sets the timescale for signal propagation — the first explicit use of the time constant in engineering practice.
1940s–present
RC Circuits in Modern Electronics
RC circuits become ubiquitous in analog filters, timing circuits (e.g., the 555 timer), digital debouncing, power supply smoothing, and signal coupling/decoupling across virtually every branch of electrical engineering.

The central question that the RC time constant answers is deceptively simple: How long does it take a capacitor to charge or discharge through a resistor? The answer involves exponential functions, and the single parameter τ = RC encapsulates all the physics. Mastering this concept is essential not only for circuit analysis in physics courses but also for understanding signal processing, biological membrane potentials, and countless engineering applications.

Core Principles & Definitions

An RC circuit is any circuit containing a resistor (R) in series or parallel with a capacitor (C), driven by a voltage source or allowed to discharge freely. When a voltage is first applied, charge flows onto the capacitor plates, building up a voltage that increasingly opposes further current flow. This interplay between the capacitor's growing voltage and the resistor's current-limiting action produces the characteristic exponential approach to equilibrium. Conversely, when the source is removed and the capacitor is allowed to discharge through the resistor, the stored energy dissipates exponentially. The parameter that sets the timescale for both processes is the time constant τ = RC, measured in seconds.

1

Capacitance (C)

Capacitance quantifies a capacitor's ability to store charge per unit voltage: C = Q/V. A larger capacitance means the capacitor can hold more charge, so it takes longer to fill or empty through a given resistance. Measured in farads (F).
2

Resistance (R)

Resistance limits the rate at which charge can flow onto or off the capacitor plates. A larger resistance reduces the current at any instant, stretching out the charging or discharging process. Measured in ohms (Ω).
3

Time Constant (τ = RC)

The product of resistance and capacitance has units of seconds (Ω × F = s). After one time constant, the voltage across a charging capacitor reaches approximately 63.2% of its final value, or a discharging capacitor drops to about 36.8% of its initial value.
4

Exponential Behavior

Both charging and discharging follow exponential curves governed by the factor e^(−t/τ). This means the rate of change is always proportional to the difference between the current state and the equilibrium state — a hallmark of first-order linear systems.
5

Steady-State vs. Transient

The transient response is the time-dependent exponential approach to equilibrium. After roughly 5τ, the circuit is within 0.7% of its final value and is considered to have reached steady state for practical purposes.
KEY TAKEAWAY
Think of the time constant τ as analogous to the half-life concept in radioactive decay — but instead of measuring how long it takes for half the material to decay, τ measures how long it takes the system to close about 63% of the remaining gap to equilibrium. Just as a bucket with a hole in the bottom drains fastest when full (high pressure pushing water out) and progressively slower as the water level drops, a capacitor discharges fastest at first (high voltage driving current) and exponentially slows as its voltage diminishes. The resistor acts like the size of the hole: a larger resistor (smaller hole) extends the draining time, and a larger capacitor (bigger bucket) holds more charge to drain.

Visual Explanation — The RC Circuit and Its Behavior

A series RC charging circuit. When the switch closes at t = 0, current flows through resistor R and charges capacitor C. Kirchhoff's Voltage Law requires V₀ = i(t)·R + VC(t) at every instant, which leads directly to the first-order ODE whose solution is an exponential with time constant τ = RC.

The diagram above depicts the canonical series RC charging circuit. Before the switch closes, the capacitor is uncharged and no current flows. At the instant the switch closes (defined as t = 0), the full battery voltage V₀ appears across the resistor because VC(0) = 0, producing an initial current i(0) = V₀/R. As charge accumulates on the capacitor plates and VC rises, the voltage available to drive current through the resistor diminishes, causing the current to decrease. This self-regulating feedback is what produces the exponential behavior: the rate of charging is always proportional to the remaining voltage difference (V₀ − VC), which itself is shrinking. The result is a smooth, asymptotic approach to the final state where VC = V₀ and i = 0.

Mathematical Framework

The mathematical treatment of the RC circuit begins with Kirchhoff's Voltage Law applied around the loop. Combined with the fundamental capacitor relation i = C(dVC/dt), this yields a first-order linear ordinary differential equation whose solution is a decaying exponential. We derive the key equations for both charging and discharging scenarios.

Derivation — Charging

Applying KVL: V₀ = i(t)·R + VC(t). Since i(t) = C dVC/dt, we substitute to obtain RC(dVC/dt) + VC = V₀. This is a first-order linear ODE with constant coefficients. Defining the time constant τ = RC and applying the initial condition VC(0) = 0, separation of variables or the integrating factor method yields the standard charging solutions.

TIME CONSTANT
τ = R × C
R = resistance in ohms (Ω), C = capacitance in farads (F). The product has units of seconds. Verification: [Ω][F] = [V/A][C/V] = [C/A] = [s].
CAPACITOR VOLTAGE — CHARGING
V_C(t) = V₀(1 − e^(−t/τ))
V₀ = source voltage (V), t = time elapsed since switch closure (s), τ = RC. The voltage starts at 0 and asymptotically approaches V₀.
CURRENT — CHARGING
i(t) = (V₀/R) × e^(−t/τ)
The current starts at its maximum value V₀/R and decays exponentially toward zero. At t = τ, the current has fallen to ≈ 36.8% of its initial value.

Discharging

When a fully charged capacitor (VC(0) = V₀) is disconnected from the source and allowed to discharge through R, KVL gives 0 = i(t)·R + VC(t). The resulting ODE, RC(dVC/dt) + VC = 0, is homogeneous. The solutions are pure exponential decays.

CAPACITOR VOLTAGE — DISCHARGING
V_C(t) = V₀ × e^(−t/τ)
The voltage decays from V₀ toward zero. At t = τ, V_C has fallen to V₀/e ≈ 0.368 V₀. At t = 5τ, V_C ≈ 0.007 V₀ (effectively zero).
⚠️ Dimensional Check
Always verify that the exponent −t/τ is dimensionless. Since τ = RC has units of seconds and t is also in seconds, the ratio t/τ is indeed unitless, as required for the argument of an exponential. If you find units in your exponent, recheck your algebra.

Detailed Breakdown — Exponential Charging & Discharging Curves

The exponential nature of RC circuits is best appreciated graphically. The following diagram overlays the charging voltage curve and the discharging voltage curve, both plotted as functions of t/τ so that the horizontal axis is in units of time constants. Key percentage milestones are annotated to give a quantitative feel for how rapidly the circuit approaches steady state.

Charging (cyan) and discharging (pink) voltage curves for a capacitor in a series RC circuit. The horizontal axis is time in units of τ. At 1τ the charging capacitor has reached 63.2% of V₀, while the discharging capacitor has fallen to 36.8%. By 5τ, both curves are within ~1% of their asymptotic values.
Percentage of final voltage reached during charging and discharging at multiples of τ
Time (t)Charging: V_C / V₀Discharging: V_C / V₀Remaining Gap (%)
00.000 (0%)1.000 (100%)100%
0.632 (63.2%)0.368 (36.8%)36.8%
0.865 (86.5%)0.135 (13.5%)13.5%
0.950 (95.0%)0.050 (5.0%)5.0%
0.982 (98.2%)0.018 (1.8%)1.8%
0.993 (99.3%)0.007 (0.7%)0.7%

A critical feature of the exponential is that in each successive time constant, the circuit closes the same fraction (≈ 63.2%) of the remaining gap. After one τ, 63.2% of the total transition is complete. During the next τ, 63.2% of the remaining 36.8% is closed, bringing the total to 86.5%. This constant-fraction property is the defining characteristic of exponential processes and is why the curve never quite reaches its asymptotic value in finite time — though for practical purposes, 5τ is universally accepted as "fully charged" or "fully discharged."

Worked Example — RC Charging and Discharging

Consider a circuit with a 10 V battery, a 4.7 kΩ resistor, and a 22 μF capacitor connected in series. The capacitor is initially uncharged. At t = 0, a switch connects the battery to the RC network. We will compute the time constant, the capacitor voltage and current at t = 0.2 s, and the time required to reach 90% of the supply voltage.

Charging a 4.7 kΩ / 22 μF RC Circuit
1
Step 1 — Identify Given ValuesV₀ = 10 V, R = 4.7 kΩ = 4700 Ω, C = 22 μF = 22 × 10⁻⁶ F. The capacitor is uncharged at t = 0, so VC(0) = 0 V.
2
Step 2 — Compute the Time Constantτ = R × C = 4700 Ω × 22 × 10⁻⁶ F = 0.1034 s ≈ 103.4 ms.
τ ≈ 0.1034 s (103.4 ms)
3
Step 3 — Capacitor Voltage at t = 0.2 sUsing VC(t) = V₀(1 − e^(−t/τ)): t/τ = 0.2/0.1034 = 1.934. Therefore VC = 10(1 − e^(−1.934)) = 10(1 − 0.1448) = 10 × 0.8552 = 8.55 V.
V_C(0.2 s) ≈ 8.55 V
4
Step 4 — Current at t = 0.2 sUsing i(t) = (V₀/R) × e^(−t/τ): i(0) = 10/4700 = 2.128 mA. At t = 0.2 s: i = 2.128 × e^(−1.934) = 2.128 × 0.1448 = 0.308 mA.
i(0.2 s) ≈ 0.308 mA
5
Step 5 — Time to Reach 90% of V₀Set VC = 0.9V₀: 0.9V₀ = V₀(1 − e^(−t/τ)), so e^(−t/τ) = 0.1, giving −t/τ = ln(0.1) = −2.3026, hence t = 2.3026 × 0.1034 s = 0.238 s.
t₉₀% ≈ 0.238 s ≈ 2.30τ
6
Step 6 — Verify: Time for Full Discharge (5τ)If the battery is then disconnected and the capacitor discharges through the same 4.7 kΩ resistor, the circuit is effectively discharged after 5τ = 5 × 0.1034 = 0.517 s. At this point, VC = V₀ × e^(−5) = 10 × 0.00674 ≈ 0.067 V, which is less than 1% of the original voltage.
5τ ≈ 0.517 s → effectively fully discharged

Strengths, Limitations, and Practical Considerations

The simple RC model presented here is powerful for first-order transient analysis, but it rests on idealizing assumptions that may break down in real-world circuits. Understanding where the model excels and where it falls short is essential for applying it appropriately.

Strengths and limitations of the ideal series RC model
AspectStrengthsLimitations
AccuracyExact for ideal linear components with constant R and C. The exponential solution is an exact analytical result, not an approximation.Real capacitors have equivalent series resistance (ESR) and leakage current; real resistors may be temperature-dependent. These deviations alter the effective τ.
SimplicityOnly two parameters (R and C) fully determine the transient behavior. The product τ = RC provides immediate physical insight.Cannot handle circuits with inductors (which require second-order RLC analysis) or nonlinear elements like diodes and transistors without modification.
ScalabilityThévenin or Norton equivalents allow complex resistive networks with a single capacitor to be reduced to a simple series RC form.Circuits with multiple capacitors may require multi-time-constant analysis or state-space methods, which go beyond the single-τ model.
ApplicationsDirectly applicable to low-pass/high-pass filters, timing circuits, debounce circuits, coupling/decoupling networks, and biological membrane models.At high frequencies, parasitic inductance and capacitance in wires and components can dominate, making the lumped-element RC model inaccurate.
KEY TAKEAWAY
The RC time constant model is the electrical analog of Newton's law of cooling: both describe first-order systems where the rate of change is proportional to the distance from equilibrium. Just as Newton's cooling law breaks down for objects radiating at extreme temperatures (where Stefan-Boltzmann radiation dominates), the ideal RC model breaks down when component non-idealities, parasitic elements, or nonlinear effects become significant. Recognizing the boundaries of the model is as important as knowing how to apply it.

Connection to Advanced Circuit Theory

The RC time constant is a gateway to several deeper topics in circuit theory and signal processing. When you move beyond DC transients to AC steady-state analysis, the capacitor's impedance ZC = 1/(jωC) naturally introduces frequency dependence, and the ratio τ = RC determines the cutoff frequency fc = 1/(2πRC) of RC filters. Adding an inductor promotes the circuit to second order (RLC), where the single exponential is replaced by damped oscillations governed by two time constants. Meanwhile, the Laplace transform approach reframes the time-domain exponential as a pole at s = −1/τ in the complex frequency plane, unifying transient and frequency-domain analysis.

Comparison of first-order RC and second-order RLC circuits
FeatureRC Circuit (1st Order)RLC Circuit (2nd Order)
Energy storage elements1 (capacitor)2 (capacitor + inductor)
Governing ODEFirst-order: τ(dV/dt) + V = V₀Second-order: LC(d²V/dt²) + RC(dV/dt) + V = V₀
Natural responsePure exponential decay/growthOverdamped (two exponentials), critically damped, or underdamped (oscillatory)
Characteristic parameterτ = RCω₀ = 1/√(LC) and damping ratio ζ = R/(2)√(C/L)
Laplace-domain polesOne real pole at s = −1/τTwo poles (real or complex conjugate)
Filter applicationsLow-pass, high-pass (−20 dB/decade roll-off)Band-pass, band-stop, resonant circuits (−40 dB/decade)

Understanding the single-τ exponential thoroughly prepares you for these extensions. The intuition you build here — that a single energy-storage element produces a single exponential time scale — generalizes directly: n independent energy-storage elements yield an nth-order system with up to n distinct time scales. Courses in signals and systems, control theory, and analog electronics all build upon the RC foundation explored in this lesson.

Practice Problems

PROBLEM 1CONCEPTUAL
A series RC circuit is charging from a DC source. Explain why the current is at its maximum value at t = 0 (the instant the switch closes) and why it decreases over time. In your answer, identify which physical quantity is driving the current and how it changes as the capacitor charges.
PROBLEM 2BASIC CALCULATION
A 10 kΩ resistor is in series with a 47 μF capacitor and a 12 V battery. (a) Calculate the time constant τ. (b) Find the capacitor voltage at t = τ. (c) Find the current at t = 2τ.
PROBLEM 3INTERMEDIATE
A capacitor is initially charged to 20 V and then discharged through a 2.2 kΩ resistor. After 15 ms, the voltage across the capacitor is measured to be 8.0 V. Determine the capacitance of the capacitor and the time constant of the circuit.
PROBLEM 4APPLIED
A heart defibrillator stores energy in a 32 μF capacitor charged to 5000 V. The capacitor is discharged through the patient's chest, which presents an effective resistance of 50 Ω. (a) What is the time constant? (b) How much energy is initially stored? (c) What fraction of the energy has been delivered to the patient after 3.2 ms (two time constants)?
PROBLEM 5CRITICAL THINKING
Derive an expression for the time at which exactly half the initial energy stored in a capacitor has been dissipated during discharge through a resistor R. Express your answer in terms of τ = RC. Then compare this "energy half-life" with the "voltage half-life" (the time at which VC = V₀/2) and explain why they differ.

Lesson Summary

The RC time constant τ = RC governs the exponential charging and discharging behavior of a capacitor through a resistor. During charging, the capacitor voltage follows VC(t) = V₀(1 − e^(−t/τ)), rising from zero and asymptotically approaching V₀. During discharging, VC(t) = V₀e^(−t/τ), decaying from V₀ toward zero. In both cases, the current is i(t) = (V₀/R)e^(−t/τ), starting at its maximum and decaying exponentially.

The key milestone is that after one time constant (t = τ), the circuit has completed approximately 63.2% of its total transition, and after five time constants (t = 5τ), it is within 0.7% of its final value — effectively at steady state. This simple yet powerful model applies directly to filters, timing circuits, signal coupling, and biological membrane potentials, and provides the conceptual foundation for understanding higher-order systems such as RLC circuits and the Laplace-domain transfer functions encountered in signals and systems courses.

Varsity Tutors • Physics 2 • RC Circuit Time Constant