I don't understand the notation $(x,y)$ or $(u,v)$,since I've always seen a function instead of $(x,y)$ and a variable instead of $(u,v)$,can someone help?
It could be confusing if you're thinking about the standard notation for a partial derivative of a function of several variables, but it's not that different: $x$ and $y$ are in fact functions of $u$ and $v$.
The notation
$$\frac{\partial (x,y)}{\partial (u,v)} \tag{1}$$
refers to the Jacobian (determinant) which is, in this case:
$$
\det\begin{bmatrix} \dfrac{\partial x}{\partial u} & \dfrac{\partial x}{\partial v} \\[4pt] \dfrac{\partial y}{\partial u} & \dfrac{\partial y}{\partial v} \end{bmatrix}\tag{2}
$$
So you should remember $(1)$ as a (compact) notation for $(2)$.
I would expect your text(book) to introduce this notation, if you're giving this kind of exercise.