$f: \mathbb{R^2\setminus\{0\}} \to \mathbb{R^2}$
$$f(x,y) = \left(\frac{x^2 - y^2}{x^2 + y^2}, \frac{xy}{x^2 + y^2}\right)$$
Is there a clean/nifty way to find the rank of the Jacobian of $f$ for any $p \neq 0$ and also describe the image of the function?
Currently, I've tried to find the partials and populate the Jacobian matrix but its turning out to be unwieldy. Is there a theorem that I should be aware of?