I have seen the thread Show that $x^4-10x^2+1$ is irreducible over $\mathbb{Q}$ but this didn't really have a full solution.
Is it true that if it is reducible then it can be factored into a linear factor or quadratic factor in the form $x^2 - a$. Is $a$ in the rationals? And what exactly is a linear factor.
What I did was the following:
Let $y=x^2$. Then $y^2 - 10y +1=0 \iff y^2 -10y = -1$, add $25$ to both sides:
$$y^2 - 10y + 25 = -1 + 25 \iff (y - 5)^2 = 24 \iff y = 5 \pm 2\sqrt6$$
So $x^2=5 \pm 2 \sqrt6= (\sqrt2 \pm \sqrt3 )^2$
So $x^4 -10x^2 +1 =(x^2 -(\sqrt2 + \sqrt3 )^2)(x^2 - (\sqrt2 - \sqrt3)^2)$
Then difference of two squares:
$ (x-(\sqrt2 + \sqrt3))(x+(\sqrt2 + \sqrt3))(x-(\sqrt2 - \sqrt3))(x+(\sqrt2 - \sqrt3))=0$
Expanding this out gives $x^4 -10x^2 +1 =0$ so we have found all the roots and we can confirm that they are the roots right? None of these roots are rational so it must be irreducible?
Please can you advise me on this method that I am using and not direct me to a theorem or any type of shortcut.
Thanks in advance.
Adding a method using the roots that you found directly (I deleted my other answer, and relocated it to the companion thread because it properly belongs there, but is misplaced here).
You have correctly identified that the zeros of $$ p(x)=x^4-10x^2+1 $$ are $x_1=\sqrt2+\sqrt3$, $x_2=\sqrt2-\sqrt3$, $x_3=-\sqrt2+\sqrt3$ and $x_4=-\sqrt2-\sqrt3$. Therefore over the reals we have the factorization $$ p(x)=(x-x_1)(x-x_2)(x-x_3)(x-x_4). $$
Others have already explained to you why it is not sufficient to check that none of the roots are rational - namely that the polynomial could still have quadratic factors with rational coefficients. But, we can take advantage of the list of zeros to exclude that possibility as well.
If $p(x)=f(x)g(x)$ were a factorization as a product of two quadratics with rational coefficients, then $x_1$ must be a zero of one of the factors. Without loss of generality we can assume that $f(x_1)=0$. This means that the other zero of $f(x)$ must be either $x_2,x_3$ or $x_4$. But we can check that none of $$ \begin{aligned} (x-x_1)(x-x_2)&=(x-\sqrt2)^2-(\sqrt3)^2=x^2-2\sqrt2x-1\\ (x-x_1)(x-x_3)&=(x-\sqrt3)^2-(\sqrt2)^2=x^2-2\sqrt3x+1\\ (x-x_1)(x-x_4)&=x^2-(\sqrt2+\sqrt3)^2=x^2-5-2\sqrt6 \end{aligned} $$ have rational coefficients. Therefore $p(x)$ has no quadratic factors with rational coefficients, and hence must be irreducible.