I have three quotient rings:
$R_1 = \frac{\mathbb{Q}[x]}{(x^2 -1)}$
$R_2 = \frac{\mathbb{Q}[x]}{(x^2 +1)}$
$R_3 = \frac{\mathbb{Q}[x]}{((x -1)^2)}$
I am trying to decide whether these are integral domains, fields, if they have any elements $u$ s.t $u^2 = 0$ and if any of them are isomorphic. So far I have:
For the first one: This polynomial is not irreducible, it splits into $x+1$ and $x-1$ which are coprime, so by the chinese remainder theorem we can decompose it and clearly see that it has no such elements $u$. Also it's not an i.d. as the polynomial isn't prime
For the second one, this is a field (the poly. is irreducible), so there are no zero divisors.
For the third one I am having difficulty, we cannot use the chinese remainder theorem because the factors of $(x-1)^2$ are not coprime. It's not a field, but I am having trouble showing whether it is an i.d or if there is such a $u$.
Also for showing whether these rings are isomorphic, is it true that the three properties I am testing for are preserved by isomorphisms? Hence none of them should be isomorphic?
Thanks