Consider the quotient ring $R = \mathbb{R}[x]/(f(x))$, where $f(x)\in\mathbb{R}[x]$. Let $n$ be the degree of $f$.
- Explain why $R$ is a field if $n=1$
Attempted answer: if the degree of $f$ is 1, then $f = a_0+a_1x$ for $a_0,a_1\in\mathbb{R}$, so $f$ cannot be reduced, and hence $
- Give examples showing that if $n=2$, then $R$ may or may not be a field.
Attempted answer: If $f(x)=x^2-4$, then it can be reduced to $f(x) = (x-2)(x+2)$, so it is not irreducible, and by the reasoning above, $R$ cannot be a field. However, if $f(x) = x^2+4$, then no roots exist in $\mathbb{R}$, so the polynomial is irreducible, and again $R$ is a field.
- Prove that if $n=3$, then $R$ is not a field.
Attempted answer: Any polynomial with degree greater than $2$ has at least one root in $\mathbb{R}$, though I'm not sure how to justify this. Either way, it means we can take a factor $(x-a)$ from the polynomial, so it is not irreducible, and hence $R$ is not a field.
Is my reasoning sound here? I'm not sure whether an appropriate answer would be more thorough.
Any input appreciated!