Tested tool guide
Tested browser tools
Checked August 15, 2026
What AC Circuit Phasor Diagram does, with a checked example
This tool builds a series RLC circuit from resistance, inductance, and capacitance values plus a source frequency, then draws a phasor diagram showing how voltage across each element relates to the current they share. It computes inductive and capacitive reactance, combines them into total impedance, and reports the phase angle between source voltage and current along with the circuit's resonant frequency. The detail people miss most: the phase angle's sign flips depending on whether inductive or capacitive reactance dominates, so a negative angle means current leads voltage, not lags it.
Worked example
A concrete input and expected output from the current implementation.
Input
Series RLC circuit: R = 50 ohm, L = 200 mH, C = 20 microfarad, source frequency f = 60 Hz
->
Expected output
XL = 75.4 ohm, XC = 132.6 ohm, |Z| = 76.0 ohm, phase angle = -48.9 degrees (current leads voltage), resonant frequency f0 = 79.58 Hz
At 60 Hz, XC (132.6 ohm) exceeds XL (75.4 ohm), so net reactance is capacitive and current leads voltage by arctan(57.2/50) = 48.9 degrees; resonance occurs where XL = XC, at f0 = 1/(2*pi*sqrt(LC)).