I need to complete the following problem
Let $~(X_1, X_2)~$ be a continuous random vector, with uniform density on the unit sphere $~\{(x_1,~ x_2,~ x_3) ~∈~ \mathbb R^3 ~:~ x_1^2 + x_2^2 + x_3^2 = 1\}~$. What would be the marginal pdf of $~X_1~$?
I have to follow the next steps:
Express the density in spherical coordinates.
Think about the symmetry of the problem. Think about spherical coordinates. Then think how can you integrate the effects of two variables while keeping the other fixed in spherical coordinates.
After 2, you will have the marginal in one angle. Then you need to do a transformation of random variables ("a change of variables in the integral of the density so that the limits become (-1, 1)") to transform the angle to the Cartesian coordinate you are interested in obtaining the marginal.
The marginal pdf of X1 should be one that is intuitive for this problem (yet that intuition will fail if the sphere was a circle or a high-dimensional sphere!). I have completed the first step by
$$f(\vartheta, \varphi) = {\sin(\varphi)\over4\pi}$$
where $\vartheta \in [0,2*\pi]$ and $\varphi \in [0,\pi]$
I'm not sure if the second step is correct by: $$f\varphi(\varphi) = \int_0^{\pi} {\sin(\varphi)\over4\pi}\,d\varphi= {1\over 2\pi}$$ Or the second option: $$f\vartheta(\vartheta) = \int_0^{2\pi} {\sin(\varphi)\over4\pi}\,d\vartheta= {\frac12\sin(\varphi)}$$ I get defenitely stuck in the third step