Find the number of monic square-free polynomials of degree j over finite field

299 Views Asked by At

Find the number of monic square-free polynomials of degree j >=1 over the finite field GF(q) ?

I have no idea how to approach this. I was thinking if there was a way to write a monic polynomial uniquely, it might lead to something. Could someone help with this

1

There are 1 best solutions below

2
On BEST ANSWER

If monic polynomial $p(x)$ is not square-free, it can be written uniquely as $a(x) b(x)^2$ where $a(x)$ and $b(x)$ are monic, $a(x)$ is square-free and $b(x)$ has degree $\ge 1$. Considering the possible degrees of $b(x)$, you should be able to derive a recurrence, an equation for the number of square-free polynomials of degree $d$ in terms of the numbers with lower degrees.

You might also look up "squarefree polynomials" in the OEIS to get the answers for some values of $q$.