Skip to content

Commit 411fdba

Browse files
authored
Update about.html
1 parent e41ad31 commit 411fdba

1 file changed

Lines changed: 26 additions & 35 deletions

File tree

about.html

Lines changed: 26 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ <h1 style="font-size:160%;margin:7px">About the Core Geometric System ™</h1>
9999
<article>
100100
<h2 style="margin:12px">Once around 2018 I was wondering how to calculate the area of a circle.</h2>
101101
<br>
102-
<section itemscope itemtype="http://schema.org/Article">
102+
<section style="margin:12px" itemscope itemtype="http://schema.org/Article">
103103
<h2 itemprop="disambiguatingDescription" style="margin:12px">I remembered the number 3.14 called the pi, but I was interested in the logic of comparing the circle to a square.</h2>
104-
<p style="margin:12px">Because the square is the basis of area calculation. That is why we use square units.
104+
<p>Because the square is the basis of area calculation. That is why we use square units.
105105
<br>
106106
The only problem with that was that the circle is not square. I have figured that the circle can be cut into four and then I get four right angles that can be aligned with the vertices of a square.
107107
<br>
@@ -126,16 +126,14 @@ <h2 itemprop="disambiguatingDescription" style="margin:12px">I remembered the nu
126126
</iframe>
127127
</div>
128128
<br>
129-
<p style="margin:12px">That got me excited for obvious reasons, but also confused. Nobody thought of that before? Why is the pi so different?
129+
<p>That got me excited for obvious reasons, but also confused. Nobody thought of that before? Why is the pi so different?
130130
<br>
131131
For about a year I just kept thinking and calculating all aspects of that, and I shared my discovery just with a few friends. They didn't share my excitement.
132132
<br>
133133
Some of them didn't really care about math at all, those who did were sticking to the pi, just because it's an old and highly hyped convention.</p>
134-
</section>
135134
<br><br>
136-
<section itemscope itemtype="http://schema.org/Article">
137-
<h2 itemprop="description" style="margin:12px">Meanwhile I figured that by extending the area of a circle to 3D, the volume of a sphere equals the cubed value of the square root of its cross-sectional area, just like a cube.</h2>
138-
<p style="margin:12px">It's quite hard to physically accurately measure the volume of a ball, but there's a significant difference between the result of my V=(√(3.2)r)³ formula and the conventional " 4 / 3 × pi × r³ ".
135+
<h2 itemprop="description">Meanwhile I figured that by extending the area of a circle to 3D, the volume of a sphere equals the cubed value of the square root of its cross-sectional area, just like a cube.</h2>
136+
<p itemprop="text">It's quite hard to physically accurately measure the volume of a ball, but there's a significant difference between the result of my V=(√(3.2)r)³ formula and the conventional " 4 / 3 × pi × r³ ".
139137
<br><br>
140138
I conducted some experiments with the resources that I had. I could not provide the accuracy that the subject deserves, but the results aligned better with my V=(√(3.2)r)³ formula.</p>
141139
<br>
@@ -144,7 +142,7 @@ <h2 itemprop="description" style="margin:12px">Meanwhile I figured that by exten
144142
</iframe>
145143
</div>
146144
<br>
147-
<p style="margin:12px">
145+
<p itemprop="text">
148146
The subject of the sphere experiment was a standard golf ball. That is not a perfect sphere because there are dimples on its surface. That can be compensated by calculating with a slightly shorter radius.
149147
<br>
150148
The measuring bottle had a nominal volume of 4 cl (40 ml ~ 4 / 3 US ounce). That is not perfectly precise either because the nominal volume indicates the guaranteed amount of the fluid in it in commerce. They come with an air gap atop the fluid so the total capacity of the bottle is somewhat larger.</p>
@@ -153,17 +151,13 @@ <h2 itemprop="description" style="margin:12px">Meanwhile I figured that by exten
153151
<iframe title="The sphere experiment 2" width="420" height="315" src="https://youtube.com/embed/rXcJhFLLP0Y">
154152
</iframe>
155153
</div>
156-
<p style="margin:12px">The second sphere experiment was done with the same ball and a nominal 5 ml syringe. The nominal volume of a syringe should be its real volume. However, I have measured its length and width to make sure and I found that its real volume is about 10% larger. I took that into account in the calculations.</p>
157-
</section>
154+
<p itemprop="text">The second sphere experiment was done with the same ball and a nominal 5 ml syringe. The nominal volume of a syringe should be its real volume. However, I have measured its length and width to make sure and I found that its real volume is about 10% larger. I took that into account in the calculations.</p>
158155
<br><br>
159-
<section itemscope itemtype="http://schema.org/Article">
160-
<h2 itemprop="description" style="margin:12px">I have derived the volume of a cone by comparing a vertical quadrant of a cone to an octant of a sphere.</h2>
161-
<p style="margin:12px">First I made a mistake in that. I knew that the height has to be divided by 2, not 3 as they usually do it, but I confused the vertical height with the slant height and I divided it by 2 only once, instead of twice. That resulted in an error.</p>
162-
</section>
156+
<h2 itemprop="description">I have derived the volume of a cone by comparing a vertical quadrant of a cone to an octant of a sphere.</h2>
157+
<p itemprop="text">First I made a mistake in that. I knew that the height has to be divided by 2, not 3 as they usually do it, but I confused the vertical height with the slant height and I divided it by 2 only once, instead of twice. That resulted in an error.</p>
163158
<br><br>
164-
<section itemscope itemtype="http://schema.org/Article">
165-
<h2 itemprop="description" style="margin:12px">In early 2020 there were news about that online education was introduced because of the pandemic.</h2>
166-
<p style="margin:12px">I thought it was time to share my discoveries online, so I went to the local public library to publish them on a webpage. My volume formula for a cone and a pyramid was undeveloped and I didn't have much web development skills but I had to start somewhere. My attention was divided by lots of details in both geometry and IT.
159+
<h2 itemprop="description">In early 2020 there were news about that online education was introduced because of the pandemic.</h2>
160+
<p itemprop="text">I thought it was time to share my discoveries online, so I went to the local public library to publish them on a webpage. My volume formula for a cone and a pyramid was undeveloped and I didn't have much web development skills but I had to start somewhere. My attention was divided by lots of details in both geometry and IT.
167161
<br><br>
168162
I received some criticism regarding my formulas. Those included the lack of rigorous proof, and the alleged rigorous proofs of the conventional formulas.
169163
<br>
@@ -177,9 +171,10 @@ <h2 itemprop="description" style="margin:12px">In early 2020 there were news abo
177171
<br>
178172
That is something to think about for a moment.
179173
<br><br>
180-
Years have passed without significant development. I was working on improving my online presence and solved geometry puzzles on social media. You can find my favorites on X in the replies of @BasicGeometry. Solving puzzles is fun, and helps to learn and develop some routine.
181-
<br><br>
182-
Eventually I have realized that through my formulas I have created a logically interconnected, consistent geometric framework.
174+
Years have passed without significant development. I was working on improving my online presence and solved geometry puzzles on social media. You can find my favorites on X in the replies of @BasicGeometry. Solving puzzles is fun, and helps to learn and develop some routine.</p>
175+
<br>
176+
<br>
177+
<p itemprop="disambiguatingDescription">Eventually I have realized that through my formulas I have created a logically interconnected, consistent geometric framework.
183178
<br>
184179
Something that the one would assume of the conventional geometry. There are several geometry concepts, but there's a popular one that they teach in schools and online.
185180
<br>
@@ -195,22 +190,20 @@ <h2 itemprop="description" style="margin:12px">In early 2020 there were news abo
195190
<iframe title="Introduction to basic geometry" width="420" height="315" src="https://youtube.com/embed/U5eHkmmVVEA"></iframe>
196191
</div>
197192
<br>
198-
<p itemprop="description" style="margin:12px">Exactly determining the properties of different shapes is in the scope.</p>
193+
<p itemprop="description">Exactly determining the properties of different shapes is in the scope.</p>
199194
<br>
200195
<br>
201-
<h2 itemprop="description" style="margin:12px">I named my framework the Core Geometric System ™ and put the trademark symbol on it to indicate that this not just another abstract geometric system.</h2>
202-
<p style="margin:12px">The name reflects that my logic is built in accordance with the core principles of elementary mathematics. That is something that people assume of the conventional one and they have no idea how badly it deviated from that.
196+
<h2 itemprop="description">I named my framework the Core Geometric System ™ and put the trademark symbol on it to indicate that this not just another abstract geometric system.</h2>
197+
<p itemprop="text">The name reflects that my logic is built in accordance with the core principles of elementary mathematics. That is something that people assume of the conventional one and they have no idea how badly it deviated from that.
203198
<br><br>
204199
The expression was unique back then. I came up with it. I never read it anywhere else before. Back then I searched for it to find out if anyone else is using it, and there were no results for that term.
205200
<br>
206201
Interestingly, now language models explain it like some generic term without even referencing my work.
207202
<br>
208203
The trademark symbol indicates that it's not to be confused with some generic term. While it might be surprising in the 21st century, this is the first and only geometric system in accordance with the core principles of elementary mathematics.</p>
209-
</section>
210204
<br><br>
211-
<section itemscope itemtype="http://schema.org/Article">
212205
<h2 itemprop="description" style="margin:12px">In 2024 I fixed the numeric value for my cone and pyramid volume formula. </h2>
213-
<p style="margin:12px">I'm sorry about that I had presented a wrong number for such a long time, but at least my logic was closer to reality.
206+
<p itemprop="text">I'm sorry about that I had presented a wrong number for such a long time, but at least my logic was closer to reality.
214207
<br><br>
215208
Later that year I got access to AI language models.
216209
<br>
@@ -223,11 +216,9 @@ <h2 itemprop="description" style="margin:12px">In 2024 I fixed the numeric value
223216
It was very disturbing. But I was able to spot their recurring arguments. And I questioned them until they revealed all the inconsistent details they were trying to hide.
224217
<br>
225218
Those are the logical flaws in conventional geometry.</p>
226-
</section>
227219
<br><br>
228-
<section itemscope itemtype="http://schema.org/Article">
229220
<h2 itemprop="usageInfo" style="margin:12px">While trying to explain it to others, I have found that different people have different levels of education.</h2>
230-
<p style="margin:12px">I thought I can't just start the explanation with the numbers and basic operations.
221+
<p itemprop="text">I thought I can't just start the explanation with the numbers and basic operations.
231222
<br>
232223
Then I realized that I can.
233224
<br>
@@ -244,19 +235,19 @@ <h2 itemprop="usageInfo" style="margin:12px">While trying to explain it to other
244235
<br><br>
245236
Thank you for reading this and thanks to everyone making it possible.</p>
246237
<br><br><br><br>
247-
<div itemprop="copyrightHolder" itemscope itemtype="https://schema.org/Person">
248-
<p style="margin:12px"><span itemprop="name">Gaál Sándor</span></p>
238+
<div itemprop="author" itemscope itemtype="https://schema.org/Person">
239+
<p><span itemprop="familyName">Gaál</span> <span itemprop="givenName">Sándor</span></p>
249240
</div>
250-
<p style="margin:12px" itemprop="copyrightNotice">® All rights reserved</p>
251-
<p style="margin:12px" itemprop="copyrightYear">2025</p>
241+
<p itemprop="copyrightNotice">® All rights reserved</p>
242+
<p itemprop="copyrightYear">2025</p>
252243
</section>
253244
</article>
254245
<br><br><br><br>
255246
<footer>
256-
<a style="margin:7px" href="index">Home</a>
247+
<a style="margin:9px" href="index">Home</a>
257248
<br>
258249
<br>
259-
<a style="margin:7px" href="privacy-policy">Do Not Sell My Personal Information</a>
250+
<a style="margin:9px" href="privacy-policy">Do Not Sell My Personal Information</a>
260251
<br>
261252
<br>
262253
</footer>

0 commit comments

Comments
 (0)