I'm practicing reducing polynomials in different rings, but I'm stuck on a few. I would appreciate any help.
1) I want to factor $7+i$ in $\mathbb Z[i]$. The norm is $50$, so we know it's reducible.
I tried breaking down the norm so it's $(1+2i)^2(1-2i)^2(1+i)(1-i)$ I did $(1+2i)^2 (1+i) = -7 + i$ that's not quite correct though.
2) $x^4 + 2x^3 + x^2 + 2x + 1$ in $\mathbb Q[x]$ I tried to reduce mod $p$ where p$ = 2$ So it's $x^4 + x^2 + 1$ in $F_2$, which IS reducible.
I'm not sure what other prime makes sense though since any other choice won't make the terms disappear
3) $x^8 + x^6 + x^4 + x^2 + 1$ in $\mathbb Q[x]$ Here, I'm having the same issue with picking a suitable prime. But the solution says it's irreducible.
3) is reducible, and factors as
$$ X^8 + X^6 + X^4 + X^2 + 1 = (X^4 + X^3 + X^2 + X + 1)(X^4 - X^3 + X^2 - X + 1) $$
The easiest way to see this is to note that the roots of this polynomial are tenth roots of unity, and the cyclotomic field $ \mathbf Q(\zeta_{10}) $ has degree $ \varphi(10) = 4 $ over $ \mathbf Q $.
2) is irreducible modulo $ 3 $: its roots all have order $ 10 $, and the order of $ 3 $ modulo $ 10 $ is $ 4 $, so that the roots have degree $ 4 $ over $ \mathbb F_3 $. You already have a good enough hint for 1), so I will not say anything further.