Two circles of radius and share the same centre. A point is picked at random on each of the circles circumferences. What is the probability that the distance between the two points is less than ?
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.
Pick the point on the outer circle and rotate the entire set-up so that this point C is at the top, ie on the positive y-axis of the coordinate plane.
Draw a circle radius 2 about this point, this cutting the smaller circle at points A and B into a major and minor arc. Let B be in positive x.
Let Q be the angle between OB and the Y-axis.
Q/pi is the probability we need (a simplification of 2Q/2pi).
Notice that COB is an isosceles triangle, sides 2,2,1. Consider half of this, a right-angled triangle.
cos(Q) =0.5/2=1/4
The probability is therefore arccos(1/4)/pi which is equal to the correct answer.
Expressing it with arctangents of a square root seems too complicated to me!