Let $F= \mathbb{F}_{3}(a)$ a field with $a$ verifying the equation $a^{3}+a^{2}-1 = 0$.
- Determine the cardinality of $F$.
- Determine the degree of $Irr(a^{2}, \mathbb{F}_{3})$
- Compute $Irr(a^{2}, \mathbb{F}_{3})$
I´ve already solved (1). The polynomial $f = x^{3}+x^{2}-1 \in \mathbb{F}_{3}[x]$ is irreducible because it has now roots and is of degree 3. Since $F$ contains a root, it must be the splitting field of $f$ over $\mathbb{F}_{3}$ and this field is $\mathbb{F}_{27}$, so $|F| = 27$.
I think I´ve solved (2) but I´m not 100% sure. This is my attempt: since $a$ is a root of $f$ and $F$ is the splitting field, the remaining roots are obtained by applying the Frobenius map of the extension. Namely, the map $\tau : F \to F$, determined by $\tau(a) = a^{3}$. So the roots of $f$ are $a, a^{3}, (a^{3})^{3} = a^{9}$. From the relation $a^{3}+a^{2}-1 = 0$ we have $a^{3} = 1-a^{2}$,and since $a^{3}$ is another root of $f$ it generates the same extension (this is the point where I´m not 100% sure). It follows that $\mathbb{F}_{3}(a^{2}) =\mathbb{F}_{3}(1-a^{2}) = \mathbb{F}_{3}(a^{3}) = \mathbb{F}_{3}(a)$ and so $deg (Irr(a^{2}, \mathbb{F}_{3})) = 3$