In an assignment, I have the following two exercises:
Draw a Cartesian Coordinate plane with the unit circle centered at the origin. Show where each of the three third roots of unity lie on the unit circle
Draw a Cartesian coordinate plane with the unit circle centered at the origin. Show where each of the three third roots of unity lie on the unit circle, where each root is written in the form $e^{ix}$ (where $e^{ix} = \cos(x) + i\sin(x)$).
I don't understand why the solution to these two problems would be any different. I know what the roots are, but how would rewriting them from $a + bi$ form to exponential form change where they lie?
The nth roots of unity lie on the circle with center at the origin with radius 1 and are the vertices of a regular polynomial with n vertices. Of course 1 is one of those vertices so you can mark the others by measuring off angle of size $\frac{2\pi}{n}$.
So, for example, the third roots of unity are the vertices of an equilateral circle, lying at 1, $cos(2\pi/3)+ isin(2\pi/3)= -0.5+ i\sqrt{3}/2)$, and $cos(4\pi/3)+ isin(4\pi/3)= -0.5- i\sqrt{3}/2)$.
The fourth roots of unity are the vertices of a square, lying at 1, $cos(2\pi/4)+ isin(2\pi/4)= i$, $cos(4\pi/4)+ isin(4\pi/4)= -1$, and $cos(6\pi/4)+ isin(6\pi/4)= -i$.