单位圆随机弦长的期望
Expected Chord Length
题目详情
在单位圆的圆周上均匀随机选取两个点。求连接两点的弦长的期望。
答案形如 ,其中 为有理数。求 。
You uniformly select two random points from the circumference of the unit circle. Find the expected length of the chord (line segment) between the two points, with the answer in the form for some rational number . Find .
解析
设两点对应的圆心夹角(取较小的那个)为 ,则可证明 在 上均匀分布。
弦长为
因此
所以 。
Original Explanation
Let and be IID . Picking the two points uniform on the circumference is equivalent to picking these two angles. The measure of the angle between and is . To get the length of the line segment connecting the two points, we can take a shortcut: the length here only depends on the distance between our points we select in terms of the angle.
Regardless of where we end up having our points located, we can just rotate the circle so that one of the two points is located at . We can fix . Thus, the length between and the point at is . This means that finding the expected length of the chord is equivalent to finding , where .
Now, .
A simple approach is to conjugate the interior by multiplying and dividing by so that we get . Doing this, we get .
Note that the region on and , our integrand is symmetric, so we can just evaluate over one interval and double it. This means our new integral is . Let . Then . Our bounds would respectively become and , but the negative from the flips them back. Therefore, our new integral is .
Evaluating this, we get .