Let $\alpha$ be a root of $1+x^3+x^4 \in F_2[x]$. Find the minimal polynomial of $a^i \in F_{16}$, for all $1 \leq i \leq 14$.
I have been self studying algebra and the idea of minimal polynomials has me confused.
Let $\alpha$ be a root of $1+x^3+x^4 \in F_2[x]$. Find the minimal polynomial of $a^i \in F_{16}$, for all $1 \leq i \leq 14$.
I have been self studying algebra and the idea of minimal polynomials has me confused.
On
Every nonzero element of $\mathbb{F}_{16}$ is a root of $x^{15}-1$.
We have this factorization into irreducibles mod $2$: $$ x^{15}-1=(x + 1) (x^2 + x + 1) (x^4 + x + 1) (x^4 + x^3 + 1) (x^4 + x^3 + x^2 + x + 1) $$
The multiplicative order of $\alpha^i$ is $15/\gcd(15,i)$.
Elements of order $1$ have minimal polynomial $x+1$.
Elements of order $3$ have minimal polynomial $x^2 + x + 1$ because $$ x^{3}-1=(x + 1) (x^2 + x + 1) $$
Elements of order $5$ have minimal polynomial $x^4 + x^3 + x^2 + x + 1$ because $$ x^{5}-1=(x + 1) (x^4 + x^3 + x^2 + x + 1) $$ Elements of order $15$ have minimal polynomial $x^4 + x + 1$ or $x^4 + x^3 + 1$ because it's what is left.
On
Adding a trick not mentioned in the other answers as well as comments on how to best apply them to the task at hand.
This completes the list. All the powers $\alpha^i,1\le i\le14,$ were accounted for. The trick in item 4 is known as using the reciprocal polynomial. If $z\neq0$ is a zero of some polynomial $p(x)$ of degree $n$, then $1/z$ is a zero of the reciprocal polynomial $$ \tilde{p}(x)=x^np(\frac1x), $$ also of degree $n$.
Since $\alpha$ is a root of $1+x^3+x^4$, we know that $1+\alpha^3+\alpha^4=0$. Let's try to find a minimal polynomial for $\alpha^2$. Let's use $\beta=\alpha^2$:
Then, since $\mathbb{F}_{16}$ is characteristic $2$ (since $16$ is a power of $2$), let's compute what we can: \begin{align*} \beta&=\alpha^2\\ \beta^2&=\alpha^4=1+\alpha^3\\ \beta^3&=\alpha^6=\alpha^2+\alpha^5=\alpha^2+\alpha(1+\alpha^3)=\alpha+\alpha^2+\alpha^4=\alpha+\alpha^2+(1+\alpha^3)=1+\alpha+\alpha^2+\alpha^3\\ \beta^4&=\alpha^8=\alpha^2(1+\alpha+\alpha^2+\alpha^3)=\alpha^2+\alpha^3+\alpha^4+\alpha^5=\alpha^2+\alpha^3+(1+\alpha^3)+\alpha(1+\alpha^3)\\ &=\alpha^2+\alpha^3+1+\alpha^3+\alpha+\alpha^4=1+\alpha+\alpha^2+\alpha^4=1+\alpha+\alpha^2+(1+\alpha^3)=\alpha+\alpha^2+\alpha^3 \end{align*} Observe that $\beta^4+\beta^3=1$, so $\beta$ also satisfies $x^4+x^3+1=0$.
Let's now consider $\gamma=\alpha^3$:
\begin{align*} \gamma&=\alpha^3\\ \gamma^2&=\alpha^6=\alpha^2(\alpha^4)=\alpha^2(1+\alpha^3)=\alpha^2+\alpha(\alpha^4)=\alpha^2+\alpha(1+\alpha^3)=\alpha+\alpha^2+\alpha^4=1+\alpha+\alpha^2+\alpha^3\\ \gamma^3&=\alpha^9=\alpha(\alpha^4)^2=\alpha(1+\alpha^3)^2=\alpha(1+\alpha^6)=\alpha+\alpha^7=\alpha+\alpha^3(\alpha^4)=\alpha+\alpha^3(1+\alpha^3)\\ &=\alpha+\alpha^3+\alpha^2(\alpha^4)=\alpha+\alpha^3+\alpha^2(1+\alpha^3)=\alpha+\alpha^2+\alpha^3+\alpha(\alpha^4)=\alpha+\alpha^2+\alpha^3+\alpha(1+\alpha^3)\\ &=\alpha^2+\alpha^3+\alpha^4=1+\alpha^2\\ \gamma^4&=\alpha^{12}=(\alpha^4)^3=(1+\alpha^3)^3=1+\alpha^3+\alpha^6+\alpha^9=1+\gamma+\gamma^2+\gamma^3 \end{align*} Therefore, $\gamma$ satisfies $x^4+x^3+x^2+x+1=0$.
If you want to construct the polynomials in an elementary way, compute the powers and then use linear algebra to find the minimal polynomial by trying to eliminate the higher powers of $\alpha$. At every point, you only need to compute up to power $4$.