Complex Numbers and Polar Coordinates

While the Cartesian coordinate system (x,y)(x, y) is standard, many engineering and physics problems, especially those involving rotation, wave motion, or alternating current, are more naturally described using polar coordinates. This system is deeply intertwined with complex numbers, allowing us to perform powerful geometric operations like rotation and scaling through simple algebra.

The Polar Coordinate System

In the polar coordinate system, a point in the plane is defined by its distance rr from the origin (the pole) and the angle θ\theta measured counterclockwise from the positive x-axis (the polar axis).

Cartesian vs. Polar Forms

A point PP can be represented as (x,y)(x, y) in rectangular coordinates or (r,θ)(r, \theta) in polar coordinates.
Converting Polar to Rectangular

Polar to Rectangular Coordinates

Converts polar coordinates (r, theta) to Cartesian coordinates (x, y).

Variables

SymbolDescriptionUnit
x,yx, yCartesian coordinates-
rrRadial distance from the origin-
θ\thetaDirectional anglerad \\text{ or } ^\\circ

Cartesian vs. Polar Forms

Converting Rectangular to Polar

Rectangular to Polar Coordinates

Converts Cartesian coordinates (x, y) to polar coordinates (r, theta).

Variables

SymbolDescriptionUnit
rrRadial distance from the origin-
θ\thetaDirectional anglerad \\text{ or } ^\\circ
x,yx, yCartesian coordinates-

Cartesian vs. Polar Forms

Note: When finding θ\theta, you must consider the quadrant in which the point (x,y)(x, y) lies to ensure you get the correct angle, not just the principal value returned by arctan\arctan.
Key Takeaways
  • Polar Coordinates (r,θ)(r, \theta): Represents a point by its distance from the origin (rr) and its directional angle (θ\theta).
  • Conversion: Relies entirely on right-triangle trigonometry (SOH CAH TOA and the Pythagorean Theorem).

Complex Numbers in Polar Form

A complex number z=a+biz = a + bi can be plotted on the complex plane, where the x-axis represents the real part (aa) and the y-axis represents the imaginary part (bb). This allows us to express complex numbers using polar coordinates.

Polar Form (Trigonometric Form)

By substituting a=rcosθa = r \cos \theta and b=rsinθb = r \sin \theta into z=a+biz = a + bi, we get:

Complex Number in Polar Form

Expresses a complex number using its magnitude (modulus) and direction (argument).

Variables

SymbolDescriptionUnit
zzComplex number-
rrModulus (|z|)-
θ\thetaArgument (\arg(z))rad
iiImaginary unit (\sqrt{-1})-

Polar Form (Trigonometric Form)

This is often abbreviated in engineering as z=r cis θz = r \text{ cis } \theta or z=rθz = r \angle \theta.
  • Modulus (rr or z|z|): The absolute distance from the origin. r=a2+b2r = \sqrt{a^2 + b^2}.
  • Argument (θ\theta or arg(z)\arg(z)): The directional angle. tanθ=ba\tan \theta = \frac{b}{a}.

The Complex Plane (Argand Diagram)

The geometric representation of complex numbers was popularized by Jean-Robert Argand and Carl Friedrich Gauss in the early 19th century. By viewing the real part as the x-coordinate and the imaginary part as the y-coordinate, the "mysterious" imaginary numbers were grounded in tangible 2D geometry.
Multiplying by ii simply became a 9090^\circ counterclockwise rotation on this plane. This visual framework made the polar coordinate representation of complex numbers highly intuitive.

Operations in Polar Form

While addition and subtraction of complex numbers are much easier in rectangular form, multiplication and division are vastly simplified in polar form.

Multiplication and Division

Let z1=r1(cosθ1+isinθ1)z_1 = r_1(\cos \theta_1 + i \sin \theta_1) and z2=r2(cosθ2+isinθ2)z_2 = r_2(\cos \theta_2 + i \sin \theta_2).
Multiplication
Multiply the moduli and add the arguments.

Multiplication of Complex Numbers in Polar Form

Multiply the moduli and add the arguments.

Variables

SymbolDescriptionUnit
z1,z2z_1, z_2Complex numbers-
r1,r2r_1, r_2Moduli of the complex numbers-
θ1,θ2\theta_1, \theta_2Arguments of the complex numbersrad

Multiplication and Division

Division
Divide the moduli and subtract the arguments.

Division of Complex Numbers in Polar Form

Divide the moduli and subtract the arguments.

Variables

