I've just solved the following exercise
Suppose we adjoin an element $\alpha$ to $\mathbb{R}$ satisfying the relation $\alpha^2 = 1$. Prove that the resulting ring is isomorphic to the product ring $\mathbb R\times \mathbb R$, and find the element of $\mathbb R\times \mathbb R$ which corresponds to $\alpha$.
Here is my solution:
The aforementioned ring is $\mathbb{R} [x]/(x^2-1)=\{a_0+a_1 x:a_0,a_1 \in \mathbb{R}\}$, where addition is defined as usual and the multiplication is
$$(a_0+a_1 x)(b_0+b_1 x)=(a_0b_0+a_1b_1)+(a_0b_1+a_1b_0)x.$$
Consider the map $\varphi:\mathbb{R} \times \mathbb{R} \to \mathbb{R} [x]/(x^2-1)$ defined by $$(a,b) \mapsto \left( \frac{a+b}{2} \right)+\left( \frac{a-b}{2} \right)x.$$
One can show that it is a ring homomorphism, and it has the inverse
$$a+bx \mapsto (a+b,a-b). $$
This shows that $\mathbb{R} [x]/(x^2-1) \cong \mathbb{R} \times \mathbb{R}$, and the "new" square root of $1$ corresponds to $(1,-1) \in \mathbb{R} \times \mathbb{R}$.
Assuming my solution is correct, I have a few questions:
How do we know that $\alpha$ is not a previously known (i.e. real) square root of $-1$? To elaborate, In the quotient ring $\mathbb{R}[x]/(x-2)$ (which is the construction of adjoining the reals another "2"), the relation $x-2=0$ forces $x$ to be an element of the reals, and then $\mathbb{R}[x]/(x-2) \cong \mathbb{R}$. So, how do we know that $x^2-1=0$ doesn't force $x$ to be $1$ or $-1$ (and consequently $\mathbb{R} [x]/(x^2-1) \cong \mathbb{R}$)?
In general what exactly is this "$x$" in the polynomial ring. Is it necessarily some unfamiliar quantity? (I guess not, because in $\mathbb{R}[x]/(x-2)$ it's a well known real number).
Thank you!
$x$ is a formal symbol that satisfies the relation $x^2=1$. This is the only relation that $x$ satisfies because it's the only property we've given $x$. Notably, $x$ fails to satisfy $x+1=0$ or $x-1=0$ because we didn't say that it did. Don't think of $x$ as a variable, think of it as a formal symbol that satisfies the properties that we give it, like $i$.