Consider two straight line segments: Segment A goes from the origin to , and segment B goes from the origin to .
Two points are chosen randomly on segment A , and one point is chosen randomly on segment B . The three points form the vertices of a triangle.
What is the triangle's expected area?
Note: Assume uniform probability density as a function of length along each rod
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.
We first note that segments A and B are perpendicular, since the dot product ⟨ 1 , 2 , 3 ⟩ ⋅ ⟨ − 4 , − 1 , 2 ⟩ = 0 . Letting P and Q be the points chosen on A , and R the point chosen on B , we get the diagram below:
Then the triangle's area is clearly 2 1 ( P Q ) ( O R ) . Segments A and B have lengths 1 4 and 2 1 respectively. Since R is chosen uniformly on B , the expected length of O R is clearly 2 2 1 . We claim that the expected length of P Q is one-third of the length of A , i.e. 3 1 4 , by the argument below.
Suppose we uniformly choose three random points X , Y and Z on a line segment of length l , and let the expected distance between X and Y be d ; then the probability Z lies between X and Y is l d . But the probability that Z lies between X and Y must be 3 1 , as the possibilities that Z lies between X and Y , X lies between Z and Y , and Y lies between X and Z , must all be equally likely. Thus l d = 3 1 , i.e. d = 3 l .
Therefore the expected area of triangle P Q R is 2 1 ( P Q ) ( O R ) = 2 1 ( 3 1 4 ) ( 2 2 1 ) = 1 2 7 6