For example, let's say I am given an element $α$ in a field of characteristic $2$. Further, I am given the minimal polynomial of α with respect to $GF(2)$. Let's say that minimal polynomial is $f(x) = x^9 + x + 1$. How would I then deduce the order of $α$?
This is for a coding theory assignment, but I cannot deduce from the literature how to go in this direction. Most things I have read seem to indicate how to find a minimal polynomial, but don't seem to take that any further.
You have $\alpha^9 = \alpha + 1$. Squaring, you get $(\alpha^9)^2 = (\alpha+1)^2 = \alpha^2+1$, and squaring again twice yields $(\alpha^9)^8 = \alpha^8+1$. Multiplying by $\alpha$, you get $\alpha^{8 \cdot 9+1} = \alpha^9 + \alpha = 1$, hence the order of alpha divides $8 \cdot 9 + 1 = 73$, which is prime.
EDIT: I just thought of a way to expand on this. Since $[\mathbb{F}_2(\alpha):\mathbb{F}_2] = 9$, we have $\mathbb{F}_2(\alpha) \cong \mathbb{F}_{2^9}$ meaning that the order of $\alpha$ divides $|(\mathbb{F}_{2^9})^\times| = 511 = 7 \cdot 73$ by Lagrange's theorem. If the order were $7$, then we would have $\alpha^7-1=0$ and thus $X^7-1$ would divide the minimal polynomial of $\alpha$, which is clearly not the case. Thus, the only possibilities are $73$ and $511$, and since we saw that $\alpha^{73}=1$, we get the answer.
It would be interesting to know if we can get this result without the computation from the beginning though.