Skip to content

Commit 358d917

Browse files
authored
Update index.html
Text fix
1 parent 52a5ac9 commit 358d917

1 file changed

Lines changed: 8 additions & 51 deletions

File tree

index.html

Lines changed: 8 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -2564,8 +2564,6 @@ <h4>Archimedes and the Illusion of Limits</h4>
25642564
His polygon method for estimating the pi is often celebrated as a triumph of geometric reasoning.
25652565
<br>
25662566
But the pi, as obtained by that method, is not a Euclidean constant — it is an analytic approximation derived from limits.
2567-
<br>
2568-
And the method itself quietly imports assumptions that elementary geometry never provided.
25692567
<br><br>
25702568
Archimedes approximated the circumference of a circle using inscribed and circumscribed polygons.
25712569
<br>
@@ -2575,19 +2573,14 @@ <h4>Archimedes and the Illusion of Limits</h4>
25752573
<br>
25762574
Observing that the perimeters of the inscribed and circumscribed polygons approached one another, he concluded that their common limit must be the circumference.
25772575
<br><br>
2578-
To compute these perimeters, Archimedes relied on straight‑line geometry expressed in terms of the sine and cosine of the polygon angles.
2579-
<br>
2580-
And here is the crucial point:
2576+
To compute these perimeters, Archimedes relied on straight‑line geometry expressed in terms of the sine and cosine of the polygon angles.
25812577
<br><br>
2582-
Pure Euclidean construction gives exact ratios only for a very small set of angles:</p>
2578+
Pure geometric construction gives exact ratios for a set of angles:</p>
25832579
<ul style="margin:6px">
25842580
<li>90°</li>
25852581
<li>60°</li>
25862582
<li>45°</li>
25872583
<li>30°</li>
2588-
<li>22.5°</li>
2589-
<li>15°</li>
2590-
<li>7.5°</li>
25912584
</ul>
25922585
<br>
25932586
<p>These arise from:</p>
@@ -2598,30 +2591,15 @@ <h4>Archimedes and the Illusion of Limits</h4>
25982591
<li>the 30–60–90 triangle°</li>
25992592
</ul>
26002593
<br>
2601-
<p>For these angles, the familiar identity
2594+
<p>For these angles, the identity
26022595
<br><br>
26032596
sin(2x) = 2sin(x)cos(x)
26042597
<br><br>
2605-
is not a deep theorem — it is simply a geometric tautology arising from symmetry.
2598+
is a geometric tautology arising from symmetry.
26062599
<br><br>
2607-
The angles 22.5°, 15° and 7.5° can be constructed by subtracting a triangle from a known triangle, but Euclid stops there.
2600+
The angles 22.5°, 15°, 7.5° and 3.75° can be constructed by subtracting a triangle from a known triangle.
26082601
<br><br>
2609-
Euclid gives exact angle bisection as a geometric construction, but he provides no computational framework for evaluating the sine of the bisected angles.
2610-
<br>
2611-
Any angle can be bisected by compasses and straightedge, yet — with a few exceptions — their numerical values cannot be derived from Euclid’s axioms or propositions.
2612-
<br><br>
2613-
Any method for computing these values requires additional, non‑Euclidean assumptions, that were added centuries later:</p>
2614-
<ul style="margin:6px">
2615-
<li>the angle‑addition formulas</li>
2616-
<li>the half‑angle formulas</li>
2617-
<li>the continuity of sine</li>
2618-
<li>the differentiability of sine</li>
2619-
<li>the analytic extension of sine to all real numbers</li>
2620-
</ul>
2621-
<br>
2622-
<p>None of these appear in Euclid’s Elements.</p>
2623-
<br>
2624-
<p>The classical half‑angle formula</p>
2602+
The classical half‑angle formula</p>
26252603
<br>
26262604
<math xmlns="http://www.w3.org/1998/Math/MathML">
26272605
<mrow>
@@ -2653,31 +2631,10 @@ <h4>Archimedes and the Illusion of Limits</h4>
26532631
</msqrt>
26542632
</mrow>
26552633
</math>
2656-
<br>
2657-
<br>
2658-
<p>is not a Euclidean theorem.
2659-
<br><br>
2660-
It is a theorem of analytic trigonometry, which presupposes the angle‑addition formulas and treats sine and cosine as smooth analytic functions.
2661-
<br><br>
2662-
The classical bisection formulas assume the identity
2663-
<br><br>
2664-
sin(2x)=2sin(x)cos(x)
2665-
<br><br>
2666-
for all x.
2667-
<br><br>
2668-
But this identity is not derivable from Euclid. It is an axiom of the analytic system.
2669-
<br><br>
2670-
It holds for the Euclidean angles 90°, 60°, 45°, and 30° because those triangles are special.
2671-
<br>
2672-
There is no geometric guarantee that it holds for arbitrary angles.
2673-
<br>
2674-
Thus, when Archimedes computed sin(3.75°) he was not using Euclid.
2675-
<br>
2676-
He was using a numerical trigonometric ladder built on analytic assumptions that Euclid never supplied.
26772634
<br><br>
2678-
If the angle‑bisection formulas are slightly inaccurate for non‑special angles, then by the time Archimedes reached the 96‑gon, that error had compounded — even though the construction of the angles themselves was exact.
2635+
<p>enables exact calculations for the sides of the polygons.
26792636
<br><br>
2680-
But even if we momentarily accept these analytic assumptions, a deeper geometric inconsistency emerges when we compare circumscribed polygons to circles.
2637+
But a geometric inconsistency emerges when we compare circumscribed polygons to circles.
26812638
<br><br>
26822639
A “circumscribed polygon” is not guaranteed to be an upper bound in every sense.
26832640
<br><br>

0 commit comments

Comments
 (0)