I am trying to prove that: $1+\cos a+\cos 2a+\cos3a+\cos4a=0$ where $a=\frac{2\pi}5$ (pentagon arrangement).
Actually this is true for any $n>1$: $1+\cos a+\cos2a+\dots+\cos(n-1)a=0$ (polygon) where $a={2 \pi\over n}$.
Easy to show for even $n$ since the $\cos$ cancel themselves 2 at a time but but for odd $n$ (say 5)? This comes from the fact that if you have $n$ same objects equally space around a unit circle, the center of gravity has to be at the origin, so sum of sines equals zero (easy) and sum of cosine also, not so easy for odd $n$.
If you are familiar with complex number:
\begin{align} \sum_{k=0}^{n-1} \cos\left( \frac{2k\pi}n\right)&= \Re \left(\sum_{k=0}^{n-1} \exp\left( \frac{2ik\pi}n\right)\right) \\ &=\Re\left(\frac{1-\exp\left(\frac{2in\pi}{n} \right)}{1-\exp\left(\frac{2i\pi}{n} \right)} \right)\\ &=\Re\left(\frac{1-\exp\left(2i\pi \right)}{1-\exp\left(\frac{2i\pi}{n} \right)} \right)\\ &=0 \end{align}
since $\exp(2\pi i)=1$.