How can I show that $x^2 + 2x + 3$ is primitive in $GF(5)$?
My idea: $ x^1 = x\\ x^2 = -2x - 3 = 3x + 2\\ x^3 = (3x + 2)x = 3x^2 + 2x = 3(3x + 2) + 2x = x + 1\\ ...\\ x^a = 1\\ $
This would take quite long. Is there a better way? Please only basic Algebra!