An RC circuit pairs a resistor (R) and a capacitor (C) in series. It is one of the most fundamental building blocks in electronics: it appears in debounce filters, audio tone controls, power-supply smoothing, timing circuits, sensor conditioning, and countless embedded-system designs. The single most important number that characterises an RC circuit is the time constant τ (tau).
How it works
The time constant is defined by the product of resistance and capacitance:
τ = R × C
When R is in ohms and C is in farads, τ is in seconds. This single number governs three distinct behaviours:
-
Charging rate. A capacitor starting from 0 V and charging toward a supply V₀ follows the exponential curve
Vc(t) = V₀ × (1 − e^(−t/τ)). After one τ it reaches 63.21 % of V₀; after five τ it is at 99.33 % — the standard “fully charged” threshold used in circuit design. -
Discharging rate. A fully charged capacitor discharging through R decays as
Vc(t) = V₀ × e^(−t/τ). The same τ controls how quickly it falls to zero. -
Filter cutoff frequency. An RC network forms a first-order low-pass (or high-pass) filter. The −3 dB corner frequency is
fc = 1 / (2π × τ), the point at which the output is attenuated to 70.7 % of the input and phase-shifted by 45°.
The calculator solves all three rearrangements of τ = R × C (find τ, find R, or find C), then derives fc, the half-life, the 5τ threshold, and optionally the exact capacitor voltage at any elapsed time you choose.
Worked example
A 10 kΩ resistor in series with a 100 µF capacitor:
τ = R × C = 10,000 Ω × 0.0001 F = 1 s
fc = 1 / (2π × 1) ≈ 0.159 Hz
t½ = 1 × ln 2 ≈ 0.693 s
5τ = 5 s (fully charged)
If the supply voltage is 5 V, the capacitor voltage 2 seconds after connecting power is:
Vc(2 s) = 5 × (1 − e^(−2/1)) = 5 × (1 − e^(−2)) ≈ 5 × 0.8647 ≈ 4.32 V
| R | C | τ | fc |
|---|---|---|---|
| 1 kΩ | 1 µF | 1 ms | 159 Hz |
| 10 kΩ | 100 µF | 1 s | 0.159 Hz |
| 47 kΩ | 10 nF | 470 µs | 338 Hz |
| 1 MΩ | 1 µF | 1 s | 0.159 Hz |
Notice that the first and last rows give the same τ and fc — many R/C combinations yield identical time constants, which is why the solve-for-R and solve-for-C modes are so useful in real design work.
Formula note
The exponential shape of RC charging and discharging comes directly from solving the
first-order linear differential equation R × C × dVc/dt + Vc = V₀. The solution is
the decaying or rising exponential shown above. The time constant τ is the
characteristic time of that solution — the inverse of the pole location in the
Laplace domain at s = −1/τ. Every RC low-pass filter has exactly one pole, which is
why it rolls off at −20 dB/decade above fc.
All calculations run entirely in your browser — no numbers are uploaded or stored.