I am currently working with $GF(2)$, in particular with $GF(2^4)$. One task is to find all irreducible polynomials. I have found ways of reducing the list of all candidates drastically. In my current list of irreducibles there is still one polynomial left which shouldn't be there:
$x^4+x^2+1$
I don't know why this one is reducible. How can I factorize this polynomial?
$(x^2+x+1)^2 = x^4+x^2+1$ by Freshmen's Dream.
On the other hand, let $f$ be a polynomial of degree $4$ over $\mathbb F_2$, which has no roots. Then $f$ is either irreducible or decomposes into two irreducible factors of degree $2$. But $x^2+x+1$ is the only irreducible of degree $2$, hence we get $f=(x^2+x+1)^2$. So your polynomial is the only reducible polynomial of degree $4$ without roots.