In any integral domain, only $1$ and $-1$ are their own multiplicative inverses. Note that $x=x^{-1}$ iff $x^2=1$
I'm not sure how to go about proving this.
I know the definition of an integral domain is defined to be a commutative ring with unity having the cancellation property.
This is how I started:
Assume $x=x^{-1}$ in any integral domain, then by multiplying $x$ on both sides we get $x^2=e$ where $e$ is the identity element. However, since we are in an integral domain, then there exists a unity which is the neutral element. Then: $x^2 \times 1=x^2$, so $e=1$ and we have $x^2=1$
Here is another idea I have for the other way around:
Let $x^2=1$ then subtracting $1$, we obtain $x^2-1=0$ which can be factored into $(x+1)(x-1)=0$ Say $x+1=0$ then $x=-1$. If $x-1=0$ then $x=1$ but then I do not know how to get to $x=x^{-1}$