The number x is a real number randomly chosen between 0 and 1 . Another number, y , is randomly chosen between 0 and 1 − x .
Find the expected value of the geometric mean of x and y .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let the random variables X and Y represent the first and the second number chosen, respectively. From the question, we have that the p.d.f. of the joint distribution ( X , Y ) is f X , Y ( x , y ) = 1 − x 1 , 0 < x < 1 , 0 < y < 1 − x . From the definition of expected value and geometric mean, we have E [ X Y ] = ∫ 0 1 ∫ 0 1 − x x y f X , Y ( x , y ) d y d x = ∫ 0 1 ∫ 0 1 − x 1 − x x y d y d x = 3 2 ∫ 0 1 x ( 1 − x ) d x . Using the following change of variables u = 2 x − 1 , one can show that E [ X Y ] = 6 1 ∫ − 1 1 1 − u 2 d u . Notice that the integral corresponds to the area of a semi-circle of radius 1, which is π / 2 . Therefore E [ X Y ] = 1 2 π .
Solved this the same way....nice work, Plinio!
Problem Loading...
Note Loading...
Set Loading...
Average all the possibilities using limits to infinity: N → ∞ lim N 2 2 a = 0 ∑ N b = 0 ∑ N − a N a N b
(We need to average all possible values for N a and N b , where 0 ≤ a ≤ N and 0 ≤ b ≤ N − a as N approaches ∞ . There are 2 N 2 + N terms summed, which for large values of N is approximately equal to 2 N 2 .)
Substitute x = N a , d x = N 1 , y = N b , and d y = N 1 and use integral notation: I = 2 ∫ 0 1 ∫ 0 1 − x x y d y d x = 3 4 ∫ 0 1 [ x y 3 ] y = 0 y = 1 − x d x = 3 4 ∫ 0 1 x ( 1 − x ) 3 d x = 3 4 ∫ 0 1 ( 1 − x ) x ( 1 − x ) d x
Since ∫ a b f ( x ) d x = ∫ a b f ( a + b − x ) d x , it can be seen that I also equals = 3 4 ∫ 0 1 x x ( 1 − x ) d x
Add the two together and divide by two, obtaining I = 3 2 ∫ 0 1 ( 1 − x ) x ( 1 − x ) d x + 3 2 ∫ 0 1 x x ( 1 − x ) d x = 3 2 ∫ 0 1 ( ( 1 − x ) x ( 1 − x ) + x x ( 1 − x ) ) d x = 3 2 ∫ 0 1 x ( 1 − x ) d x = 3 2 ∫ 0 1 x − x 2 d x = 3 2 ∫ 0 1 4 1 − ( 2 1 − x ) 2 d x
Substitute 2 1 sin u = 2 1 − x and 2 1 cos u d u = d x and simplify using trigonometric identities: = 3 2 ∫ − 2 π 2 π 4 1 − 4 1 sin 2 u 2 1 cos u d u = 6 1 ∫ − 2 π 2 π cos 2 u d u = 1 2 1 ∫ − 2 π 2 π ( 1 + cos 2 u ) d u = 1 2 1 [ u + 2 sin 2 u ] − 2 π 2 π = 1 2 1 π
Thus, the answer is 1 2 π .