1001Ferramentas
⏲️ Calculators

RC Time Constant Calculator

Compute the time constant τ = R × C of an RC circuit, cutoff frequency, and charge time to 63%, 95% and 99%. Useful for filters and timers. Everything in your browser.

τ (R × C)
Frequência de corte (1/2πRC)
Carga até 63%
Carga até 95% (3τ)
Carga até 99% (5τ)

RC time constant: τ = R · C

The RC time constant τ = R · C sets how fast a capacitor charges or discharges through a resistor. Charging follows V(t) = Vfinal · (1 − e−t/τ); discharging follows V(t) = Vinitial · e−t/τ. At t = τ, the capacitor reaches 63 % of the target voltage; at t = 5τ, 99.3 % — the practical saturation point. Example: R = 10 kΩ, C = 100 µF gives τ = 1 s, full charge in ~5 s. The RC pair also defines a first-order low-pass filter with cutoff frequency fc = 1 / (2π · R · C). Above fc, signals attenuate at 20 dB/decade.

Applications: debounce, filtering, timing

RC circuits provide switch debounce (τ in the 10–50 ms range smooths mechanical bounce), analog filters for audio and switching-supply ripple, antialiasing before an ADC, and form the timing element in PWM/PFM generators and 555-timer-based oscillators. Lower τ means faster response and higher cutoff frequency.

FAQ

Why 63 % at one time constant? The exponential 1 − e−1 ≈ 0.632 falls out of solving the differential equation for capacitor charge — it is not arbitrary.

When is the capacitor "fully" charged? Mathematically, never — but at 5τ it is within 1 % of the final voltage, which is treated as full for most engineering purposes.

How do I pick R and C for a 100 Hz cutoff? Pick C first (e.g., 100 nF), then solve R = 1 / (2π · fc · C) = 1 / (2π · 100 · 1e-7) ≈ 15.9 kΩ.

Does the formula change for AC? τ is defined for DC step responses; for AC use impedance XC = 1 / (2π · f · C) and reactance analysis instead.

Related Tools

〰️

Output Voltage Ripple

Calculate the output voltage ripple of a switching converter, ΔV = I ÷ (f × C), from the output current I, the switching frequency f and the output capacitance C. The result, in volts, is the residual oscillation superimposed on the DC output voltage, caused by the filter capacitor charging and discharging each switching cycle. Higher frequency and capacitance reduce the ripple. Keeping the ripple within limits (typically <1% of the output) is essential to supply sensitive circuits. Enter the current, the switching frequency and the capacitance.

Parallel Resistor Calculator

Compute the equivalent resistance of up to 10 resistors in parallel (Req = 1 / Σ(1/Ri)). Also shows the series total for comparison. Everything in your browser.

🔋

Capacitors in Series

Compute equivalent capacitance of series capacitors. Values in μF, one per line.

🟫

Resistor Color Code Calculator

Decode 4, 5 or 6 band resistors from their colors and see the value in ohms with tolerance. Also supports the reverse (value → colors). Useful for electronics. Everything in your browser.

🎚️

Standard Resistor Value (E6 to E192 Series)

Find the resistor value that actually exists in the E6, E12, E24, E48, E96 or E192 series, the error against your calculated value, and the matching colour code.

💨

Constant-Rate Drying Period Time

Computes how long the constant-rate period of a tray drying run lasts, t = m_s × (X₁ − X_c) ÷ (A × N_c), that is, the mass of water to be evaporated divided by the surface evaporation rate. Moisture contents are on a dry basis, in kilograms of water per kilogram of dry solid, and N_c is the evaporation flux measured while the surface is still fully wet, in kg per square metre per hour. While this period lasts the surface behaves like an open pool and the rate does not depend on the material, only on the air; it ends at the critical moisture X_c, when internal water can no longer reach the surface as fast as it evaporates. Enter the dry solid mass, the initial and critical moisture contents, the exposed area and the constant evaporation rate.

The results provided by this tool are for general informational and educational purposes only and do not constitute professional, financial, medical, legal, tax or accounting advice. Always confirm important decisions with a qualified professional and official sources.