The phasor transform maps a sinusoidal time-domain signal to its complex amplitude , dropping the time dependence. Inverse transform: . It’s one-to-one at a fixed frequency , so all sinusoids of frequency correspond bijectively to complex numbers, and operations on sinusoids carry over to operations on those complex numbers, usually much simpler. This is what sets up the phasor representation.
Three observations behind the trick
- Every sinusoid is the real part of a rotating complex exponential. By Euler’s formula,
The factor depends only on the specific signal’s amplitude and phase; the factor depends only on time and the (common) angular frequency.
-
Linear operations preserve frequency. Adding sinusoids of frequency gives a sinusoid of frequency . Differentiating gives one (multiplied by , phase-shifted ). Integrating gives one. In a linear circuit driven at one frequency, everything in sight oscillates at that frequency, and the factor is along for the ride.
-
One-to-one correspondence between sinusoids and complex numbers. At a fixed , the sinusoid is completely specified by the pair , which packages neatly as the single complex number .
The transform pair
To go from time domain to phasor: read off amplitude and phase. To go back: multiply the phasor by and take the real part.
The frequency is not stored in the phasor. The phasor only encodes amplitude and phase — frequency is context.
Differentiation becomes multiplication
The payoff: differentiation with respect to time becomes multiplication by . From , another sinusoid at , amplitude times, phase advanced . In phasor language, (using and the scaling).
So . Integration corresponds to division by . Differential equations in time become algebraic equations in . Resistors, inductors, capacitors all get impedances that are complex numbers, and Kirchhoff’s laws apply directly.
Worked example
Combine with . Phasors and . Convert to rectangular: , . Sum: . The imaginary parts cancelled (because and are complex conjugates). Inverse transform: .
Two sinusoids symmetric about summed to a sinusoid centered at . The phasor picture makes this visually obvious in a way the trigonometric identity doesn’t.
Limitations
The phasor transform only handles sinusoidal steady state, a single sinusoid at one fixed frequency. Transients (the time after a switch closes, before steady state), multi-frequency signals, and non-sinusoidal inputs need other tools: the Laplace transform (transients and exponentials), the Fourier transform (spectral decomposition).
The Laplace transform generalizes the phasor transform: a phasor is what you get when you evaluate the Laplace transform at on a steady-state sinusoid. Adding a real part to tracks decay rates too. See Complex frequency.