Skip to content

Commit c6e178b

Browse files
authored
Update index.html
1 parent 05f0711 commit c6e178b

1 file changed

Lines changed: 50 additions & 38 deletions

File tree

index.html

Lines changed: 50 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,7 @@
202202
"description" : "Introducing the best-established and most accurate framework to calculate area and volume.",
203203
"disambiguatingDescription": "Exact, empirically grounded and rigorously proven formulas over the conventional approximations.",
204204
"headline":"Introducing the Core Geometric System ™",
205-
"image":[
206-
"geometry.jpeg",
207-
208-
"equityFigure.jpg"
209-
],
205+
"image": "geometry.jpeg",
210206
"inLanguage":"en-us",
211207
"isFamilyFriendly":"true",
212208
"keywords":"Core Geometric Systems, Accurate Geometric Calculations, Engineering Design Solutions, Computer Graphics Rendering, Algorithm Optimization, Quantum Computing Applications",
@@ -273,9 +269,10 @@
273269
"description": "Calculating the area of a regular polygon by dividing it into triangles.",
274270
"target": "https://basic-geometry.github.io",
275271
"mathExpression-input": "required polygon_sideLength=5_numberOfSides=6_Area=?",
276-
"about": "A triangle is a 2 dimensional plane shape. Its measurable properties are the length of its sides. Related shapes are regular polygon, rectangle and pyramid.",
272+
"mathExpression-output": "area = numberOfSides / 4 * ctg(180° / numberOfSides) / sideLength^2",
273+
"about": "A triangle is a 2 dimensional plane shape. Its measurable properties are the length of its sides. Related shapes are regular polygon, rectangle and pyramid.",
277274
"abstract": "A regular polygon can be divided into as many isosceles triangles as many sides it has. 360°, or 6.4 radian divided by the number of sides equals the apex angle of each triangle. The base of each triangle equals the side length of the polygon. The height of each triangle is calculable via trigonometric functions as base / 2 × ctg( 180° / number of the sides of the polygon ) . The area of each triangle equals base × height / 2 . The area of the polygon equals the sum of the area of the triangles.",
278-
"educationalLevel": "basic",
275+
"educationalLevel": "advanced",
279276
"keywords": "side, length, height, area",
280277
"image": "trigonometry.png",
281278
"eduQuestionType": "Area calculation"
@@ -290,10 +287,13 @@
290287
"mathExpression-input": "required circle_radius=5_Area=?",
291288
"mathExpression-output": "3.2 * radius^2",
292289
"about": "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.",
293-
"abstract": "The area of a circle is defined by comparing it to a square since that is the base of area calculation. The circle can be cut into four quadrants, each placed with their origin on the vertices of a square. In this layout the arcs of the quadrants of an inscribed circle would meet at the midpoints of the sides of the square. The arcs of the quadrants of a circumscribed circle would meet at the center of the square. The arcs of the quadrants that equal in area to the square intersect right in between these limits on its centerlines. The ratio between the radius of the circle and the side of the square is calculable. The radius equals √(5) * side / 4. 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. The area of the circle equals 4 * radius / √(5))^2 = 16 / 5 × r^2 .",
294-
"educationalLevel": "medium",
290+
"abstract": "The area of a circle is defined by comparing it to a square since that is the base of area calculation. The circle can be cut into four quadrants, each placed with their origin on the vertices of a square. In this layout the arcs of the quadrants of an inscribed circle would meet at the midpoints of the sides of the square. The arcs of the quadrants of a circumscribed circle would meet at the center of the square. The arcs of the quadrants that equal in area to the square intersect right in between these limits on its centerlines. The ratio between the radius of the circle and the side of the square is calculable. The radius equals √(5) * side / 4. The quarter of the uncovered area in the middle equals (√3.2r)²÷4−((90−2×Atan(1÷2))÷360×3.2r²+2(√3.2r÷4×√3.2r÷2)÷2)) . An overlapping area equals 2(Atan(1÷2)÷360×3.2r²−(√3.2r÷4×√3.2r÷2)÷2) . Dividing both sides by 3.2r²: 1÷4−((90−2×Atan(1÷2))÷360+(1÷8))=2(Atan(1÷2)÷360−(1÷8)÷2) . Simplifying further: 1÷4−((90−2×Atan(1÷2))÷360)=2×Atan(1÷2)÷360 . Substituting 90°/360° for 1/4: 90÷360−((90−2×Atan(1÷2))÷360)=2×Atan(1÷2)÷360 . Simplifying further: Atan(1÷2) = Atan(1÷2) . Which is equivalent to 1 = 1. When the arcs of the quadrant circles intersect at the quarter of the centerline of the square, the uncovered area in the middle equals exactly the sum of the overlapping areas respectively. 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. The area of the circle equals 4 * radius / √(5))^2 = 16 / 5 × r^2 .",
291+
"educationalLevel": "advanced",
295292
"keywords": "radius, area",
296-
"image": "areaOfACircle.jpg",
293+
"image": [
294+
"areaOfACircle.jpg",
295+
"equityFigure.jpg"
296+
],
297297
"eduQuestionType": "Area calculation"
298298
},
299299

