Probability- expected value of Z, where z= X/(1+y)^2

Roni1985
Messages
200
Reaction score
0

Homework Statement



X & Y are independent r.v.s with uniform distribution between 0 and 1.

Z= X/(1+Y)^2

find E[Z].

Homework Equations





The Attempt at a Solution



Here is what I did.

E[Z]= E[X]*E[1/(1+Y)^2]
E[X]=1/2
E[1/(1+Y)^2]=?
I think that once I know the distribution of (1+Y)^(-2), I'll be able to find the answer. Is it 1/(1+Y)^2~ U(1,2) ?
 
Physics news on Phys.org
You can also use this theorem:

E[g(X,Y)]=\iint{g(x,y)f_{X,Y}(x,y)dxdy}

So, in your case, this comes down to

\int_0^1\int_0^1\frac{x}{1+y^2}dxdy
 
micromass said:
You can also use this theorem:

E[g(X,Y)]=\iint{g(x,y)f_{X,Y}(x,y)dxdy}

So, in your case, this comes down to

\int_0^1\int_0^1\frac{x}{1+y^2}dxdy


Hey,

thanks for the answer.

Is 1+y^2 a typo in your answer?
so adding a constant to a uniform r.v. doesn't change it's distribution?
 
Roni1985 said:
Is 1+y^2 a typo in your answer?

Yes

so adding a constant to a uniform r.v. doesn't change it's distribution?

Obviously it does change the distribution. But I don't see how that is important here.
 
Roni1985 said:

Homework Statement



X & Y are independent r.v.s with uniform distribution between 0 and 1.

Z= X/(1+Y)^2

find E[Z].

Homework Equations





The Attempt at a Solution



Here is what I did.

E[Z]= E[X]*E[1/(1+Y)^2]
E[X]=1/2
E[1/(1+Y)^2]=?
I think that once I know the distribution of (1+Y)^(-2), I'll be able to find the answer. Is it 1/(1+Y)^2~ U(1,2) ?

If W = 1/(1+Y)^2, then for any w > 0 we have P{W <= w} = P{1/(1+Y)^2 <= w} = P{-sqrt(w) <= 1/(1+Y) <= sqrt(w)}. The left-hand inequality -sqrt(w) <= 1/(1+Y) holds automatically because Y >= 0, so P{W <= w} = P{1/(1+Y) <= sqrt(w)} = P{Y >= -1 + 1/sqrt(w)}. Since Y ~ U(0,1), we can easily get P{W <= w} and hence can get the density function of W. Alternatively: just apply the standard formula for the density of a transformed random variable.

RGV
 
micromass said:
Obviously it does change the distribution. But I don't see how that is important here.
Well I was thinking that now its uniformly distributed from 1 to 2... isn't it?

EDIT:
Oh right its still uniform from 0 to 1...
omg... I'm so rusty :\

Thanks.
 
Last edited:
Roni1985 said:
Well I was thinking that now its uniformly distributed from 1 to 2... isn't it?

EDIT:
Oh right its still uniform from 0 to 1...
omg... I'm so rusty :\

Thanks.

You have all the information you need to work out the answer for yourself.

RGV
 
Back
Top