Say I have the function: $$x\,R\,y \iff y = 3^k$$ for some $k \in \mathbb Z$ and the set is:
$$A = \{1,1/3,1/27,1/4,3,1/36 , 2,2/9,9/4, 5\}$$
So in this scenario, how do I find the partitions of the set?
Knowing a fairly example should allow me to know how to do it in the future.
An equivalence relation is always partition. In general you want to put it in the form of a set. Here, you can say,
$$A_{r}= \{(x,y) | y = \frac{x}{3^k}\}$$
Where $A_r$ denotes the equivalent partition corresponding to your relation. Also, $k$ is assumed to be an integer.