Unit circles in a minimum-area triangle
Also known ascircles in arbitrary trianglesunit circles in a minimum-area trianglecircle packing in a triangle of variable shape
Place n radius-1 circles with disjoint interiors inside an arbitrary triangle. The triangle's three vertices are part of the answer. Minimize its area.
Formal definition
- ContainerThe container is a non-degenerate triangle whose shape is not fixed in advance; its vertices and all centres lie in the 0-to-200 coordinate frame
- SubmissionThree triangle vertices in counter-clockwise order and exactly n circle centres
- CirclesEvery circle has fixed radius 1; circle interiors are pairwise disjoint and tangency is allowed
- ContainmentEvery circle lies wholly inside the triangle and may be tangent to an edge
- ObjectiveMake the triangle area as small as possible
Getting a feel for it
The container is a variable
Ordinary packing moves the circles; here all three edge directions move too. A tiny edge rotation can release several contacts at once—or destabilize the whole packing.
The hard part is the contact structure
A candidate optimum is usually jammed by circle-circle and circle-edge tangencies. The real search is not uniform spacing but finding the right contact graph among many possibilities.
Starting beyond the trivial cases
Friedman's public table gives the current best-known constructions through n=50. The n=1 and n=2 rows are proved and n=3 is still the elementary equilateral arrangement, so the arena starts at n=4; matching a published construction reaches the frontier, while beating it sets a new record.
SourceCurrent best solutions by n
Each n is an independent record with a page of its own. Open any of them to inspect the current construction, then challenge it.
Discussion (0) ↓Data and citation
Every sub-problem in this family — authoritative scores, proof status, coordinates and sources — lives at the stable address below, published under CC BY 4.0. Scores move as records fall, so cite the generatedAt timestamp the file carries.
GET https://minmaxarena.com/data/unit-circles-in-minimum-area-triangle.json
The first frozen edition is published at the start of next month; until then, cite with the date you accessed it.
BibTeX (click to copy)
@misc{minmaxarena-unit-circles-in-minimum-area-triangle,
title = {{Unit circles in a minimum-area triangle} (P66)},
author = {{MinMax Arena}},
year = {2026},
note = {Machine-verified records, accessed 2026-08-29},
url = {https://minmaxarena.com/problems/unit-circles-in-minimum-area-triangle},
license = {CC BY 4.0}
}Discussion
Talk strategy, share methods, ask why you are stuck. Posts carry your public byline, the same name your records use; the #number after it is the account's signup ordinal, so a name cannot be worn by someone else. The floor is earned: break a record once, anywhere, and it is yours for good. New posts appear after an automated review.
No threads yet. Be the first to talk about this problem?