A point is marked at random on a unit line segment.
Find the expected value of the sum of the squares of the lengths of the two parts.
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.
Nicely done ! :D
I was scared for a minute that the question had some sort of trick since it was a really simple solution.
why did you integrate it?
Log in to reply
x is a continuous, random variable with uniform distribution over [ 0 , 1 ] , so integration was the way to go. :)
Log in to reply
so how did we get the most probable answer through it? sorry if I'm asking a basic question but I'm just not able to understand it.
Log in to reply
@Aryaman Bansal – The wording of the question really should be "... find the expected value of the sum of squares ....". The word "probable" is a bit deceiving and not technically correct. The expected value is not necessarily the most probable value but is more of a long-run average, and along with the standard deviation provides a 'profile' of a statistical distribution. This link provides a good introduction to this topic.
Log in to reply
@Brian Charlesworth – In future, if you spot any errors with a problem, you can “report” it by selecting "report problem" in the “dot dot dot” menu in the lower right corner. This will notify the problem creator who can fix the issues.
Shouldn't you multiply probability while calculating expected value ?
Log in to reply
That is already accounted for in the ∫ d x , because this is a uniform distribution on length 1.
Can you modify the approach for a line segment of length 10?
Log in to reply
Is it 1 0 1 ∫ x 2 + ( 1 − x ) 2 d x ?
Log in to reply
@Abhisek Panigrahi – You will get the correct value.
For continuous distributions, the expected value is calculated as E [ X ] = ∫ x f ( x ) d x . In the case of length 10, the probability density function is f ( x ) = 1 0 1 . So, the "better" way to express it is E [ x 2 + ( 1 − x ) 2 ] = ∫ 1 1 0 [ x 2 + ( 1 − x ) 2 ] ( 1 0 1 ) d x . ("Better" in the sense of being clear how all the parts fit in, since your first comment indicated that you didn't understand how to "multiply probability" in the continuous case.)
Log in to reply
@Calvin Lin – Thanks for the explanation. I'm having the doubt of "How the probability density function is length of line segment 1 and not no of outcomes = ∞ 1 ?"
Log in to reply
@Abhisek Panigrahi – Read up on Continuous Random Variables - Probability Density Function (PDF) .
You are confusing the discrete case with the continuous case (which is a common misconception).
Problem Loading...
Note Loading...
Set Loading...
Let the random point on the line segment [ 0 , 1 ] be x . Then the lengths of the two segments are x and ( 1 − x ) . The probable value of the sum of the squares is then
∫ 0 1 ( x 2 + ( 1 − x ) 2 ) d x = ∫ 0 1 ( 2 x 2 − 2 x + 1 ) d x = 3 2 x 3 − x 2 + x ,
which when evaluated from x = 0 to x = 1 comes out to 3 2 = 0 . 6 6 7 to 3 decimal places.