Define a function $f: \Bbb R×(0,2 \pi) \to \Bbb R^3$ (Mercator projection) by:
$$f(u,\theta) = {1 \over {\cosh\,\, u} }\begin{pmatrix}\cos\,\, \theta\\\sin\,\, \theta\\\sinh\,\, u\end{pmatrix} $$
How can I show that $f(u,\theta)$ is in the sphere $S$ (given by the equation $x^2+y^2+z^2=1$)?
$$\left( \frac{\cos \theta}{\cosh u}, \frac{\sin \theta}{\cosh u},\frac{\sinh u}{\cosh u} \right). $$
Now what does it mean to say that the image of $f$ lands on the sphere?
– Apr 04 '13 at 22:31