Skip to content

Commit e2b59f4

Browse files
authored
Update index.html
1 parent 21f563e commit e2b59f4

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

index.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3148,8 +3148,10 @@ <h4 style="margin:12px">Archimedes and the Polygonal Trap</h4>
31483148
<br>
31493149
<br>
31503150
<p style="margin:12px">The Greek Archimedes’ method for estimating the π is often celebrated as a foundational triumph of geometric reasoning.
3151-
</p>
31523151
<br>
3152+
<br>
3153+
He approximated the circle using inscribed and circumscribed polygons.
3154+
</p>
31533155
<div>
31543156
<details>
31553157
<summary style="margin:12px">But that method itself introduced compounding errors. These include:
@@ -3165,20 +3167,20 @@ <h4 style="margin:12px">Archimedes and the Polygonal Trap</h4>
31653167
</summary>
31663168
<br>
31673169
<br>
3168-
<p style="margin:12px">Archimedes approximated the circle 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. He then increased the number of sides to 96, observing how the difference between the two polygonal perimeters — one inside the circle, one outside — became smaller.
3170+
<p style="margin:12px">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. He then increased the number of sides to 96, observing how the difference between the two polygonal perimeters — one inside the circle, one outside — became smaller.
31693171
<br>
31703172
This narrowing gap was key. 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.
31713173
<br>
31723174
He assumed that more sides mean closer resemblance to a circle. That was backed by the isoperimetric inequality theory, which states that a circle maximizes area for a given perimeter. That idea likely emerged from observing simple polygons: the triangle has the smallest area, the square is larger, and so on. From this pattern, it was assumed that the trend continues indefinitely — that a polygon with an infinite number of sides would resemble a circle perfectly, with its area approaching from below.
31733175
<br>
31743176
<br>
3175-
But that assumption ignores a crucial geometric reality: <strong>as the number of sides increases, the internal angles of the polygon approach 180° — it is 180° - 360° / 96 = 176.25° in the case of a 96-gon —, nearing a straight line rather than a curve. 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.</strong>
3177+
But that assumption ignores a crucial geometric reality: as the number of sides increases, the internal angles of the polygon approach 180° — it is 180° - 360° / 96 = 176.25° in the case of a 96-gon —, nearing a straight line rather than a curve. 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.
31763178
<br>
31773179
<br>
31783180
Archimedes pushed his method far beyond this curve-aligned threshold — and the result was a recursive underestimate. The perimeter of the circumscribed polygon that he believed to be an overestimate of the circumference was practically an underestimate of it.
31793181
<br>
31803182
<br>
3181-
Thus his final result of 3.14... lies between two underestimates. <br>
3183+
Thus his final result of 3.14... lies between two underestimates.
31823184
<br>
31833185
<br>
31843186
What we’re left with is not a proof, but a layered approximation — one that has shaped centuries of geometry, but now deserves a closer, more rational reexamination.
@@ -3187,7 +3189,10 @@ <h4 style="margin:12px">Archimedes and the Polygonal Trap</h4>
31873189
The classical polygon-based approach to approximating 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.
31883190
<br>
31893191
<br>
3190-
Instead, we begin with a strong geometric foundation: the area of a circle is exactly 3.2r². This gives us reason to suspect that the true circumference is 6.4r, not 2πr. To test this, we reframe the polygon approximation method.
3192+
The equal distance polygon method upgrades the classical approach by replacing inherited assumptions with geometric conditions — and aligns the approximation process with the true nature of the circle.
3193+
<br>
3194+
<br>
3195+
We begin with a strong geometric foundation: the area of a circle is exactly 3.2r². This gives us reason to suspect that the true circumference is 6.4r, not 2πr. To test this, we reframe the polygon approximation method.
31913196
<br>
31923197
<br>
31933198
Rather than treating inscribed and circumscribed polygons separately and relying on assumptions about how their perimeter gaps behave as the number of sides increases, we introduce a creative and grounded condition: equal distance between the polygon’s sides, vertices, and the circle’s arc.
@@ -3203,9 +3208,6 @@ <h4 style="margin:12px">Archimedes and the Polygonal Trap</h4>
32033208
<br>
32043209
<br>
32053210
- The 96-gon converges precisely to a circumference of 6.4, confirming the area-based ratio.
3206-
<br>
3207-
<br>
3208-
This method upgrades the classical approach by replacing inherited assumptions with geometric conditions — and aligns the approximation process with the true nature of the circle.
32093211
</p>
32103212
<br>
32113213
</details>

0 commit comments

Comments
 (0)