Skip to content

Commit 46544e6

Browse files
authored
Update index.html
1 parent 5f8cda7 commit 46544e6

1 file changed

Lines changed: 17 additions & 5 deletions

File tree

index.html

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2594,13 +2594,25 @@ <h4>Archimedes and the Illusion of Limits</h4>
25942594
<p>Archimedes approximated the circumference using inscribed and circumscribed polygons. He began with a circle bounded by an inscribed and a circumscribed hexagon — not the absolute minimum of 3 or 4 sides — likely because the hexagon is closer to the circle while still being easily calculable. By bisecting the angles (splitting them in half), he turned the hexagons into a 12-gons, then 24-gons, all the way to 96-sided shapes. This allowed him to calculate the perimeter of these shapes using only straight lines and Pythagoras' theorem.
25952595
<br>
25962596
<br>
2597-
However, this method relies on a massive assumption: That a polygon with enough sides approaches a circle.
2597+
Observing how the difference between the two polygonal perimeters — one inside the circle, one outside — became smaller, Archimedes likely believed that as the number of sides increased, the difference between the perimeters of the inscribed and circumscribed polygons would converge toward zero, approaching the circumference of the circle.
25982598
<br>
25992599
<br>
2600-
Observing how the difference between the two polygonal perimeters — one inside the circle, one outside — became smaller, Archimedes likely believed that as the number of sides increased, the difference between the perimeters of the inscribed and circumscribed polygons would converge toward zero, approaching the circumference of the circle.
2600+
However, this approach relies on a massive assumption:
2601+
<br>
2602+
<br>
2603+
That the perimeter of the circumscribed polygon is longer than the circumference, just because it lies outside the circle.
2604+
<br>
2605+
<br>
2606+
That assumption is false.
2607+
<br>
2608+
<br>
2609+
Some try to prove it via area relationships based on the pi. But that is problematic if the pi itself is the quantity under investigation.
2610+
<br>
2611+
<br>
2612+
It ignores a crucial geometric reality:
26012613
<br>
26022614
<br>
2603-
While that is true for the length, that assumption ignores a crucial geometric reality: as the number of sides increases the internal angles flatten toward 180°, — it is 180° - 360° / 96 = 176.25° in the case of a 96-gon — nearing a straight line rather than a curve, and the polygon no longer reflects the circle’s curvature.
2615+
As the number of sides increases the internal angles flatten toward 180°, — it is 180° - 360° / 96 = 176.25° in the case of a 96-gon — nearing a straight line rather than a curve, and the polygon no longer reflects the circle’s curvature.
26042616
<br>
26052617
<br>
26062618
In contrast, polygons with internal angles in the range between 150° and 160°, such as the 13- to 16-gon, preserve a meaningful bend that better reflects circularity.
@@ -2619,7 +2631,7 @@ <h4>Archimedes and the Illusion of Limits</h4>
26192631
The definition of an inscribed polygon is that both its perimeter and area are smaller than the circle. The properties of a circumscribed polygon are larger.
26202632
<br>
26212633
<br>
2622-
When the circle’s area and circumference is calculated with the constant 3.2, it becomes clear that the area of an isoperimetric 14‑gon is actually larger than the circle’s. A flat angle encloses the area differently than the curve. This flips the script: the polygon can enclose more area even with the same perimeter. As the number of sides increases the effect is stronger, so the isoperimetric polygon behaves like a circumscribed figure despite having equal perimeter. This overlooked disproportion shows that polygons do not approach the circle in every sense — above 13 sides, the comparison underestimates the circle.
2634+
When the circle’s area and circumference is calculated with the constant 3.2, it becomes clear that the area of an isoperimetric 14‑gon is larger than the circle’s. A flat angle encloses the area differently than the curve. This flips the script: the polygon can enclose more area even with the same perimeter. As the number of sides increases the effect is stronger, so the isoperimetric polygon behaves like a circumscribed figure despite having equal perimeter. This overlooked disproportion shows that polygons do not approach the circle in every sense — above 13 sides, the comparison underestimates the circle.
26232635
<br>
26242636
<br>
26252637
Archimedes pushed his method far beyond this curve-aligned threshold — and the result was a recursive underestimate.
@@ -2726,7 +2738,7 @@ <h4>∫ Calculus: Summary, Not Source</h4>
27262738
There are at least a dozen different calculus methods in use, but each and every one of those are solved through basic operations. Each notation should correspond to a real, logical property of the circle. Yet upon inspection, inconsistencies emerge. The formula doesn’t derive the circumference from first principles; it assumes it.
27272739
<br>
27282740
<br>
2729-
The classical polygon-based approach to approximate a circle’s circumference relies on inscribed and circumscribed polygons, calculated using trigonometric functions aligned to π. But this alignment is problematic if π itself is the quantity under investigation.
2741+
The classical polygon-based approach to approximate a circle’s circumference relies on inscribed and circumscribed polygons, calculated using trigonometric functions aligned to the pi. But this alignment is problematic if the pi itself is the quantity under investigation.
27302742
<br>
27312743
<br>
27322744
Calculus may be a useful mathematical tool, but calling it exact is a bold statement.

0 commit comments

Comments
 (0)