How to find range of a function $f : \mathbb{R}^2\to \mathbb{R}^2 $ defined by
$f(x,y)=(x^2-y^2, 2xy)$
I am new to calculus of several variables and I have no idea on how to solve such questions. I tried the following way:
We set $f(x,y) = (x^2-y^2, 2xy) = (h,k)$ but it is getting very dirty solving for $x$ and $y$ from this. However, is this the correct method?
Yes, your approach is correct. In this case, I would use $$x=r\cos\theta\\y=r\sin\theta$$ Then $$f(r,\theta)=r^2(\cos2\theta,\sin2\theta)$$ It's easy to see that $$r^4=h^2+k^2$$ and $$\tan2\theta=\frac kh$$ These have solutions for any $(h,k)\in\mathbb R^2$, so the range is $\mathbb R^2$.