3
$\begingroup$

Prove that if X and Y are Normal and independent random variables, X+Y and X−Y are independent. Note that X and Y also have the same mean and standard deviation.

Note that this is a duplicate of Prove that if $X$ and $Y$ are Normal and independent random variables, $X+Y$ and $X-Y$ are independent, however, there isn't a complete solution to the answer given and I do not understand exactly what the hints are suggesting.

My attempt was to check if $f_{x+y,x-y}(u,v) = f_{x+y}(u)f_{x-y}(v)$, however, this does not seem to be working out too nicely.

  • 0
    WLOG you can assume the mean is $0$. Then write out the joint pdf of $X$ and $Y$ and note that it has radial symmetry. $(X,Y) \to (X+Y,X-Y)/\sqrt{2}$ is a rotation.2012-10-24

1 Answers 1

3

Define $U = X + Y, V = X - Y$. Then, $X = (U + V)/2, Y = (U - V)/2$. Find the Jacobian $J$ for the transformation.

Then, $f_{U,V}(u,v)=f_{X}(x=(u+v)/2)f_{Y}(y=(u-v)/2)|J|$.

You will find that $f_{U,V}(u,v)$ factors into a function of $u$ alone and a function of $v$ alone. Thus, by the Factorization thm, $U$ and $V$ are independent.

  • 0
    You're most welcome2012-10-30