How Do You Prove the Variance Formula for a Linear Combination of Variables?

  • Thread starter Thread starter cse63146
  • Start date Start date
  • Tags Tags
    Matrix
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
3 replies · 4K views
cse63146
Messages
435
Reaction score
0

Homework Statement



Let [tex]\Sigma =[/tex]
( var(X1) cov(X1, X2) )
( cov (X2. X1) var(X2) )

Show that [tex]Var (a_1 X_1 + a_2 X_2) = a^T \Sigma a[/tex]

where [tex]a^T = [a_1 a_2][/tex] is the transpose of the of the column vector a

Homework Equations





The Attempt at a Solution



I got this far:

[tex]Var (a_1 X_1 + a_2 X_2) = a_1^2 Var(X_1) + a_2^2 Var(X_2) + 2a_1 a_2 Cov (X_1, X_2) = a_1^2 Var(X_1) + a_2^2 Var(X_2) + a_1 a_2 Cov (X_1, X_2) + a_1 a_2 Cov (X_2, X_1)[/tex]

Thats all I got so far, any hints
 
Physics news on Phys.org
Aren't you done? Isn't that what [tex]a^T \Sigma a[/tex] is?
 
Thought there was more to it than that.

There's another part of the question that says: Using [tex]Var (a_1 X_1 + a_2 X_2)[/tex] show that for every choice of a1 and a2 that [tex]a^T \Sigma a \geq 0[/tex]

Can I assume that [tex]\Sigma[/tex] is always positive?
 
[tex]Var (a_1 X_1 + a_2 X_2)\ge0[/tex] always, since it's variance! And you just showed it equals [tex]a^T \Sigma a[/tex]