As a homework assignment,
I need to prove that $\mathbb C[x,y]/\langle x^2+y^2+1\rangle$ and $\mathbb R[x,y]/\langle x^2+y^2+1\rangle$ are integral domains.
I have no idea how to approach problems like this. We're allowed to use the fact that for any field, $\mathbb F[x,y]/ \left\langle xy+b \right\rangle $ is an integral domain iff $b\neq 0$.
Here are some thoughts: If $x^2+y^2+1$ is irreducible then it generates a prime ideals and we're done. Otherwise, since each of the polynomials rings is a UFD, we may factor it into irreducibles. Then I thought of using the chinese remainder theorem somehow to simplify into the information I was given, but I don't see how. How should I solve these problems?
For $\mathbb C$, you can use the fact you stated by a change of variables: observe that $x^2+y^2+1 = (x+iy)(x-iy)+1$, and rewrite $\mathbb C[x,y]$ as $\mathbb C[w, z]$ with $w=x+iy$ and $z=x-iy$.
For $\mathbb R$, my guess is you are supposed to use the $\mathbb C$ case; show that the kernel of the homomorphism $\mathbb R[x,y] \to \mathbb C[x,y]/\langle x^2+y^2+1\rangle$ given by $x \mapsto x$ and $y \mapsto y$ is precisely the ideal in $\mathbb R[x,y]$ generated by $x^2+y^2+1$. This will induce an embedding of $\mathbb R[x,y]/\langle x^2+y^2+1\rangle$ into $\mathbb C[x,y]/\langle x^2+y^2+1\rangle$, witnessing that the former is an integral domain since the latter is.