This problem comes from SISSA 2007 Entrance Examinations.
Let $\Phi:\mathbb R^2 \to \mathbb R^2$ be the function $$\Phi(x,y)=\begin{pmatrix}5x+\sin(y) \\5y+\arctan(x)\end{pmatrix}$$ Show that $\Phi$ is bijective.
If we observe that $\Phi$'s jacobian is $$\det (J_{\Phi}(x,y))=\begin{vmatrix}5 &\cos(y) \\ \frac{1}{1+x^2}& 5\end{vmatrix}=25-\frac{\cos(y)}{1+x^2}$$ and its determinant is nonzero for every $(x,y)$, we can conclude from this theorem that the function is invertible in about one second.
Since this was a question from an examination I'd expect something more conceptual, but I can't seem to come up with an easy proof of the function's invertibility. How can we solve this problem with less machinery?
Try using the Banach fixed-point theorem to solve $\Phi(x, y)=(c_1, c_2)$ by writing a map $\mathbb{R}^2\rightarrow\mathbb{R}^2$ as
$(x, y)\rightarrow \left(\dfrac{c_1-\sin y}{5},\dfrac{c_2-\arctan x}{5}\right)$.
Prove that this is a contraction, and conclude that $\Phi$ is bijective.