If $i^2=-1$, does it mean that the square root of $-1$ is $i$, why not $-i$? Remember in section 2.3 we briefly discussed the freedom we have in Mathemafrica? The definition of the principal (real) square root (definition 2.1 ) required $\sqrt{x} \geq 0 $ for $x \geq 0$, so there is no ambiguity when we take the principal square root of, for instance 9, because $\sqrt{9}=+3$. Unfortunately, complex numbers cannot be ordered (see 8 for details) i.e. they are neither positive nor negative, so the square root of a complex number is ambiguous. We can't have the "positive" complex square root.

Definition 16.1

$n^{th}$ roots of a complex number

Let $z,w \in \mathbb{C}$ and $n \in \mathbb{N}$.

We say $z$ is a (complex) $n^{th}$ root of $w$ if:

$z^n=w$

As an example you would say that $\pm 1$ are the complex $2^{nd}$ roots of 1 because $(\pm 1)^2=1$

Remark: A special case of this (when $w=1$) is solving $z^n=1$, the solutions to this equation are called roots of unity.

So you can ask questions like "what are the sixth roots of $i$?" which means, for which values of $z\in\mathbb{C}$ does $z^6=i$

Let's look at an example. Let's suppose we are interested in finding the cube roots ($3^{rd}$) of $i$, what we are really looking for is all the complex numbers which when we cube we get $i$. If we put this into an equation, we are looking for all the values of $z \in \mathbb{C}$ that satisfy $z^3=i$. Let's solve for $z$:

The first thing we will do EVERY TIME we solve one of these will be to write the complex number whose roots we are looking for in exponential form. In this case we need to put $i$ in the form $re^{i\theta}$, where $r$ and $\theta$ are the modulus and argument of $i$. Well, $|i|=1$ and $arg(i)=\frac{\pi}{2}+2\pi k$ where $k\in \mathbb{Z}$, so:

$$i=e^{i(\frac{\pi}{2}+2\pi k)}$$

The second thing we do is to write $z$ in exponential form, where this time of course we don't know the modulus and argument so we just write $z=re^{i\theta}$ and this gives us:

$$(re^{i\theta})^3=e^{i(\frac{\pi}{2}+2\pi k)}$$

which can be written as:

$$r^3e^{3i\theta}=e^{i(\frac{\pi}{2}+2\pi k)}$$

Now, for the left and right hand sides to be equal (ie two complex numbers be equal to each other) their moduli and arguments have to be the same.

The modulus each side is $r^3$ on the left hand side and 1 on the right hand side, so we have $r^3=1$, but $r$ has to be real and positive, and there is only one such number for which this is true....which is just $r=1$. For the arguments, we have $3\theta$ on the left, and $(\frac{\pi}{2}+2\pi k)$ on the right, so we must have:

$$\theta=\frac{\pi}{6}+\frac{2}{3}\pi k$$

where $k\in\mathbb{R}$

So the solutions are:

$$z=1e^{i(\frac{\pi}{6}+\frac{2}{3}\pi k)}$$

We know that for a second root equation there are three solutions, but here it looks like we have an infinite number of solutions, one for each $k$...but actually this isn't quite true. Let's look at what these numbers are in Cartesian form for different $k$

$$\begin{aligned}k=0\ \Rightarrow \quad &z_0 = e^{i\frac{\pi}{6}}\ = \frac{\sqrt{3}}{2}+\frac1{2}i\\ k=1\ \Rightarrow \quad &z_1= e^{i(\frac{\pi}{6}+\frac{2\pi}{3})}\ = \frac{-\sqrt{3}}{2}+\frac1{2}i \\ k=2\ \Rightarrow \quad &z_2= e^{i(\frac{\pi}{6}+\frac{4\pi}{3})}\ = -i \\ k=3\ \Rightarrow \quad &z_2= e^{i(\frac{\pi}{6}+\frac{6\pi}{3})}=e^{i(\frac{\pi}{6}+2\pi)}\ = e^{i\frac{\pi}{6}}\ = \frac{\sqrt{3}}{2}+\frac1{2}i\end{aligned}$$

See what happened there at $k=3$. The $k$ part ended up adding on $2\pi$ to the argument, and you can take any argument and add on $2\pi$ and you'll get back to the same place. It just says go around the circle a full turn.

Check yourself that for $k=4$ you will get back to the $k=1$ solution, and for $k=5$ you will get back to the $k=2$ solution. In fact $k=0,1,2$ give us all of the solutions.

We can plot the three solutions and they all lie on the unit circle:

See the visual representation of the three cube roots below.

Three cube roots of $i$ sketched on an Argand diagram

Let's look at another example

Solve $z^4=1-i$

