RC Natural Response

What happens when a charged capacitor is left to discharge through a resistor — and why the decay follows a universal exponential curve.

Circuit AnalysisElectrical Engineering Year 1Free preview
⏱️ About 16 min

You charge a capacitor, disconnect the source, and connect it across a resistor. The voltage doesn't drop to zero instantly — it fades in a curve that every engineer eventually learns to sketch from memory.

💡
The big idea: A source-free RC circuit — just a capacitor and a resistor in a loop — decays exponentially, and the entire shape of that decay is governed by a single number: the time constant τ = RC.
🎯 By the end, you'll be able to
  • Derive the natural-response equation v(t) = V0·e^(-t/RC) from KCL applied to a source-free RC circuit
  • Explain the physical meaning of the time constant τ = RC and compute the voltage at t = τ
  • Apply the 5τ rule of thumb to determine when a transient is practically finished
  • Calculate the total energy dissipated in the resistor during discharge
📎 Helpful to know first

The source-free RC circuit

Imagine a capacitor that has been charged to some initial voltage V0. At t = 0, we disconnect the charging source and connect the capacitor across a resistor R. There are no independent sources in the resulting circuit — just C and R forming a closed loop. We call this a source-free or natural-response configuration: the circuit's behavior is driven entirely by the energy already stored in the capacitor.

The capacitor begins to discharge, pushing current through the resistor. As charge leaves the capacitor, its voltage drops. As the voltage drops, the current decreases. The result is a self-reinforcing decay — not linear, but exponential.

Deriving the differential equation

We start with Kirchhoff's Current Law at the top node of the RC loop. The resistor current is v/R (Ohm's law), and the capacitor current is C·dv/dt (the capacitor's i–v relationship). Since there is no external source feeding the node, these two currents must sum to zero:

\[ \frac{v}{R} + C\frac{dv}{dt} = 0 \]
KCL at the top node: resistor current plus capacitor current equals zero (no source).
\[ \frac{dv}{dt} + \frac{v}{RC} = 0 \]
Rearranged into standard first-order form: dv/dt + v/(RC) = 0. This is a homogeneous first-order linear ODE.

Solving for v(t)

This is a separable differential equation. We rewrite it as dv/v = −dt/(RC) and integrate both sides. The initial condition is v(0) = V0 — the capacitor's voltage at the instant the source is removed. After integrating and applying the initial condition, the solution is:

\[ v(t) = V_0 \, e^{-t/(RC)} \]
The RC natural response: voltage decays exponentially from V0 with time constant τ = RC.

The time constant τ = RC

The product RC has units of seconds (Ω · F = s) and is called the time constant, denoted τ. It is the single parameter that controls how fast the circuit decays. After one time constant (t = τ), the voltage has fallen to:

\[ v(\tau) = V_0 \, e^{-1} \approx 0.368 \, V_0 \]
At t = τ, the voltage has decayed to about 36.8% of its initial value — the reciprocal of e.

The 5τ rule of thumb

Because the exponential never truly reaches zero, engineers need a practical cutoff for "the transient is over." After 5τ, the voltage has decayed to e⁻⁵ ≈ 0.67% of its initial value — less than 1%. This is universally taken as the settling time, and the rule of thumb is: a first-order transient is effectively complete after five time constants.

For quick estimation: at t = 2τ the voltage is about 13.5% of V0, at t = 3τ about 5%, and at t = 4τ about 1.8%.

Where does the energy go?

The capacitor starts with stored energy W = ½CV0². As it discharges through the resistor, all of that energy is converted to heat in the resistor. We can verify this by integrating the instantaneous power p(t) = i²(t)R over all time:

\[ W_R = \int_0^{\infty} \frac{V_0^2}{R}\, e^{-2t/(RC)} \, dt = \frac{1}{2} C V_0^2 \]
Total energy dissipated in the resistor equals the initial energy stored in the capacitor — conservation of energy confirmed.
📝 Worked example: A 100 μF capacitor is charged to 12 V and then discharged through a 2 kΩ resistor (source-free). Find (a) the time constant τ, (b) the expression for v(t), and (c) the voltage at t = τ.
  1. Compute τ = RC = (2000 Ω)(100 × 10⁻⁶ F) = 0.2 s.
  2. Write v(t) = V0 · e^(-t/RC) = 12 · e^(-t/0.2) = 12 · e^(-5t) V.
  3. Evaluate at t = τ = 0.2 s: v(0.2) = 12 · e^(-1) = 12 · 0.3679 ≈ 4.41 V.
  4. As a check, the initial energy stored is ½CV0² = ½(100 × 10⁻⁶)(12²) = 7.2 mJ, all of which will be dissipated in the resistor.
✓ (a) τ = 0.2 s, (b) v(t) = 12·e^(-5t) V, (c) v(τ) ≈ 4.41 V.
✏️ Practice: A 50 μF capacitor charged to 10 V discharges through a 2 kΩ resistor. Find the capacitor voltage at t = 0.1 s.
V
Solution
  1. Compute τ = RC = (2000 Ω)(50 × 10⁻⁶ F) = 0.1 s.
  2. Evaluate v(t) = 10 · e^(-t/0.1) at t = 0.1: v(0.1) = 10 · e^(-0.1/0.1) = 10 · e^(-1).
  3. e^(-1) ≈ 0.3679, so v(0.1) ≈ 10 × 0.3679 ≈ 3.68 V.

Check your understanding

1. In a source-free RC circuit with τ = 0.1 s, approximately how long does it take for the capacitor voltage to settle to less than 1% of its initial value?
The 5τ rule says the transient is practically complete after 5 time constants. Here, 5τ = 5 × 0.1 = 0.5 s, at which point v ≈ 0.67% of V0.
✅ Key takeaways
  • A source-free RC circuit contains no independent sources — only a capacitor (initially charged to V0) and a resistor in a closed loop.
  • Applying KCL yields the first-order ODE dv/dt + v/(RC) = 0, whose solution is v(t) = V0·e^(-t/RC).
  • The time constant τ = RC (in seconds) governs the decay rate; at t = τ the voltage has fallen to ≈36.8% of V0.
  • The 5τ rule: after five time constants the transient is practically complete (less than 1% remaining).
  • All initial energy ½CV0² stored in the capacitor is dissipated as heat in the resistor.
➡️ The same exponential decay governs an inductor's natural response — but inductors fight back violently when you try to stop their current, a danger we'll explore next.
Want to test yourself on this? Try the Electrical Aptitude test →