I'm struggling to find the solution to $x^6-x^4-1=0$, so far I tried changing variable ($u=x^2$) to work around $u^3-u^2-1=0$ instead but I'm still having a hard time.
And again, I'm only interested in finding the exact expression of the value $x\simeq1.21$.
Also I'm sorry if I posted to the wrong site (there was this one or MathOverflow).
COMMENT.- Pay attention to Lulú's comment above. Numerical methods give faster and sufficiently approximate results for you. Here I show you is a sample (maybe interesting for you) of how the root you want determines all the other five roots.
Since $a$ is root if and only if $-a$ is root, the polynomial $x ^ 6-x ^ 4-1$ is divisible by $x ^ 2-a ^ 2$ and then you have $$x^6-x^4-1=(x^2-a^2)(x^4+(a^2-1)x^2+a^2(a^2-1))$$ Then $$x=\pm\sqrt{\frac{1-a^2\pm\sqrt{-3a^4+2a^2+1}}{2}}$$ gives four solutions and $x=\pm\sqrt{a^2}$ are the other two ones.