Complex Roots of Unity
Without complex numbers taking the square root of any positive integer, such as 1, will give you two answers, in this case +/- 1, but taking the cube roots will only five you one answer, 1. However when we consider the complex roots you will find that the nth root of any number will give you n roots.
This can be shown using De Moivres theorem. Firstly consider the complex number z = cosΘ + isinΘ and let
zn = 1
(cosΘ+isinΘ)n = 1
which using De Moivres theorem gives
cos nΘ + isin nΘ = 1
We can now compare the real and imaginary parts to find the values of n
cos nΘ = 1 and sin nΘ = 0
Therefore nΘ = 2pπ for integral values of p
So
which gives
so the roots of unity are
etc
However what is interesting about these is when you plot them on an argand diagram they are evenly spaced around a circle of radius 1 and centred at the origin. An example for n=8 is shown below
This happens because the increase in the angle for each successive root is equal since we divided 2pi by n.

Comments