Suppose X and Y are independent normal r.v. $N(0,1)$. An exercise about calculating conditional expectation on events is:
(1) Find $\mathbb{E}[X+Y|X \ge 0, Y \ge 0]$.
(2) Find the probability density function of $X+Y$ given $X\ge 0, Y \ge 0$.
I am not familiar with the definition of conditional expectation on events (I only have learnt the definition on $\sigma$-field). Here are my attempts. I wonder how to calculate (2)(some of my attempt is as follows) and whether my solution of (1) is correct:
(1): By symmetricity: \begin{align} \mathbb{E}[X + Y|X\ge 0,Y \ge 0] &= 2\mathbb{E}[X|X\ge 0, Y\ge 0] \\ &= 2\mathbb{E} [X\frac{f(X,\chi_{X\ge 0},\chi_{Y\ge 0})}{f(\chi_{X \ge 0},\chi_{Y\ge 0})}] \\ &= 4\mathbb{E} \int_{\mathbb{R}^+} x \frac{1}{\sqrt{2\pi}}e^{-x^2/2} dx \\ &= 2\sqrt{\frac{2}{\pi}} \end{align} (2) By basic property of independent normal distribution, $A = X+Y \sim N(0,2), B = X-Y \sim N(0,2)$ are independent. (Details: (X,Y) is 2d Gaussian vector, hence the independence equals to the uncorrectedness.) Hence I try to transform the problem from form $X,Y$ to $A,B$.