Average distance from center of circle

Using calculus, we can show that the average distance of a point in a circle to the center is $2R/3$, where $R$ is the radius. However, I have a separate way of approaching this question through intuition that gives me a different answer, and I'd like to know why my intuition fails.

For each $\theta\in [0,2\pi)$, we can consider the line segment of that angle from the center of the circle to the boundary. On this line segment, the average distance from the center should be $R/2$. Then the average distance from the center over all points in the circle should just be $R/2$ as well, since we can cover the circle with these line segments.

Why does this intuitive approach give the wrong answer? My best guess is that these line segments all share the origin, so this method counts the origin's distance from itself multiple times, thereby throwing off the average by decreasing it, which agrees with the fact that we know the actual answer is greater.

However, couldn't I just look at the average distance from the center for the open line segments that exclude the center? The average distance for these open line segments should still be $R/2$, and then I could apply the same argument for covering the circle with the open line segments. This time, I'd be missing the center, but missing a single point shouldn't throw off the answer. Why does this argument not work?


Solution 1:

Try actually drawing a circle and then drawing about twenty or thirty of your radial segments with their outer endpoints evenly spaced around the circumference of the circle. But don't draw so many segments that there is no space between the segments.

Does your diagram look darker near the center of the circle than near the circumference? It should look that way if you drew dark-colored lines on a light-colored surface.

This darker appearance reflects the notion that your distribution of "random" points is denser near the center of the circle.

If you draw two congruent circles within the larger circle, each much smaller than the larger circle, putting one of the small circles near the larger circle's circumference and one near the center, more of your radial lines will pass through the circle near the center than through the circle near the circumference. As a result, your probability distribution is more likely to produce a point inside the small circle near the center than inside the small circle near the circumference.

When people speak of a uniform distribution over the area of a circle, they generally mean that any two congruent regions within the circle are equally likely to be "hit." That is, in a uniform distribution over the area of a circle, you would be equally likely to choose a point in either of the smaller circles in the previous paragraph.

Solution 2:

You are looking at two different probability spaces. In the first case, you pick a point at random in the disk, sort of like throwing a dart at a dartboard, if we assume that the probability of landing in any small region is proportional to the area of the region.

In the second we first pick a radius, say by spinning the disk and choosing the vertical radius in the upper half-disk, as in wheel of fortune, and then we pick a point uniformly at random on that radius.

It's somewhat surprising that we get different answers, I agree, but there's no a priori reason why we should get the same answer, is there?