Tested tool guide
Tested browser tools
Checked August 16, 2026
What RC/RL Circuit Transient Simulator does, with a checked example
Every time a switch closes on a circuit that contains a capacitor or an inductor, the voltages and currents do not land on their final values instantly - they settle along exponential curves paced by a single number, the time constant. This tool takes resistance, capacitance or inductance, and a source voltage, then plots charging and discharging transients for RC and RL circuits and reports the time constant. The usual surprise is the role reversal: an uncharged capacitor acts like a short circuit the instant the switch closes, while an inductor acts like an open circuit, so a capacitor's current starts at its maximum and an inductor's starts at zero.
Worked example
A concrete input and expected output from the current implementation.
Input
R = 10000 ohm, C = 100 uF, source V = 5 V, charging
->
Expected output
tau = 1.00 s. Capacitor voltage: 3.16 V at t = 1 s, 4.32 V at t = 2 s, 4.97 V at t = 5 s (99.3% of 5 V). Charging current: 0.50 mA at t = 0, falling to 0.18 mA at t = 1 s.
With tau = R times C = 1.00 s, the voltage follows 5(1 - e^(-t/tau)) V: each elapsed time constant closes 63.2% of the remaining gap to 5 V, so 1 s gives 5(1 - e^(-1)) = 3.16 V and 5 s leaves only about 0.7% of the gap. The current is V/R = 0.50 mA scaled by the same decaying factor e^(-t/tau).