同弧问题
Same Arc
题目详情
在单位圆的圆周上均匀随机选取 个点。求这些点全部落在角度为 弧度的一段圆弧内的概率,其中 。并回答当 、 时的结果。
points are uniformly at random selected from the circumference of the unit circle. Find the probability that all of them lie within an arc of angular measure radians. . Answer this and .
解析
对圆周上均匀随机选出的 个点,当 时,它们全部落在某一段长度为 的圆弧内的概率为
直观理解是:任选一个点作为“起点”,其余 个点都必须落在从该点开始、长度为 的那段圆弧内;这样的起点一共有 个可选。
代入 、:
Original Explanation
Step #1: General Formula
For points uniformly at random on the circumference, the probability that all points lie within an arc of length radians () is
This formula comes from the fact that we can "anchor" the first point anywhere, and the remaining points must lie within an arc of length starting from that first point. For , this formula is valid.
Step #2: Plug in the numbers
For and :