To solve Dummit-Foote's exercise I want to check that whether the polynomial $p(x)= x^6+x^3+1\in \mathbb{Z}[x]$ is reducible over $\mathbb{Q}$ or not.
I've seen that this polynomial has no zero in $\mathbb{Q}$. But the degree of this polynomial is other than 2 and 3. Therefore, I can not say directly that this polynomial is irreducible over $\mathbb{Q}$.
How do I show that the polynomial $x^6+x^3+1\in \mathbb{Z}[x]$ is irreducible over $\mathbb{Q}$? Can anyone give me some hints?
Thank You in advance.
I would do the following:
Note that $p(x)$ is irreducible if and only if $p(x+1)$ is irreducible.
Compute $p(x+1)$. We have \begin{align} p(x+1)&=(x+1)^{6}+(x+1)^{3}+1\\ &=\sum_{k=0}^{6}\binom{6}{k}x^{k}+\sum_{k=0}^{3}\binom{3}{k}x^{k}+1\\ &=(x^{6}+6x^{5}+15x^{4}+20x^{3}+15x^{2}+6x+1)+(x^{3}+3x^{2}+3x+1)+1\\ &=x^{6}+6x^{5}+15x^{4}+21x^{3}+18x^{2}+9x+3 \end{align} Can you see that this polynomial is irreducible over $\mathbb{Q}$?