Consider the polynomial $p(x)=x^8-x$ in $F_3$:
(a) find the splitting field of $p$ over $F_3$ and factorize $p$ over $F_3$
(b) factorize p over $F_{81}$
(a) If the roots of $p$ are all distinct, we need a field extension of $F_3$ with at least $8$ elements, the smallest one is $F_9$, but does it contain all the roots of $p$ ?
$p(x)=x(x^7-1)=x(x+2)(x^6+x^5+x^4+x^3+x^2+x+1)$ since $1$ is a root of $p$ and $x^7-1$ is divided by $x-1\equiv x+2$ (using Ruffini's rule).
The sextic polynomial has no roots on $F_3$, so the possibile factors are three of deg 2, one of deg 2 and one of deg 4, two of deg 3. How to show if it is irreducible or not? On $F_2$ is easy to show that it is reducible since there is only one quadratic irreducibile polynomial, and two cubic irreducible polynomials.
It is correct to say that it is irreducible in this way: the multiplicative order of $3$ modulo $7$ is $6$, so there is at least one cyclotomic coset of cardinality $6$ that correspondes to that sixtic polynomial, and so it is irreducible, otherwise the multiplicative order should be less than $6$.
If the sextic polynomial is irreducible then the splitting field of $p$ over $F_3$ would be $F_{3^6}$.
(b) how to proceed ?