Sum of radii in the unit circle
Place n non-overlapping circles inside a circle of radius 1, each with its own radius, making the sum of the radii as large as possible.
Formal definition
- ContainerThe closed disc of radius 1 centred at (1, 1); a circle may touch the boundary
- SubmissionExactly n circles, each [x, y, r] with r > 0, every number to at most nine decimals
- ConstraintsEvery circle lies inside the disc, (x − 1)² + (y − 1)² ≤ (1 − r)², and no two interiors meet: the distance between centres is at least the sum of the radii. All checked exactly in integers; touching is allowed
- ScoreThe sum of the radii, an exact integer sum shown to nine decimals; larger is better
- ObjectiveMaximise the sum of the radii over every legal arrangement
Getting a feel for it
Where the room for improvement is
As in the square, equal circles are among the worst strategies: one large circle near the centre, or a ring of large ones, with small circles tucked into the gaps between them and the rim. A disc has no corners, so the big circle in a corner becomes a ring along the rim, and the trade of sizes plays out in a different geometry.
Where the frontier is
Erich Friedman's maximum-total-perimeter table runs to n = 50: n ≤ 4 and 6–10 are closed-form arrangements by Elser and Cantrell, n = 5 was improved by Haowei Lin in July 2026, and n = 33–50 were added by Jonathan Viquerat in September 2026. The table is still being rewritten and no row carries an optimality proof; the site exhibits the pictured arrangements, reconstructed and verified exactly.
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 (1) ↓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/circles-in-disc-radii.json
Cite the frozen 2026-08 edition: records move, a frozen edition never does, so the citation is still checkable years later.
GET https://minmaxarena.com/data/editions/2026-08/circles-in-disc-radii.json
BibTeX (click to copy)
@misc{minmaxarena-circles-in-disc-radii-2026-08,
title = {{Sum of radii in the unit circle} (P92)},
author = {{MinMax Arena}},
year = {2026},
note = {Machine-verified records, 2026-08 edition},
url = {https://minmaxarena.com/data/editions/2026-08/circles-in-disc-radii.json},
license = {CC BY 4.0}
}Discussion
Talk strategy, share methods, ask why you are stuck. Every signed-in user can post. 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. New posts appear after an automated review.
Grouped by player and sub-problem, with the newest note shown first. Historical notes and replies are preserved; open any note to read or reply. Notes are published from record submissions.
No solver notes yet.