Take the irreducible polynomial $x^3 + x^2 + 1$ over $F_2$ (field of order $2$). Find the splitting field and its roots in that field.
Where I am:
I understand what splitting fields are, and I also know that the splitting field is $F_8$ because $8=2^3$ and we can work in the field $F_2[\theta]/(\theta^3 + \theta^2 + 1)$ in which the polynomial $x^3 + x^2 + 1$ will have linear factors.
What I want to know is: is there are a quick method for finding such roots? Should I simply plug in each element of the splitting field every time given such a question in order to find a linear factor, and work from there? However, I understand that this only works for polynomials up to deg $3$.
in $F_2[Y]/(Y^3+Y^2+1)$, an obvious root of $P(X)=X^3+X^2+1$ is $Y$.
Another one will be $Y^2$ because in $F_2[Y]$, for any polynomial $Q$, $Q(Y^2)=Q(Y)^2$
Hence $$X^3+X^2+1=(X-Y)(X-Y^2)(X-z)$$
But looking at the coefficient of $X^2$, you get $z=Y^2+Y+1$
Or as $Y^2$ is a root $(Y^2)^2=Y^4$ is too. But $Y^4=Y^2+Y+1$.
$$X^3+X^2+1=(X-Y)(X-Y^2)(X-(Y^2+Y+1))$$
Note that $(Y^2+Y+1)^2=Y^4+Y^2+1=Y$, so there are only 3 different roots.