Skip to content

Commit a00c65f

Browse files
authored
Update index.html
Got in shape
1 parent bc29d7c commit a00c65f

1 file changed

Lines changed: 87 additions & 104 deletions

File tree

index.html

Lines changed: 87 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -510,56 +510,27 @@
510510
<img class="center-fit" src="geometry.jpeg" alt="Geometry">
511511
</div>
512512
<br>
513-
<strong style="margin:12px;">This geometric system fundamentally shifts its axioms from the abstract, zero-dimensional point to the square and the cube as the primary, physically-relevant units for measurement.
514-
<br>
515-
We define the properties of shapes like the circle and sphere not through abstract limits, but through their direct, rational relationship to these foundational units, resulting in the use of the rational constant 3.2 instead of the irrational pi.
516-
</strong>
517-
</p>
518-
<br>
519-
<br>
520513
<p style="margin:12px;"><b>Key Points:</b>
521514
<br>
522515
<br>
523-
<b>- Comparative Geometry:</b> Using geometric relationships to derive areas and volumes.
524-
<br>
525-
<br>
526-
<b>- Scaling and Proportions:</b> Applying proportional relationships for accurate calculations.
527-
<br>
528516
<br>
529-
<b>- Algebraic Manipulation:</b> Simplifying equations to ensure consistency and precision.
517+
<b>1. Numbers</b>
530518
<br>
531519
<br>
520+
<b>2. Mathematical operations</b>
532521
<br>
533-
<b>1. Area of a Circle:</b>
534522
<br>
535-
- Compared to a square, using geometric properties and the Pythagorean theorem.
523+
<b>3. Fractions</b>
536524
<br>
537-
- Formula: A = 3.2 × ( square value of the radius ).
538525
<br>
526+
<b>4. Powers and numeric systems</b>
539527
<br>
540-
<b>2. Circumference of a Circle:</b>
541528
<br>
542-
- Derived from the area by subtracting a smaller theoretical circle.
529+
<b>5. Geometry</b>
543530
<br>
544-
- Formula: C = 6.4 × radius.
545531
<br>
546532
<br>
547-
<b>3. Volume of a Sphere:</b>
548533
<br>
549-
- Compared to a cube, using the area of the sphere's cross-section.
550-
<br>
551-
- Formula: V = " cubic value of ( square root ( 3.2 ) × radius ) ".
552-
<br>
553-
<br>
554-
<b>4. Volume of a Cone:</b>
555-
<br>
556-
- Compared to an octant sphere and a quarter cylinder.
557-
<br>
558-
- Formula: V = 3.2 × ( square value of the radius ) × height, divided by √8 .
559-
</p>
560-
<br>
561-
<br>
562-
</div>
563534
<section>
564535
<h1 style="font-size:160%;margin:7px">Numbers</h1>
565536
<br>
@@ -606,7 +577,7 @@ <h2 style="font-size:160%;margin:7px">Mathematical operations</h2>
606577
<br>
607578
<br>
608579
<section>
609-
<strong style="margin:12px;">"➕ Addition</strong>
580+
<strong style="margin:12px;">➕ Addition</strong>
610581
<br>
611582
<br>
612583
<p style="margin:12px;">
@@ -663,7 +634,7 @@ <h2 style="font-size:160%;margin:7px">Mathematical operations</h2>
663634
<br>
664635
<br>
665636
<section>
666-
<strong style="margin:12px;">"➗ Division</strong>
637+
<strong style="margin:12px;">➗ Division</strong>
667638
<br>
668639
<br>
669640
<p style="margin:12px;">
@@ -686,16 +657,17 @@ <h2 style="font-size:160%;margin:7px">Mathematical operations</h2>
686657
<br>
687658
<br>
688659
<section>
689-
<h2 style="font-size:160%;margin:7px">Fractions</h2>
660+
<h3 style="font-size:160%;margin:7px">Fractions</h3>
690661
<br>
691662
<br>
692663
<section>
693-
<strong style="margin:12px;">"➕ Addition</strong>
664+
<strong style="margin:12px;">➕ Addition</strong>
694665
<br>
695666
<br>
696667
<p style="margin:12px;">Adding the counters if the denominators are the same.
697668
<br>
698-
<br>Example:</p>
669+
<br>
670+
Example:</p>
699671
<br>
700672
<math style="margin:12px;" xmlns="http://www.w3.org/1998/Math/MathML">
701673
<mrow>
@@ -724,24 +696,27 @@ <h2 style="font-size:160%;margin:7px">Fractions</h2>
724696
<br>
725697
<p style="margin:12px;">Subtracting the counters if the denominators are the same.
726698
<br>
727-
<br>Example:</p>
728699
<br>
729-
<math xmlns="http://www.w3.org/1998/Math/MathML">
700+
Example:</p>
701+
<br>
702+
<math p style="margin:12px;" xmlns="http://www.w3.org/1998/Math/MathML">
730703
<mrow>
704+
<mfrac><mn>5</mn><mn>3</mn></mfrac>
705+
<mo>-</mo>
731706
<mfrac><mn>2</mn><mn>3</mn></mfrac>
732-
<mo>&#x00D7;</mo>
733-
<mfrac><mn>4</mn><mn>5</mn></mfrac>
734707
<mo>=</mo>
735708
<mfrac>
736-
<mrow><mo>(</mo><mn>2</mn><mo>&#x00D7;</mo><mn>4</mn><mo>)</mo></mrow>
737-
<mrow><mo>(</mo><mn>3</mn><mo>&#x00D7;</mo><mn>5</mn><mo>)</mo></mrow>
709+
<mrow><mo>(</mo><mn>5</mn><mo>-</mo><mn>2</mn><mo>)</mo></mrow>
710+
<mn>3</mn>
738711
</mfrac>
739712
<mo>=</mo>
740-
<mfrac><mn>8</mn><mn>15</mn></mfrac>
713+
<mfrac><mn>3</mn><mn>3</mn></mfrac>
714+
<mo>=</mo>
715+
<mn>1</mn>
741716
</mrow>
742-
</math>
717+
</math>
743718
</section>
744-
<br>
719+
<br>
745720
<br>
746721
<br>
747722
<br>
@@ -754,20 +729,18 @@ <h2 style="font-size:160%;margin:7px">Fractions</h2>
754729
<br>
755730
Example:</p>
756731
<br>
757-
<math p style="margin:12px;" xmlns="http://www.w3.org/1998/Math/MathML">
732+
<math xmlns="http://www.w3.org/1998/Math/MathML">
758733
<mrow>
759-
<mfrac><mn>5</mn><mn>3</mn></mfrac>
760-
<mo>-</mo>
761734
<mfrac><mn>2</mn><mn>3</mn></mfrac>
735+
<mo>&#x00D7;</mo>
736+
<mfrac><mn>4</mn><mn>5</mn></mfrac>
762737
<mo>=</mo>
763738
<mfrac>
764-
<mrow><mo>(</mo><mn>5</mn><mo>-</mo><mn>2</mn><mo>)</mo></mrow>
765-
<mn>3</mn>
739+
<mrow><mo>(</mo><mn>2</mn><mo>&#x00D7;</mo><mn>4</mn><mo>)</mo></mrow>
740+
<mrow><mo>(</mo><mn>3</mn><mo>&#x00D7;</mo><mn>5</mn><mo>)</mo></mrow>
766741
</mfrac>
767742
<mo>=</mo>
768-
<mfrac><mn>3</mn><mn>3</mn></mfrac>
769-
<mo>=</mo>
770-
<mn>1</mn>
743+
<mfrac><mn>8</mn><mn>15</mn></mfrac>
771744
</mrow>
772745
</math>
773746
</section>
@@ -776,11 +749,11 @@ <h2 style="font-size:160%;margin:7px">Fractions</h2>
776749
<br>
777750
<br>
778751
<section>
779-
<strong style="margin:12px;">"➗ Division</strong>
752+
<strong style="margin:12px;">➗ Division</strong>
780753
<br>
781754
<br>
782755
<p style="margin:12px;">Dividing by a fraction equals multiplying by its reciprocal.</p>
783-
<br>
756+
<br>
784757
<br>
785758
Example:</p>
786759
<br>
@@ -813,9 +786,10 @@ <h2 style="font-size:160%;margin:7px">Fractions</h2>
813786
<br>
814787
<br>
815788
<section>
816-
<h3 style="font-size:160%;margin:7px">Powers, numeral systems and basic geometry</h1>
789+
<h4 style="font-size:160%;margin:7px">Powers, numeral systems and basic geometry</h4>
817790
<br>
818791
<br>
792+
<section>
819793
<p style="margin:12px;"><strong>Powers</strong>
820794
<br>
821795
<br>
@@ -830,6 +804,7 @@ <h3 style="font-size:160%;margin:7px">Powers, numeral systems and basic geometry
830804
<br>
831805
Example #3: 4^(1/2) = √4 = 2
832806
</p>
807+
</section>
833808
<br>
834809
<br>
835810
<section>
@@ -1030,7 +1005,7 @@ <h3 style="font-size:160%;margin:7px">Powers, numeral systems and basic geometry
10301005
</section>
10311006
<br>
10321007
<br>
1033-
<div>
1008+
<section>
10341009
<p style="font-size:160%;font-weight:bold;margin:7px">Trigonometry</p>
10351010
<br>
10361011
<div class="imgbox">
@@ -1797,7 +1772,7 @@ <h3 style="font-size:160%;margin:7px">Powers, numeral systems and basic geometry
17971772
</mrow>
17981773
</math>
17991774
</div>
1800-
</div>
1775+
</section>
18011776
<br>
18021777
<br>
18031778
<br>
@@ -1968,6 +1943,57 @@ <h3 style="font-size:160%;margin:7px">Powers, numeral systems and basic geometry
19681943
<br>
19691944
<br>
19701945
<br>
1946+
<section><strong>This geometric system fundamentally shifts its axioms from the abstract, zero-dimensional point to the square and the cube as the primary, physically-relevant units for measurement.
1947+
<br>
1948+
We define the properties of shapes like the circle and sphere not through abstract limits, but through their direct, rational relationship to these foundational units, resulting in the use of the rational constant 3.2 instead of the irrational pi.
1949+
</strong>
1950+
<br>
1951+
<br>
1952+
<p style="margin:12px;"><b>Key Points:</b>
1953+
<br>
1954+
<br>
1955+
<b>- Comparative Geometry:</b> Using geometric relationships to derive areas and volumes.
1956+
<br>
1957+
<br>
1958+
<b>- Scaling and Proportions:</b> Applying proportional relationships for accurate calculations.
1959+
<br>
1960+
<br>
1961+
<b>- Algebraic Manipulation:</b> Simplifying equations to ensure consistency and precision.
1962+
<br>
1963+
<br>
1964+
<br>
1965+
<b>1. Area of a Circle:</b>
1966+
<br>
1967+
- Compared to a square, using geometric properties and the Pythagorean theorem.
1968+
<br>
1969+
- Formula: A = 3.2 × ( square value of the radius ).
1970+
<br>
1971+
<br>
1972+
<b>2. Circumference of a Circle:</b>
1973+
<br>
1974+
- Derived from the area by subtracting a smaller theoretical circle.
1975+
<br>
1976+
- Formula: C = 6.4 × radius.
1977+
<br>
1978+
<br>
1979+
<b>3. Volume of a Sphere:</b>
1980+
<br>
1981+
- Compared to a cube, using the area of the sphere's cross-section.
1982+
<br>
1983+
- Formula: V = " cubic value of ( square root ( 3.2 ) × radius ) ".
1984+
<br>
1985+
<br>
1986+
<b>4. Volume of a Cone:</b>
1987+
<br>
1988+
- Compared to an octant sphere and a quarter cylinder.
1989+
<br>
1990+
- Formula: V = 3.2 × ( square value of the radius ) × height, divided by √8 .
1991+
</p>
1992+
<br>
1993+
<br>
1994+
<br>
1995+
<br>
1996+
</section>
19711997
<div>
19721998
<strong style="font-size:160%;margin:7px">Area of a circle</strong>
19731999
<br>
@@ -3742,49 +3768,6 @@ <h3 style="font-size:160%;margin:7px">Powers, numeral systems and basic geometry
37423768
<br>
37433769
<br>
37443770
<br>
3745-
<div>
3746-
<p style="margin:12px;">/ 🚧 Experimental section under construction 🚧 /</p>
3747-
<br>
3748-
<br>
3749-
<div>
3750-
<p style="margin:12px;"><strong>"h1-a"Numbers</strong></p>
3751-
3752-
<div>
3753-
3754-
3755-
<div>
3756-
<p style="margin:12px;">Example #2 - The year 2025 in Roman numbers</p>
3757-
<table border="1" cellpadding="8" cellspacing="0">
3758-
<thead>
3759-
<tr>
3760-
<th>Values</th>
3761-
<th> </th>
3762-
<th>1</th>
3763-
<th>2</th>
3764-
<th>3</th>
3765-
<th>4</th>
3766-
<th>5</th>
3767-
<th>6</th>
3768-
<th>7</th>
3769-
<th>8</th>
3770-
<th>9</th>
3771-
<th>10</th>
3772-
<th>50</th>
3773-
<th>100</th>
3774-
<th>500</th>
3775-
3776-
<br>
3777-
<br>
3778-
<br>
3779-
<br>
3780-
<div>
3781-
<p style="margin:12px;"><strong>"h2"operations</strong></p>
3782-
<br>
3783-
<br>
3784-
3785-
</div>
3786-
<br>
3787-
<br>
37883771
<footer>
37893772
<p style="margin:12px;">® All rights reserved</p>
37903773
<br>

0 commit comments

Comments
 (0)