Well, I'm having doubts, isnt that $\mathbb{Z}_5$ has no zero divisors, and now you cant factor $x^4 + 4$ ?
2026-04-07 06:00:43.1775541643
On
On
Is $x^4 + 4$ irreducible in $\mathbb{Z}_5$?
134 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
\begin{align} x^4+4&=x^4-1\\ &=(x^2-1)(x^2+1)\\ &=(x-1)(x+1)(x^2-4)\\ &=(x-1)(x+1)(x+2)(x-2)\\ &=(x-1)(x-2)(x-3)(x-4). \end{align}
0
On
You've already been answered, but observe it is easier than it appears on this case since $\;4=-1\pmod 5\;$ , so doing arithmetic modulo $\;5\;$ all along we get
$$x^4+4=x^4-1=(x^2-1)(x^2+1)=(x-1)(x+1)(x-2)(x-3)$$
The last step follows easily if we know that $\;-1\;$ is a quadratic residue as $\;5=1\pmod4\;$, for example. Or else directly trying the well known formula for the roots of a quadratic.
Obviously $x-1$ is a factor since $1^4+4=0$.