Polar Form of Complex Numbers

Learn how to express complex numbers in polar form r(cosθ + i sinθ), convert between Cartesian and polar forms, and use geometric understanding with examples.

1. Recap: Coordinates, Radius r and Angle θ

Every complex number \(z = a + ib\) corresponds to the point \((a, b)\) on the Argand plane. To express this point in a different way, we use:

  • r — the distance from the origin (same as modulus)
  • θ — the angle with the positive real axis (same as argument)

These two values describe the same point using polar coordinates.

The formulas are:

  • \(r = \sqrt{a^2 + b^2}\)
  • \(\theta = \arg(z)\)

2. Definition of the Polar Form r(cos θ + i sin θ)

Using modulus and argument, any complex number can be written in polar form.

Definition:

For \(z = a + ib\), the polar form is:

\(z = r(\cos \theta + i \sin \theta)\)

where:

  • \(r = |z| = \sqrt{a^2 + b^2}\)
  • \(\theta = \arg(z)\)

This form is very useful when multiplying, dividing, or raising complex numbers to powers.

3. Converting from a + ib Form to Polar Form

To convert \(z = a + ib\) into polar form, follow these steps:

  1. Find modulus: \(r = \sqrt{a^2 + b^2}\)
  2. Find argument: \(\theta = \tan^{-1}(\frac{b}{a})\), adjusted according to the correct quadrant

Example: Convert \(3 + 3i\) to polar form.

  • \(r = \sqrt{3^2 + 3^2} = 3\sqrt{2}\)
  • \(\theta = \frac{\pi}{4}\)

So, the polar form is:

\(3\sqrt{2}(\cos \frac{\pi}{4} + i \sin \frac{\pi}{4})\).

4. Converting from Polar Form to a + ib Form

To convert \(z = r(\cos \theta + i \sin \theta)\) back to Cartesian form, simply expand:

\(z = r\cos \theta + i(r\sin \theta)\)

So:

  • Real part: \(a = r\cos\theta\)
  • Imaginary part: \(b = r\sin\theta\)

Example: Convert \(4(\cos \frac{\pi}{6} + i \sin \frac{\pi}{6})\).

  • \(a = 4 \cdot \frac{\sqrt{3}}{2} = 2\sqrt{3}\)
  • \(b = 4 \cdot \frac{1}{2} = 2\)

So the number is \(2\sqrt{3} + 2i\).

5. Geometric Meaning of Polar Form

The polar form shows the complex number as a rotation and stretching from the origin.

In \(z = r(\cos \theta + i \sin \theta)\):

  • \(r\) tells how far the point is from the origin
  • \(\theta\) tells the direction

So you can think of polar form as: “Start at the origin, rotate by \(\theta\), then move forward by length \(r\).”

This is useful in physics, electrical engineering, and trigonometric simplifications.

6. Multiplication and Division in Polar Form

One major advantage of polar form is that multiplication and division become simple.

6.1. Multiplication of Complex Numbers

If

\(z_1 = r_1(\cos \theta_1 + i \sin \theta_1)\)

and

\(z_2 = r_2(\cos \theta_2 + i \sin \theta_2)\),

then:

\(z_1 z_2 = r_1 r_2 (\cos(\theta_1 + \theta_2) + i \sin(\theta_1 + \theta_2))\)

So we multiply the moduli and add the arguments.

Example:

Multiply \(2(\cos 30° + i \sin 30°)\) and \(3(\cos 45° + i \sin 45°)\).

  • Modulus: \(2 \cdot 3 = 6\)
  • Angle: \(30° + 45° = 75°\)

Product: \(6(\cos 75° + i \sin 75°)\).

6.2. Division of Complex Numbers

If

\(z_1 = r_1(\cos \theta_1 + i \sin \theta_1)\)

and

\(z_2 = r_2(\cos \theta_2 + i \sin \theta_2)\),

then:

\(\frac{z_1}{z_2} = \frac{r_1}{r_2}(\cos(\theta_1 - \theta_2) + i \sin(\theta_1 - \theta_2))\)

So we divide the moduli and subtract the arguments.

Example:

\( \frac{5(\cos 60° + i \sin 60°)}{5(\cos 20° + i \sin 20°)} = 1(\cos 40° + i \sin 40°) \).