Maths Olympiad Prep

Library / /1230 of 1394

, 2016

Combinatorics Difficulty 5.8 AIME, harder Prove it United States

Problem:

For i=0,1,,5i = 0, 1, \ldots, 5 let lil_{i} be the ray on the Cartesian plane starting at the origin, at angle θ=iπ3\theta = i \frac{\pi}{3} counterclockwise from the positive xx-axis. For each ii, point PiP_{i} is chosen uniformly at random from the intersection of lil_{i} with the unit disk. Consider the convex hull of the points PiP_{i}, which will (with probability 1) be a convex polygon with nn vertices for some nn. What is the expected value of nn?

Solution

Solution:

A vertex PiP_{i} 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 pp. By linearity of expectation, our answer is simply 6(1p)6(1-p).

Say P0=a|P_{0}| = a, P2=b|P_{2}| = b. Stewart's Theorem and the Law of Cosines give that pp is equal to the probability that P1<ababa2+b2+ab(a+b)2=aba+b|P_{1}| < \sqrt{a b - a b \frac{a^{2} + b^{2} + a b}{(a + b)^{2}}} = \frac{a b}{a + b}; alternatively this is easy to derive using coordinate methods. The corresponding double integral evaluates to p=23(1ln(2))p = \frac{2}{3}(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.