Introduction to Phasors
AC Circuits · 12 min read
Every AC circuit problem eventually turns into an equation full of terms that have to be added, differentiated, and compared. Doing that with trig identities gets painful fast. Phasors are the workaround: replace every sinusoid with a rotating vector on the complex plane, and the trig collapses into ordinary vector arithmetic.
A phasor is a rotating arrow
Any sinusoid can be written as the imaginary component of a complex exponential:
The complex number is a vector of length that spins around the complex-plane origin at angular speed . Its shadow on the imaginary axis is the sine. We call this rotating vector a phasor.
The crucial simplification: every sinusoid in the circuit is rotating at the same . The rotation is therefore a common factor that can be stripped off, leaving only the static magnitude and phase:
This frozen-in-time vector is what “the phasor of v(t)” usually means. Two sinusoids at the same frequency can now be compared by comparing their two phasors — just two static arrows on the complex plane.
Two notations for the same arrow
A phasor is a complex number. Complex numbers have two standard notations, and AC analysis uses both freely:
- Polar form: (length and angle). Ideal for multiplication, division, and reading a phasor off a diagram.
- Rectangular form: (real and imaginary components). Ideal for addition and subtraction — components add term-by-term.
The conversion is a right-triangle identity:
A practical rule of thumb: add in rectangular, multiply in polar. Need to add two voltages? Break both into , add the real parts, add the imaginary parts, convert back to polar if you want the answer as magnitude and angle. Need to multiply (e.g. )? Polar is trivial (divide magnitudes, subtract angles); rectangular is ugly.
Adding phasors
Two sinusoids at the same frequency add up to a third sinusoid at the same frequency. With phasors this is pure vector addition — either tip-to-tail or via the parallelogram law.
In rectangular form:
In polar form: convert, add, convert back.
The jω operator — calculus made geometric
Here is the payoff that makes phasors worth the setup. Differentiating a sinusoid shifts its phase by +90° and multiplies its amplitude by :
On the phasor plane, shifting by +90° is exactly the same as multiplying by . So in the phasor domain:
The time-derivative operator, which made capacitor and inductor equations messy in the time domain, becomes a plain multiplication in the phasor domain.
All three element laws collapse onto phasor impedances thanks to this trick:
- Resistor: — no phase shift.
- Inductor: — impedance , purely imaginary and positive. (Voltage leads current by 90°, matching ELI.)
- Capacitor: — impedance , purely imaginary and negative. (Current leads voltage by 90°, matching ICE.)
Together these three give you a universal impedance that generalises Ohm's law to AC: , where Z is a complex number containing everything you need about both amplitude scaling and phase shift. That's the key that unlocks Series RLC, Frequency Response, and Resonance — the next three topics.
Common applications
- Power-factor correction. Phasor addition of load currents (real + reactive) is how you size a compensating capacitor to bring a factory's current back into phase with its voltage.
- Three-phase systems. Three sinusoids 120° apart become three phasors at 0°, 120°, 240°. Their vector sum is zero — which is why you don't need a neutral return wire in a balanced three-phase load.
- Filter design. Transfer-function magnitude and phase plots (Bode) are really and the angle between them — phasor thinking all the way down.
- Radio / signal processing. I / Q demodulation is phasor algebra running in silicon.
Try the rotating phasor live in the Simulate stage or lock in the reflex with the Quiz.