Investigate whether the polynomial $q(x) = 2x^5 - 78x^3 + 39x + 21$ is irreducible in $\mathbb{F}_{13}[x]$.
Solution: In $\mathbb{F}_{13}[x]$, $q(x) = 2x^5 + 8 = 2(x^5 + 4)$. This polynomial has a root in $\mathbb{F}_{13}: p(a) = 0 \in \mathbb{F}_{13} $ if and only if $a^5 = -4 \in \mathbb{F}_{13}$. Since $\mathbb{F}_{13}^*$ is cyclic of order $13 - 1 = 12$, and $\text{gcd}(12, 5) = 1$, every congruence of the form $x^5 \equiv b \mod 13$ has a solution.
I have an old math exam question with the solution included, but there are certain steps of the solution I don't understand.
Questions:
- Since the polynomial has a zero point it means that the polynomial is reducible, since the polynomial can be written as a product of factors although how do I know that one of the factors must be a unit?
- Why do we look at the order of $\mathbb{F}_{13}^*$ instead of at $\mathbb{F}_{13}$ and how does knowing the order of $\mathbb{F}_{13}^*$ and that the $\text{gcd}(12,5)=1$ lead to the conclusion that $x^5 \equiv b \mod 13$ must have a solution?
Some definitions:
- Let R be an integral domain. An element $ p \in R $ is called irreducible if $ p $ is neither the zero element nor a unit, and if the following holds: If $ p = ab $ with $ a, b \in R $, then either $ a $ is a unit or $ b $ is a unit.
- The set $\mathbb{F}_{13}^*$ consists of the residue classes that are coprime to $13$.
Thanks in advance!