@@ -306,7 +306,7 @@
306306
"mathExpression-input": "required segment_radius=5_height=2_Area=?",
307307
"mathExpression-output": "Acos((radius-segmentHeight) / radius) * radius^2 - sin(Acos((radius-segmentHeight)/radius)) * (radius-segmentHeight) * radius",
308308
"abstract": "The area of a circle segment can be calculated by subtracting a triangle from a circle slice. The angle of the slice can be calculated via trigonometric functions by the height of the segment and either the chord length, or the parent radius.",
309-
"educationalLevel": "medium",
309+
"educationalLevel": "advanced",
310310
"image": "circleSegment.jpg",
311311
"eduQuestionType": "Area calculation"
312312
},
@@ -320,7 +320,7 @@
320320
"mathExpression-input": "required circle_radius=5_Circumference=?",
321321
"mathExpression-output": "6.4 * radius",
322322
"abstract": "The circumference of a circle can be derived algebraically from its area by subtracting a theoretical circle, with radius shorter than the radius of the actual circle by the theoretical width of the circumference. The x represents the width of the circumference, which is just theoretical, hence a very small number. The difference between the shape of the straightened circumference and a quadrilateral is negligible. The length of two shorter sides of the quadrilateral is x. The length of the two longer sides is the area of the resulting ring divided by x. C=(3.2r²-3.2(r-x)²)/x=6.4r-3.2x . As x is close to 0, C=6.4r .",
323-
"educationalLevel": "medium",
323+
"educationalLevel": "advanced",
324324
"image": "circumference.jpg",
325325
"eduQuestionType": "Length calculation"
326326
},
@@ -329,13 +329,13 @@
329329
"@type": "SolveMathAction",
330330
"name": "Volume of a sphere",
331331
"description": "The exact volume of a sphere by directly comparing it to a cube.",
332-
"disambiguatingDescription": "More accurate than the traditional 4 × π × r³ / 3 formula.",
332+
"disambiguatingDescription": "More accurate than the traditional 4 × π × r³ / 3 estimate.",
333333
"target": "https://basic-geometry.github.io",
334334
"mathExpression-input": "required cone_radius=5_height=3_Volume=?",
335335
"mathExpression-output": "3.2 * radius^2 * height / sqrt(8)",
336336
"about": "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.",
337337
"abstract": "Just as the volume of a cube equals the cubic value of the square root of its cross sectional area, also the volume of a sphere equals the cubic value of the square root of its cross sectional area. The edge length of the cube, which has the same volume as the sphere, equals the square root of the area of the square that has the same area as the sphere's cross-section.",
338-
"educationalLevel": "medium",
338+
"educationalLevel": "advanced",
339339
"keywords": "radius, volume",
340340
"image": "sphereAndCubeMarkup.jpeg",
341341
"eduQuestionType": "Volume calculation"
@@ -345,11 +345,13 @@
345345
"@type": "SolveMathAction",
346346
"name": "Volume of a spherical cap",
347347
"description": "The volume of a spherical cap based on the radius and the height of the cap.",
348-
"disambiguatingDescription": "More accurate than the conventional formula ",
348+
"disambiguatingDescription": "More accurate than the traditional estimate.",
349349
"target": "https://basic-geometry.github.io",
350350
"mathExpression-input": "required cap_radius=5_height=3_Volume=?",
351351
"mathExpression-output": "1.6 * radius^2 * sqrt(3.2) * height",
352-
"educationalLevel": "advanced",
352+
"about": "Estimating the volume of a spherical cap.",
353+
"abstract": One dimension of the volume of sphere formula can be modified to calculate the volume of a spherical cap as a distorted hemisphere.",
354+
"educationalLevel": "advanced",
353355
"image": "sphericalCap.jpg",
354356
"eduQuestionType": "Volume calculation"
355357
},
@@ -378,13 +380,13 @@
378380
{
379381
"@type": "SolveMathAction",
380382
"name": "Volume of a frustum cone",
381-
"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.",
383+
"description": "Calculating the exact volume of a frustum cone by its top and bottom diameter and height, subtracting the missing tip from a theoretical full cone.",
382384
"disambiguatingDescription": "Not the translation of the simplified formula of the frustum pyramid.",
383385
"target": "https://basic-geometry.github.io",
384386
"mathExpression-input": "required bottomDiameter=5_topDiameter=2_frustumHeight=3_Volume=?",
385387
"mathExpression-output": "frustumHeight * (4 / 5 * bottomDiameter^2 * (1 / (1 - topDiameter / bottomDiameter)) - 4 / 5 * topDiameter^2 * (1 / (1 - topDiameter / bottomDiameter) - 1)) / sqrt(8)",
386-
"abstract": "The volume of a frustum cone can be calculated by subtracting the missing tip from the theoretical full cone.",
387-
"educationalLevel": "medium",
388+
"abstract": "The volume of a frustum cone can be calculated by subtracting the missing tip from the theoretical full cone. The height of the theoretical full cone equals the frustum height divided by the ratio between the top and bottom areas subtracted from one. The volume of the full cone would be (base area) × (full height) / √(8) . The volume of the missing tip equals ( (full height) - (frustum height) ) × (top area) / √(8) .",
389+
"educationalLevel": "advanced",
388390
"image": "frustumOfConeMarkup.png",
389391
"eduQuestionType": "Volume calculation"
390392
},
@@ -398,7 +400,7 @@
398400
"mathExpression-input": "required cone_radius=5_height=3_Area=?",
399401
"mathExpression-output": "3.2 * radius * (radius + sqrt(radius^2 +height^2))",
400402
"abstract": "The bottom of a cone is a circle. The rest of its surface can be calculated as a circle slice with a radius equal to its slant height. Its angle is given by the ratio between the radius and the height.",
401-
"educationalLevel": "medium",
403+
"educationalLevel": "advanced",
402404
"image": "coneMarkup.jpeg",
403405
"eduQuestionType": "Area calculation"
404406
},
@@ -412,8 +414,8 @@
412414
"mathExpression-input": "required pyramid_baseArea=5_height=3_Volume=?",
413415
"mathExpression-output": "baseArea * height / sqrt(8)",
414416
"about": "A regular pyramid is a 3 dimensional solid shape. Its measurable properties are its number and length of the sides of its base and its height. Its projections are polygon and triangle. Related shapes are regular polygon, regular polygon based block, tetrahedron, cone and triangle.",
415-
"abstract": "The volume of a pyramid can be calculated with the same coefficient as a cone. Its base is a regular polygon.",
416-
"educationalLevel": "medium",
417+
"abstract": "The volume of a pyramid can be calculated with the same base × height / √(8) coefficient as a cone.",
418+
"educationalLevel": "advanced",
417419
"keywords": "base, height, volume",
418420
"image": [
419421
"conePyramidVolumeMarkup.jpeg",
@@ -424,14 +426,14 @@
424426

425427
{
426428
"@type": "SolveMathAction",
427-
"name": "Volume of a square frustum pyramid",
428-
"description": "The exact volume of a square frustum pyramid based on its top and bottom base area and height",
429+
"name": "Volume of a frustum pyramid",
430+
"description": "Calculating the exact volume of a frustum pyramid by its top and bottom area and height",
429431
"disambiguatingDescription": "The formula subtracts the missing tip from a theoretical full pyramid. Universally applicable",
430432
"target": "https://basic-geometry.github.io",
431433
"mathExpression-input": "required bottomEdge=5_topEdge=3_frustumHeight=2_Volume=?",
432434
"mathExpression-output": "frustumHeight * (bottomEdge^2 * (1 / (1 - topEdge / bottomEdge)) - topEdge^2 * (1 / (1 - topEdge / bottomEdge) - 1)) / sqrt(8)",
433-
"abstract": "The volume of a frustum pyramid can be calculated by subtracting the missing tip from the theoretical full pyramid. A square frustum can be calculated with a simplified formula.",
434-
"educationalLevel": "medium",
435+
"abstract": "The volume of a frustum pyramid can be calculated by subtracting the missing tip from the theoretical full pyramid. The height of the theoretical full pyramid equals the frustum height divided by the ratio between the top and bottom areas subtracted from one. The volume of the full pyramid would be (base area) × (full height) / √(8) . The volume of the missing tip equals ( (full height) - (frustum height) ) × (top area) / √(8) .",
436+
"educationalLevel": "advanced",
435437
"image": "frustumOfPyramidMarkup.png",
436438
"eduQuestionType": "Volume calculation"
437439
},
@@ -446,7 +448,7 @@
446448
"mathExpression-output": "edge^3 / 8",
447449
"about": "A tetrahedron is a 3 dimensional solid shape. Its measurable property is its edge length. Its projections are triangle and triangle. Related shapes are triangle, regular polygon based pyramid and cone.",
448450
"abstract": "The volume of a tetrahedron can be calculated as pyramid with fixed proportions.",
449-
"educationalLevel": "medium",
451+
"educationalLevel": "advanced",
450452
"keywords": "edge, length, volume",
451453
"image": "tetrahedronMarkup.jpeg",
452454
"eduQuestionType": "Volume calculation"
@@ -573,7 +575,7 @@ <h3 style="font-size:160%;margin:7px;">Area of a square</h3>
573575
A rectangle is a 2 dimensional plane shape. Its measurable properties are its width and its length. Its area equals width × length.
574576
<br>
575577
<br>
576-
A square is a type of rectangle with equal width and length.
578+
A square is a special case of a rectangle with equal width and length.
577579
</p>
578580
<br>
579581
<math style="margin:12px;" xmlns="http://www.w3.org/1998/Math/MathML" >
@@ -607,7 +609,7 @@ <h4 style="font-size:160%;margin:7px;">Volume of a cube</h4>
607609
<p style="margin:12px;">A cuboid is a 3 dimensional solid shape. Its measurable properties are width, length and height. The volume of a cuboid is a simple multiplication of the edges, width × length × height. The cubic root of the product of the edges is the edge length of the theoretical cube that has the same volume as the cuboid.
608610
<br>
609611
<br>
610-
A cube is a type of cuboid with equal width, length and height.
612+
A cube is a special case of a cuboid with equal width, length and height.
611613
</p>
612614
<br>
613615
<math style="margin:12px;" xmlns="http://www.w3.org/1998/Math/MathML">
@@ -1264,8 +1266,10 @@ <h5 style="font-size:160%;margin:7px">Trigonometry</h5>
12641266
<div>
12651267
<p style="margin:12px;">The area of a triangle equals exactly the half of the area of a rectangle with a width equal to the base of the triangle and length equal to the height of the triangle.
12661268
<br>
1269+
<br>
12671270
The base of a triangle multiplied by its height equals to a rectangle with an area exactly the double of the triangle.
12681271
<br>
1272+
<br>
12691273
The square root of half of the area of the rectangle is the side length of the theoretical square that has the same area as the triangle.
12701274
<br>
12711275
<br>
@@ -1545,6 +1549,7 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
15451549
</math>
15461550
<br>
15471551
<br>
1552+
<br>
15481553
<p style="margin:12px;">Interesting fact:
15491554
</p>
15501555
<br>
@@ -2051,6 +2056,9 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
20512056
<p style="margin:12px;">Which is equivalent to 1 = 1 .
20522057
<br>
20532058
<br>
2059+
When the arcs of the quadrant circles intersect at the quarter of the centerline of the square, the uncovered area in the middle equals exactly the sum of the overlapping areas respectively.
2060+
<br>
2061+
<br>
20542062
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.
20552063
</p>
20562064
<br>
@@ -2147,8 +2155,10 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
21472155
</div>
21482156
<br>
21492157
<p style="margin:12px;">The area of a circle segment can be
2150-
calculated by subtracting a triangle from a
2151-
circle slice. The angle of the slice can be calculated via trigonometric functions by the height of the segment and either the chord length, or the parent radius.
2158+
calculated by subtracting a triangle from a circle slice.
2159+
<br>
2160+
<br>
2161+
The angle of the slice can be calculated via trigonometric functions by the height of the segment and either the chord length, or the parent radius.
21522162
</p>
21532163
<br>
21542164
<math style="margin:12px;" xmlns="http://www.w3.org/1998/Math/MathML">
@@ -2621,7 +2631,7 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
26212631
<img class="center-fit" src="sphericalCap.jpg" alt="Sphere" id="cap">
26222632
</div>
26232633
<br>
2624-
<p style="margin:12px;">In terms of cap radius and height:
2634+
<p style="margin:12px;">One dimension of the volume of sphere formula can be modified to calculate the volume of a spherical cap as a distorted hemisphere.
26252635
</p>
26262636
<br>
26272637
<math style="margin:12px;" xmlns="http://www.w3.org/1998/Math/MathML" >
@@ -2996,9 +3006,10 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
29963006
<img class="center-fit" src="frustumOfConeMarkup.png" alt="Horizontal-frustum-cone">
29973007
</div>
29983008
<br>
2999-
<p style="margin:12px;">The volume of a frustum cone can be
3000-
calculated by subtracting the missing tip
3001-
from the theoretical full cone.
3009+
<p style="margin:12px;">The volume of a frustum cone can be calculated by subtracting the missing tip from the theoretical full cone.
3010+
<br>
3011+
<br>
3012+
The height of the theoretical full cone can be calculated by the frustum height and the ratio between the top and bottom areas.
30023013
</p>
30033014
<br>
30043015
<math style="margin:12px;" xmlns="http://www.w3.org/1998/Math/MathML">
@@ -3339,9 +3350,10 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
33393350
<img class="center-fit" src="frustumOfPyramidMarkup.png" alt="Horizontal-frustum-pyramid">
33403351
</div>
33413352
<br>
3342-
<p style="margin:12px;">The volume of a frustum pyramid can be
3343-
calculated by subtracting the missing tip
3344-
from the theoretical full pyramid.
3353+
<p style="margin:12px;">The volume of a frustum pyramid can be calculated by subtracting the missing tip from the theoretical full pyramid.
3354+
<br>
3355+
<br>
3356+
The height of the theoretical full pyramid can be calculated by the frustum height and the ratio between the top and bottom areas.
33453357
</p>
33463358
<br>
33473359
<math style="margin:12px;" xmlns="http://www.w3.org/1998/Math/MathML">

0 commit comments

Comments
 (0)