Not every regular polygon can be constructed with compass and straightedge
The calculator returns an integer side count for any valid angle input — but if you then want to physically draw the resulting polygon using only classical tools (compass and unmarked straightedge), some side counts work and others don't. This isn't a flaw in the tools; it's a deep theorem in algebra.
Carl Friedrich Gauss proved in 1796 (at age 19) that a regular polygon with n sides is constructible by compass and straightedge if and only if n is a power of 2, times a product of distinct Fermat primes. Pierre Wantzel completed the proof in 1837 by showing the necessity. The known Fermat primes are 3, 5, 17, 257, 65537. So constructible regular polygons have n = 3, 4, 5, 6, 8, 10, 12, 15, 16, 17, 20, 24, 32, 34, .... Famously not constructible: 7, 9, 11, 13, 14, 18, 19, 21, 22, 23, 25.
This explains why coins, religious symbols, and architectural features cluster around certain shapes. The British 20p and 50p coins are heptagons (7 sides), but they're not regular heptagons — they're "Reuleaux heptagons" with curved sides that approximate the angles, because no straight-edged regular heptagon can be drawn with classical tools. The eight-pointed star is universal in Islamic geometric art partly because the underlying octagon is easily constructible (n = 8). Eleven-sided objects are vanishingly rare in design for the same reason — there's no clean compass-and-straightedge construction.
Modern CNC machining and CAD software bypass the constructibility constraint by computing vertex coordinates numerically to whatever precision you want. But classical drafting, hand-engraved coinage, and traditional architecture all live within the constructibility limit — which is why the world is full of triangles, squares, hexagons, and octagons, and notably empty of regular heptagons.
Why hexagons dominate honeycomb, basalt columns, and graphite
Among regular polygons, the hexagon (n = 6) has a unique geometric property: it's one of only three that tile the plane perfectly without gaps when arranged edge-to-edge. The other two are the equilateral triangle (n = 3) and the square (n = 4). Why hexagons specifically dominate nature is a combination of angle geometry and energy minimization.
A regular hexagon's interior angle is (6 − 2) × 180° / 6 = 120°. Three hexagons meeting at a single point give exactly 360° of coverage — a flat, gap-free tiling. Bees building honeycomb naturally form hexagonal cells because among all space-tiling shapes with the same enclosed area, the hexagonal cell has the least wax perimeter, minimizing the energy and material the bees spend on construction. The honeycomb conjecture, first stated by Pappus around 300 CE, was finally proved in 1999 by Thomas Hales.
The same hexagonal preference shows up in cooled basalt lava (the Giant's Causeway in Northern Ireland is the famous example) because hexagonal cracking patterns minimize surface energy as the basalt contracts on cooling. Graphite sheets in pencil lead are hexagonal arrangements of carbon atoms, again because the hexagonal lattice minimizes the per-atom bond energy. Snowflakes' six-fold symmetry comes from the underlying hexagonal ice crystal lattice. The combination "interior angle 120° + three at a point + minimum perimeter" gives the hexagon a distinguished status that no other polygon shares.
Practical questions about deriving side counts
What if the calculator's answer isn't a whole number?
It means no regular polygon exists with the angle you entered. For instance, an interior angle of 100° would give n = 360 / 80 = 4.5 — not an integer, so no regular polygon has that interior angle. The closest valid options are n = 4 (interior angle 90°, square) and n = 5 (interior angle 108°, pentagon). If you measured a real polygon and got 100°, the polygon is either irregular or your measurement is off. Real-world regular polygons have interior angles drawn from a discrete set: 60° (triangle), 90° (square), 108° (pentagon), 120° (hexagon), 128.57° (heptagon), 135° (octagon), etc. — values you can memorize for the common cases.
As the number of sides grows, what does a regular polygon look like?
It approaches a circle. The interior angle approaches 180° (each "corner" gets shallower); the perimeter approaches the circle's circumference; the area approaches π·R² where R is the circumradius. Archimedes used this directly around 250 BCE to estimate π — he inscribed and circumscribed 96-sided polygons around a circle and showed π lay between 223/71 and 22/7. A modern computer can do the same with a n = 1,000,000 polygon: the interior angle becomes (1,000,000 − 2) × 180° / 1,000,000 ≈ 179.99964°, perceptibly indistinguishable from a flat straight line at that vertex.
How do I count sides on a real-world object when I can't see all of them?
Measure any one interior angle as accurately as possible, then use the second method (n = 360 / (180 − interior)). For a partial coin or a fragment of a tile, you only need one corner. Use a protractor with at least 0.5° resolution; the calculation tolerates a few tenths of a degree of measurement error. If the result rounds cleanly to a small integer (say, 5.97 → 6), the object is almost certainly a hexagon. If the result is non-integer or doesn't round close to an integer, either the polygon is irregular or your protractor reading is off. For ancient artifacts, where measurement noise can be substantial, archaeologists average measurements from multiple corners before deciding the side count.
Is there a smallest possible regular polygon?
Yes — the equilateral triangle (n = 3). A two-sided "polygon" would be a degenerate object: two line segments connecting two points, which is just a single line segment traversed twice, not a planar region. A one-sided polygon makes even less sense. The triangle is the smallest closed planar figure with straight sides and a non-zero interior area, which is why n = 3 is the lower bound for the formula. The upper bound is unlimited — there's no largest possible regular polygon, just an asymptotic approach to a circle as n grows.