RC Time Constant Calculator
Calculate τ = R × C, and estimate charge/discharge time to a target percent. Includes unit conversions and Show Work.
How to Use
- Enter R (resistance) and C (capacitance) to compute τ.
- Choose Charge or Discharge and set a target percent.
- Use “Solve For” to force a specific output (τ, time, R, or C).
- Open “Show Work” for formulas + steps in base units.
Show Work (step-by-step)
RC Reference
Time constant: τ = R × C
- Charging (ratio):
V(t)/Vmax = 1 − e^(−t/τ) - Discharging (ratio):
V(t)/V0 = e^(−t/τ) - Time to percent (charge):
t = −τ ln(1 − p) - Time to percent (discharge):
t = −τ ln(p)
FAQ
What is an RC time constant?
It’s the characteristic time τ = R×C that sets how quickly a capacitor charges or discharges through a resistor.
What does “63.2%” mean?
After 1τ of charging, the capacitor voltage reaches about 1 − e^(−1) ≈ 63.2% of its final value.
How many time constants to “fully” charge?
Engineers often use ~5τ as “effectively settled” (~99.3% charge, ~0.7% remaining on discharge).
Why is my real circuit different?
Leakage, source resistance, capacitor tolerance/ESR, and load resistance all change the curve compared to the ideal RC model.
Tool Info
Last updated:
Updates may include additional unit support, curve visualization improvements, and edge-case handling.