The polynomial $$ 64x^7 -112x^5 -8x^4 +56x^3 +8x^2 -7x - 1 = 0 $$ has seven roots, x = {1, $-\dfrac{1}{2}, \cos \dfrac{2n\pi}{11}$}, where n={1,2,3,4,5}.
Is there any way to tell if an arbitrary rational polynomial has any exact trigonometric or logarithmic (or whatever-ic) roots like this? Including complex roots? Is there an efficient way to find those roots if they exist? Sooo many problems I work on would get sooo much simpler if my approximate roots could be expressed exactly.
Here are a couple of polynomials with complex roots that I really wish I had exact expressions for:
$$p_1 \equiv 1 + 2 c^2 + 3 c^3 + 3 c^4 + 3 c^5 + c^6$$
$$p_2 \equiv 2 + 2 c + 4 c^2 + 6 c^3 + 6 c^4 + 6 c^5 + 4 c^6 + c^7$$
(...and here is a related Mathematica Question)