I want to calcualte the inverse of $f(x,y)=\frac{1}{2}(x^2+y^2, x^2-y^2)$.
My book does it like this:
$f: (x,y) \to \begin{pmatrix}u\\v\end{pmatrix}=\frac{1}{2}\begin{pmatrix}x^2+y^2\\x^2-y^2\end{pmatrix}$
Now they calculate $u+v=...=x^2 \Rightarrow x=\sqrt{u+v}$ and $u-v=..=y^2 \Rightarrow y=\sqrt{u-v}$
Now, I'm wondering, couldn't I solve for x and y, like I'd do for 1-dim functions? Like:
$x=\frac{1}{2}(x^2+y^2) \Rightarrow x_{1,2}=1 \mp \sqrt{1-2y^2} \Rightarrow y_{1,2}=1 \mp \sqrt{1-2x^2}$
I know there are also Theorems for this and what not. But I'm wondering if I could do what I just did. I don't really like the first approach since it's not dependend on $x,y$