Polar Form and Roots of Complex Numbers
Complex numbers are not just a new kind of number to memorize, students — they give us a powerful way to describe rotations, scaling, and repeating patterns in the plane 🌟. In this lesson, you will learn how to write complex numbers in polar form and how that makes finding roots much easier. By the end, you should be able to explain the key ideas, convert between forms, and use these ideas to solve problems involving powers and roots of complex numbers.
Why polar form matters
A complex number is usually written in rectangular form as $z = a + bi$, where $a$ is the real part and $b$ is the imaginary part. This form is useful for addition and subtraction, but it is not always the best choice for multiplication, powers, and roots. That is where polar form comes in.
Polar form describes a complex number using two facts:
- how far it is from the origin, called the modulus $r$,
- the angle it makes with the positive real axis, called the argument $\theta$.
If $z = a + bi$, then its modulus is
$$r = |z| = \sqrt{a^2 + b^2}$$
and its argument is the angle $\theta$ such that the point $(a,b)$ lies on a ray from the origin making angle $\theta$ with the positive real axis.
Using these, we can write
$$z = r(\cos \theta + i\sin \theta)$$
This is called the polar form of a complex number. It is also often written using the abbreviation $\operatorname{cis} \theta$, so $z = r\operatorname{cis}\theta$, where $\operatorname{cis}\theta = \cos\theta + i\sin\theta$.
Think of $r$ as the length of an arrow and $\theta$ as the direction the arrow points. In physics, navigation, and computer graphics, this kind of description is very natural because it separates size from direction.
Converting between rectangular form and polar form
Suppose you are given $z = 3 + 4i$. To convert it into polar form, first find the modulus:
$$r = |z| = \sqrt{3^2 + 4^2} = 5$$
Next, find the argument. Since the point $(3,4)$ is in the first quadrant,
$$\theta = \tan^{-1}\!\left(\frac{4}{3}\right)$$
So the polar form is
$$z = 5\left(\cos\theta + i\sin\theta\right)$$
where $\theta = \tan^{-1}\!\left(\frac{4}{3}\right)$.
Now go the other way. Suppose
$$z = 2\left(\cos\frac{\pi}{3} + i\sin\frac{\pi}{3}\right)$$
To convert back to rectangular form, use the exact trig values:
$$\cos\frac{\pi}{3} = \frac{1}{2}, \qquad \sin\frac{\pi}{3} = \frac{\sqrt{3}}{2}$$
Then
$$z = 2\left(\frac{1}{2} + i\frac{\sqrt{3}}{2}\right) = 1 + \sqrt{3}i$$
This back-and-forth conversion is important because some operations are easier in one form than the other.
A key point is that the argument is not unique. If $\theta$ is an argument of $z$, then $\theta + 2k\pi$ is also an argument for any integer $k$. So a complex number has infinitely many arguments, but we often choose the principal argument, usually written as a value in a standard interval such as $(-\pi,\pi]$ or $[0,2\pi)$ depending on the course convention.
Multiplication, division, and powers in polar form
Polar form shines when multiplying complex numbers. Suppose
$$z_1 = r_1\left(\cos\theta_1 + i\sin\theta_1\right)$$
and
$$z_2 = r_2\left(\cos\theta_2 + i\sin\theta_2\right)$$
Then their product is
$$z_1z_2 = r_1r_2\left(\cos(\theta_1+\theta_2) + i\sin(\theta_1+\theta_2)\right)$$
This means multiplication multiplies the lengths and adds the angles. That is a big deal: a multiplication by a complex number can be viewed as a scaling and a rotation at the same time 📐.
For division, the rule is
$$\frac{z_1}{z_2} = \frac{r_1}{r_2}\left(\cos(\theta_1-\theta_2) + i\sin(\theta_1-\theta_2)\right)$$
as long as $z_2 \neq 0$. Here, lengths divide and angles subtract.
This becomes even more powerful for powers. If
$$z = r\left(\cos\theta + i\sin\theta\right),$$
then by De Moivre’s theorem,
$$z^n = r^n\left(\cos(n\theta) + i\sin(n\theta)\right)$$
for any integer $n$. This is much easier than expanding repeatedly using algebra.
For example, if
$$z = \cos\frac{\pi}{6} + i\sin\frac{\pi}{6},$$
then
$$z^3 = \cos\frac{\pi}{2} + i\sin\frac{\pi}{2} = i$$
because the angle triples from $\frac{\pi}{6}$ to $\frac{\pi}{2}$.
Roots of complex numbers
Finding roots is one of the biggest reasons polar form is so useful. Suppose we want the $n$th roots of a complex number
$$z = r\left(\cos\theta + i\sin\theta\right).$$
We look for complex numbers $w$ such that
$$w^n = z$$
Write $w$ in polar form as
$$w = \rho\left(\cos\phi + i\sin\phi\right)$$
Then raising to the $n$th power gives
$$w^n = \rho^n\left(\cos(n\phi) + i\sin(n\phi)\right)$$
To match $z$, we need
$$\rho^n = r$$
and
$$n\phi = \theta + 2k\pi$$
for integers $k$. So the $n$th roots are
$$w_k = r^{1/n}\left(\cos\frac{\theta + 2k\pi}{n} + i\sin\frac{\theta + 2k\pi}{n}\right)$$
for $k = 0, 1, 2, \dots, n-1$.
This formula gives exactly $n$ distinct roots. They are evenly spaced around a circle of radius $r^{1/n}$, with angles separated by $\frac{2\pi}{n}$. That geometric pattern is one of the most beautiful features of complex numbers ✨.
Example: finding the cube roots of $8\left(\cos\pi + i\sin\pi\right)$
Let us find all cube roots of
$$z = 8\left(\cos\pi + i\sin\pi\right)$$
Here, $r = 8$ and $\theta = \pi$. The cube roots have modulus
$$8^{1/3} = 2$$
and arguments
$$\phi_k = \frac{\pi + 2k\pi}{3}$$
for $k = 0,1,2$.
So the three cube roots are
$$w_0 = 2\left(\cos\frac{\pi}{3} + i\sin\frac{\pi}{3}\right)$$
$$w_1 = 2\left(\cos\pi + i\sin\pi\right)$$
$$w_2 = 2\left(\cos\frac{5\pi}{3} + i\sin\frac{5\pi}{3}\right)$$
In rectangular form, these are
$$w_0 = 1 + \sqrt{3}i,$$
$$w_1 = -2,$$
$$w_2 = 1 - \sqrt{3}i$$
Notice how the three roots are equally spaced on a circle of radius $2$. If you plot them in the complex plane, they form the vertices of an equilateral triangle centered at the origin. This is not a coincidence: the roots of unity and their scaled versions always have this symmetric structure.
Example: the fourth roots of unity
The fourth roots of unity solve
$$w^4 = 1$$
Since
$$1 = 1\left(\cos 0 + i\sin 0\right),$$
we have $r = 1$ and $\theta = 0$. The four roots are
$$w_k = \cos\frac{2k\pi}{4} + i\sin\frac{2k\pi}{4}$$
for $k = 0,1,2,3$.
So the roots are
$$1,\ i,\ -1,\ -i$$
These points lie on the unit circle and are spaced by $90^\circ$. In many areas of mathematics and engineering, roots of unity appear because they represent repeated rotations that eventually return to the starting point.
Common mistakes to avoid
When working with polar form and roots, students, there are a few frequent errors to watch for:
- Forgetting that the argument is periodic, so the angles should include $2k\pi$.
- Using only one root when an equation should have $n$ roots.
- Mixing up the modulus and the argument.
- Not reducing angles to a standard form when needed.
- Forgetting that division by zero is not allowed, so $z_2 \neq 0$ in a quotient.
Another important habit is to check answers by raising your proposed root to the required power. If it returns the original number, your root is correct.
Conclusion
Polar form gives a geometric picture of complex numbers by separating size and direction. The modulus $r$ tells how far a complex number is from the origin, and the argument $\theta$ tells its angle. This makes multiplication, division, powers, and roots much easier to understand and compute. De Moivre’s theorem connects polar form to powers, and the root formula shows that complex roots are arranged evenly around a circle. These ideas are central to complex analysis because they combine algebra, geometry, and trigonometry in one powerful system. students, mastering polar form and roots will help you solve many problems in later topics involving complex numbers, signals, and periodic behavior.
Study Notes
- A complex number in rectangular form is $z = a + bi$.
- The modulus is $|z| = \sqrt{a^2 + b^2}$.
- The argument $\theta$ is the angle from the positive real axis.
- Polar form is $z = r\left(\cos\theta + i\sin\theta\right)$.
- Another common notation is $z = r\operatorname{cis}\theta$.
- Multiplication in polar form multiplies moduli and adds arguments.
- Division in polar form divides moduli and subtracts arguments.
- De Moivre’s theorem gives $z^n = r^n\left(\cos(n\theta) + i\sin(n\theta)\right)$.
- The $n$th roots of $z = r\left(\cos\theta + i\sin\theta\right)$ are
$$w_k = r^{1/n}\left(\cos\frac{\theta + 2k\pi}{n} + i\sin\frac{\theta + 2k\pi}{n}\right), \quad k = 0,1,\dots,n-1$$
- The $n$ roots are equally spaced on a circle of radius $r^{1/n}$.
- Roots of unity are the solutions of $w^n = 1$ and lie on the unit circle.
- Polar form is especially useful for powers, roots, and geometric interpretation of complex numbers.
