Let $j$ be a primitively element for the extension $\mathbb{F}_4/\mathbb{F}_2$, let $f(x)=x^4+x^2+jx+1 \in \mathbb{F}_4[x]$ I want to show that f is irreducible over $\mathbb{F}_4$.
I know that $\mathbb{F}_4=\mathbb{F}_2[x]/(x^2+x+1)$, but how do I deal with $f$ in this quotient? Thank you
With paper-and-pencil only I calculated $\gcd(x^{16}+x,f(x))$ as follows by repeated squaring. All the congruences are modulo $f$. Recall that squaring is additive. $$ \begin{aligned} x^4&\equiv x^2+jx+1,\\ x^4+x^2&\equiv jx+1,&\ \text{(a by-product used below)}\\ x^8&\equiv x^4+(j+1)x^2+1\\ &\equiv jx^2+jx\\ x^{16}&\equiv j^2(x^2+x)^2=(j+1)(x^4+x^2)\\ &\equiv (j+1)(jx+1)=x+j+1,\\ x^{16}+x&\equiv j+1. \end{aligned} $$ So $f(x)$ and $x^{16}+x$ have no common factors. Therefore $f$ has no zeros in $\Bbb{F}_{16}$. Consequently $f$ cannot have any linear or quadratic factors in $\Bbb{F}_4[x]$. Hence it is irreducible in that ring.
I think this is a bit faster than the suggested alternatives.