$(X,Y)$ is distributed uniformly on the unit disk.
The transformations are:
$$ Z = {X + Y \over \sqrt{2}}\,,\qquad W = {X - Y \over \sqrt{2}} $$
I solved these equations in terms of $X$ and $Y$ and got:
$X$ = $(Z+W)/\sqrt(2)$
$Y$ = $(Z-W)/\sqrt(2)$
which has Jacobian equal to 1. Joint distribution of $Z$ and $W$ should be
$f(z, w)$ = $1/2\pi$ but with range -$\sqrt(2)$ $<$ $z$ $<$ $\sqrt(2)$. I'm not sure how to restrict the range of W.
The questions of interest are:
(a) What is the distribution of Z? Find $E[Z]$ and $Var[Z]%|$.
It seems fairly easy to see that $E[Z] = 0$ since the expectation of $X$ and $Y$ are both zero (both random variables are centered around zero). However, how would we compute $E[X^2]$ in order to compute the variance?
(b) Are Z and W uncorrelated? And are they independent?
I think that they are uncorrelated, but that they are not independent. I think this part might get easier after figuring out the exact range of the joint distribution.
(c) What is the distribution of $X/Y$ (the ratio of X and Y)?
Making the transformation $U$ = $X/Y$ and $V$ = $Y$ we have Jacobian 1. I'm confused as to what the range of joint distribution should be.
(d) What is the distribution of $Z/W$?
I'd imagine this part would get easier after figuring out part (c)