vote up 7 vote down
star

There is a standard problem in elementary probability that goes as follows. Consider a stick of length 1. Pick two points uniformly at random on the stick, and break the stick at those points. What is the probability that the three segments obtained in this way form a triangle?

Of course this is the probability that no one of the short sticks is longer than 1/2. This probability turns out to be 1/4. See, for example, problem 5 in these homework solutions.

It feels like there should be a nice symmetry-based argument for this answer, but I can't figure it out. I remember seeing once a solution to this problem where the two endpoints of the interval were joined to form a circle, but I can't reconstruct it. Can anybody help?

flag

3 Answers

vote up 12 vote down
check

Here's what seems like the sort of argument you're looking for (based off of a trick Wendel used to compute the probability the convex hull of a set of random points on a sphere contains the center of the sphere, which is really the same question in disguise):

Connect the endpoints of the stick into a circle. We now imagine we're cutting at three points instead of two. We can form a triangle if none of the resulting pieces is at least 1/2, i.e. if no semicircle contains all three of our cut points.

Now imagine our cut as being formed in two stages. In the first stage, we choose three pairs of antipodal points on the circle. In the second, we choose one point from each pair to cut at. The sets of three points lying in a semicircle (the nontriangles) correspond exactly to the sets of three consecutive points out of our six chosen points. This means that 6 out of the possible 8 selections in the second stage lead to a non-triangle, regardless of the pairs of points chosen in the first stage.

link|flag
That doesn't seem like the argument I remember, but it's satisfying nonetheless. – Michael Lugo Oct 23 at 2:47
vote up 3 vote down

Is the argument you remember along the lines of: picking three points on a circle, what is the probability they lie in the same semicircle?

The problem is discussed here:

http://godplaysdice.blogspot.com/2007/10/probabilities-on-circle.html

link|flag
13 
This would be the part where I, somewhat embarrassedly, point out that I wrote that. – Michael Lugo Oct 23 at 4:13
vote up 1 vote down

Yes, here's a nice and beautiful argument!

First you should draw a picture of axes a and b. You're asked to select uniformly a point in the square [0,1]x[0,1]. Now because of the symmetry (sic!) it's equivalent to choosing the points a and b uniformly in the triangle cut from the square by b > a.

So you're actually uniformly selecting a point inside triangle defined by lines a>=0, b<=1, 'b>=a'.

Now let's find the conditions to be able to make a triangle of short sticks. We should have a + (1-b) > b-a, b-a + (1-b) > a and b > 1 - b which indeed, as you say, boils down to

b > 1/2,  a < 1/2,  b-a < 1/2

It remains to note that those lines create inside the big triangle a small triangle which is similar to big but with all lengths 1/2 of the big, so this small triangle has area of exactly 1/4 of original!

link|flag
"First, the way you define the probability, because of the symmetry (sic!) it's equivalent to first choosing first point a uniformly and then second point b uniformly on [a, 1]." I don't think that this is the case. In the original problem, the probability that there was a piece longer than 1-epsilon decayed like C/epsilon^2 as epsilon tended to 0 (a necessary condition is that no cut lies in (epsilon, 1-epsilon). In your model, it decays like c/epsilon (a sufficient condition is to have A larger than 1-ep). – Kevin Costello Oct 23 at 4:35
Yes, you were right to point my mistake. The geometric picture is correct, but I referred to it incorrectly. Will edit. – Ilya Nikokoshev Oct 23 at 15:57
3 
Just rephrasing your argument: One can partition the 2-dim simplex, defined by x>=0, y>=0, z>=, x+y+z=1 into 4 identical triangles defined by adding the conditions: 1) x>=&frac12; 2) y>=&frac12; 3) z>=&frac12; 4) x<=&frac12; and y<=&frac12; and z<=&frac12; of which the 4th is the event that you can form a triangle. – Ori Gurel-Gurevich Nov 4 at 4:09
Great way to say it indeed. – Ilya Nikokoshev Nov 4 at 20:59

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.