I need:
- Estimate the proportion of polynomial of degree $n$ in $\mathbb{F}_q[x]$, with a large $q$ that are irreducible
- Estimate the proportion of polynomial of degree $n$ that descompose totally over $\mathbb{F}_q$.
So, my first problem is what you refer by "proportion", I though write the expression of the form, for instance, $q^n+\mathcal{O}(q^{n/2})$.
On the other hand, I know that the number $N_{q}(n)$ of monic irreducible polynomials in $\mathbb{F}_{q}[x]$ of degree $n$ is given by $$N_q(n)=\dfrac{1}{n}\sum_{d\mid n}{\mu(d)q^{\frac{n}{d}}}$$ But anyway, I don't know how estimate a proportion of this polynomial over $\mathbb{F}_{q}[x]$. Can help me pls! Thanks!