Why Are Phasors Used in Circuit Analysis?

How phasors turn sinusoidal circuit equations into algebra, and what their components represent physically.

Phasors turn differentiation into multiplication when we seek a sinusoidal response at a fixed frequency. Their use depends on the circuit being linear and time invariant, and on separating that response from any transient behavior.

Encoding amplitude and phase

Fix an angular frequency ω>0\omega>0 and use peak-amplitude phasors. A sinusoid can be written as

v(t)=Vmcos(ωt+ϕ)=Re{V~ejωt},V~=Vmejϕ,j2=1.v(t)=V_m\cos(\omega t+\phi) =\operatorname{Re}\{\widetilde V e^{j\omega t}\}, \qquad \widetilde V=V_me^{j\phi},\quad j^2=-1.

The phasor V~\widetilde V is constant; all time dependence sits in ejωte^{j\omega t}. Differentiating the whole expression gives

dvdt=Re{jωV~ejωt}.\frac{dv}{dt}=\operatorname{Re}\{j\omega\widetilde V e^{j\omega t}\}.

Thus d/dtd/dt acts as multiplication by jωj\omega on this family of signals. The derivative of the constant phasor alone would be zero and is not what the method uses.

If V~=a+jb\widetilde V=a+jb, the real signal is acosωtbsinωta\cos\omega t-b\sin\omega t. Its two real coefficients encode amplitude and phase, rather than two spatial components of the voltage. At a fixed nonzero frequency this encoding is unique when signals are compared for all times; taking a real part at one instant is not an injective operation.

From component laws to impedance

With passive sign convention, the ideal resistor, inductor, and capacitor laws yield

ComponentTime-domain lawPhasor relationImpedance
Resistorv=Riv=RiV~=RI~\widetilde V=R\widetilde IRR
Inductorv=Ldi/dtv=L\,di/dtV~=jωLI~\widetilde V=j\omega L\widetilde IjωLj\omega L
Capacitori=Cdv/dti=C\,dv/dtI~=jωCV~\widetilde I=j\omega C\widetilde V1/(jωC)1/(j\omega C)

Kirchhoff's laws still impose the same linear sums on currents and voltages. Together with the component laws, they give algebraic equations for the phasors. MIT's sinusoidal steady-state notes develop this approach.

For a series RLC circuit driven by vs(t)=Vmcosωtv_s(t)=V_m\cos\omega t,

I~=VmR+j(ωL1/(ωC)).\widetilde I=\frac{V_m}{R+j(\omega L-1/(\omega C))}.

As a numerical example, take R=10ΩR=10\,\Omega, L=0.1HL=0.1\,\mathrm H, C=100μFC=100\,\mu\mathrm F, ω=100rad/s\omega=100\,\mathrm{rad/s}, and Vm=10VV_m=10\,\mathrm V. Then

Z=10j90Ω,I~=108200A0.1104A.Z=10-j90\,\Omega,\qquad |\widetilde I|=\frac{10}{\sqrt{8200}}\,\mathrm A\approx0.1104\,\mathrm A.

The current leads the source voltage by arctan983.66\arctan9\approx83.66^\circ. The sign agrees with the circuit's net capacitive reactance.

What the calculation leaves out

A linear circuit's complete response includes a forced response and a natural response determined by initial conditions. In a stable circuit, decaying transients leave the sinusoidal steady state. Phasor analysis at one frequency computes that sinusoidal part; it does not generally determine the initial-condition terms.

A bounded sinusoidal solution must also exist. An ideal undamped circuit driven exactly at a resonance can instead have a growing response, so a division by zero in the phasor equations must not be ignored.

Several input frequencies can be handled separately and their time-domain responses added by linearity. Nonlinear circuits can generate new frequencies, so a single-frequency phasor calculation does not describe their full response. A small-signal linearization may still be useful near a specified operating point.

The general linear-system calculation

For a state-space model x˙=Ax+Bu\dot x=Ax+Bu with constant real matrices, try

u(t)=Re{Uejωt},xp(t)=Re{Xejωt}.u(t)=\operatorname{Re}\{Ue^{j\omega t}\},\qquad x_p(t)=\operatorname{Re}\{Xe^{j\omega t}\}.

Substitution gives (jωIA)X=BU(j\omega I-A)X=BU. If the matrix is invertible,

X=(jωIA)1BU.X=(j\omega I-A)^{-1}BU.

This is the same idea as impedance: complex exponentials convert a constant-coefficient differential equation into algebra. The homogeneous solution must still be included when initial conditions matter.