Let $\alpha$ be a root of $f(x) : = x^4 + x + 2 \in \mathbb{F}_{3}[x]$. One verifies that $f$ is irreducible and so $\mathbb{F}(\alpha)/\mathbb{F}$ is Galois with Galois group, $G$, generated by the Frobenius $\varphi : \mathbb{F}_{3}(\alpha) \rightarrow \mathbb{F}_{3}(\alpha)$. By the Fundamental Theorem of Galois Theory $\mathbb{F}_{9} \subseteq \mathbb{F}_{3}(\alpha)$ is the fixed field of $\varphi^2$ and I would like to:
- Find a primitive element for $\mathbb{F}_{9}$ expressed in terms of $\alpha$.
- Find the minimal polynomial for this primitive element over $\mathbb{F}_{3}$, which is necessarily a quadratic.
My approach was as follows:
$\{ 1 , \alpha , \alpha^2 , \alpha^3 \}$ is a $\mathbb{F}_{3}$-basis for $\mathbb{F}_{3}(\alpha)$ and for arbitrary $\beta : = b_{0} + b_{1} \alpha + b_{2} \alpha^2 + b_{3} \alpha^3 \in \mathbb{F}_{3}(\alpha)$, $\varphi^2(\beta) = \beta$ if and only if $$ b_{0} + b_{1} \alpha + b_{2} \alpha^2 + b_{3} \alpha^3 = b_{0} + b_{1} \alpha^9 + b_{2} \alpha^{18} + b_{3} \alpha^{27}. $$ After using the fact that $\alpha$ satisfies the relation $\alpha^4 = 2 \alpha + 1$ to simplify the right-hand side of the equation above followed by solving a system of equations I was able to deduce that $\beta$ is necessarily of the form $\beta = a + b\alpha + b \alpha^2$, where $a , b\in \mathbb{F}_{3}$.
Thus $\mathbb{F}_{9} = \{ a + b\alpha + b \alpha^2 :a , b \in \mathbb{F}_{3} \}$ and any $a + b \alpha + b \alpha^2$ with $b \neq 0$ should be a primitive element for the extension $\mathbb{F}_{9}/\mathbb{F}_{3}$. However, when I try $\beta : = \alpha + \alpha^2$, we see that $\beta^2 = 1 + 2 \alpha + \alpha^2 + 2 \alpha^3$, which leads me to believe that $\beta$ will not satisfy a degree 2 polynomial because I will be unable to kill off that $\alpha^3$ term.
Can anyone point out what is going wrong or where I may be mistaken?