Probability – Probability of Circle’s Center Within a Triangle Formed by Random Points

circlesgeometric-probabilityprobability

Consider the triangle formed by randomly distributing three points on a circle. What is the probability of the center of the circle be contained within the triangle?

Best Answer

The probability is, in fact, $\large\frac14$.

Wherever the first point is chosen, the diameter on which it lies (the diameter being determined by the circle center and the first chosen point) divides the circle into two symmetric semi-circles, so the second and third points (assuming they are distinct) must necessarily be place on opposite halves of the circle.

The line connecting the second and third points must then also lie above the center (with respect to the first point - or below the center, if the first point was on "top"); so if the second point is at a distance $x$ from the first point along the perimeter of the circle (in units of the length of the perimeter), there's a range within length $\frac12-x$ in which to place the third point. Thus, computing the probability gives:

$$2\int_0^{\large\frac12}\left(\frac12-x\right)\,dx\;=\;2\int_0^{\large\frac12}x\,dx\;=\;\frac14$$

where we multiply the integral by $2$ to cover the fact that we can interchange the second and third point.