[Math] Count all degree 2 monic irreducible and not irreducible polynomials

polynomials

There's this exercise that really has kept me stuck for a day by now, will you please help me figure out:

let's consider polynomials in $\mathbb Z_3$:

  • characterize degree 2 not irreducible monic polynomials. How many are they?
  • characterize degree 2 irreducible monic polynomials. How many are they?
  • how many degree 4 monic polynomials have no roots and are not irreducible?

I have no idea how to characterize those polynomials, I just figured that all polynomials with $\Delta = 0$ or $\Delta = 1$ are not irreducible, if $\Delta = 2$ then the polynomial is actually irreducible. I couldn't help but enumerate all monic degree 2 polynomials and find one by one for myself if they met the condition I've set. Is there a better way to count them without being forced to find them all? What about the last question, that really left me with no idea.

Best Answer

As I wrote in my comment, it is more easy to count the reducible degree two polynomials. Such a polynomial is a product of the monic dregree one polynomials. There are three such ($x$, $x-1$ and $x-2$). There are six different products of two of them, hence there are six recucible degree two polynomials. As there are nine monic degree two polynomials alltogether, there are three irreducible ones.

To count the reducible monic degree four polynomials without zero, we argue along the same lines: Such a polynomial is a product $p(x)q(x)$ where $p$, $q$ are monic irreducible degree two polynomials. As we found above, there are three such, we get six reducible, monic, degree four polynomials.