I want to prove that the sum of the fourth powers of the diagonals of a regular $n$-gon inscribed in the unit circle is equal to $6n$. I consider the distance from 1 to the other $n$th roots of unity given by $\omega^k$, $k=1,2,\dots, (n-1)$. So basically my working is $$\sum_1^{n-1}|1-\omega^k|^4=\sum_1^{n-1}(|1-\omega^k|^2)^2=\sum_1^{n-1}\left[(1-\omega^k)(1-\omega^{-k})\right]^2=\sum_1^{n-1}(1-\omega^k-\omega^{-k}+1)^2=\sum_1^{n-1}(6-4\omega^k-4\omega^{-k}+\omega^{2k}+\omega^{-2k}).$$ So basically I now split the sum and $$\sum_1^{n-1}\omega^k=\sum_1^{n-1}\omega^{-k}=-1,$$ right?
But what about $$\sum_1^{n-1}\omega^{2k}$$ and $$\sum_1^{n-1}\omega^{-2k}?$$
Thanks.