Background
Suppose that we are using a simplified spherical model of the Earth's surface with latitude $u \in (-\frac {\pi} 2, \frac {\pi} 2)$ and longitude $v \in (-\pi, \pi)$; then (if the radius is taken to be $1$), the surface area element is given by $\mathrm{d}A = \cos u\ \mathrm{d}u\ \mathrm{d}v$. Restricting attention to the hemisphere, $H$, where $u, v \in (-\frac {\pi} 2, \frac {\pi} 2)$, a simple map projection from $H$ can be obtained by just taking the $x$ and $y$ coordinates via $x = \cos u \sin v$ and $y = \sin u$, which is a smooth one-to-one transformation on $H$. Now, picking a point with coordinates $(U, V)$ on $H$ uniformly according to surface area, the joint density of $U$ and $V$ is $$f_{U, V}(u, v) = \frac 1 {2\pi} \cos u, \quad \lvert u \rvert, \lvert v \rvert < \frac {\pi} 2.$$
Question
Find the joint density of $X$ and $Y$, where $(X, Y)$ is the image of the random point $(U, V)$ under the map projection defined above.
My working
Some preliminary results:
$$\begin{aligned} J & = \begin{vmatrix} \frac {dx} {du} & \frac {dx} {dv} \\ \frac {dy} {du} & \frac {dy} {dv} \end{vmatrix} \\[1 mm] & = \begin{vmatrix} -\sin u \sin v & \cos u \cos v \\ \cos u & 0 \end{vmatrix} \end{aligned}$$
Thus,
$$\begin{aligned} \\[1 mm] f_{X, Y}(x, y) & = \frac 1 {2\pi} \cos u\ \lvert J \rvert \\[1 mm] & = \frac 1 {2\pi} \cos^3 u \cos v \\[1 mm] & = \frac 1 {2\pi} x(1 - y^2) \cot v \\[1 mm] & = \frac 1 {2\pi} (1 - y^2) \sqrt {1 - y^2 - x^2} \end{aligned}$$
I am stuck here. Firstly, may I know if my expression for $f_{X, Y}(x, y)$ is correct? Secondly, if it is correct, how can I obtain the support for $f_{X, Y}(x, y)$?