0

Find all $c \in \Bbb Z_5$ such that $\Bbb Z_5[X]/ \langle x^2+cx+1 \rangle$ be a field.

Attempts:

$\Bbb Z_5[X]/ \langle x^2+cx+1 \rangle$ be a field iff $p(x) = x^2 + cx +1$ is irreducible in $\Bbb Z_5$ iff $p(x)$ has no roots in $\Bbb Z_5$. I found that $2 \ne c \in \Bbb Z_5$ are the answer.

Am I true?

Bill Dubuque
  • 272,048
lap lapan
  • 2,188

2 Answers2

1

Just make a little table of the values of $x^2+cx+1$, its values are $1,2+c,2c, -2c, 2-c$. Hence see that $c=\pm 2$ and $c=0$ give reducible quadratics.

ancient mathematician
  • 14,102
  • 2
  • 16
  • 31
1

You are correct that $\Bbb Z_5[X]/ \langle x^2+cx+1 \rangle$ is a field iff $x^2+cx+1$ has no roots in $\Bbb Z_5$.

For $c=0$, $x^2+1\equiv x^2-4=(x+2)(x-2)$ is reducible.

For $c=1$, $x^2+x+1$ is $1,3,2,3,1$ for $x=0,1,2,3,4$, respectively, so there are no roots.

For $c=2$, $x^2+2x+1=(x+1)^2$ is reducible.

For $c=3$, $x^2+3x+1\equiv x^2-2x+1=(x-1)^2$ is reducible.

For $c=4$, $x^2+4x+1\equiv x^2-x+1$ is $1,1,3,2,3$ for $x=0,1,2,3,4$, respectively, so there are no roots.

J. W. Tanner
  • 60,406