- #1
- 43
- 0
Homework Statement
Suppose X1 , X2 , . . . , Xn are independent random variables, with common expectation μ and variance σ^2 . Let Sn = X1 + X2 + · · · + Xn . Find the variance of Sn.
The attempt at a solution
Expected value:
[itex] E[S_n] = n E[X_i] = n\mu \hspace{10 cm} [/itex] (1)
Variance:
[itex] Var[S_n] = E[S_n^2] - E[S_n]^2 = E[S_n^2] - n^2 \mu^2 \hspace{7 cm}[/itex] (2) # Substituted (1).
[itex] \displaystyle E[S_n^2] = E[\sum_{i=1}^n X_i^2] + 2 E[\sum_{j=1}^n\sum_{k\ >\ j}^n X_jX_k] = n E[X_i^2] + n(n - 1) E[X_jX_k] \hspace{1 cm}[/itex] (3) # Expanded Sn.
[itex] Var[ X_i ] = E[X_i^2] + E[X_i]^2 = \sigma^2\ \rightarrow\ E[X_i^2] = \sigma^2 + \mu^2 \hspace{5 cm} [/itex] (4)
[itex] \displaystyle E[S_n] = n(\sigma^2+\mu^2 + (n - 1) E[X_jX_k]) \hspace{7 cm} [/itex] (5) # Substituted (4) into (3).
I'm stuck here.
If I knew the covariance of Xj and Xk, then I could use the following formula:
[itex] Covar[X_j, X_k] = E[X_j X_k] - E[X_j]E[X_k][/itex]
[itex] \rightarrow\ E[X_j X_k] = Covar[X_j, X_k] + E[X_j] E[X_k] = Covar[X_j, X_k] + \mu^2 \hspace{1 cm}[/itex] (6)
I suspect that "independent random variables with common expectation and variance" implies a certain relation that is necessary for this question.
Can someone give me a hint please?
Suppose X1 , X2 , . . . , Xn are independent random variables, with common expectation μ and variance σ^2 . Let Sn = X1 + X2 + · · · + Xn . Find the variance of Sn.
The attempt at a solution
Expected value:
[itex] E[S_n] = n E[X_i] = n\mu \hspace{10 cm} [/itex] (1)
Variance:
[itex] Var[S_n] = E[S_n^2] - E[S_n]^2 = E[S_n^2] - n^2 \mu^2 \hspace{7 cm}[/itex] (2) # Substituted (1).
[itex] \displaystyle E[S_n^2] = E[\sum_{i=1}^n X_i^2] + 2 E[\sum_{j=1}^n\sum_{k\ >\ j}^n X_jX_k] = n E[X_i^2] + n(n - 1) E[X_jX_k] \hspace{1 cm}[/itex] (3) # Expanded Sn.
[itex] Var[ X_i ] = E[X_i^2] + E[X_i]^2 = \sigma^2\ \rightarrow\ E[X_i^2] = \sigma^2 + \mu^2 \hspace{5 cm} [/itex] (4)
[itex] \displaystyle E[S_n] = n(\sigma^2+\mu^2 + (n - 1) E[X_jX_k]) \hspace{7 cm} [/itex] (5) # Substituted (4) into (3).
I'm stuck here.
If I knew the covariance of Xj and Xk, then I could use the following formula:
[itex] Covar[X_j, X_k] = E[X_j X_k] - E[X_j]E[X_k][/itex]
[itex] \rightarrow\ E[X_j X_k] = Covar[X_j, X_k] + E[X_j] E[X_k] = Covar[X_j, X_k] + \mu^2 \hspace{1 cm}[/itex] (6)
I suspect that "independent random variables with common expectation and variance" implies a certain relation that is necessary for this question.
Can someone give me a hint please?
Last edited: