Question: Let $z=\cos(2\pi /n)+i\sin(2\pi /n)$ for an integer $n\geq2$. Show that $1+z+z^2+...+z^{n-1}=0$.
Work thus far: My initial idea is was to use euler's formula, but this leads to a sum of exponentials that can't be simplified easily. If I can separate the sum into two sums (one real, one imaginary) which both add to zero then I can show that the equality holds. Using DeMoivre's formula $z^a=\cos(a2\pi /n)+i\sin(a2\pi /n)$. So we get $$1+\cos(2\pi /n)+\cos(4\pi /n)+...+\cos(2n\pi/n)$$ $$i\sin(2\pi /n)+i\sin(4\pi /n)+...+i\sin(2n\pi/n)$$ From there however I do not know how to find the sum of both series.