Academy

Polar Form

Every complex number can be written in polar form using its modulus r and argument θ. This form makes multiplication and division geometric: multiply moduli and add arguments. The expression cos θ + i sin θ is often abbreviated as cis θ.
Derivation

The polar form rewrites a complex number using distance and angle instead of horizontal and vertical components. It is not a new object — it is the same complex number, described differently.

From Cartesian to Polar

Let z=a+ibz = a + ib with z0z \neq 0. Define:

r=z=a2+b2>0r = |z| = \sqrt{a^2 + b^2} > 0

Since r>0r > 0, divide aa and bb by rr:

ar=cosθ,br=sinθ\frac{a}{r} = \cos\theta, \qquad \frac{b}{r} = \sin\theta

where θ=arg(z)\theta = \arg(z) is the angle such that cos2θ+sin2θ=1\cos^2\theta + \sin^2\theta = 1 — consistent since (a/r)2+(b/r)2=(a2+b2)/r2=1(a/r)^2 + (b/r)^2 = (a^2+b^2)/r^2 = 1.

Therefore:

a=rcosθ,b=rsinθa = r\cos\theta, \qquad b = r\sin\theta

Substituting back:

z=a+ib=rcosθ+irsinθ=r(cosθ+isinθ)z = a + ib = r\cos\theta + ir\sin\theta = r(\cos\theta + i\sin\theta) z=r(cosθ+isinθ)\boxed{z = r(\cos\theta + i\sin\theta)}

Uniqueness

rr is unique: r=zr = |z| is determined by zz alone. There is only one positive real number equal to the distance from the origin.

θ\theta is not unique: Any θ+2kπ\theta + 2k\pi (kZk \in \mathbb{Z}) gives the same point. The principal value Arg(z)(π,π]\operatorname{Arg}(z) \in (-\pi, \pi] is the conventional choice.

Multiplication in Polar Form

z1z2=r1(cosθ1+isinθ1)r2(cosθ2+isinθ2)z_1 z_2 = r_1(\cos\theta_1 + i\sin\theta_1) \cdot r_2(\cos\theta_2 + i\sin\theta_2) =r1r2[(cosθ1cosθ2sinθ1sinθ2)+i(cosθ1sinθ2+sinθ1cosθ2)]= r_1 r_2 [(\cos\theta_1\cos\theta_2 - \sin\theta_1\sin\theta_2) + i(\cos\theta_1\sin\theta_2 + \sin\theta_1\cos\theta_2)] =r1r2[cos(θ1+θ2)+isin(θ1+θ2)]= r_1 r_2 [\cos(\theta_1+\theta_2) + i\sin(\theta_1+\theta_2)]

Moduli multiply, arguments add. This is why polar form is natural for multiplication and powers — operations that are clumsy in Cartesian form become clean in polar form.

The Euler Connection

Combined with Euler's formula eiθ=cosθ+isinθe^{i\theta} = \cos\theta + i\sin\theta:

z=reiθz = re^{i\theta}

The polar form and Euler's form are the same representation written two ways. Euler's form is more compact and makes exponentiation immediate.