Find all the positive roots of the equation $$8n^8-5n^2+\sqrt{2}n+1=0$$
Factoring gives $$\frac {1}{2}(2n-\sqrt {2})^2(4n^6+4\sqrt{2} n^5+6n^4+4\sqrt{2}n^3+5n^2+3\sqrt{2}n+1)$$ Hence $n>0$ is an unique root and $n=\frac{\sqrt{2}}{2}$.These calculations are very complicated and I wouldn't be able to factorise without software.Are there any easy ways to solve the problem? Or how can we simplify the calculations?
We combine root squaring with a search for rational roots.
Root squaring
Separate the even and odd power terms on opposite sides of the equals sign and square both sides. This gives an equation with only even powers and thus we have derived a polynomial whose roots are the aquares of the original roots.
It happens that separating the even and odd degree terms in this case also isolates the radical, so the squaring process leaves only integer coefficients.
$8n^8-5n^2+1=-\sqrt2n$
$64n^{16}-80n^{10}+16n^8+25n^4-10n^2+1=2n^2$
$64(n^2)^8-80(n^2)^5+16(n^2)^4+25(n^2)^2-12(n^2)+1=0$
Rational root search
We can search for rational roots of the above equation $n^2$ using the usual theory. Descartes' Rule of Signs allows only positive roota and the coefficients then allow only roots of the form $n^2=1/2^k$. We find that $n^2=1/2$ works. So we have a candidate positive root $n=\sqrt2/2$.
Endgame
Thus going back to the original polynomial $8n^8-5n^2+\sqrt2n+1$ we test the factor $n-(\sqrt2/2)$. Upon dividing we find that this factor holds and has multiplicity $2$, giving the factorization quoted in the question.