The following is a continuation of the linked question;
{Find $(1 + 2α)^{−1}$ in $F_{27}$.}
Let $α$ be a root of $1 + 2x + x^3 \in F_3[x]$.
I was asked to show the order of $α$ and find all of the roots of $f$ in $F_{27}$ and hence show that $f$ splits in $F_{27}$ and express $f$ as a product of linear factors in $F_{27}[X]$.
This polynomial is irreducible over $F_3$ as it has no linear factors.
Hence, $F_{27} = F_3[α]$.
I have solved for the ord($α$) as shown below and thus shown that $α$ is primitive.
The order of $α$ is a divisor of $27−1 = 26$. Thus, ord$(α)$ is $2, 13$ or $26$.
First, ord$(α)$ is not $2$; otherwise, $α$ would be $1$ or $−1$, neither of which is a root of $1 + 2x + x^3$.
Furthermore, we have $α^{13} = −1$ but does not equal $1$,
indeed $$α^{13} = α·α^3 ·(α^3)^3 = α·(−2α−1)·(−2α−1)^3 = α·(−2α−1)·(−8α^3 −1) = α·(−2α−1)·(α^3 −1) = α·(α−1)·(α−2) = α^3 + 2α = −1 $$
Thus, ord$(α) = 26$ and $α$ is a primitive element of $F_{27}$.
My problem
How do I find all the roots of $f$ in $F_{27}$ hence show that $f$ splits in $F_{27}$??
My answer must be in the form $λ_0 + λ_1α + λ_2α^2, λ_0,λ_1,λ_2 \in \mathbb Z_3$
I have found a solution computing the Galois Group which seems valid however it is a topic I have not yet covered so I would prefer an alternative method if possible.
Potential Partial Solution
The following could perhaps be used to show the splitting of $f$ in $F_{27}$
Let $n=\deg(f)$. If $f(x)$ is irreducible of degree $n$, then $f(x)\mid x^{p^{n}}-x$. $\mathbb{F}_{p^{n}}$ is the splitting field over $\mathbb{F}_{p}$ of $x^{p^{n}}-x$, a separable polynomial (use the fact $\mathbb{F}_{p^{n}}^{\star}$ is a group and use Lagrange's theorem to see that), $x^{p^{n}}-x=\prod\limits_{a \in \mathbb{F}_p^{n}}(x-a)$. Hence $f(x)$ splits into distinct linear factors in $\mathbb{F}_{p_{n}}$.
(marked in bold the part that I am unsure of)
All help is appreciated.