CombinatoricsDifficulty 5.8AIME, harderProve itUnited States
Problem:
For i=0,1,…,5 let li be the ray on the Cartesian plane starting at the origin, at angle θ=i3π counterclockwise from the positive x-axis. For each i, point Pi is chosen uniformly at random from the intersection of li with the unit disk. Consider the convex hull of the points Pi, which will (with probability 1) be a convex polygon with n vertices for some n. What is the expected value of n?
Solution
Solution:
A vertex Pi is part of the convex hull if and only if it is not contained in the triangle formed by the origin and the two adjacent vertices. Let the probability that a given vertex is contained in the aforementioned triangle be p. By linearity of expectation, our answer is simply 6(1−p).
Say ∣P0∣=a, ∣P2∣=b. Stewart's Theorem and the Law of Cosines give that p is equal to the probability that ∣P1∣<ab−ab(a+b)2a2+b2+ab=a+bab; alternatively this is easy to derive using coordinate methods. The corresponding double integral evaluates to p=32(1−ln(2)), thus telling us our answer.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement reproduced verbatim; metadata (topic, difficulty) added by this project.