Skip to content

Commit 8275002

Browse files
authored
Update index.html
Fixed structured data
1 parent d7f962a commit 8275002

1 file changed

Lines changed: 16 additions & 88 deletions

File tree

index.html

Lines changed: 16 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,7 @@
213213
"name": "Area of a square",
214214
"description": "The basis of area calculation",
215215
"target": "https://basic-geometry.github.io",
216-
"mathExpression-input": {
217-
"required": true,
218-
"square_side": "5",
219-
"Area": "?"
220-
},
216+
"mathExpression-input": "required square_side=5_Area=?",
221217
"mathExpression-output": "Area = side * side = side^2",
222218
"about": "A rectangle is a 2 dimensional plane shape. Its measurable properties are its width and its length. Related shapes are square, triangle, cuboid and cube. A square is a special case of a rectangle with equal width and length.",
223219
"abstract": "The area of a rectangle equals the multiplied product of its width and length. If the width of the rectangle is equal to its length, that is a square with area equal to the square value of its side length.",
@@ -233,11 +229,7 @@
233229
"name": "Volume of a cube",
234230
"description": "The basis of volume calculation",
235231
"target": "https://basic-geometry.github.io",
236-
"mathExpression-input": {
237-
"required": true,
238-
"cube_edge": "5",
239-
"Volume": "?"
240-
},
232+
"mathExpression-input": "required cube_edge=5_Volume=?",
241233
"mathExpression-output": "Volume = edge * edge * edge = edge^3",
242234
"about": "A cuboid is a 3 dimensional solid shape. Its measurable properties are width, length and height. Its projections are rectangle, rectangle and rectangle. Related shapes are regular polygon based block, square, cube and rectangle. A cube is a special case of a cuboid with equal width, length and height. Its projections are square, square and square.",
243235
"abstract": "The volume of a cuboid equals width * length * height. If its width, length and height are equal, that is a cube with a volume equal to the cubic value of its edge length.",
@@ -253,12 +245,7 @@
253245
"name": "Area of a triangle",
254246
"description": "Comparing the area of a triangle to a rectangle to express its area in terms of a square.",
255247
"target": "https://basic-geometry.github.io",
256-
"mathExpression-input": {
257-
"required": true,
258-
"triangle_base": "5",
259-
"height": "2",
260-
"Area": "?"
261-
},
248+
"mathExpression-input": "required triangle_base=5_height=2_Area=?",
262249
"mathExpression-output": "Area = base * height / 2",
263250
"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.",
264251
"abstract": "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. The base of a triangle multiplied by its height equals to a rectangle with an area exactly the double of the triangle. 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.",
@@ -274,12 +261,7 @@
274261
"name": "Area of a regular polygon",
275262
"description": "Calculating the area of a regular polygon by dividing it into triangles.",
276263
"target": "https://basic-geometry.github.io",
277-
"mathExpression-input": {
278-
"required": true,
279-
"polygon_side": "5",
280-
"numberOfSides": "6",
281-
"Area": "?"
282-
},
264+
"mathExpression-input": "required polygon_sideLength=5_numberOfSides=6_Area=?",
283265
"mathExpression-output": "Area = numberOfSides / 4 * ctg(180° / numberOfSides) / side^2",
284266
"about": "A regular polygon is a 2 dimensional plane shape. Its measurable properties are the number and the length of its sides. Related shapes are triangle and pyramid.",
285267
"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.",
@@ -296,11 +278,7 @@
296278
"description": "Finding the exact area of a circle by directly comparing its quadrants with a square.",
297279
"disambiguatingDescription": "Replaces traditional π-based approximations ensuring greater accuracy in real-world measurements.",
298280
"target": "https://basic-geometry.github.io",
299-
"mathExpression-input": {
300-
"required": true,
301-
"circle_radius": "5",
302-
"Area": "?"
303-
},
281+
"mathExpression-input": "required circle_radius=5_Area=?",
304282
"mathExpression-output": "Area = 3.2 * radius^2",
305283
"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.",
306284
"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)^2 ÷ 4 − ((90° − 2 × Atan(1 ÷ 2)) ÷ 360 × 3.2r^2 + 2(√(3.2)r ÷ 4 × √(3.2)r ÷ 2) ÷ 2)) . An overlapping area equals 2(Atan(1 ÷ 2) ÷ 360° × 3.2r^2 − (√(3.2)r ÷ 4 × √(3.2)r ÷ 2) ÷ 2) . Dividing both sides by 3.2r^2 : 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 .",
@@ -320,12 +298,7 @@
320298
"description": "Calculating the exact area of a circle segment by its height and parent radius.",
321299
"disambiguatingDescription": "Equivalent to the conventional method, but relies on trigonometric functions.",
322300
"target": "https://basic-geometry.github.io",
323-
"mathExpression-input": {
324-
"required": true,
325-
"segment_radius": "5",
326-
"height": "2",
327-
"Area": "?"
328-
},
301+
"mathExpression-input": "required segment_radius=5_height=2_Area=?",
329302
"mathExpression-output": "Area = Acos((radius-segmentHeight) / radius) * radius^2 - sin(Acos((radius-segmentHeight)/radius)) * (radius-segmentHeight) * radius",
330303
"about": "The area of a circle segment can be calculated by subtracting a triangle from a circle slice.",
331304
"abstract": "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. Then subtract a triangle with its base equal to the chord and height equal to parent radius minus segment height.",
@@ -341,11 +314,7 @@
341314
"description": "Algebraic derivation of the exact circumference of a circle from its area",
342315
"disambiguatingDescription": "Replaces traditional π-based approximations ensuring greater accuracy in real-world measurements.",
343316
"target": "https://basic-geometry.github.io",
344-
"mathExpression-input": {
345-
"required": true,
346-
"circle_radius": "5",
347-
"Circumference": "?"
348-
},
317+
"mathExpression-input": "required circle_radius=5_Circumference=?",
349318
"mathExpression-output": "Circumference = 6.4 * radius",
350319
"about": "Algebraic derivation of the circumference of a circle 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.",
351320
"abstract": "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 .",
@@ -361,11 +330,7 @@
361330
"description": "The exact volume of a sphere by directly comparing it to a cube.",
362331
"disambiguatingDescription": "More accurate than the traditional 4 × π × r³ / 3 estimate.",
363332
"target": "https://basic-geometry.github.io",
364-
"mathExpression-input": {
365-
"required": true,
366-
"sphere_radius": "3",
367-
"Volume": "?"
368-
},
333+
"mathExpression-input": "required sphere_radius=3_Volume=?",
369334
"mathExpression-output": "Volume = ( sqrt(3.2) * radius )^3",
370335
"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.",
371336
"abstract": "The volume of a sphere equals the cubic value of the square root of its cross sectional area, just like a cube. The volume of a sphere is calculated as (√(3.2) × radius)³. You first take the square root of 3.2, multiply by the radius, and then cube the result. This is not (3.2 × radius)³, but (4 × radius / √5)³.",
@@ -382,13 +347,8 @@
382347
"description": "The volume of a spherical cap based on the radius and the height of the cap.",
383348
"disambiguatingDescription": "More accurate than the traditional estimate.",
384349
"target": "https://basic-geometry.github.io",
385-
"mathExpression-input": {
386-
"required": true,
387-
"cap_radius": "5",
388-
"height": "3",
389-
"Volume": "?"
390-
},
391-
"mathExpression-output": "Volume = 1.6 * radius^2 * sqrt(3.2) * height",
350+
"mathExpression-input": "required cap_radius=5_height=3_Volume=?",
351+
"mathExpression-output": "Volume = 1.6 * radius^2 * sqrt(3.2) * height",
392352
"about": "Calculating the volume of a spherical cap as a distorted hemisphere.",
393353
"abstract": "One dimension of the volume of sphere formula can be modified to calculate the volume of a spherical cap as a distorted hemisphere.",
394354
"educationalLevel": "advanced",
@@ -403,12 +363,7 @@
403363
"description": "The exact volume of a cone by comparing the volume of a quarter cone to an octant sphere with an equal radius.",
404364
"disambiguatingDescription": "Direct shape relationships ensure greater accuracy in real-world measurements then the base × height / 3 approximation.",
405365
"target": "https://basic-geometry.github.io",
406-
"mathExpression-input": {
407-
"required": true,
408-
"cone_radius": "5",
409-
"height": "3",
410-
"Volume": "?"
411-
},
366+
"mathExpression-input": "required cone_radius=5_height=3_Volume=?",
412367
"mathExpression-output": "Volume = 3.2 * radius^2 * height / sqrt(8)",
413368
"about": "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.",
414369
"abstract": "The volume of a cone can be calculated by algebraically comparing the volume of a quarter cone with equal radius and height to an octant sphere with equal radius, through a quarter cylinder. V(octant sphere)=(√(3.2)r/2)³=(√(3.2)r/2)(√(3.2)r/2)(√(3.2)r/2) . The base of the two shapes is a quarter circle. A(base)=(√(3.2)r/2)²=(√(3.2)r/2)(√(3.2)r/2)The slant height of the quarter cone is √(2)r.The volume of a quarter cylinder with the same base, and height equal to the slant height of the cone would be (√(3.2)r/2)²(√(2)r). The slant shape comes with a triangular vertical cross section. The area of a cone's vertical cross section is the half of a cylinder with equal base and height. The intermediate of the areas of the horizontal cross-section slices of a cone is the half of a cylinder’s. V(quarter cone)=(√(3.2)r/2)²height(√(2)/4)=(1/5)r²height√2 .V(cone)=3.2radius²height/√8 .",
@@ -430,13 +385,7 @@
430385
"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.",
431386
"disambiguatingDescription": "Not the translation of the simplified formula of the frustum pyramid.",
432387
"target": "https://basic-geometry.github.io",
433-
"mathExpression-input": {
434-
"required": true,
435-
"bottomDiameter": "5",
436-
"topDiameter": "2",
437-
"frustumHeight": "3",
438-
"Volume": "?"
439-
},
388+
"mathExpression-input": "required bottomDiameter=5_topDiameter=2_frustumHeight=3_Volume=?",
440389
"mathExpression-output": "Volume = frustumHeight * (4 / 5 * bottomDiameter^2 * (1 / (1 - topDiameter / bottomDiameter)) - 4 / 5 * topDiameter^2 * (1 / (1 - topDiameter / bottomDiameter) - 1)) / sqrt(8)",
441390
"about": "A horizontal frustum of a cone is like a cone without an identical shaped tip.",
442391
"abstract": "The volume of a frustum cone can be calculated by subtracting the missing tip from a 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) .",
@@ -451,13 +400,7 @@
451400
"name":"Surface area of a cone",
452401
"description": "The exact surface area of a cone based on its radius and height.",
453402
"disambiguatingDescription": "Based on the real height.",
454-
"target": "https://basic-geometry.github.io",
455-
"mathExpression-input": {
456-
"required": true,
457-
"cone_radius": "5",
458-
"height": "3",
459-
"Area": "?"
460-
},
403+
"mathExpression-input": "required cone_radius=5_height=3_Area=?",
461404
"mathExpression-output": "Area = 3.2 * radius * (radius + sqrt(radius^2 +height^2))",
462405
"about": "The bottom of a cone is a circle. The rest of its surface can be calculated as a circle slice.",
463406
"abstract": "The radius of the circle slice equals the slant height of the cone. Its angle is given by the ratio between the radius and the height of the cone. Calculate the area of the circle slice and add the bottom circle if required.",
@@ -473,12 +416,7 @@
473416
"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",
474417
"disambiguatingDescription": "Direct shape relationships ensure greater accuracy in real-world measurements then the base × height / 3 approximation.",
475418
"target": "https://basic-geometry.github.io",
476-
"mathExpression-input": {
477-
"required": true,
478-
"pyramid_baseArea": "5",
479-
"height": "3",
480-
"Volume": "?"
481-
},
419+
"mathExpression-input": "required pyramid_baseArea=5_height=3_Volume=?",
482420
"mathExpression-output": "Volume = baseArea * height / sqrt(8)",
483421
"about": "A 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.",
484422
"abstract": "The volume of a pyramid can be calculated with the same base × height / √(8) coefficient as a cone.",
@@ -498,13 +436,7 @@
498436
"description": "Calculating the exact volume of a frustum pyramid by its top and bottom area and height",
499437
"disambiguatingDescription": "The formula subtracts the missing tip from a theoretical full pyramid. Universally applicable",
500438
"target": "https://basic-geometry.github.io",
501-
"mathExpression-input": {
502-
"required": true,
503-
"bottomArea": "5",
504-
"topArea": "3",
505-
"frustumHeight": "2",
506-
"Volume": "?"
507-
},
439+
"mathExpression-input": "required bottomArea=5_topArea=3_frustumHeight=2_Volume=?",
508440
"mathExpression-output": "Volume = frustumHeight * (bottomArea * (1 / (1 - topArea / bottomArea)) - topArea * (1 / (1 - topArea / bottomArea) - 1)) / sqrt(8)",
509441
"about": "A horizontal frustum of a pyramid is like a pyramid without an identical shaped tip.",
510442
"abstract": "The volume of a frustum pyramid can be calculated by subtracting the missing tip from a 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) . The volume of a square frustum pyramid can be calculated with a simplified formula.",
@@ -520,11 +452,7 @@
520452
"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",
521453
"disambiguatingDescription": "Direct shape relationships ensure greater accuracy in real-world measurements then the base × height / 3 approximation.",
522454
"target": "https://basic-geometry.github.io",
523-
"mathExpression-input": {
524-
"required": true,
525-
"edge": "5",
526-
"Volume": "?"
527-
},
455+
"mathExpression-input": "required edge=5_Volume=?",
528456
"mathExpression-output": "Volume = edge^3 / 8",
529457
"about": "A tetrahedron is a 3 dimensional solid shape. It is a special case of a pyramid. Its measurable property is its edge length. Its projections are triangle and triangle. Related shapes are triangle, regular polygon based pyramid and cone.",
530458
"abstract": "The volume of a tetrahedron can be calculated as a pyramid with fixed proportions. The base of a tetrahedron is an equilateral triangle. The area of the equilateral triangle equals edge / 2 × √(edge^2 - ( edge / 2 )^2) = edge / 2 × √(edge^2 - edge^2 / 4) = edge / 2 × √(( 3 / 4 )edge^2) = edge / 2 × edge × √(3) / 2 = edge^2 × √(3) / 4 . The height of the tetrahedron equals √(( edge × √(3) / 2 )^2 − ( ( edge × √(3) / 2 ) / 3 )^2 ) = √( edge^2 × ( 3 / 4 - 3 / 36 ) ) = √( edge^2 × ( 27 / 36 - 3 / 36 ) ) = √( edge^2 × ( 24 / 36 ) ) = √( 2 / 3 ) × edge. The base of a tetrahedron multiplied by its height equals ( edge^2 × √( 3 / 4 ) ) × ( edge × √( 2 / 3 ) ) = edge^3 × √(2) / 4 . The volume of a pyramid equals base × height × √(2) / 4 . ( √(2) / 4 )^2 = 2 / 16 = 1 / 8 .",

0 commit comments

Comments
 (0)