I'm working with $GF(4)$ and I'm looking for irreducible polynomials of different degrees over that field. So $GF(4) = \{0,1,\alpha, \alpha + 1\}$ where $\alpha^{2} + \alpha + 1 = 0$, and first I'm looking for an irreducible polynomial of degree 2.
I looked at $\alpha x^2 + x + 1$, and it seems to be irreducible, but in the suggested solution to the problem they have used $x^2 + \alpha x + 1$, which is clearly irreducible. They suggests monic polynomials for the rest of the problems as well, and I'm wondering if they need to be monic?
They don't need to be monic, but you can alway assume they are, up to division by the leading coefficient. Sometimes it's easier to deal with monic polynomials. For example, if you're looking for a polynomial generating some fixed ideal in $\mathbb{F}[X]$, there can be several possible choice, but only one which is monic.