You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+50-13Lines changed: 50 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -5084,7 +5084,45 @@ <h4>Archimedes and the Illusion of Limits</h4>
5084
5084
Archimedes assumes tangency and externality persist at every finite step — even when the perimeter has become extremely close to the (unknown) circumference.
5085
5085
<br><br>
5086
5086
But whether the new polygon remains tangent depends on whether its perimeter is still sufficiently greater than the circumference.
5087
+
<br><br>
5088
+
In conventional geometry, a line is called tangent to a circle if it touches the circle at exactly one point.
5089
+
<br>
5090
+
However, this definition silently assumes something that is not guaranteed:
5091
+
<br>
5092
+
that a line which touches the circle from the outside must touch it only at one point.</p>
<li>But as the number of sides increases, each side becomes shorter and shorter, and eventually the straight edges can no longer maintain true tangency. They begin to cut through the circle instead of touching it.</li>
5098
+
</ul>
5099
+
<br><br>
5100
+
<pitemprop="disambiguatingDescription">Think of a honeycomb cell.
5101
+
<br><br>
5102
+
The bees build a perfect hexagon, fill it, and later dig a circular hole inside it.
5103
+
<br>
5104
+
If we treat the filled space as a perfect hexagon and the hole as a perfect inscribed circle, we get a very clear picture of what “circumscribed” and “inscribed” really mean in practice.</p>
<li>Bees could make an octagon around a circle.</li>
5109
+
<li>But at some point — around 12 sides — the walls would collapse inward because the straight edges cannot maintain tangency.</li>
5110
+
</ul>
5111
+
<br>
5112
+
<pitemprop="disambiguatingDescription">This is why Archimedes’ method fails:
5087
5113
<br>
5114
+
it assumes that whenever a line touches the circle from the outside, it must touch it at exactly one point.
5115
+
<br>
5116
+
But this is never proven — it is simply assumed.
5117
+
<br>
5118
+
And the assumption is false once the polygon has too many sides.
5119
+
<br>
5120
+
A straight line can always be drawn, but that does not guarantee single-point contact.
5121
+
<br>
5122
+
When the side becomes too short relative to the curvature of the circle, the line will either touch along a small arc or cut into the circle.
5123
+
<br>
5124
+
The failure is not the existence of the line — the failure is the loss of single-point tangency.
5125
+
<br><br>
5088
5126
The standard argument claims the polygons remain outside forever at finite n and only collapse into the circle at infinity. But this is circular reasoning. To know if the polygons are still circumscribed at every finite step, you must already know if the perimeter is large enough that no crossing occurs.
5089
5127
<br>
5090
5128
Yet finding the circumference is the purpose of the method. The method therefore relies on the very assumption it seeks to prove.
@@ -5107,29 +5145,28 @@ <h4>Archimedes and the Illusion of Limits</h4>
5107
5145
<br>
5108
5146
The flaw in the classical method becomes even clearer when we try to implement it practically.
5109
5147
<br><br>
5110
-
When attempting to draw a circumscribed 24-gon or 48-gon via exact angle bisection (central angle 15° → 7.5°), the tangent lines merge, overlap, or cross the arc — even in high-precision vector software. The individual sides become indistinguishable or intersect the circle before reaching distinct tangent points.
5111
-
This is not a precision or rendering error; it is the geometry refusing to produce a valid set of external tangents.</p>
5148
+
When attempting to draw a circumscribed 24-gon or 48-gon via exact angle bisection (central angle 15° → 7.5°), the tangent lines merge, overlap, or cross the arc — even in high-precision vector software. The individual sides become indistinguishable or intersect the circle before reaching distinct tangent points. This is not a precision or rendering error; it is the geometry refusing to produce a valid set of external tangents.</p>
<imgclass="center-fit" src="polygonApproximation.png" alt="When attempting to draw a circumscribed 24-gon via exact angle bisection (central angle 15°), the tangent lines merge, overlap, or cross the arc. The individual sides become indistinguishable or intersect the circle before reaching distinct tangent points.">
5115
5152
</figure>
5116
5153
<br>
5117
-
<p>A circumscribed n-gon has perimeter:
5154
+
<pitemprop="disambiguatingDescription">A circumscribed n‑gon has perimeter:
<li>The 12‑gon is a borderline case. Its perimeter is still slightly greater than 6.4r, so it may or may not maintain true tangency.</li>
5169
+
<li>But the 24‑gon — and any polygon with more sides — cannot be circumscribed at all, because a circumscribed polygon must always satisfy P(n) > C. Once P(n) drops below 6.4r, the sides become too short to touch the circle at a single point. They inevitably cut through the arc instead of remaining outside it.</li>
5133
5170
</ul>
5134
5171
<br>
5135
5172
<pitemprop="disambiguatingDescription">The construction no longer produces a proper set of distinct tangent sides — it fails in a literal, physical sense. The required tangent lines from adjacent vertices converge so sharply that they overlap or intersect the arc before reaching distinct tangent points.
0 commit comments