Worked examples: polar ⇌ rectangular, adding two voltages, and the jω shortcut

AC Circuits · Introduction to Phasors · Example

Three problems. First: a straight conversion between polar and rectangular form. Second: adding two phasors at different angles to find a resultant (the classic Kirchhoff sum). Third: using the d/dtjωd/dt \leftrightarrow j\omega rule to find the voltage across an inductor without touching calculus.

Example 1 — Convert V = 8 − j6 to polar form

  1. Magnitude.
    V=a2+b2=82+(6)2=100=10|V| = \sqrt{a^2 + b^2} = \sqrt{8^2 + (-6)^2} = \sqrt{100} = 10
  2. Angle.
    θ=arctan(b/a)=arctan(6/8)36.87°\theta = \arctan(b/a) = \arctan(-6/8) \approx -36.87°
    Negative angle because the phasor sits below the real axis (fourth quadrant).
  3. Polar form.
    V=1036.87°V = 10 \angle -36.87°
    Sanity check: going back, 10cos(36.87°)=810 \cos(-36.87°) = 8 ✓ and 10sin(36.87°)=610 \sin(-36.87°) = -6 ✓.
Always check the quadrant when using arctan. The bare function returns ±90°; you may need to add or subtract 180° if the real part is negative (second and third quadrants).

Example 2 — V₁ = 10∠0° plus V₂ = 6∠90°

Two voltages at the same frequency. Add them phasorially.

  1. Convert both to rectangular.
    V1=10cos(0°)+j10sin(0°)=10+j0V_1 = 10 \cos(0°) + j\,10 \sin(0°) = 10 + j0
    V2=6cos(90°)+j6sin(90°)=0+j6V_2 = 6 \cos(90°) + j\,6 \sin(90°) = 0 + j6
    V₂ is a pure imaginary because it sits on the positive imaginary axis.
  2. Add component-wise.
    V=V1+V2=(10+0)+j(0+6)=10+j6V = V_1 + V_2 = (10 + 0) + j(0 + 6) = 10 + j6
  3. Convert back to polar.
    V=102+62=13611.66|V| = \sqrt{10^2 + 6^2} = \sqrt{136} \approx 11.66
    θ=arctan(6/10)30.96°\theta = \arctan(6/10) \approx 30.96°
    So V11.6630.96°VV \approx 11.66 \angle 30.96°\,V.
V₁ = 10 V (at 0°)V₂ = 6 V (at 90°)V = 11.66 V ∠ 30.96°origin
V₁ along the real axis (10 V, 0°) plus V₂ along the imaginary axis (6 V, 90°) equals a resultant (green) of 11.66 V at 30.96°.

Because V₁ and V₂ are 90° apart, the triangle is a right triangle and the magnitudes combine as V=V12+V22|V| = \sqrt{|V_1|^2 + |V_2|^2}. Any time two phasors are in quadrature, Pythagoras is all you need.

Example 3 — Voltage across a 5 mH inductor carrying 2 sin(2π·1000 t) A

An inductor obeys v=LdI/dtv = L\,dI/dt. Pre-phasors, we'd differentiate. With phasors it's a pure multiplication by jωLj\omega L.

  1. Identify the current phasor. i(t)=2sin(2π1000t)i(t) = 2 \sin(2\pi \cdot 1000\,t) so I=20°AI = 2 \angle 0° \, A and ω=2π10006283\omega = 2\pi \cdot 1000 \approx 6283 rad/s.
  2. Inductor impedance.
    ZL=jωL=j62830.005j31.4ΩZ_L = j\omega L = j \cdot 6283 \cdot 0.005 \approx j31.4\,\Omega
    Magnitude 31.4 Ω, angle +90°.
  3. Voltage phasor by ‘Ohm’s law’.
    V=ZLI=(j31.4)(20°)=j62.8=62.890°VV = Z_L \cdot I = (j31.4)(2 \angle 0°) = j62.8 = 62.8 \angle 90°\,V
  4. Back to the time domain.
    v(t)=62.8sin(2π1000t+90°)v(t) = 62.8 \sin(2\pi \cdot 1000\,t + 90°)
    Voltage peaks a quarter-cycle before the current does — ELI, exactly as predicted in Topic 6.
The jωj\omega shortcut is the whole reason phasors are taught. Differentiation became a multiplication; integration becomes division by jωj\omega. RLC circuits reduce to algebra.
90°V = 62.8 ∠ 90° VI = 2 ∠ 0° AI = 2 sin(ωt)V = 62.8 sin(ωt + 90°)t
Example 3's answer as a phasor picture. The current phasor I=20°I = 2 \angle 0° A sits along the real axis; the voltage phasor V=62.890°V = 62.8 \angle 90° V points straight up. In the time domain, voltage leads current by a quarter cycle — ELI.

Play with more sliders in the Simulate stage or lock in the reflex on the Quiz.