If the median distance between any pair of points on the perimeter of a unit circle can be expressed as M , what is M ? Inspiration
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.
@Chris Lewis , we really liked your comment, and have converted it into a solution.
Interesting, I had a similar approach :)
It does not matter where the first particle lies; what is important is the angle − π < θ < π between the first particle and the second. The angle θ is uniformly distributed on ( − π , π ) . The distance between the two particles is Z = 2 sin 2 1 ∣ θ ∣ . Now P [ Z ≤ z ] = P [ sin 2 1 ∣ θ ∣ ≤ 2 1 z ] = P [ ∣ θ ∣ ≤ 2 sin − 1 2 1 z ] = 2 π 2 × 2 sin − 1 2 1 z = π 2 sin − 1 2 1 z for any 0 < z < 2 , and so the median distance m is such that π 2 sin − 1 2 1 m = 2 1 and hence the median distance is m = 2 .
@Mark Hennings , we really liked your comment, and have converted it into a solution.
Problem Loading...
Note Loading...
Set Loading...
In the diagram, the distance from P to any point on the blue arc is less than the length of the grey line; the distance from P to any point on the greater; and the arcs have the same length when the grey line has length 2 . Since a randomly chosen point has equal chance of being on either the blue or yellow arc, it follows that the median is 2 .
To be a little more rigorous with that assertion, say the points we're joining are P ( 1 , 0 ) and Q ( cos t , sin t ) . Then P Q = ( 1 − cos t ) 2 + sin 2 t = 2 − 2 cos t = 2 sin 2 t
which proves that points on the yellow arc are indeed further from P than those on the blue arc.