SymbolDescriptionUnit
z1,z2z_1, z_2Complex numbers (where z_2 \neq 0)-
r1,r2r_1, r_2Moduli of the complex numbers-
θ1,θ2\theta_1, \theta_2Arguments of the complex numbersrad

Multiplication and Division

(Assuming z20z_2 \neq 0)
Key Takeaways
  • Geometry of Multiplication: Multiplying two complex numbers results in scaling their magnitudes and rotating their angles.

De Moivre's Theorem

De Moivre's Theorem is a powerful formula for computing powers and roots of complex numbers. It directly follows from the rules of multiplication in polar form.

De Moivre's Theorem for Powers

If z=r(cosθ+isinθ)z = r(\cos \theta + i \sin \theta) and nn is any real number, then:

De Moivre's Theorem

Calculates the power of a complex number.

Variables

SymbolDescriptionUnit
zzComplex number-
nnExponent-
rrModulus-
θ\thetaArgumentrad

Finding nth Roots

Every non-zero complex number has exactly nn distinct nn-th roots. They are evenly spaced around a circle of radius rn\sqrt[n]{r} on the complex plane.
For z=r(cosθ+isinθ)z = r(\cos \theta + i \sin \theta), the nn-th roots are given by:

Roots of a Complex Number

Calculates the n distinct n-th roots of a complex number.

Variables

SymbolDescriptionUnit
wkw_kThe k-th root-
nnDegree of the root-
rrModulus-
θ\thetaArgumentrad
kkIndex from 0 to n-1-

Finding nth Roots

where k=0,1,2,,n1k = 0, 1, 2, \dots, n - 1. (Or use 360360^\circ instead of 2π2\pi if working in degrees).

Roots of Unity

A very specific and important case of finding roots is solving the equation zn=1z^n = 1. The solutions are called the nn-th Roots of Unity.
Because 1=1(cos0+isin0)1 = 1(\cos 0 + i \sin 0), applying the root formula gives:

Roots of Unity

The n distinct complex roots of 1.

Variables

SymbolDescriptionUnit
wkw_kThe k-th root of unity-
nnDegree of the root-
kkIndex from 0 to n-1-

Roots of Unity

The nn-th roots of unity always include 11 itself, and the points always form a regular nn-sided polygon centered at the origin, inscribed perfectly within the unit circle z=1|z| = 1. Furthermore, the sum of all nn roots of unity is exactly 00.

Euler's Formula

Euler's formula establishes the fundamental relationship between trigonometric functions and the complex exponential function. It bridges algebra, trigonometry, and calculus.

Euler's Formula

Relates the complex exponential function to trigonometric functions.

Variables

SymbolDescriptionUnit
eeEuler's number-
iiImaginary unit-
θ\thetaAnglerad

Euler's Formula

Using this, a complex number in polar form can be written extremely compactly:
z=reiθ z = r e^{i\theta}
This exponential form makes multiplication, division, and exponentiation even more transparent:
  • z1z2=(r1eiθ1)(r2eiθ2)=r1r2ei(θ1+θ2)z_1 z_2 = (r_1 e^{i\theta_1})(r_2 e^{i\theta_2}) = r_1 r_2 e^{i(\theta_1 + \theta_2)}
  • zn=(reiθ)n=rneinθz^n = (r e^{i\theta})^n = r^n e^{in\theta} (which is exactly De Moivre's Theorem)

Phasors and Time-Harmonic Signals

In physics, electrical engineering, and acoustics, engineers constantly work with time-harmonic signals (steady-state sinusoidal waves like AC voltage or sound waves). Using Euler's formula, these waves can be expressed as:
v(t)=V0cos(ωt+ϕ)=Re{V0ei(ωt+ϕ)}=Re{(V0eiϕ)eiωt} v(t) = V_0 \cos(\omega t + \phi) = \text{Re} \{ V_0 e^{i(\omega t + \phi)} \} = \text{Re} \{ (V_0 e^{i\phi}) e^{i\omega t} \}
The complex number V=V0eiϕ=V0ϕ\mathbf{V} = V_0 e^{i\phi} = V_0 \angle \phi is called a phasor. It encapsulates the magnitude and phase of the wave as a static complex number in polar coordinates. Because the rotational term eiωte^{i\omega t} is common to all linear operations in a system of the same frequency, it can be dropped during calculations.
This transforms the difficult calculus of solving differential equations for sinusoidal waves into simple complex algebra!
Key Takeaways
  • De Moivre's Theorem: An essential shortcut for raising complex numbers to high powers without expanding massive binomials.
  • N-th Roots Geometry: The nn roots of a complex number form a regular nn-sided polygon inscribed in a circle centered at the origin on the complex plane.