We have the ring $R$ and the polynomial $a=x^3+x+1$ in $R[x]$. I want to check the following statements:
If $R=\mathbb{R}$ then $a$ is irreducible in $\mathbb{R}[x]$.
This statement is false, since according to Wolfram the polynomial has a real solution, right? But how can we calculate this root without Wolfram, by hand?
If $R=\mathbb{Z}_5$ then $a$ is irreducible in $R[x]$.
The possible roots are $0,1,2,3,4$. We substitute these in $a$ and we get the following: \begin{align*}&0^3+0+1=1\neq 0\pmod 5 \\ &1^3+1+1=3\neq 0\pmod 5 \\ &2^3+2+1=11\equiv 1\pmod 5\neq 0\pmod 5 \\ &3^3+3+1=31\equiv 1\pmod 5\neq 0\pmod 5 \\ &4^3+4+1=69\equiv 4\pmod 5\neq 0\pmod 5\end{align*} So since none of these elements is a root of $a$, the statement is correct, right?
If $R=\mathbb{C}$ then $a$ is irreducible in $R[x]$.
This statement is wrong, because from the first statement we have that $a$ is reducible in $\mathbb{R}[x]$, and so it is also in $\mathbb{C}[x]$. Is this correct?
If $R=\mathbb{Q}$ then $a$ is not irreducible in $R[x]$.
Since this is a cubic polynomial, it is reducible if and only if it has roots. By the rational root test, the only possible rational roots are $\pm 1$. Since neither of these is a root, it follows that $a$ is irreducible over $\mathbb{Q}$, right?
If $R=\mathbb{C}$ then $a$ has no root in $R$.
This statement is wrong, since from statemenet 3 we have that $a$ is reducible in $\mathbb{C}[x]$ and so it has roots in $\mathbb{C}$, or not?