Skip to content

Commit f69b61b

Browse files
authored
Update index.html
Text
1 parent e16bf9a commit f69b61b

1 file changed

Lines changed: 160 additions & 11 deletions

File tree

index.html

Lines changed: 160 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,9 +1046,9 @@ <h3 itemprop="name" style="margin:7px">Trigonometry</h3>
10461046
},
10471047

10481048
"rad(1.33333333)": {
1049-
"sin": 0.9656,
1050-
"cos": 0.26,
1051-
"tan": 3.7,
1049+
"sin": 0.9659,
1050+
"cos": 0.2588,
1051+
"tan": 3.732,
10521052
"deg": 75.0
10531053
},
10541054

@@ -2663,19 +2663,168 @@ <h4>Archimedes and the Illusion of Limits</h4>
26632663
But this identity is not derivable from Euclid.
26642664
It is an axiom of the analytic system.
26652665
<br><br>
2666-
It holds for the Euclidean angles 90°, 60°, 45°, and 30° because those triangles are special.
2667-
There is no geometric guarantee that it holds for arbitrary angles.</p>
2666+
It holds for the Euclidean angles 90°, 60°, 45°, and 30° because those triangles are special.
26682667
<br>
2669-
<p>Thus, when Archimedes computed</p>
2668+
There is no geometric guarantee that it holds for arbitrary angles.
2669+
<br>
2670+
Thus, when Archimedes computed sin(3.75°) he was not using Euclid.
2671+
<br>
2672+
He was using a numerical trigonometric ladder built on analytic assumptions that Euclid never supplied.
2673+
<br><br>
2674+
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.</p>
2675+
<br><br><br>
2676+
<p>A deeper geometric issue is that the “circumscribed polygon” is not guaranteed to be an upper bound.
2677+
<br><br>
2678+
Even if we assume Archimedes computed sin(3.75°) exactly, a more fundamental geometric problem appears when we examine how polygonal slices compare to circular slices.
2679+
<br><br>
2680+
Consider a circular sector of angle 2x and radius r.</p>
2681+
<br>
2682+
<figure itemprop="image" class="imgbox" itemscope itemtype="http://schema.org/ImageObject">
2683+
<img class="center-fit" src="polygonApproximation.png" alt="A slice of a circle with angle=2x and the corresponding isosceles triangle split in half">
2684+
</figure>
2685+
<br>
2686+
<p>Now look at the isosceles triangle formed by joining the endpoints of the arc to the center.
2687+
<br><br>
2688+
Focus on half of this configuration: a right triangle with</p>
26702689
<ul style="margin:6px">
2671-
<li>sin(7.5°)</li>
2672-
<li>sin(3.75°)</li>
2690+
<li>one leg = r</li>
2691+
<li>the other leg = half the polygon side</li>
2692+
<li>hypotenuse = half the polygon diagonal</li>
26732693
</ul>
2674-
<p>he was not using Euclid.
26752694
<br>
2676-
He was using a numerical trigonometric ladder built on analytic assumptions that Euclid never supplied.
2695+
<p>This right triangle always contains the corresponding half‑sector of the circle, so its area is larger.
2696+
<br>
2697+
But the key detail is the ratio of these areas.</p>
2698+
<br>
2699+
<math xmlns="http://www.w3.org/1998/Math/MathML">
2700+
<mrow>
2701+
<mi>Area of the half‑sector</mi>
2702+
<mo>=</mo>
2703+
<mfrac>
2704+
<mrow>
2705+
<mi>x</mi>
2706+
<mo>×</mo>
2707+
<msup>
2708+
<mi>r</mi>
2709+
<mn>2</mn>
2710+
</msup>
2711+
</mrow>
2712+
<mn>2</mn>
2713+
</mfrac>
2714+
</mrow>
2715+
</math>
2716+
<br><br>
2717+
<math xmlns="http://www.w3.org/1998/Math/MathML">
2718+
<mrow>
2719+
<mi>Area of the right triangle</mi>
2720+
<mo>=</mo>
2721+
<mfrac>
2722+
<mrow>
2723+
<mi>sin</mi>
2724+
<mo>&#x2061;</mo>
2725+
<mo>(</mo><mi>x</mi><mo>)</mo>
2726+
</mrow>
2727+
<mrow>
2728+
<mn>2</mn>
2729+
<mo>×</mo>
2730+
<mi>cos</mi>
2731+
<mo>&#x2061;</mo>
2732+
<mo>(</mo><mi>x</mi><mo>)</mo>
2733+
</mrow>
2734+
</mfrac>
2735+
<mo>×</mo>
2736+
<msup>
2737+
<mi>r</mi>
2738+
<mn>2</mn>
2739+
</msup>
2740+
</mrow>
2741+
</math>
26772742
<br><br>
2678-
<strong>The angle‑bisection formulas are slightly inaccurate for non‑special angles, and by the time Archimedes reached the 96‑gon, that error had compounded — even though the construction of the angles themselves was exact.</strong></p>
2743+
<p>Since</p>
2744+
<br>
2745+
<math xmlns="http://www.w3.org/1998/Math/MathML">
2746+
<mrow>
2747+
<mi></mi>
2748+
<mi>cos</mi>
2749+
<mo>&#x2061;</mo>
2750+
<mo>(</mo><mi>x</mi><mo>)</mo>
2751+
<mo>&lt;</mo>
2752+
<mn>1</mn>
2753+
</mrow>
2754+
</math>
2755+
<br><br>
2756+
<p>the inequality</p>
2757+
<br>
2758+
<math xmlns="http://www.w3.org/1998/Math/MathML">
2759+
<mrow>
2760+
<mfrac>
2761+
<mrow>
2762+
<mi>sin</mi>
2763+
<mo>&#x2061;</mo>
2764+
<mo>(</mo><mi>x</mi><mo>)</mo>
2765+
</mrow>
2766+
<mrow>
2767+
<mn>2</mn>
2768+
<mo>×</mo>
2769+
<mi>cos</mi>
2770+
<mo>&#x2061;</mo>
2771+
<mo>(</mo><mi>x</mi><mo>)</mo>
2772+
</mrow>
2773+
</mfrac>
2774+
<mo>&gt;</mo>
2775+
<mi>x</mi>
2776+
</mrow>
2777+
</math>
2778+
<br><br>
2779+
<p>can hold even when</p>
2780+
<br>
2781+
<math xmlns="http://www.w3.org/1998/Math/MathML">
2782+
<mrow>
2783+
<mi>x</mi>
2784+
<mo>&gt;</mo>
2785+
<mi>sin</mi>
2786+
<mo>&#x2061;</mo>
2787+
<mo>(</mo><mi>x</mi><mo>)</mo>
2788+
</mrow>
2789+
</math>
2790+
<br><br>
2791+
<p>This means that a polygon can enclose more area than the circle even when its perimeter is smaller than the circle’s circumference.
2792+
<br><br>
2793+
As the number of sides increases, the polygon’s vertices flatten toward 180°.
2794+
<br>
2795+
The polygon begins to enclose area in a fundamentally different way than the circle.
2796+
<br>
2797+
The usual assumption — that a tangent circumscribed polygon must have a larger perimeter — is not guaranteed.
2798+
<br><br>
2799+
A circle has constant curvature. A straight line has zero curvature. Treating the two as interchangeable is a category error disguised as approximation.
2800+
<br><br>
2801+
Imagine two rigid plates with a straight lid wedged between them.
2802+
<br>
2803+
If we bend the lid into a curve, it can slip lower between the plates because the distance between its endpoints decreases — even if the curved lid is longer.
2804+
<br>
2805+
The polygon still encloses more area, but the arc sits lower.
2806+
<br><br>
2807+
These are the overlooked geometric facts.</p>
2808+
<br><br>
2809+
<p>Why this matters
2810+
<br>
2811+
<br>
2812+
The classical argument assumes:</p>
2813+
<ul style="margin:6px">
2814+
<li>the inscribed polygon is always an under‑estimate</li>
2815+
<li>the circumscribed polygon is always an over‑estimate</li>
2816+
<li>and the circle lies cleanly between them in both area and perimeter</li>
2817+
</ul>
2818+
<br>
2819+
<br>
2820+
<p>But the geometry shows:</p>
2821+
<ul style="margin:6px">
2822+
<li>a tangent polygon can have smaller perimeter than the circle, yet still enclose larger area</li>
2823+
<li>so “circumscribed” and “upper bound” are not equivalent concepts</li>
2824+
<li>The geometric ordering required by the polygon‑approximation method is not structurally guaranteed.</li>
2825+
</ul>
2826+
<br>
2827+
<p>Thus the isoperimetric limit argument that Archimedes’ method relies on is not as straightforward as it is usually presented.</p>
26792828
</section>
26802829
<br><br><br>
26812830
<section itemprop="disambiguatingDescription" id="symbol">

0 commit comments

Comments
 (0)