Why does:
$Var(aX)=a^2Var(X)$
and
$Var(aX\pm bY)=a^2var(X)+b^2var(Y)\pm 2ab Cov(X,Y)$?
I've looked at similar stackexchange links, but haven't been able to find a "simple" answer without extensive math proof.
Why does:
$Var(aX)=a^2Var(X)$
and
$Var(aX\pm bY)=a^2var(X)+b^2var(Y)\pm 2ab Cov(X,Y)$?
I've looked at similar stackexchange links, but haven't been able to find a "simple" answer without extensive math proof.
On
Be aware that: $$\mathsf{Var}(Z)=\mathsf{Cov}(Z,Z)\tag1$$
where by definition: $$\mathsf{Cov}(X,Y)=\mathbb E(X-\mathbb EX)(Y-\mathbb EY)\tag2$$
Based on $(2)$ that we find that:
This together makes it possible to prove that $\mathsf{Cov}$ is bilinear so that:
Now apply $(1)$ in those rules.
Simply use the definition of Variance expanding
$$\mathbb{V}[aX+bY]=\mathbb{E}[(aX+bY)^2]-(\mathbb{E}[aX+bY])^2$$
$$\mathbb{E}[a^2X^2+2abXY+b^2Y^2]-a^2\mathbb{E}^2[X]-b^2\mathbb{E}^2[Y]-2ab\mathbb{E}[X]\mathbb{E}[Y]$$
Using linearity of the expectation and re-organizing the addends you get
$$a^2[\mathbb{E}(X^2)-\mathbb{E}^2(X)]+b^2[\mathbb{E}(Y^2)-\mathbb{E}^2(Y)]+2ab[\mathbb{E}(XY)-\mathbb{E}(X)\mathbb{E}(Y)]$$
Now you are almost done
$X$ and $Y$ are rv's thus Capital letters are needed
The second statement is valid also for $V(X-Y)$ thus I amended it.