I have the following situation
Let $N_1, N_2 \sim \mathcal{N}(0,1)$ two independent r.v. Let $X = \frac{N_1}{\sqrt{N_{1}^{2} + N_2^2}}$ and $Y = \frac{N_2}{\sqrt{N_{1}^{2} + N_2^2}}$.
Now I know how show to that $X$ and $Y$ are not independent, but I don't know how to show $X$ and $Y$ are uncorrelated. Can anybody helps me?
Thanks in advance
Hint:
To prove that $X$ and $Y$ are uncorrelated, you need to prove that the covariance is null, in other words $$Cov(X,Y) = \mathbb{E}(XY)-\mathbb{E}(X)\mathbb{E}(Y) = 0 \tag{1}$$ If we can prove that $\mathbb{E}(X) = 0$ and $\mathbb{E}(XY) = 0$ then $(1)$ holds true.
We have $$ \begin{align} \mathbb{E}(X) &= \iint_{(s,t)\in \Bbb R^2} \frac{e^{-\frac{s^2+t^2}{2}}}{2\pi}\frac{s}{\sqrt{s^2+t^2}}dsdt \tag{2} \end{align} $$
Make a change of variable $s = r \cos(\theta)$ and $t = r\sin(\theta)$, $$\mathbb{E}(X) = \int_{0}^{+\infty} \frac{e^{-\frac{r^2}{2}}}{2\pi} \int_0^{2\pi}(\cos(\theta)d\theta) rdr = 0$$
Same methode for $\mathbb{E}(XY)$, by making change of variables to polar coordinates, you can prove also that $\mathbb{E}(XY) = 0$.
So, $(1)$ holds true.