I don't really understand the way to do these.
Describe equivalence classes for the following equivalence relations on the given set $S$:
(i) $S$ is the set of all points in the plane, and $a\sim b$ means $a$ and $b$ have the same distance from the origin.
(ii) $S = \mathbb{N}$, and $a\sim b$ if and only if $ab$ is a square.
(iii) $S = \mathbb{R}$, and $a\sim b$ if and only if $a = b$.
This means describe the subsets $S_a=\{x\in S:x\sim a\}$ given the relation $\sim$ on $S$ in each case.
(i) If $a$ and $b$ have the same distance from the origin, this means they lie on the same circle centered at the origin. So choose an $a$, then $S_a$ is the set of all points on the same circle centered at the origin as $a$; in other words, the equivalence classes are just circles centered at the origin.
(ii) If the product $ab$ is a square, we can write $ab=c^2$ where $c$ is also a natural number. So the equivalence class $S_a$ is the set $\{n^2/a, n\in \Bbb N:a|n^2\}$ of all perfect squares evenly divided by $a$, divided by $a$. (A little confusing, but basically take $a$, find all the perfect squares which $a$ evenly divides, and divide them by $a$; that collection is $S_a$.)
(iii) This is the easiest one! Choose $a$, the set of all reals which are equal to $a$ is just $\{a\}$, so the equivalence classes are just sets which contain exactly one real number. You could consider the equivalence classes just as the real numbers themselves.