The Same Chord, Three Probabilities

Draw a chord of a circle at random. What's the chance it comes out longer than the side of the triangle that fits snugly inside? The honest answer is 1/3, or 1/2, or 1/4 — and which one you get is decided entirely by what you meant by at random. Run all three and watch them refuse to agree.

Inside every circle sits one largest equilateral triangle, and its side has a fixed length: for a circle of radius 1 it is exactly √3 ≈ 1.732. A chord beats that length for a clean geometric reason — a chord is longer than the triangle's side exactly when its midpoint lies closer to the centre than half the radius. So the whole question is really: where do your random chords put their midpoints? Three reasonable people answer that three different ways, and each is internally flawless. This is Bertrand's paradox (Joseph Bertrand, 1889): not a trick, but a demonstration that the phrase “at random” is not yet a question.

0 chords each

Why the three clouds look different

Flip to Midpoints above. The same rule governs every method — a chord is “long” iff its midpoint lands in the inner half-radius disk (drawn faintly) — but the three ways of randomising scatter the midpoints with completely different densities. What settles each answer is how the midpoint's distance from the centre is distributed. With random endpoints that distance leans toward the rim, and only a third of chords reach inside the inner disk (1/3). With a random radius the distance is spread evenly from centre to rim — so exactly half fall inside (1/2), and by area that packs the dots toward the middle. Uniform-over-the-disk gives flat areal density, so the inner disk claims only its fair area share — a quarter — and the rim, with more room, gets the rest (1/4). The paradox was never about chords. It was about which distribution the word “random” had silently named.

Is one answer “the” answer? — throw a straw

Bertrand left it there. In 1973 E. T. Jaynes asked a sharper question: the problem never said how big the circle is or where it sits, so a well-posed answer ought not to depend on those either — it should survive moving and rescaling the circle. Only one of the three distributions has that invariance, and it is the 1/2 one. You can see it physically: drop long straight straws across the plane and keep the ones that happen to cross the circle. Their chords land on 1/2 — and they keep landing there no matter how you slide or shrink the circle underneath them.

thrown straws
1/2 (invariant)

Lines that miss the circle are dropped; crossing chords are coloured long / short. The circle is shown off-centre on purpose — the fraction doesn't care.

This does not crown 1/2 as cosmically correct. It says: if you demand an answer blind to the circle's size and place, one exists and it is 1/2. Demand something else — points on the rim, a hand-dropped midpoint — and the other answers are exactly as valid. The lesson that outlived the puzzle: a probability question isn't finished until the mechanism of the randomness is named.

The check — every number here is recomputed, not asserted

All eleven checks pass in research/bertrand-paradox/verify.mjs — run it yourself; no network, no dependencies. The live estimates above are the same simulation, drawn in your browser.