Let $f(x)=x^6+x+1.$ I want to check if this one is irreducible in $\mathbb{Z}[x]$
I’m kinda stuck in this one not gonna lie, neither the Einsenstein criterion works, neither can I see any simple solution to this. Could someone give me a small help on this one.
Edit: I want to check if it is irreducible.
Hint If $$f(x) = x^6 + x + 1$$ factors over $\Bbb Z$ then it factors modulo $2$, and in particular one factor modulo $2$ must have degree $\leq 3$.
Since $f$ has an odd number of terms, neither $0$ nor $1$ is a root of $f$ and hence $f$ has no linear factor. Now, the only quadratic and cubic polynomials irreducible modulo $2$ are
$$x^2 + x + 1,$$ $$x^3 + x + 1, \qquad x^3 + x^2 + 1 ,$$
and dividing each of these into $f$ shows that none of these are factors of $f$ either.
Edit When I first wrote an answer, I'd misread the polynomial as $x^6 + x^2 + 1$. For posterity, here is the hint I posted for that case:
Hint There are only $1$ and $2$ irreducible polynomials modulo $2$ of degrees $2$ and $3$, respectively, so we can deduce quickly that the polynomial $$f(x) = x^6 + x^2 + 1$$ factors modulo $2$ into irreducible polynomials as $$f(x) \equiv (x^3 + x + 1)^2 \pmod 2 .$$ So, if $f$ factors over $\Bbb Z$ into a product of polynomials of smaller degree, it factors as a product of $2$ cubic polynomials with constant terms $\pm 1$. Moreover, since $f$ is even, the substitution $x \mapsto -x$ must either fix both cubic factors or interchange them (up to an overall sign).