I need a help with this exercise.
(i) Find a primitive root $\beta$ of $\mathbb{F}_2[x]/(x^4+x^3+x^2+x+1)$.
(ii) Find the minimal polynomial $q(x)$ in $\mathbb{F}_2[x]$ of $\beta$.
(iii) Show that $\mathbb{F}_2[x]/(x^4 +x^3+x^2+x+1)$ is isomorphic to $\mathbb{F}_2[x]/(q(x))$.
Now, what I did for (i) was writing $\beta=x+1$ and calculating $\beta^3$ and $\beta^5$ knowing that $x^4+x^3+x^2+x+1=0$. Doing the calculation I found out that $\beta^3\neq\beta^5\neq 1$. So $\beta$ has to have order 15, hence it generates the multiplicative group of 15 elements of units of $\mathbb{F}_{16}$, and so $\beta$ is a primitive root.
The problems comes with (ii). Infact I thought that in $\mathbb{F}_2$ there is no polynomial that has $\beta=x+1$ as root, and so I can't find the asked minimal polynomial. Am I missing something? I thought that there could be a typo in the textbook and said minimal polynomial has to be found in $\frac{\mathbb{F}_2[x]}{(x^4+x^3+x^2+x+1)}$. In this case if I write $q(\alpha) = \alpha^4+\alpha^3+1$ and evaluating $q(\beta)$ (knowing that $x^4+x^3+x^2+x+1=0$) I find out that $q(\beta)=0$. Trying with polynomial of degree $<4$ doesn't give any risult. So I thought the minimal polynomial of $\beta$ is $q(\alpha) = \alpha^4+\alpha^3+1$.
Now since $q(\alpha) = \alpha^4+\alpha^3+1$ is irreducible in $\mathbb{F}_2$ (having no roots in that field), $\frac{\mathbb{F}_2}{q(\alpha)}$ is a field and has 16 elements such as the starting field. Knowing that finite field of the same cardinality are always isomorphic, (iii) is done.
Is how I resolved the exercise correct? Was I correct assuming the typo or it can be solved as the problem is stated? Can in such fields a polynomial has another polynomial as root?
Hope you can help me :)
(I don't have Galois Theory notions)
Edit: after all $q(\alpha)$ is a polynomial with coefficients in $\mathbb{F}_2$.