-1

In which of the cases $F = \mathbb{Z}_2$ or $F = Q$ is the quotient ring $F[x]/(x^2+3)$ a field?

I have no idea where to even begin with this

Vinny Chase
  • 1,541
  • 2
    $R/I$ is a field precisely when $I$ is a maximal ideal. For polynomials, $(f(x))$ is maximal precisely if $f(x)$ is irreducible. Is $x^2+3$ irreducible over $\mathbb{Q}$? What about over $\mathbb{Z}/2\mathbb{Z}$? – Mark Schultz-Wu Dec 16 '17 at 06:57

2 Answers2

4

Since $x^2+3$ is irreducible over $\mathbb{Q}[x]$, the ideal $(x^2+3)$ is maximal, hence $\mathbb{Q}[x]/(x^2+3)$ is a field (Used the following result), whereas, $x^2+3 $ is reducible over $\mathbb{Z}_2$, as $1$ is a root . So $\mathbb{Z}[x]/(x^2+3)$ is not a field.

3

Hint: Let $F$ be a field and $p(x)\in F[x]$, then

$$F[x]/(p(x))\; \text{is a field} \iff p(x)\; \text{is irreducible in F}.$$

I hope you can carry on from here.

Naive
  • 1,762