I am trying to factorize the polynomial
$6x^8+2x^7+6x^4+6x^3+8x^2+8x+2$ over $\mathbb{Z}[X]$ and $\mathbb{Q}[X]$
I only have the following tools at my disposal:
- Eisenstein's criterion.
- Reduction of coefficients modulo prime ideals (e.g., working over finite fields $\mathbb{F}_p$).
I firstly took 2 as a common factor and worked on the polynomial $3x^8+x^7+3x^4+3x^3+4x^2+4x+1$. I tried applying Eisenstein's criterion directly, but it doesn't seem to work for any prime $p$. Then I reduced the polynomial modulo $p=2$, obtaining $x^8+x^7+x^4+x^3+\overline{1}$. I checked that this polynomial could be written as $(x^3+x^2+\overline{1})(x^5+x^2+\overline{1})$, but this doesn't tell me anything. Could someone guide me through the correct approach to factorize this polynomial using these tools?
Any help or detailed explanation would be appreciated.
Also, I got some problems with this other polynomial $3x^8+x^7+3x^3+4x+1$, but I guess it can be done in a similar way to the previous one.