Problem Statement
A chord is drawn by choosing two random points uniformly and independently on the circumference of a unit circle (radius = 1). What is the probability that the chord length is greater than the radius?
Solution
This problem involves understanding how chord length relates to the central angle and using uniform distribution properties on a circle.
Step 1: Understand the Setup
We have a unit circle (radius r = 1). Two points are chosen uniformly and independently on the circumference. A chord connects these two points.
Step 2: Relate Chord Length to Central Angle
For a circle of radius r, if two points on the circumference subtend a central angle \theta at the center, the chord length is given by:
For a unit circle (r = 1), this simplifies to:
Step 3: Determine the Condition
We want the chord length to be greater than the radius:
Substituting the expression for chord length:
Step 4: Find the Range of Angles
We need to find all values of \theta such that \sin(\theta/2) > 1/2.
Since \sin(\alpha) = 1/2 when \alpha = \pi/6 or \alpha = 5\pi/6 (in the range [0, \pi]), we have:
Therefore:
Step 5: Calculate the Probability
Since the two points are chosen uniformly on the circumference, we can fix one point without loss of generality. The second point is then uniformly distributed along the circumference.
The central angle \theta between the two points is uniformly distributed on [0, 2\pi] (or equivalently, the arc length is uniformly distributed).
The probability that the chord length is greater than the radius is the probability that \theta \in (\pi/3, 5\pi/3):
Alternative Approach: Using Arc Length
We can also think in terms of arc length. On a unit circle, the circumference is 2\pi. The chord length is greater than 1 when the arc length between the two points (taking the shorter arc) is in a certain range.
However, since we’re choosing points uniformly, we consider the full range [0, 2\pi] for the angle, and the favorable region has length 4\pi/3 out of 2\pi, giving the same result.
Final Answer
Key Insights
-
Chord Length Formula: The relationship L = 2r\sin(\theta/2) is fundamental for problems involving random chords.
-
Uniform Distribution on Circle: When points are chosen uniformly on a circle, the central angle (or arc length) is uniformly distributed.
-
Symmetry: We can fix one point without loss of generality due to the rotational symmetry of the circle.
-
Geometric Interpretation: The condition \sin(\theta/2) > 1/2 creates a specific angular range that determines the probability.
-
Bertrand’s Paradox Connection: This problem is related to Bertrand’s paradox, which shows that “random chord” can be defined in multiple ways, leading to different probabilities. Here we use the “two random endpoints” method.
-
Applications: Random chord problems appear in geometric probability, stochastic geometry, and various applications in physics and engineering.