I'm trying to compute the minimal polynomial of a root of $\xi+\xi^{-1}$ where $\xi$ is a fourteenth root of unit, that is, $x^{14} = 1$.
Using Galois theory I was able to determine that the minimal polynomial is $(X-(\xi+\xi^{-1}))(X-(\xi^4+\xi^{-4}))(X-(\xi^2+\xi^{-2}))$ my problem now is that it seems not evident how to expand this product.
How does one compute for instance, $\xi^4+\xi^{-4}+\xi^2+\xi^{-2}+\xi+\xi^{-1}$ as a rational number which appears for instance in the $X^2$ of the expansion of this polynomial?
Well, one way to do this is to first find the minimal polynomial of $\xi$ itself. You can find that by dividing $x^{14}-1$ by factors which have as roots the non-primitive 14th roots of unity. In this case, that's pretty easy: we can first factor $x^{14}-1$ as $(x^7-1)(x^7+1)$, where the first factor has the 7th roots of unity. The roots of the second factor $x^7+1$ are the primitive 14th roots of unity together with $-1$, so to get the minimal polynomial of the primitive roots, we just divide by $x+1$ to get $$x^6-x^5+x^4-x^3+x^2-x+1.$$ So, that's the minimal polynomial of $\xi$. Now if we want to evaluate $$\xi^4+\xi^{-4}+\xi^2+\xi^{-2}+\xi+\xi^{-1}=\xi^4+\xi^{10}+\xi^2+\xi^{12}+\xi+\xi^{13}$$ we can just take the remainder when we divide the polynomial $$x^{13}+x^{12}+x^{10}+x^4+x^2+x$$ by the minimal polynomial $x^6-x^5+x^4-x^3+x^2-x+1.$