The goal is, given the field extension $\,\mathbb{Q}\subset\mathbb{C}$, to find the minimal polynomial for the element $$\eta=\cos\left(\frac{2\pi}{5}\right)$$
I define the element $$\xi=\cos\left(\frac{2\pi}{5}\right)+i\sin\left(\frac{2\pi}{5}\right)$$ and due to $\,\left|\xi\right|=1$, I rewrite $\,\eta\,$ as $$\eta=\frac{\xi+\overline{\xi}}{2}=\frac{1}{2}\left(\xi+\frac{1}{\xi}\right)$$ The next step is to find $\,b,c\in\mathbb{Q}\,$ such that $\,f\left(\eta\right)=0$, where $\,f(x)=x^2+bx+c\in\mathbb{Q}\left[X\right].$ So, I am trying to solve (unsuccessfully) the following equation $$\frac{1}{4}\left(\xi+\frac{1}{\xi}\right)^2+\frac{b}{2}\left(\xi+\frac{1}{\xi}\right)+c=0$$
I know the solution is $\,b=\frac{1}{2},\,c=-\frac{1}{4}\,$ but when it comes to obtaining those values myself, I fail again and again. HELP!
Note $\xi = e^{2i\pi/5}$. Since $\xi$ is a complex fifth root of unity, we know $\xi^4 + \xi^3 + \xi^2 + \xi + 1 = 0$. Now divide through by $\xi^2$ to get $$\xi^2 + \xi + 1 + \frac{1}{\xi} + \frac{1}{\xi^2} = 0$$ Hence $$\left(\xi+ \frac{1}{\xi}\right)^2 - 2 + \left(\xi + \frac{1}{\xi}\right) + 1 = 0$$ and so $$4\eta^2 + 2\eta - 1 = 0$$ and since $\eta\not\in \mathbb{Q}$, the minimal polynomial of $\eta$ is $4x^2 +2x - 1$, or making it monic $x^2 + \frac{1}{2} x - \frac{1}{4}$, as per your solution.