A particle starts at the origin of space and moves units in the direction of -axis, units in the direction of -axis and units in the direction of -axis. Where are non-negative real numbers, . The value of is chosen randomly from , but the value of is chosen randomly from . Find the expected value of the square of the final displacement of the particle from the origin. If the answer is of the form , where are co prime natural numbers, input .
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.
First we choose x from [ 0 , 1 0 ] . The probability of doing that is 1 0 d x
Then we choose y from [ 0 , 1 0 − x ] . the probability of doing that is 1 0 − x d y
Now z has to satisfy x + y + z = 1 0 so z = 1 0 − x − y .
our problem reduces to finding the double integral.
1 0 1 ∫ 0 1 0 ∫ 0 1 0 − x 1 0 − x x 2 + y 2 + ( 1 0 − x − y ) 2 d y d x
The integral is not hard to evaluate but rather requires patience. At the end hard work pays off and we arrive at the answer 9 5 0 0 .