Question: Suppose $X$ and $Y$ have a jointly continuous distribution with joint density:
$$f(x,y)= \frac 1 {2\pi \sqrt{1-p^2}} e^{ \frac {-(x^2 - 2pxy + y^2)}{2(1-p^2)}}$$
where $p$ is a constant for which $|p| < 1$. Find $E(X^2Y^2)$.
I tried to find $\displaystyle E(X^2Y^2) = \iint x^2y^2f(x, y) \,dx\,dy. $
where $f(x,y)$ is the joint density, but I'm not sure how to take the integral.
Any help would be appreciated!
Thanks!
\begin{align} x = {} & u + v \\ y = {} & u -v \\[10pt] dx\,dy = {} & \left|\frac{\partial(x,y)}{\partial(u,v)}\right| \,du\,dv = 2\,du\,dv \\[10pt] & (x^2-2\rho xy + y^2) \\[4pt] = {} & (u+v)^2 - 2\rho(u+v)(u-v) + (u-v)^2 \\[4pt] = {} & 2(1-\rho)u^2 + 2(1+\rho) v^2 \end{align} \begin{align} & \iint \exp \Big(-(x^2-2\rho xy + y^2)^2/(2(1-\rho^2))\Big) \,dx\,dy \\[10pt] = {} & \iint \exp \Big(-(2(1-\rho)u^2 + 2(1+\rho)v^2)/(2(1-\rho^2))\Big) (2\,du\,dv) \\[10pt] = {} & \iint \exp\left( \frac{-u^2}{1+\rho} \right) \exp\left( \frac{-v^2}{1-\rho} \right) (2\,du\,dv) \end{align} This can be written as a product of an integral with respect to $u$ and one with respect to $v$.
But you also have the factor $x^2y^2$. You need to write that in terms of $u$ and $v$ and then expand it and get a sum, so you then get a sum of integrals. ${}$