I have to prove that the following is a bijection: $ T: \mathbb{R}^2 \rightarrow \mathbb{R}^2 $, with $T(x,y)= \left( \begin{array}{c} 5x + \sin(y)\\ 5y + \arctan(x) \end{array} \right)$
Now, to prove it is surjective I composed it with $x = \tan(z)$ obtaining:
$ T^1\colon \left]-\pi /2, \pi /2 \right[\times \mathbb{R} \rightarrow \mathbb{R}^2 $, with $T^1(z,y)= \left( \begin{array}{c} 5\tan(z) + \sin(y)\\ 5y + z \end{array} \right) $
Then, if we consider a generic $(z_0,y_0)$ we have $5y+z=y_0 \Rightarrow z = y_0 - 5y$ and $5 \tan(y_0 - 5y) + \sin(y)=g(y)$. Considering the limits for $g(y)$ at the inf and sup of its domain are $+ \infty$ and $-\infty$ and the continuity of $g(y)$ we prove the existence of $Y$ such that $g(Y) = z_0$ and then $Z = y_0 - 5Y$ and we've found a couple $(Y,Z)$ such that $T^1(Y,Z)=(z_0,y_0)$.
As for the injectivity I've noticed that, using the fact that sin and arctan are limited functions, we get $T(x,y)=T(x',y') \Rightarrow |x-x'|< \frac{2}{5}$ and $|y-y'|< \frac{2 \pi}{5}$ but I can't do any better.
My questions are:
1) Is there an easier or better proof of surjectivity? (given that mine is correct...if not please point out where I did wrong)
2) Can somebody give me hints to prove the injectivity?
Thank you very much in advance!