Again, we follow these steps:

  1. Write left and right hand side in exponential form
  2. Equate the modulus and argument of both sides
  3. Solve for $r$ and $\theta$
  4. Find the unique arguments (the values of $k$ for which the complex number is unique). There will ALWAYS be $n$ of these, given by $k=0$, $k=1$, all the way up to $k=n-1$.
  5. Write out the solutions in Cartesian form and plot them in the complex plane.

Let's see:

  1. $1-i=\sqrt{2}e^{i(-\frac{\pi}{4}+2\pi k)}$, $k\in\mathbb{Z}$, so:

    $$r^4e^{4i\theta}=\sqrt{2}e^{i(-\frac{\pi}{4}+2\pi k)}$$

  2. Equating the modulus: $$r^4=\sqrt{2}\implies r=2^\frac{1}{8}$$ Equating the arguments: $$4\theta=(-\frac{\pi}{4}+2\pi k)\implies \theta=(-\frac{\pi}{16}+\frac{\pi k}{2})$$
  3. $$r=2^\frac{1}{8}$$ and $$\theta=(-\frac{\pi}{16}+\frac{\pi k}{2})$$
  4. $$\theta=\left\{-\frac{\pi}{16},\frac{7\pi}{16},\frac{15\pi}{16},\frac{23\pi}{16}\right\}$$
  5. Plugging these values of $\theta$ and $r$ into $r(\cos\theta+i\sin\theta)$ we get the solutions (up to four decimals): $$z=\left\{-1.0696 + 0.2127 i, -0.2127 - 1.0696 i, 0.2127 + 1.0696 i, 1.0696 - 0.2127 i\right\}$$ which in the complex plane look like

    Four fourth roots of $1-i$ sketched in the complex plane along with the unit circle. The lines joining them to the origin have been put in to illustrate that the difference in arguments is $\frac{\pi}{2}$.

It is a general rule that all $n$ of the $n^{th}$ roots of a complex number will appear with the same modulus and with equal spacing in terms of the argument. That spacing will always be $\frac{2\pi}{n}$, which is just $\frac{1}{n}$ of a full circle.

Worked examples 16.1
  1. Find all the fourth roots of 16.
  2. Let $w \in \mathbb{C}$, and $n \in \mathbb{N}$. How many (complex) $n^{th}$ roots does $w \neq 0$ have? This is a theorem!
  3. Find all the values for $z \in \mathbb{C}$ (and plot them on an Argand diagram) that satisfy the following equations:

    1. $z^5=1+i$
Show solutions
  1. As before, we are trying to find $z$ such that: $$z^4=16$$ Write both sides in complex exponential form: $$r^4e^{4i\theta}=16e^{2\pi i k}\, ,\,\,\, k\in\mathbb{Z}$$ Matching moduli and arguments we have: $$r^4=16\implies r=2\, ,\,\,\, 4\theta=2\pi k\implies \theta=\frac{\pi k}{2}$$ Thus: $$z=2(\cos\frac{\pi k}{2}+i\sin \frac{\pi k}{2})=\{2,2i,-2,-2i\}$$ We know that taking $k=0,1,2,3$ will give us all four solutions. We will plot the solution to this, and questions (c) after that question.
  2. There are always $n$ $n^{th}$ roots of $w\neq0$.
  3. As in the first part: $$z^5=r^5e^{5i\theta}=1+i=\sqrt{2}e^{i\frac{\pi}{4}+2\pi i k}$$ Matching modulus and argument gives: $$r=\sqrt{2}^\frac{1}{5}=2^\frac{1}{10}\, ,\,\,\, \theta=\frac{\pi}{20}+\frac{2}{5}\pi k$$ and we have to take $k=0,1,2,3,4$: $$z=2^\frac{1}{10}(\cos(\frac{\pi}{20}+\frac{2}{5}\pi k)+i\sin(\frac{\pi}{20}+\frac{2}{5}\pi k))\, ,\,\, k=0,1,2,3,4$$ The solutions to this, as well as to part (a) are shown in the following figure:

    The fourth and fifth roots from (a) and (b) above.
    The fourth and fifth roots from (a) and (b) above.
Check your understanding 16.1
  1. Find all the fourth roots of an imaginary number $-81i$ and plot them on an Argand diagram.
  2. Find all the fifth roots of $\dfrac{1}{2}-i\dfrac{\sqrt{3}}{2}$
  3. Find all sixth roots of unity and plot them on an Argand diagram.
  4. Solve the following equations. List your solutions in modulus-argument form and plot them on an Argand diagram.

    1. $z^5=-1+\sqrt{3}i$
    2. $z^6=-\sqrt{3}-i$
    3. $z^5=32i$
Checklist