I was studying distances between vertices of regular polygons with side length 1.
And thus I came across the numbers
$$\frac {\sin(\frac{(n-2) \pi}{n})}{\sin(\frac{\pi}{n})}=2\cos(\frac{\pi}{n})$$
Since they are the smallest distance between vertices in a regular n-polygon apart from the sides.
In a pentagon this gives us the golden mean.
Sometimes these numbers can thus be expressed by radicals.
But I think this fails for a prime $n \gt5$ ?
Make that last sentence question 1.
But the main question ( question 2 ) here is :
What are the minimum polynomials of $\frac {\sin(\frac{(n-2) \pi}{n})}{\sin(\frac{\pi}{n})}$ ? And is there a pattern in it ? Is there a recursion ? Are they named polynomials ? Is the degree simply $\lfloor\frac{n}{2}\rfloor$ ?
I am particularly interested in the case when $n$ is a prime .
The expression is, as noted by others, $2\cos \frac{\pi}{n}= 2 \cos\frac{2\pi}{2n}$. In general, the minimal polynomial of $2 \cos\frac{2\pi}{m}$ for $m \ge 3$ is obtained as follows:
Note that $2 \cos \frac{2 \pi}{m} = \zeta_m + \frac{1}{\zeta_m}$, where $\zeta_m = e^{\frac{2 \pi i}{m}}$. Now the minimal polynomial for $\zeta_m$ is the cyclotomic polynomial $\Phi_m(z)$. It has degree $\phi(m)$ ( $\phi$ the Euler's totient function), even, and is a palyndromic polynomial ( for $m\ge 3$). Therefore, we can write $$\Phi_m(z) = z^{\frac{\phi(m)}{2}} \cdot \Psi_m(z+\frac{1}{z})$$ where $\Psi_m$ is a polynomial of degree $\frac{\phi(m)}{2}$. One sees that $2 \cos \frac{2\pi}{m}$ is a root of $\Psi_m$. It turns out that $\Psi_m$ is irreducible, so $\Psi_m$ is the minimal polynomial of $2\cos \frac{2\pi}{m}$.
As an example, the minimal polynomial of $2\cos \frac{\pi}{17}=2\cos\frac{2 \pi}{34}$ is $$x^8 - x^7 - 7 x^6 + 6 x^5 + 15 x^4 - 10 x^3 - 10 x^2 + 4 x + 1 $$