Skip to content

Commit 48ecb21

Browse files
authored
Update index.html
Text
1 parent 8c7a797 commit 48ecb21

1 file changed

Lines changed: 8 additions & 123 deletions

File tree

index.html

Lines changed: 8 additions & 123 deletions
Original file line numberDiff line numberDiff line change
@@ -2628,140 +2628,26 @@ <h4>Archimedes and the Illusion of Limits</h4>
26282628
<br><br>
26292629
But a geometric inconsistency emerges when we compare circumscribed polygons to circles.
26302630
<br><br>
2631-
A “circumscribed polygon” is not guaranteed to be an upper bound in every sense.
2632-
<br><br>
2633-
Consider a circular sector of angle 2x and radius r.</p>
2631+
Consider a circular sector</p>
26342632
<br>
26352633
<figure itemprop="image" class="imgbox" itemscope itemtype="http://schema.org/ImageObject">
26362634
<img class="center-fit" src="polygonApproximation.png" alt="A slice of a circle with angle=2x and the corresponding isosceles triangle split in half">
26372635
</figure>
26382636
<br>
2639-
<p>Now look at the isosceles triangle formed by joining the endpoints of the arc to the center.
2640-
<br><br>
2641-
Focus on half of this configuration: a right triangle with</p>
2642-
<ul style="margin:6px">
2643-
<li>one leg = r</li>
2644-
<li>the other leg = half the polygon side</li>
2645-
<li>hypotenuse = half the polygon diagonal</li>
2646-
</ul>
2647-
<br>
2648-
<p>This right triangle always contains the corresponding half‑sector of the circle, so its area is larger.
2649-
<br>
2650-
But the key detail is the ratio of these areas.</p>
2651-
<br>
2652-
<math xmlns="http://www.w3.org/1998/Math/MathML">
2653-
<mrow>
2654-
<mi>Area of the half‑sector</mi>
2655-
<mo>=</mo>
2656-
<mfrac>
2657-
<mrow>
2658-
<mi>x</mi>
2659-
<mo>×</mo>
2660-
<msup>
2661-
<mi>r</mi>
2662-
<mn>2</mn>
2663-
</msup>
2664-
</mrow>
2665-
<mn>2</mn>
2666-
</mfrac>
2667-
</mrow>
2668-
</math>
2669-
<br><br>
2670-
<math xmlns="http://www.w3.org/1998/Math/MathML">
2671-
<mrow>
2672-
<mi>Area of the right triangle</mi>
2673-
<mo>=</mo>
2674-
<mfrac>
2675-
<mrow>
2676-
<mi>sin</mi>
2677-
<mo>&#x2061;</mo>
2678-
<mo>(</mo><mi>x</mi><mo>)</mo>
2679-
</mrow>
2680-
<mrow>
2681-
<mn>2</mn>
2682-
<mo>×</mo>
2683-
<mi>cos</mi>
2684-
<mo>&#x2061;</mo>
2685-
<mo>(</mo><mi>x</mi><mo>)</mo>
2686-
</mrow>
2687-
</mfrac>
2688-
<mo>×</mo>
2689-
<msup>
2690-
<mi>r</mi>
2691-
<mn>2</mn>
2692-
</msup>
2693-
</mrow>
2694-
</math>
2695-
<br><br>
2696-
<p>Since</p>
2697-
<br>
2698-
<math xmlns="http://www.w3.org/1998/Math/MathML">
2699-
<mrow>
2700-
<mi></mi>
2701-
<mi>cos</mi>
2702-
<mo>&#x2061;</mo>
2703-
<mo>(</mo><mi>x</mi><mo>)</mo>
2704-
<mo>&lt;</mo>
2705-
<mn>1</mn>
2706-
</mrow>
2707-
</math>
2708-
<br><br>
2709-
<p>the inequality</p>
2637+
<p>Imagine the half diagonals as two rigid plates and the side as a straight lid wedged between them.
27102638
<br>
2711-
<math xmlns="http://www.w3.org/1998/Math/MathML">
2712-
<mrow>
2713-
<mfrac>
2714-
<mrow>
2715-
<mi>sin</mi>
2716-
<mo>&#x2061;</mo>
2717-
<mo>(</mo><mi>x</mi><mo>)</mo>
2718-
</mrow>
2719-
<mrow>
2720-
<mn>2</mn>
2721-
<mo>×</mo>
2722-
<mi>cos</mi>
2723-
<mo>&#x2061;</mo>
2724-
<mo>(</mo><mi>x</mi><mo>)</mo>
2725-
</mrow>
2726-
</mfrac>
2727-
<mo>&gt;</mo>
2728-
<mi>x</mi>
2729-
</mrow>
2730-
</math>
2731-
<br><br>
2732-
<p>can hold even when</p>
2639+
If we bend the lid into a curve, it can slip lower between the plates because the distance between its endpoints decreases, while its length doesn't change.
27332640
<br>
2734-
<math xmlns="http://www.w3.org/1998/Math/MathML">
2735-
<mrow>
2736-
<mi>x</mi>
2737-
<mo>&gt;</mo>
2738-
<mi>sin</mi>
2739-
<mo>&#x2061;</mo>
2740-
<mo>(</mo><mi>x</mi><mo>)</mo>
2741-
</mrow>
2742-
</math>
2641+
The polygon still encloses more area, but the arc sits lower — even with an equal perimeter.
27432642
<br><br>
2744-
<p>This means that a polygon can enclose more area than the circle even when its perimeter is smaller than the circle’s circumference.
2643+
A “circumscribed polygon” is not guaranteed to be an upper bound in every sense.
27452644
<br><br>
2746-
As the number of sides increases, the polygon’s vertices flatten toward 180°.
2747-
<br>
2748-
The polygon begins to enclose area in a fundamentally different way than the circle.
2749-
<br>
27502645
The usual assumption — that a tangent circumscribed polygon must have a larger perimeter — is not guaranteed.
27512646
<br><br>
2752-
A circle has constant curvature. A straight line has zero curvature. Treating the two as interchangeable is a category error disguised as approximation.
2753-
<br><br>
2754-
Imagine two rigid plates with a straight lid wedged between them.
2755-
<br>
2756-
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.
2757-
<br>
2758-
The polygon still encloses more area, but the arc sits lower.
2759-
<br><br>
2760-
These are the overlooked geometric facts.</p>
2647+
This is the overlooked geometric fact.</p>
27612648
<br><br>
27622649
<p>Why this matters
2763-
<br>
2764-
<br>
2650+
<br><br>
27652651
The classical argument assumes:</p>
27662652
<ul style="margin:6px">
27672653
<li>the inscribed polygon is always an under‑estimate</li>
@@ -2772,8 +2658,7 @@ <h4>Archimedes and the Illusion of Limits</h4>
27722658
<br>
27732659
<p>But the geometry shows:</p>
27742660
<ul style="margin:6px">
2775-
<li>a tangent polygon can have smaller perimeter than the circle, yet still enclose larger area</li>
2776-
<li>so “circumscribed” and “upper bound” are not equivalent concepts</li>
2661+
<li>“circumscribed” and “upper bound” are not equivalent concepts</li>
27772662
<li>The geometric ordering required by the polygon‑approximation method is not structurally guaranteed.</li>
27782663
</ul>
27792664
<br>

0 commit comments

Comments
 (0)