We are given three independent random variables $X, Y, Z$ with normal distribution $\mathcal{N}(1,2)$. Are $U=Z-Y+X$ and $V=X+Y$ independent?
I thought I would compute the joint density $f_{UV}$ and densities $f_U$ and $f_V$.
It would be easier if I also had another random variable $W = \varphi_3(X, Y, Z)$. Then I could write $(U, V, W) = (\varphi_1(X, Y, Z), \varphi_2(X, Y, Z), \varphi_3(X, Y, Z)) = (Z-Y+X, X+Y, ?)$
But I don't have $W$. If I introduce $W = Z$, then I get joint density of $U, V, W$ equal $$\frac{1}{2} \exp \left({\frac{(v+u-w)^2-(v-u-w)^2-w^2}{8}}\right) = \frac{1}{2} e^{(-w^2-4wv+4uv)/8}$$
I've also computed density of the sum $X+Y$. It is $f_{X+Y} = \frac{1}{2 \sqrt{\pi}} e^{y^2/4} $.
Could you tell me if this could lead me anywhere, because I am lost.
How can I check if $U$ and $V$ are independent?
Jointly normal random variables are independent iff they are uncorrelated. For convenience let $W = X-Y = U-Z$.
$$\text{Cov}(Z,V) = \text{Cov}(Z,X) + \text{Cov}(Z,Y) = 0 $$ $$\text{Cov}(W,V) = \text{Cov}(X,X) - \text{Cov}(Y,Y) = 0 $$ so $$\text{Cov}(U,V) = \text{Cov}(Z,V) + \text{Cov}(W,V) = 0 $$