Moment Generating Function – Product of Two Standard Normal Distributions

moment-generating-functionsprobabilityprobability distributions

The following question is on my homework assignment that I cannot figure out:

Let U and V be independent random variables, each having a normal distribution with mean zero and variance one. Find the moment generating function of the random variable W = UV .

I have looked around online, and cannot find an answer to this question. In fact, the only answers I can find that even relate to the product of standard normal random variables are using techniques that we never covered in my class. We covered in class how to find the MGF for linear combinations of random variables, by W isn't linear, its a product of two normals. So that technique won't work.

What am I supposed to do? I am completely at a loss. I have tried multiplying the MGFs of U and V together, but that leaves me with something ugly that I can't reduce.

Best Answer

The MGF is, by definition, $M(t) = E[e^{tUV}]$. Try integrating $$ \dfrac{1}{2 \pi} \int_{-\infty}^\infty \int_{-\infty}^\infty e^{tuv} e^{-u^2/2} e^{-v^2/2}\ du\ dv$$

by completing the square.

Related Question