RC Circuit Calculator

Calculate the time constant, cutoff frequency, and capacitor voltage at any time during charging or discharging of an RC (resistor-capacitor) circuit.

TIME CONSTANT (τ)
--
Vc Charging (V)
--
Vc Discharging (V)
--
Cutoff Freq (Hz)
--
Charge % at t
--

What Is an RC Circuit?

An RC circuit consists of a resistor (R) and capacitor (C) connected in series or parallel. When a voltage is applied, the capacitor charges exponentially through the resistor. The time constant tau (RC) determines how quickly charging or discharging occurs. After one time constant, the capacitor reaches about 63.2% of the supply voltage during charging.

RC circuits are fundamental building blocks in electronics, used for filtering, timing, wave shaping, and signal coupling. Understanding the transient response and frequency characteristics of RC circuits is essential for circuit design and analysis.

RC Circuit Formulas

τ = R × C
Vc(charging) = Vs × (1 - e-t/τ)
Vc(discharging) = Vs × e-t/τ
fcutoff = 1 / (2πRC)

Time Constant Milestones

Time ConstantsCharging %Discharging %
63.2%36.8%
86.5%13.5%
95.0%5.0%
98.2%1.8%
99.3%0.7%

Applications

  • Low-pass filter: Passes frequencies below the cutoff frequency and attenuates higher frequencies at -20 dB/decade.
  • Timer circuits: The 555 timer IC uses RC circuits to set precise timing intervals.
  • Debouncing: RC filters smooth out mechanical switch bounce in digital circuits.
  • AC coupling: Capacitors in series with resistors block DC while passing AC signals.

Frequently Asked Questions

How long does it take to fully charge a capacitor?

Theoretically, a capacitor never reaches 100% charge in an RC circuit because the exponential curve approaches but never reaches the supply voltage. In practice, after 5 time constants (5*tau), the capacitor is charged to 99.3%, which is considered fully charged for most applications.

What happens if I increase the resistance?

Increasing resistance increases the time constant, making charging and discharging slower. It also lowers the cutoff frequency. This is because the resistor limits current flow, reducing the rate at which charge accumulates on the capacitor plates.

How do I calculate for parallel RC circuits?

In a parallel RC circuit, the time constant is the same (tau = R*C), but the behavior differs. The voltage across both components is the same, while the current splits. For frequency response, a parallel RC circuit acts as a high-pass filter instead of a low-pass filter.