Can someone please confirm if the solution below is correct? If not, please give me some hints about what is wrong.
Let $X$ and $Y$ be two real valued stochastic variables who's joint distribution is the regular normal distribution on $(\mathbb{R}^2,\mathbb{B}_2)$ with mean $0$ and variance matrix
$$ \Sigma = \begin{pmatrix} \sigma_1^2 & \rho \\ \rho & \sigma_2^2 \end{pmatrix} $$
where we assume that $\sigma_1^2,\sigma_2^2>0$ and $-\sigma_1\sigma_2<\rho<\sigma_1\sigma_2$. It can be shown that $\Sigma$ is positive definite, and can then be a variance matrix for a regular normal distribution.
- Find the joint distribution of $X+Y$ and $X-Y$
I use that if $M=(X,Y)^T$ follows a regular normal distribution, then $$ \alpha+BX\sim\mathcal{N}(\alpha+B\xi,B\Sigma B^T) $$ Let $$ B=\begin{pmatrix} 1 & 1 \\ 1 & -1 \end{pmatrix}, \qquad M= \begin{pmatrix} X \\ Y\end{pmatrix} ,\qquad \xi = \begin{pmatrix} 0 \\ 0\end{pmatrix} $$ Then $$ BM = \begin{pmatrix} X + Y \\ X - Y \end{pmatrix} \sim\mathcal{N}(B \xi,B\Sigma B^T)=\mathcal{N}(0_{2\times1}, \begin{pmatrix} 2\sigma_1^2+2\rho & 0 \\ 0 & 2\sigma_1^2-2\rho \end{pmatrix} ) $$
- Determine all values of $\sigma_1^2,\sigma_2^2$ and $\rho$ for which $X+Y\perp \! \! \! \perp X-Y$
As the $Cov(X+Y,X-Y)=0$ we see that $X+Y$ and $X-Y$ are always independent.
- Assume that $\sigma_1^2=\sigma_2^2=0.6$ and that $\rho=0.14$. Find the distribution of $(X+Y)^2+\frac{1}{0.44}(X-Y)^2$
We know that if $X\sim \mathcal{N}(0,1)$, then $$ \chi^2=\sum_{i=1}^n X^2_i $$ is $\chi^2$ distributed with $n$-degrees of freedom. So let's standarize $X+Y$ and $X-Y$. \begin{align} \frac{X+Y}{\sigma_1^2+2\rho}&=\frac{X+Y}{2\times0.6^2+2\times 0.14}=X+Y \\ \frac{1}{0.44}\frac{X-Y}{\sigma_1^2-2\rho}&=\frac{X-Y}{2\times0.6^2-2\times 0.14}=\frac{X-Y}{0.44}0.44=X-Y \end{align} So we conclude that $(X+Y)^2+\frac{1}{0.44}(X-Y)^2\sim\chi^2(2)$