Two points are chosen uniformly at random on a unit circle ( circle with radius 1 ) .
Find the expected distance between the two points.
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.
Because of symmetry, we only need to consider distances formed by points placed on half of the circle, i.e on any arbitrary semicircle, to obtain every possible distance that can be formed by two arbitrary points placed anywhere on the circle. The distance between points placed on a semicircle can be calculated by the law of cosines: d = 2 − 2 cos θ .
Then the expected distance is a Riemann sum n → ∞ lim ( n 2 − 2 cos 0 + n 2 − 2 cos 0 . 0 0 1 + … + n 2 − 2 cos π ) = n → ∞ lim θ = 0 ∑ n n 2 − 2 cos θ .
This is equivalent to π 1 ∫ 0 π 2 − 2 cos θ d θ
= π 2 ∫ 0 π sin 2 θ d θ
= π 2 [ − 2 cos 2 θ ] 0 π
= π 4
Problem Loading...
Note Loading...
Set Loading...
Assume that the unit circle is centered at the origin. The coordinates of the first point do not matter. Then, suppose that the first point is at ( 0 , 1 ) and the second makes an angle x with the x-axis, where 0 ≤ x < 2 π . Then, the coordinates of the second point are ( cos x , sin x ) , and the distance between them can be calculated as ( cos x − 1 ) 2 + sin 2 x .
Using trig identities, simplify it to 2 ∣ ∣ sin 2 x ∣ ∣ .
Then, the answer is 2 π 1 ∫ 0 2 π 2 ∣ ∣ ∣ sin 2 x ∣ ∣ ∣ d x .
Since, in the bounds 0 ≤ x < 2 π , sin 2 x is greater than or equal to 0, the above is essentially
= 2 π 1 ∫ 0 2 π 2 sin 2 x d x
= 2 π 1 [ − 4 cos 2 x ] 0 2 π
= π 4