Search the complete library

What do you want to learn or calculate?

Quick linksAll calculatorsMath subjectsPractice questionsFormula library
← Back to calculators

RC Circuit Calculator

Solve rc circuit problems with clear steps, notation, and a final check.

Ω

Calculate without using AI.

Evaluate the governing formula locally in your browser. Define each known quantity once, then change values to test another case instantly.

Local result

Choose an example or enter a formula.

Show your work Step-by-step method
  1. No account, AI request, or paid token is used.

Recent calculations

No calculations yet.

Applied math

RC Circuit Calculator explained

The short version

  • An RC circuit is a resistor and a capacitor together, and it charges or discharges on a curve, not a straight line.
  • The time constant τ = R × C is the one number that sets the pace. After 1τ the capacitor is 63.2% charged.
  • It is practically finished after 5τ, at 99.3%, which is the rule of thumb every datasheet uses.

The formula this page uses

τ = R · C charging: V(t) = V₀(1 − e^(−t/τ)) discharging: V(t) = V₀·e^(−t/τ) f_c = 1 / (2πRC)

What each part means

SymbolWhat it means
R — ResistanceIn ohms. 470 kΩ is 470000 Ω.
C — CapacitanceIn farads. 10 µF is 0.00001 F, and forgetting this conversion is the classic error.
τ — Time constantR × C, in seconds. Ohms times farads really does give seconds.
V₀ — Supply or starting voltageThe final voltage when charging, or the initial voltage when discharging.

Show your work: a full example

  1. The circuita 9 V supply charging a 10 µF capacitor through 470 kΩ
  2. Convert to base unitsR = 470000 Ω and C = 0.00001 F
  3. Time constantτ = 470000 × 0.00001 = 4.7 s
  4. Voltage after one time constant9 × (1 − e⁻¹) = 9 × 0.632 = 5.689 V
  5. After three time constants, t = 14.1 s9 × (1 − e⁻³) = 9 × 0.950 = 8.552 V
  6. After five time constants, t = 23.5 s9 × (1 − e⁻⁵) = 9 × 0.993 = 8.939 V
  7. Read itpractically full at 23.5 s, and mathematically it never quite reaches 9 V

A second, different case

  1. A different case: discharging the same capacitorstart at 9 V, same R and C, so τ is still 4.7 s
  2. After one time constant9 × e⁻¹ = 9 × 0.368 = 3.311 V
  3. Note the patterncharging climbs to 63.2%, discharging falls to 36.8%, and the two always add to 100%
  4. After 10 seconds, which is 2.128 time constants9 × e^(−10/4.7) = 9 × 0.1191 = 1.072 V
  5. Now treat the same parts as a low-pass filterf_c = 1 ÷ (2π × 4.7)
  6. Cutoff frequency0.0339 Hz, which is extremely low
  7. Read itthis pair passes only very slow signals, which is exactly what a long time constant means in the frequency picture
Copy-ready example

a 9 V supply charging a 10 µF capacitor through 470 kΩ

The circuit

Charging and discharging a 9 V supply, where τ = 4.7 s

TimeElapsedCharged toVoltage while chargingRemaining while discharging
00 s0%0 V100%
4.7 s63.2%5.689 V36.8%
9.4 s86.5%7.782 V13.5%
14.1 s95.0%8.552 V5.0%
18.8 s98.2%8.835 V1.8%
23.5 s99.3%8.939 V0.7%

Three mistakes to check for

What students writeWhy it's wrongDo this instead
τ = 470 × 10 = 4700 sThe prefixes were ignored, so kilo-ohms were multiplied by microfarads as if both were base units.R = 470000 Ω and C = 0.00001 F, giving τ = 4.7 s.
Assuming the capacitor charges at a steady rate and is full at 2τCharging is exponential: it slows down as the voltage difference shrinks.At 2τ it is only 86.5% charged, and 5τ is the usual practical finish.
Using V(t) = V₀·e^(−t/τ) for chargingThat is the discharge curve, and it starts at V₀ and falls instead of starting at 0 and rising.Charging is V₀(1 − e^(−t/τ)), which gives 5.689 V at t = τ, not 3.311 V.

Questions about the RC Circuit Calculator

Why is 63.2% the magic number?

It is 1 − 1/e, and e is baked into the exponential solution of the circuit's differential equation. Nobody chose 63.2%; it falls out of the mathematics, which is why every RC circuit shares it regardless of the component values.

Does a capacitor ever finish charging?

Not exactly. The curve approaches the supply voltage forever without reaching it. Engineers call 5τ finished because 0.7% left over is smaller than the tolerance of the components themselves.

How do R and C each change the timing?

Both stretch it in direct proportion, since τ is their product. Doubling R to 940 kΩ or doubling C to 20 µF each pushes τ from 4.7 s to 9.4 s, and doing both together gives 18.8 s.

What is the connection to filters?

The same pair is a low-pass filter with cutoff f_c = 1/(2πRC). A long time constant means a low cutoff, so the 4.7 s circuit above passes only signals below 0.034 Hz and smooths everything faster away.

Where to go next

Continue from this result

Turn one calculation into understanding.

Compare another tool, review the underlying idea, then solve a fresh problem without copying the example.