-3

If $$X \sim \mathscr N(\mu_1,\sigma_1^2)$$ $$Y \sim \mathscr N(\mu_2,\sigma_2^2)$$ $X$ and $Y$ are independent, how to show that $$X+Y\sim \mathscr N(\mu_1+\mu_2,\sigma_1^2+\sigma_2^2)$$

Hint: $$\frac{1}{\sqrt{2\pi}} \int_{-\infty}^\infty e^{-\frac{x^2}{2}}dx=1 $$

MOP
  • 173
  • 6

3 Answers3

1

The simplest way is perhaps to use the Moment Generating Function or the Characteristic Function of an $\mathcal{N}(\mu,\sigma)$ random variable.

$$\mathbb{E}[e^{s(X+Y)}] = \mathbb{E}[e^{sX}]\mathbb{E}[e^{sY}]$$ by independence of $X$ and $Y$.

Since $\mathbb{E}[e^{sX}]\mathbb{E}[e^{sY}] = e^{s\mu_1 + \tfrac{s^2}{2}\sigma_1^2}\bigg[e^{s\mu_2 + \tfrac{s^2}{2}\sigma_2^2}\bigg] = e^{s(\mu_1+\mu_2) + \tfrac{s^2}{2}(\sigma_1^2+\sigma_2^2)}$,

The result follows by uniqueness of the MGF (when it exists, which it does for Normal Random Variables).

0

I don't have enough reputation to comment, but here is a pretty strong hint:

For independent random variables X and Y, the distribution of $Z = X+Y$ equals the convolution of $X$ and $Y$. Use the definition of the normal distribution.

0

If $U$ and $V$ are independent standard normal (that is, $(N(0,1)$) random variables, then $\sigma_1U \sim N(0,\sigma_1^2)$ and $\sigma_2V\sim N(0,\sigma_2^2)$, and this answer contains a short proof (no explicit integrations, no convolutions, no MGFs or characteristic functions; only the left half of the hint given in the problem) of the fact that $\sigma_1U+\sigma_2V\sim N(0,\sigma_1^2+\sigma_2^2)$.

Now extend this result to the sum of $X = \mu_1+\sigma_1U \sim N(\mu_1,\sigma_1^2)$ and $Y = \mu_X+\sigma_2V\sim N(\mu_2,\sigma_2^2)$

Dilip Sarwate
  • 25,197