-1

$f\left(x,y\right)=\left(\frac{x}{x^{2}+y^{2} } , \frac{y}{x^{2}+y^{2} } \right) $

$R^{2}-(0,0)$

Can someone help me with shwoing that this function is surjective?

2 Answers2

0

As in the answer to your previous question check that $f(x,y)=f^{-1}(x,y)$ on $\mathbb{R}^2\backslash \{0\}$. Since $f(x,y)$ is defined on every value of $\mathbb{R}^2\backslash \{0\}\ \therefore$ $f^{-1}(x,y)$ is also defined on every value of $\mathbb{R}^2\backslash \{0\}$. Since this means that to every image there is a preimage $\therefore$ $f$ is surjective

Qwerty
  • 6,165
  • But I should show that function is surjective, before I found inverse? – Ana Matijanovic Jun 18 '16 at 18:12
  • Suggestion :put $x=r cos \theta \y= r sin \theta$ so you will have $f =(\frac{cos \theta}{r},\frac{sin \theta}{r})$ and , this function is surjective – Khosrotash Jun 18 '16 at 18:13
  • @AnaMatijanovic You can always find out the inverse first and check on which points it is defined and whether every image has a preimage.. – Qwerty Jun 18 '16 at 18:22
0

Before you can ask if the function is surjective, you have to specify what is the codomain of the function (now I read that the domain is $R^2\setminus (\mathbf 0)$). However, interpreting the lack of such specification as an underlying assumption of the largest possible codomain, that is $$ f:\mathbb R^2\setminus (\mathbf 0)\to \mathbb R^2, $$ then $f$ would not be surjective because $\mathbf 0$ is never attained. However $$ f:\mathbb R^2\setminus (\mathbf 0)\to \mathbb R^2\setminus (\mathbf 0), $$ is surjective. In fact, in vector notation, $f(\mathbf r)=\mathbf r/|\mathbf r|^2$, therefore, for $\mathbf y\neq\mathbf 0$ $$ \frac{\mathbf r}{|\mathbf r|^2}=\mathbf y\qquad \iff\quad \frac{\mathbf y}{|\mathbf y|^2}=\mathbf r. $$ Therefore $f$ is actually bijective on that domain and $$ f=f^{-1}. $$

guestDiego
  • 4,006