A relation is defined on the set $A=\{a + b\sqrt{2} \; : \; a, b \in \mathbb{Q} \text{ and } a + b\sqrt{2} \neq 0\}$ by $xRy$ if $x/y$ is in $\mathbb{Q}$. Show that $R$ is an equivalence relation and determine the distinct equivalence classes.
I showed that $R$ is reflexive, symmetric, and transitive already, and so I know that $R$ is an equivalence relation. My issue is finding the equivalence classes. Since $x,y$ are coming from set $A$ but set $A$ uses $a,b$ which come from $\mathbb{Q}$, how do I define the equivalence classes?
I tried this: $[1] = \{x \in A \; : \; xR1\} = \{x \in A \; : \; x \in \mathbb{Q}\} = \{a + b\sqrt{2} \; : \; a \in \mathbb{Q}, b=0\}$.
Is that the correct way to define it?