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+ib with z=0. Define:
r=∣z∣=a2+b2>0
Since r>0, divide a and b by r:
ra=cosθ,rb=sinθ
where θ=arg(z) is the angle such that cos2θ+sin2θ=1 — consistent since (a/r)2+(b/r)2=(a2+b2)/r2=1.
Therefore:
a=rcosθ,b=rsinθ
Substituting back:
z=a+ib=rcosθ+irsinθ=r(cosθ+isinθ)z=r(cosθ+isinθ)
Uniqueness
r is unique:r=∣z∣ is determined by z alone. There is only one positive real number equal to the distance from the origin.
θ is not unique: Any θ+2kπ (k∈Z) gives the same point. The principal value Arg(z)∈(−π,π] is the conventional choice.
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θ:
z=reiθ
The polar form and Euler's form are the same representation written two ways. Euler's form is more compact and makes exponentiation immediate.