Calculate $\ Cov(Y,Y+e^X)$ . Issue with the exponent.

65 Views Asked by At

I have a fairly simple question that I'm currently unable to solve.

I have to calculate:

$\ Cov(Y,Y+e^X)$

To get here I've had to calculate:

$\ P_Y(y)$

$\ P_X(x)$

$\ Var(X)$

$\ Var(Y)$

Bonus info: X and Y are independent!

Having solved the above my idea is to calculate $\ Cov(Y,Y+e^X)$, so:

$\ Cov(Y,Y+e^X)= $$\ Cov(Y,Y)+Cov(Y,e^X)$ $\ =Var(Y)+Cov(Y,e^X)$

Since I already have $Var(Y)$ calculated, what I need is:

$Cov(Y,e^X)$

My idea is to use the rule:

$Cov(aX,Y)=a·Cov(X,Y)$

This would be smart considering that X,Y are independent.

But this is where uncertainty kicks in. The "problem" is that I'm unsure how I'm allowed to rewrite this since all examples I can find is either a constant that is multiplied or additive. Now X is lifted as an exponent.

The issue is that if I just blindly use the rule I get the correct result, but to me it's just as much about the method as it is about the answer.

1

There are 1 best solutions below

0
On BEST ANSWER

If $X$ and $Y$ are independent random variables, then $f(X)$ and $g(Y)$ are also independent for any nice enough (Borel measurable) functions $f$ and $g$. In particular, $\text{Cov}(f(X),g(Y))=0$. In your example $$\text{Cov}(Y,Y+e^X)=\text{Cov}(Y,Y)+\text{Cov}(Y,e^X)=\text{Var}(Y)+0$$ etc.