Sum/differences of two normal variables

  • Thread starter Thread starter t_n_p
  • Start date Start date
  • Tags Tags
    Normal Variables
AI Thread Summary
The discussion focuses on finding the mean and variance of the expression Bt+s + Bt+s - Bs - Bs, where Bt+s and Bs are independent normal variables. The mean is straightforwardly calculated as 0, but the variance calculation raises questions due to the negative sign in front of Bs. It is clarified that the negative does not change the distribution of Bs, which remains N(0, s), and the variances can be summed directly. The final result for the distribution is determined to be N(0, 2t + 4s), confirming that the variance is additive regardless of the signs of the coefficients. Understanding the properties of independent normal variables is crucial for solving such problems.
t_n_p
Messages
593
Reaction score
0

Homework Statement



I have Bt+s ~ N (0, t+s) and Bs ~ N(0,s).
I want to find the mean and variance of Bt+s + Bt+s - Bs - Bs.

Homework Equations



(i) I know that the sum of independent normals is again normal with mean = sum of means and variance = sum of variances.

(ii) I also know that cX ~ N(cμ, c2σ2)

The Attempt at a Solution



Obviously the mean is easy to calculate since it is 0 all round, but I'm having problems with the variance.

If I wanted to find distribution of:
Bt+s + Bt+s it would be ~N(0,t+s+t+s)
No issues here

But now since I have a negative infront of the Bs, how will that come into effect? Notice how property (i) above is regarding the sum of independent normals, what about the difference between two independent normals?

Do I change -Bs (by property (ii) above) so that it has a distribution ~ N ((-1)0, (-1)2(s))

Does this change the negative out the front of Bs to a positive?

i.e, -Bs ~ N (0, s) and then sum the variances so that:

Bt+s + Bt+s - Bs - Bs ~ N (0, (t+s)+(t+s)+(s)+(s))

i.e. Bt+s + Bt+s - Bs - Bs ~ N (0, 2t+4s)?

hope it all makes sense
 
Last edited:
Physics news on Phys.org
If X is n(\mu, \sigma^2)

then aX is n(a\mu, a^2 \sigma^2)

If X, Y are independent, then

<br /> \sigma^2_{aX+bY} = a^2 \sigma^2_X + b^2\sigma^2_Y<br />

and both of these hold regardless of the sign of a and b.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top