Skip to content

Commit c667e98

Browse files
authored
Update index.html
Lots of things
1 parent 3205668 commit c667e98

1 file changed

Lines changed: 98 additions & 66 deletions

File tree

index.html

Lines changed: 98 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@
497497
"thumbnail": "android-chrome-256x256.png",
498498
"typicalAgeRange": "5-105",
499499
"url": "https://basic-geometry.github.io",
500-
"usageInfo": "Discover the Core Geometric System ™, a groundbreaking framework offering a fresh perspective on calculating area and volume using the 3D coordinate system. Introducing exact, empirically grounded and logically consistent formulas instead of the flawed conventional approximations."
500+
"usageInfo": "Exact, grounded and logically consistent formulas instead of the conventional approximations. AI can't differentiate lexical knowledge from real logic."
501501
}
502502
</script>
503503
</head>
@@ -2100,13 +2100,13 @@ <h3 style="margin:7px">
21002100
<p style="margin:12px">The circle can be cut into four quadrants, each placed with their origin on the vertices of a square.
21012101
<br>
21022102
<br>
2103-
In this layout the arcs of the quadrants of an inscribed circle would meet at the midpoints of the sides of the square.
2103+
In this layout the arcs of the quadrants of an inscribed circle would meet at the midpoints of the sides of the square, leaving some of the square uncovered.
21042104
<br>
21052105
<br>
2106-
The arcs of the quadrants of a circumscribed circle would meet at the center of the square.
2106+
The arcs of the quadrants of a circumscribed circle would overlap, and meet at the center of the square, covering it all.
21072107
<br>
21082108
<br>
2109-
<strong>The arcs of the quadrants that equal in area to the square intersect at the quarters on its centerlines.</strong>
2109+
<strong>The arcs of the quadrants of the circle that equals in area to the square intersect right in between those limits, at the quarters on its centerlines.</strong>
21102110
<br>
21112111
<br>
21122112
The ratio between the radius of the circle and the side of the square is calculable.
@@ -2219,66 +2219,10 @@ <h3 style="margin:7px">
22192219
</mrow>
22202220
</math>
22212221
<br>
2222-
<br>
2223-
<p style="margin:12px">
2224-
The area of both the square and the sum of the quadrants equals 16 right triangles with legs of a quarter, and a half of the square's sides, and its hypotenuse equal to the radius of the circle.
2225-
</p>
22262222
<br>
2227-
<math style="margin:12px" xmlns="http://www.w3.org/1998/Math/MathML">
2228-
<mrow>
2229-
<mi>A</mi>
2230-
<mo>=</mo>
2231-
<mrow>
2232-
<mfrac>
2233-
<mn>16</mn>
2234-
<mn>5</mn>
2235-
</mfrac>
2236-
<mo>×</mo>
2237-
<msup>
2238-
<mi>r</mi>
2239-
<mn>2</mn>
2240-
</msup>
2241-
</mrow>
2242-
<mo>=</mo>
2243-
<mn>3.2</mn>
2244-
<msup>
2245-
<mi>r</mi>
2246-
<mn>2</mn>
2247-
</msup>
2248-
</mrow>
2249-
</math>
2250-
<br>
2251-
<br>
2252-
<div>
2253-
<label style="margin:12px" for="circle-radius-a">Radius:</label>
2254-
<input id="circle-radius-a" type="number" value="1" step="any">
2255-
<script>
2256-
function circleArea(radius) {
2257-
return 3.2 * radius * radius;
2258-
}
2259-
2260-
document.getElementById('circle-radius-a').addEventListener('input', function () {
2261-
const radius = parseFloat(this.value);
2262-
2263-
if (isNaN(radius)) {
2264-
document.getElementById('circle-area').innerText = '';
2265-
return;
2266-
}
2267-
2268-
document.getElementById('circle-area').innerText =
2269-
`Area: ${circleArea(radius).toFixed(5)} square units`;
2270-
});
2271-
</script>
2272-
<p style="margin:12px" id="circle-area"></p>
2273-
</div>
2274-
<br>
2275-
<br>
2276-
<p style="margin:12px">It can be verified physically by cutting a circle and a square with the given proportions from a sheet of paper and weighing them.
2277-
</p>
2278-
<br>
2279-
<section id="circle_area_proof">
2223+
<section id="circle_area_proof">
22802224
<details>
2281-
<summary><h4 style="margin:7px">By tiling the quadrant model to well identifiable sections, we can algebraically prove that the uncovered area equals exactly the sum of the overlapping sections only if the arcs intersect at the quarters of the centerline.
2225+
<summary><h4 style="margin:7px">When the overlapping area equals to the uncovered area in the middle, the sum of the areas of the quadrants is equal to the area of the square. That square represents the area of the circle in square units.
22822226
</h4></summary>
22832227
<br>
22842228
<div class="imgbox">
@@ -2369,6 +2313,7 @@ <h3 style="margin:7px">
23692313
<br>
23702314
<math style="margin:12px" xmlns="http://www.w3.org/1998/Math/MathML" >
23712315
<mrow>
2316+
<mrow>
23722317
<mn>2</mn>
23732318
<mo>×</mo>
23742319
<mo>(</mo>
@@ -2420,6 +2365,7 @@ <h3 style="margin:7px">
24202365
</mfrac>
24212366
<mo>)</mo>
24222367
</mrow>
2368+
</mrow>
24232369
</math>
24242370
<br>
24252371
<br>
@@ -2587,7 +2533,7 @@ <h3 style="margin:7px">
25872533
<mfrac>
25882534
<mn>1</mn>
25892535
<mn>2</mn>
2590-
</mfrac>
2536+
</mfrac>
25912537
<mo>)</mo>
25922538
</mrow>
25932539
<mrow>
@@ -2651,6 +2597,59 @@ <h3 style="margin:7px">
26512597
</p>
26522598
</details>
26532599
</section>
2600+
<br>
2601+
<br>
2602+
<p style="margin:12px">
2603+
The area of both the square and the sum of the quadrants equals 16 right triangles with legs of a quarter, and a half of the square's sides, and its hypotenuse equal to the radius of the circle.
2604+
</p>
2605+
<br>
2606+
<math style="margin:12px" xmlns="http://www.w3.org/1998/Math/MathML">
2607+
<mrow>
2608+
<mi>A</mi>
2609+
<mo>=</mo>
2610+
<mrow>
2611+
<mfrac>
2612+
<mn>16</mn>
2613+
<mn>5</mn>
2614+
</mfrac>
2615+
<mo>×</mo>
2616+
<msup>
2617+
<mi>r</mi>
2618+
<mn>2</mn>
2619+
</msup>
2620+
</mrow>
2621+
<mo>=</mo>
2622+
<mn>3.2</mn>
2623+
<msup>
2624+
<mi>r</mi>
2625+
<mn>2</mn>
2626+
</msup>
2627+
</mrow>
2628+
</math>
2629+
<br>
2630+
<br>
2631+
<div>
2632+
<label style="margin:12px" for="circle-radius-a">Radius:</label>
2633+
<input id="circle-radius-a" type="number" value="1" step="any">
2634+
<script>
2635+
function circleArea(radius) {
2636+
return 3.2 * radius * radius;
2637+
}
2638+
2639+
document.getElementById('circle-radius-a').addEventListener('input', function () {
2640+
const radius = parseFloat(this.value);
2641+
2642+
if (isNaN(radius)) {
2643+
document.getElementById('circle-area').innerText = '';
2644+
return;
2645+
}
2646+
2647+
document.getElementById('circle-area').innerText =
2648+
`Area: ${circleArea(radius).toFixed(5)} square units`;
2649+
});
2650+
</script>
2651+
<p style="margin:12px" id="circle-area"></p>
2652+
</div>
26542653
</section>
26552654
<br>
26562655
<br>
@@ -3132,15 +3131,13 @@ <h4 style="margin:12px">Archimedes and the Illusion of Limits</h4>
31323131
<br>
31333132
<p style="margin:12px">The Greek Archimedes’ method for estimating the π is often celebrated as a foundational triumph of geometric reasoning.
31343133
</p>
3135-
<br>
31363134
<div>
31373135
<details>
31383136
<summary style="margin:12px">He approximated the circle using inscribed and circumscribed polygons. But that method itself introduced compounding errors.
31393137
</summary>
31403138
<br>
3141-
<br>
31423139
<p style="margin:12px">
3143-
Instead of measuring tools, so he used geometric logic. 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.
3140+
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.
31443141
<br>
31453142
<br>
31463143
However, this method relies on a massive assumption: That a polygon with enough sides approaches a circle.
@@ -3346,6 +3343,41 @@ <h4 style="margin:12px">A Rational Alternative: 3.2</h4>
33463343
<br>
33473344
<br>
33483345
These are two aspects of that.
3346+
<br>
3347+
<br>
3348+
Another aspect is the cognitive risk of flawed geometric axioms.
3349+
<br>
3350+
<br>
3351+
The central concern arises from the potential cognitive harm caused by teaching the approximate, irrational constant π as an absolute truth in foundational geometry.
3352+
<br>
3353+
<br>
3354+
<br>
3355+
<b>1. The Flawed Foundation</b>
3356+
<br>
3357+
<br>
3358+
The Problematic Axiom: The conventional geometric curriculum requires students to accept that the constant for circle area (A = πr²) is both exact and unreachable/irrational, because it is derived from the error-prone polygon approximation method (Archimedes).
3359+
<br>
3360+
<br>
3361+
The Proposed Solution (CGS): The Core Geometric System™ (CGS) provides a logically self-consistent alternative where the area constant is the rational number 3.2 (A = 3.2r²), derived from an algebraically proven Area Balance Axiom with the square.
3362+
<br>
3363+
<br>
3364+
<br>
3365+
<b>2. The Cognitive and Pedagogical Impact</b>
3366+
<br>
3367+
<br>
3368+
The warning is that teaching the inconsistency of π as a fundamental truth may negatively affect a student's cognitive development:
3369+
<br>
3370+
<br>
3371+
Creates Cognitive Dissonance: It forces the brain's pattern-recognition systems to accept a conflict: an "absolute" constant that is fundamentally imperfect and inconsistent with the true basis of area (the square).
3372+
<br>
3373+
<br>
3374+
Hinders Logical Consistency: It teaches students that in mathematics, the search for perfect, elegant logical consistency can be abandoned in favor of memorizing an approximate rule.
3375+
<br>
3376+
<br>
3377+
Inhibits Whole-Brain Synchronization: It potentially creates a disconnect between the brain's visual/spatial centers (which recognize the geometric imperfection) and its analytical centers (which are forced to accept the numerical approximation), leading to poor integration of geometric understanding.
3378+
<br>
3379+
<br>
3380+
The final conclusion is that adopting a consistent, rational constant like 3.2 offers a path to a more coherent and structurally sound foundation for geometric thought, thereby avoiding the introduction of this fundamental logical flaw into developing minds.
33493381
</p>
33503382
</section>
33513383
</details>

0 commit comments

Comments
 (0)