This question is from my tutorial problem set:
One way to define a system of coordinates for the sphere $S^2$ given by $x^2+y^2+(z-1)^2=1$ is to consider the stereographic projection $\pi:S^2-\{N\} \to \mathbb{R}^2$ which carries a point $(x,y,z)$ of $S^2$ minus north pole $N =(0,0,2)$ onto intersection of $xy$ plane with the straight line connecting $N$ to $p.$ Let $(u,v)=\pi(x,y,z).$
(I) Show that $\pi^{-1}:\mathbb{R}^2 \to S^2$ is given by $\pi^{-1}(u,v) =\dfrac{1}{u^2+v^2+4}\left(4u,4v,2u^2+2v^2\right)$
(II) Let $U$ be $uv$ plane. Using stereographic projection, define a coordinate function $\textbf{x}:U \to S^2 -\{N\}.$
For (I), it clear that $\pi^{-1}:\mathbb{R}^2 \to S^2$ isn't bijective since $(0,0,2) \not\in $ range of $\pi^{-1}.$ It seems natural to define $\textbf{x}(u,v) =\dfrac{1}{u^2+v^2+4}\left(4u,4v,2u^2+2v^2\right).$ So, what is the difference between (I) and (II) ?
(III): Find a coordinate function $\textbf{y}: U \to S^2-\{(0,0,0)\}.$
Isn't this exactly the same as (I) and (II) ?