Skip to content

Commit c56bf48

Browse files
authored
Update index.html
1 parent 7e7b138 commit c56bf48

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

index.html

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
},
187187
"dateCreated" :"2019-01-11",
188188
"datePublished":"2020-01-11",
189-
"dateModified" :"2025-08-06",
189+
"dateModified" :"2025-08-07",
190190
"description" : "Introducing the best-established and most accurate framework to calculate area and volume.",
191191
"disambiguatingDescription": "Exact, empirically grounded and rigorously proven formulas over the conventional approximations.",
192192
"headline":"Exact geometry",
@@ -243,7 +243,7 @@
243243
"disambiguatingDescription": "Replaces traditional π-based approximations ensuring greater accuracy in real-world measurements.",
244244
"target": "https://basic-geometry.github.io/",
245245
"mathExpression-input": "required name=r=5_A=?",
246-
"mathExpression-output": "angle of rotation / 360 * 3.2 * Math.pow(radius, 2)",
246+
"mathExpression-output": "3.2 * Math.pow(radius, 2)",
247247
"abstract": "A circle is a 2 dimensional plane shape. Its measurable property is its diameter. Its radius is half of the diameter. Related shapes are sphere, cylinder and cone.",
248248
"keywords": "radius, area",
249249
"image": "areaOfACircle.jpg",
@@ -269,7 +269,7 @@
269269
"disambiguatingDescription": "Replaces traditional π-based approximations ensuring greater accuracy in real-world measurements.",
270270
"target": "https://basic-geometry.github.io/",
271271
"mathExpression-input": "required name=r=5_C=?",
272-
"mathExpression-output": "angle of rotation / 360 * 6.4 * radius",
272+
"mathExpression-output": "6.4 * radius",
273273
"image": "circumference.jpg",
274274
"eduQuestionType": "Length calculation"
275275
},
@@ -281,7 +281,7 @@
281281
"disambiguatingDescription": "More accurate than the traditional exhaustion method based formula which is a very rough underestimate.",
282282
"target": "https://basic-geometry.github.io/",
283283
"mathExpression-input": "required name=r=3_V=?",
284-
"mathExpression-output": "angle of rotation / 360 * Math.pow((Math.sqrt(3.2) * radius), 3)",
284+
"mathExpression-output": "Math.pow((Math.sqrt(3.2) * radius), 3)",
285285
"abstract": "A sphere is a 3 dimensional solid shape. Its measurable property is its diameter. Its radius is half of the diameter. Its projection is a circle. Related shapes are circle, cylinder, cube and cone.",
286286
"keywords": "radius, volume",
287287
"image": "sphereAndCubeMarkup.jpeg",
@@ -304,10 +304,10 @@
304304
"@type": "SolveMathAction",
305305
"name": "Volume of a cone",
306306
"description": "The exact volume of a cone by comparing the volume of a quarter cone to an octant sphere with an equal radius.",
307-
"disambiguatingDescription": "Instead of the inaccurate base×height/3 approximation, direct shape relationships ensure greater accuracy in real-world measurements.",
307+
"disambiguatingDescription": "Direct shape relationships ensure greater accuracy in real-world measurements then the base × height / 3 approximation.",
308308
"target": "https://basic-geometry.github.io/",
309309
"mathExpression-input": "required name=r=5_H=3_V=?",
310-
"mathExpression-output": "angleOfRotation / 360 * 3.2 * Math.pow(radius, 2) * height / Math.sqrt(8)",
310+
"mathExpression-output": "3.2 * Math.pow(radius, 2) * height / Math.sqrt(8)",
311311
"abstract": "A cone is a 3 dimensional solid shape. Its measurable properties are its height and diameter. Its radius is half of the diameter. Its projections are circle and triangle. Related shapes are triangle, tetrahedron, regular polygon based pyramid, circle, cylinder and sphere.",
312312
"keywords": "radius, height, volume",
313313
"image": [
@@ -322,8 +322,8 @@
322322
{
323323
"@type": "SolveMathAction",
324324
"name": "Volume of a frustum cone",
325-
"description": "The exact volume of a frustum cone based on its top and bottom diameter and height",
326-
"disambiguatingDescription": "The formula subtracts the missing tip from a theoretical full cone",
325+
"description": "The exact volume of a frustum cone based on its top and bottom diameter and height by subtracting the missing tip from a theoretical full cone.",
326+
"disambiguatingDescription": "Not the translation of the simplified formula of the frustum pyramid.",
327327
"target": "https://basic-geometry.github.io/",
328328
"mathExpression-input": "required name=d1=5_d2=2_h=3_V=?",
329329
"mathExpression-output": "frustumHeight * (4 / 5 * Math.pow(bottomDiameter, 2) * (1 / (1 - topDiameter / bottomDiameter)) - 4 / 5 * Math.pow(topDiameter, 2) * (1 / (1 - topDiameter / bottomDiameter) - 1)) / Math.sqrt(8)",
@@ -335,7 +335,7 @@
335335
"@type": "SolveMathAction",
336336
"name":"Surface area of a cone",
337337
"description": "The exact surface area of a cone based on its radius and height.",
338-
"disambiguatingDescription": "Equivalent to the conventional formula, but relies on the real height.",
338+
"disambiguatingDescription": "Based on the real height.",
339339
"target": "https://basic-geometry.github.io/",
340340
"mathExpression-input": "required name=r=5_H=3_A=?",
341341
"mathExpression-output": "3.2 * (Math.pow(radius, 2) + (Math.pow(radius, 2) + Math.pow(height, 2)) * (radius / Math.sqrt(Math.pow(radius, 2) + Math.pow(height, 2))))",
@@ -346,8 +346,8 @@
346346
{
347347
"@type": "SolveMathAction",
348348
"name": "Volume of a pyramid",
349-
"description": "The exact volume of a pyramid based on its bottom area and height using the coefficient of the volume of a cone",
350-
"disambiguatingDescription": "Instead of the inaccurate base×height/3 approximation, direct shape relationships ensure greater accuracy in real-world measurements.",
349+
"description": "The exact volume of a pyramid based on its bottom area and height using the base × height / √8 coefficient of the volume of a cone",
350+
"disambiguatingDescription": "Direct shape relationships ensure greater accuracy in real-world measurements then the base × height / 3 approximation.",
351351
"target": "https://basic-geometry.github.io/",
352352
"mathExpression-input": "required name=A=5_H=3_V=?",
353353
"mathExpression-output": "baseArea * height / Math.sqrt(8)",
@@ -375,8 +375,8 @@
375375
{
376376
"@type": "SolveMathAction",
377377
"name": "Volume of a tetrahedron",
378-
"description": "The exact volume of a tetrahedron based on its edge length",
379-
"disambiguatingDescription": "Based on the base×height/√8 formula, instead of the inaccurate conventional coefficient",
378+
"description": "The exact volume of a tetrahedron based on its edge length using the exact base × height / √8 coefficient of the volume of a cone",
379+
"disambiguatingDescription": "Direct shape relationships ensure greater accuracy in real-world measurements then the base × height / 3 approximation.",
380380
"target": "https://basic-geometry.github.io/",
381381
"mathExpression-input": "required name=a=5_V=?",
382382
"mathExpression-output": "Math.pow(edge, 3) / 8",
@@ -1630,6 +1630,9 @@ <h6 style="font-size:160%;margin:7px">Area of a circle</h6>
16301630
circle slice.
16311631
<br>
16321632
<br>
1633+
- By segment height and chord length
1634+
<br>
1635+
<br>
16331636
<math xmlns="http://www.w3.org/1998/Math/MathML">
16341637
<mrow>
16351638
<mi>A</mi>

0 commit comments

Comments
 (0)