How is a polynomial like $x^5-1$ be factorised in a prime field like $\mathbb{F}_{11}$ for example ? Any advice ?
I was successful in trying all members of $\mathbb{F}_{11}$ to find the roots as described in the answers. Thanks. But I wasn't successful to do the same in $\mathbb{F}_{19}$. and I can't understand why.
Over any field:
$$x^5-1=(x-1)(x^4+x^3+x^2+x+1)$$
But over the field $\;\Bbb F_{11}\;$ :
$$3^2=9=-2\pmod{11}\implies 3^5=\left(3^2\right)^2\cdot3=(-2)^2\cdot3=4\cdot3=1\pmod{11}\implies$$
$$3^5=1\pmod{11}$$
and also $\;5^2=9=(-2)\implies 5^5=1\;$
and you already have three different roots, so you can factor out a quadratic:
$$x^5-1=(x-1)(x-3)(x-5)(x^2+9x+3)\pmod{11}$$
Now check the above quadratic's discriminant is $\;3\;$ , which is a square, and you can continue factoring.