Physics · Electromagnetism · Circuits
RC Circuit Time Constant Calculator
Calculates the RC circuit time constant (τ), charge/discharge voltage, and the time to reach a specified voltage fraction.
Calculator
Formula
τ (tau) is the time constant in seconds. R is resistance in ohms (Ω). C is capacitance in farads (F). V₀ is the initial (source) voltage in volts. V(t) is the voltage across the capacitor at time t. The charging equation describes voltage rise when the capacitor charges toward V₀; the discharging equation describes voltage fall from V₀ toward zero.
Source: Hayt & Kemmerly, Engineering Circuit Analysis, 8th ed. (McGraw-Hill); Griffiths, Introduction to Electrodynamics, 4th ed.
How it works
An RC circuit consists of a resistor (R) and a capacitor (C) connected in series or parallel with a voltage source. When a voltage is applied, the capacitor does not charge instantaneously — it charges exponentially, governed by the interplay between the resistor (which limits current flow) and the capacitor (which stores charge). The time constant τ = RC defines the characteristic timescale of this process: after one time constant, the capacitor reaches approximately 63.2% of the source voltage when charging, or falls to 36.8% of its initial voltage when discharging.
The charging voltage follows V(t) = V₀(1 − e^(−t/τ)), while the discharging voltage follows V(t) = V₀ e^(−t/τ). After 5τ, the capacitor is considered fully charged or discharged (99.3% complete). The time to reach 50% of the final value — the half-life — equals τ · ln(2) ≈ 0.693τ. Engineers frequently use multiples of τ as design milestones: 1τ (63.2%), 2τ (86.5%), 3τ (95.0%), 4τ (98.2%), and 5τ (99.3%).
RC time constants appear across a wide range of practical applications. In low-pass and high-pass RC filters, the cutoff frequency f_c = 1/(2πRC) is directly determined by τ. In timing circuits such as the 555 timer, the time constant sets pulse widths and oscillation frequencies. In power electronics, RC snubbers protect switches from voltage spikes. In instrumentation, RC networks set the response time of sensors and data acquisition systems. Understanding τ allows engineers to tailor circuit behavior precisely to application requirements.
Worked example
Suppose you are designing a simple RC low-pass filter with R = 10 kΩ (10,000 Ω) and C = 100 μF (100 × 10⁻⁶ F), powered by a V₀ = 5 V supply.
Step 1 — Calculate the time constant:
τ = R × C = 10,000 Ω × 100 × 10⁻⁶ F = 1.0 s (1000 ms).
Step 2 — Find voltage after t = 1000 ms (one time constant) during charging:
V(1τ) = 5 × (1 − e^(−1)) = 5 × (1 − 0.3679) = 5 × 0.6321 = 3.16 V (63.2% of 5 V).
Step 3 — Find the half-life (time to reach 2.5 V):
t₁/₂ = τ · ln(2) = 1.0 × 0.6931 = 693 ms.
Step 4 — Find time to reach 99% charge (4.605τ):
t₉₉ = τ · ln(100) = 1.0 × 4.605 = 4605 ms ≈ 4.6 s.
Step 5 — Discharging scenario at t = 500 ms:
V(500 ms) = 5 × e^(−0.5/1.0) = 5 × e^(−0.5) = 5 × 0.6065 = 3.03 V (60.65% remaining).
This worked example illustrates why τ is the single most important parameter for predicting RC circuit transient behavior in both charge and discharge scenarios.
Limitations & notes
This calculator assumes ideal, linear components — real resistors have tolerances (typically ±1% to ±5%) and real capacitors can have tolerances as wide as ±20%, leading to significant variation in actual τ values. The model also assumes the capacitor starts fully discharged (for charging) or fully charged (for discharging); initial conditions that differ from these will shift the voltage curves. Temperature effects on both R and C are not accounted for — electrolytic capacitors in particular exhibit significant capacitance drift with temperature. For very high-frequency circuits, parasitic inductance in component leads and PCB traces invalidates the pure RC model. Leakage current in electrolytic capacitors means long-duration discharge behavior may deviate from the ideal exponential. The calculator treats the source as an ideal voltage source with zero internal resistance; real sources add series resistance that increases the effective R and lengthens τ. Finally, the simple RC model does not apply to circuits with multiple RC stages, active components, or nonlinear elements such as diodes or transistors in the signal path.
Frequently asked questions
What does the RC time constant physically mean?
The time constant τ = RC is the time it takes for the capacitor to charge to approximately 63.2% of the source voltage (or discharge to 36.8% of its initial voltage). It is the characteristic timescale of the exponential process — larger τ means slower charging and discharging. After 5τ, the circuit is considered to have fully reached its final state (within 0.7%).
How do I convert capacitance from μF to farads for the formula?
Multiply the value in microfarads by 10⁻⁶. For example, 100 μF = 100 × 10⁻⁶ F = 0.0001 F. This calculator accepts capacitance in μF and performs the conversion internally, so you can enter values directly in microfarads.
What is the RC circuit cutoff frequency, and how does it relate to τ?
The cutoff (−3 dB) frequency of an RC filter is f_c = 1/(2πRC) = 1/(2πτ). At this frequency, the output voltage is 70.7% (1/√2) of the input. A longer time constant τ means a lower cutoff frequency and a narrower filter bandwidth. This relationship makes τ the central design parameter for RC filter circuits.
Why is 5τ used as the 'fully charged' benchmark?
After 5τ, a capacitor has reached 99.3% of its final voltage (1 − e⁻⁵ ≈ 0.9933). In engineering practice, this is close enough to the final value that the transient is considered complete. Waiting longer yields diminishing returns — after 7τ you reach 99.9%, but the additional time is rarely worth it in practical designs.
Can this calculator be used for RL circuits?
No — RL circuits (resistor-inductor) have a time constant τ = L/R (inductance divided by resistance), which has a different formula and units. While the exponential form of the transient response looks the same, the physics and component relationships are different. A dedicated RL time constant calculator should be used for inductive circuits.
Last updated: 2025-01-15 · Formula verified against primary sources.