Skip to content

Commit 6c5ce58

Browse files
authored
Update index.html
Pi disproval
1 parent c06910d commit 6c5ce58

1 file changed

Lines changed: 50 additions & 13 deletions

File tree

index.html

Lines changed: 50 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5084,7 +5084,45 @@ <h4>Archimedes and the Illusion of Limits</h4>
50845084
Archimedes assumes tangency and externality persist at every finite step — even when the perimeter has become extremely close to the (unknown) circumference.
50855085
<br><br>
50865086
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>
5093+
<br>
5094+
<ul style="margin:6px" itemprop="disambiguatingDescription">
5095+
<li>It works with a hexagon.</li>
5096+
<li>It still works with an octagon.</li>
5097+
<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+
<p itemprop="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>
5105+
<br>
5106+
<ul style="margin:6px" itemprop="disambiguatingDescription">
5107+
<li>Bees can make a hexagon around a circle.</li>
5108+
<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+
<p itemprop="disambiguatingDescription">This is why Archimedes’ method fails:
50875113
<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>
50885126
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.
50895127
<br>
50905128
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>
51075145
<br>
51085146
The flaw in the classical method becomes even clearer when we try to implement it practically.
51095147
<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>
51125149
<br>
51135150
<figure itemprop="image" class="imgbox" itemscope itemtype="https://schema.org/ImageObject">
51145151
<img class="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.">
51155152
</figure>
51165153
<br>
5117-
<p>A circumscribed n-gon has perimeter:
5154+
<p itemprop="disambiguatingDescription">A circumscribed ngon has perimeter:
51185155
<br><br>
5119-
P(n) = n × tan(180° / n).</p>
5156+
P(n) = n × tan(180° / n) × r
51205157
<br><br>
5121-
<p>Evaluating:</p>
5158+
Evaluating:</p>
51225159
<br>
5123-
<ul style="margin:6px">
5124-
<li>P(12) = 12 × tan(15°) ~ 6.43r</li>
5125-
<li>P(24) = 24 × tan(7.5°) ~ 6.319r</li>
5160+
<ul style="margin:6px" itemprop="disambiguatingDescription">
5161+
<li>P(12) = 12 × tan(15°) × r ~ 6.43r</li>
5162+
<li>P(24) = 24 × tan(7.5°) × r ~ 6.319r</li>
51265163
</ul>
51275164
<br>
5128-
If the true circumference is 6.4r, then:
5129-
<br><br>
5130-
<ul style="margin:6px">
5131-
<li>the 12‑gon can still be circumscribed,</li>
5132-
<li>but the 24‑gon cannot, because a circumscribed polygon must always satisfy P(n) > C.</li>
5165+
<p itemprop="disambiguatingDescription">If the true circumference is 6.4r, then:</p>
5166+
<br>
5167+
<ul style="margin:6px" itemprop="disambiguatingDescription">
5168+
<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>
51335170
</ul>
51345171
<br>
51355172
<p itemprop="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

Comments
 (0)