Injectivity of the spherical coordinates map

1.1k Views Asked by At

Define on $E = (0,\infty) \times (0,\pi) \times (0,2\pi)$ the spherical coordinates map: $$ \psi: E \to \mathbb{R}^3, \ \ \psi(r,\theta,\phi) = (r \sin \theta \cos \phi, r \sin \theta \sin \phi, r \cos \theta). $$ I am trying to show that this map is injective. Intuitively, this is quite clear. We know that the vector $(x,y,z)$ coordinate in the 3-d space is uniquely determined by its length, $r$, its angle on the plane, $\theta$, and its angle in the $z$-direction, $\phi$. However, I don't know what is the best way to prove this formally. Basically we would like to show that if $\psi(r,\theta,\phi) = \psi(r',\theta',\phi')$, that is, $$ \begin{cases} r \sin \theta \cos \phi = r' \sin \theta' \cos \phi' \\ r \sin \theta \sin \phi = r' \sin \theta' \sin \phi' \\ r \cos \theta = r' \cos \theta', \end{cases} $$ then $(r,\theta,\phi) = (r',\theta',\phi')$. I have tried to decompose as two different functions, one on the unit sphere, and one to scale the length of the vector, but this does not work since the composition does not work out properly.

1

There are 1 best solutions below

8
On BEST ANSWER

Hint: Use the quotient of the first two equations to show $\phi = \phi'$. Then use the quotient of the second two equations to get $\theta = \theta'$. Then use the third equation for the last step.