Let X,Y∼N(0,1) and α∼U[0,1]), and suppose X,Y,α are independent. Then how to prove that Xcosα+Ysinα∼N(0,1)?
For a constant α the claim is obvious but in the case of α∼U[0,1]), the problem appears to be trickier.
I think, using the formulas for convolution of probability distributions, the following plan could work:
- We find the distribution of Xcosα and Ysinα separately.
- We find the distribution of their sum.
But the execution of this plan would probably be overly complicated, and I feel like there must be a better way.
I would appreciate any help with this problem.
Answer
Using the characteristic function of Z=Xcosα+Ysinα, we have
ϕZ(t)=E(eit(Xcosα+Ysinα))=E(E(eit(Xcosα+Ysinα)|α))=E(E(eit(Xcosα)|α)E(eit(Ysinα)|α))=E(e−12t2cos2αe−12t2sin2α)=E(e−12t2)=e−12t2
Because ϕZ(t)=e−12t2 then Z follows the standard normal distribution N(0,1).
Remark: whatever distribution α follows, Z still follows the standard normal distribution N(0,1)
Attribution
Source : Link , Question Author : Swistack , Answer Author : NN2