Skip to content

Commit bb847a8

Browse files
authored
Update about.html
Markup
1 parent 29ce533 commit bb847a8

1 file changed

Lines changed: 23 additions & 14 deletions

File tree

about.html

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
</style>
7171
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
72-
<meta name="description" content="Introducing the best-established and most accurate framework to calculate area and volume.">
72+
<meta name="description" content="About the best-established and most accurate framework to calculate area and volume.">
7373
<meta name="author" content="type=PostalAddress,
7474
addressLocality=Szentendre,
7575
addressRegion=Hungary,
@@ -93,7 +93,7 @@
9393
telephone=+36305075125,
9494
url=https://www.x.com/gmac4247">
9595
<meta name="twitter:title" content="About Basic Geometry Formulas">
96-
<meta name="twitter:description" content="Introducing the best-established and most accurate framework to calculate area and volume.">
96+
<meta name="twitter:description" content="About the best-established and most accurate framework to calculate area and volume.">
9797
<meta name="twitter:image" content="android-chrome-256x256.png">
9898
<script type="application/ld+json" async>
9999
{
@@ -173,9 +173,9 @@
173173
},
174174
"dateCreated" :"2024-08-31",
175175
"datePublished":"2024-08-31",
176-
"dateModified" :"2025-05-26",
177-
"description" : "Introducing the best-established and most accurate framework to calculate area and volume.",
178-
"disambiguatingDescription": "Providing precise formulas based on empirical considerations and fundamental relationships instead of the conventional approximations.",
176+
"dateModified" :"2025-05-27",
177+
"description" : "About the best-established and most accurate framework to calculate area and volume.",
178+
"disambiguatingDescription": "Exact, empirically grounded and rigorously proven formulas over the conventional approximations.",
179179
"image":[
180180
"equityFigure.jpg",
181181
"recycle.png",
@@ -194,14 +194,19 @@
194194
{
195195
"@type": ["MathSolver", "LearningResource"],
196196
"name" : "Core Geometric System ™",
197-
"inLanguage":"en-us",
197+
"description":"The best-established, empirically grounded, rigorously proven and most accurate framework."
198+
"disambiguatingDescription": "Exact formulas over the traditional approximations. More accurate for real-world applications.",
199+
"keywords":"Exact Formulas, Area of a Circle, Circumference of a Circle, Volume of a Sphere",
200+
"inLanguage":"en-us",
198201
"potentialAction": [
199202

200203
{
201204
"@type": "SolveMathAction",
202-
"name": "Area of a circle",
203-
"description": "Calculates the exact area of a circle using a refined approach that replaces traditional π-based approximations. This method is based on direct shape relationships, ensuring greater accuracy in real-world measurements.",
204-
"target": "https://basic-geometry.github.io/about/",
205+
"name": "Area of a Circle",
206+
"description": "The exact area of a circle based on direct comparison with a square.",
207+
"disambiguatingDescription": "Replaces traditional π-based approximations ensuring greater accuracy in real-world measurements.",
208+
"keywords":"Exact Area of a Circle, Direct Comparison, Quadrants Method, Rigorously Proven",
209+
"target": "https://basic-geometry.github.io/about/",
205210
"mathExpression-input": "r=5 A=?",
206211
"mathExpression-output": "angle of rotation / 360 * 3.2 * Math.pow(radius, 2)",
207212
"image": "areaOfACircle.jpg",
@@ -210,8 +215,10 @@
210215

211216
{
212217
"@type": "SolveMathAction",
213-
"name": "Circumference of a circle",
218+
"name": "Circumference of a Circle",
214219
"description": "Calculates the exact circumference of a circle using a refined approach that replaces traditional π-based approximations. This method is based on direct shape relationships, ensuring greater accuracy in real-world measurements.",
220+
"disambiguatingDescription": "Replaces traditional π-based approximations ensuring greater accuracy in real-world measurements.",
221+
"keywords":"Circumference of a Circle, Algebraic Derivation from the Area, Rigorously Proven",
215222
"target": "https://basic-geometry.github.io/about/",
216223
"mathExpression-input": "r=5 C=?",
217224
"mathExpression-output": "angle of rotation / 360 * 6.4 * radius",
@@ -222,8 +229,10 @@
222229
{
223230
"@type": "SolveMathAction",
224231
"name": "Volume of a sphere",
225-
"description": "Calculates the exact volume of a sphere by directly comparing it to a cube. This method is based on direct shape relationships, ensuring greater accuracy in real-world measurements.",
226-
"target": "https://basic-geometry.github.io/about/",
232+
"description": "The exact volume of a sphere by directly comparing it to a cube. Direct shape relationships ensure greater accuracy in real-world measurements.",
233+
"disambiguatingDescription": "More accurate than the traditional exhaustion method based formula which is a very rough underestimate.
234+
"keywords" : "Direct Comparison, Exact Volume, Rigorously proven",
235+
"target": "https://basic-geometry.github.io/about/",
227236
"mathExpression-input": "r=3 V=?",
228237
"mathExpression-output": "angle of rotation / 360 * Math.pow((Math.sqrt(3.2) * radius), 3)",
229238
"image": "sphereAndCubeMarkup.jpeg",
@@ -1216,7 +1225,7 @@ <h5 style="font-size:160%;margin:7px;">Disapproval of the mathematical constant
12161225
<p style="margin:12px;">The idea is that the area of the circle equals the area of the square. Looking for the ratio between the length of the side, I could denote the side of the square as 1, and compare the radius to that, or denote the radius as 1 and express the side compared to that.
12171226
<br>
12181227
<br>
1219-
I denoted the radius as 1 and the side as √π, because if the A=πr² formula was true, the side length of the square that has the same area as the circle was
1228+
I denoted the radius as 1 and the side as √π, because if the A=πr² formula was true, the side length of the square that has the same area as the circle was
12201229
<math xmlns="http://www.w3.org/1998/Math/MathML" >
12211230
<mrow>
12221231
<msqrt>
@@ -1368,7 +1377,7 @@ <h5 style="font-size:160%;margin:7px;">Disapproval of the mathematical constant
13681377
This means that the radius is shorter than it should logically be -one-.
13691378
<br>
13701379
<br>
1371-
That's a logical error in the "A=πr²" formula; not the model.
1380+
That is a logical error in the A=πr² formula; not the model.
13721381
<br>
13731382
<br>
13741383
The π is a very rough approximation; 3.2 is an exact value.

0 commit comments

Comments
 (0)