Random variables X and Y are independent identically distributed standard normal random variables. Consider random variables U=aX+bY and V=aX-bY, where a and b some fixed numbers and a^2 +b^2 =1.
a. Determine the joint pdf fuv, using the Jacobian formula.
b. Determine the conditional pdf fu|y(u|y=1).
I solved the part a by applying Jacobian's formula. I think the random variable should be normal distributed. However, after I simplify it, it looks very complicated.
I got determinant det(Ju,v(x,y))=2ab. fu,v=(fx,y(U+V/2a, U-V/2b))/|det(Ju,v)|. since X,Y are iid, (fx(U+V/2a)*fy(U-V/2b))/2ab=(1/4abPi)exp(-(u^2-2(a^2-b^2)uv+v^2)/8a^2b^2))
I donot know where I made mistakes. I also confused about part b. Could anyone help me out? Thank you very much.