Packing, measured four ways
“The golden angle is the most efficient packing” is the commonest explanation of phyllotaxis in popular writing, and it has the form of a testable claim. Efficiency of packing is a computable property of a point set.
So compute it. Several ways, because there is no single number called packing quality.
Four criteria, all reasonable
Closest pair. How near do the two nearest points come, in units of the mean spacing? A high value means no point crowds another. This is the criterion that best matches “evenly spread”.
Largest gap. How big is the biggest empty patch, measured as the largest circumradius in the triangulation? A low value means no wasted space.
Area evenness. The coefficient of variation of the Voronoi cell areas. Low means every point has the same amount of room.
Six-sidedness. The fraction of cells with exactly six sides.
All four are defensible readings of “packs well”. They do not agree.
What the measurement says
Swept across the angles at a fixed head size, the closest-pair criterion, the largest-gap criterion and the area-evenness criterion pick three different angles, all within a few degrees of 137.5° and none of them equal to it.
Worse for the naive claim: the area-evenness criterion is won by rational angles. A lattice at 120° puts all its points on three radial rays, so the cells are near-identical slivers and their areas are extremely uniform — while the pattern has enormous empty wedges between the rays. Area evenness on its own rewards exactly the arrangement everyone agrees is badly packed.
That is a useful reminder about single-number quality measures. Each criterion is a legitimate reading of the phrase, and one of them is comprehensively fooled.
Why the criteria disagree at finite size
Because at any particular head size, which angle wins is partly an accident of how that angle’s lattice happens to fit that number of points.
An angle whose rational approximations have denominators near the number of primordia present will look either very good or very bad at that size, and the effect moves as the size changes. Re-run the sweep at a different n and the winner moves.
So the honest statement is that no finite measurement singles out the golden angle, and this site’s gate asserts exactly that: two criteria are required to pick two different angles, and if one ever singles out 137.5° the check fails and the essay is wrong.
What survives
The claim is not empty. It is asymptotic, and the asymptotic version is clean.
The property that distinguishes the golden angle is about behaviour as the head grows without limit, not about a contest at one size — and it shows up as the growth of the largest gap, which stays bounded for an irrational angle and grows without bound for a rational one.
The sharpest version leaves packing behind entirely and is a statement about numbers: the golden angle resists rational approximation better than any other, which is why its lattice never develops the alignments that produce rows. The packing story is a loose retelling of that, and the retelling loses the part that makes it true.
The general lesson
A claim of the form “X is optimal” needs three things before it means anything: the criterion, the range over which the optimisation runs, and the class of alternatives.
The popular version of this claim supplies none of them. Given the criterion, the answer changes. Given the size, the answer changes. And the class of alternatives matters, because the interesting comparison is not golden-versus-everything but irrational-versus-rational — which is a comparison the phrase “most efficient packing” does not even suggest.
Supplying all three turns an impressive-sounding assertion into a modest and correct one, which is usually what happens.
The exclusion that matters
One methodological point, because it is where a packing measurement most easily goes wrong.
Cells on the outside of the point set are unbounded — they extend to infinity, and they have no area. Any statistic over cell areas has to exclude them, and a routine that quietly assigned them the area of their clipped polygon would be measuring the clipping radius rather than the packing.
This site excludes them and reports how many survived. On a head of six hundred points, about five hundred and eighty cells are bounded and measurable; the rest are the rim.
That is also why the sweeps here use a few hundred points rather than a few thousand: the measurement is over the interior, and the interior has to be large enough for the statistics to mean anything while the whole thing stays fast enough to run at build time on every figure.
Why the naive claim is attractive anyway
It is worth saying what the claim gets right, because it is not nonsense.
A golden-angle head is evenly packed, obviously and visibly. Rational angles are terrible. And the intuition that an even arrangement is somehow optimal is sound as far as it goes.
What goes wrong is the compression into “the golden angle is optimal”, which converts a robust qualitative statement into a precise quantitative one that turns out to be false as stated. The qualitative statement survives everything this site does to it; the precise version needs restating in terms of arithmetic, where it becomes exact.
That is a common fate for popular versions of technical results, and the honest response is not to say the claim is wrong but to say which version is right.