Skip to content

Commit ec98e48

Browse files
authored
Update index.html
1 parent 1e97eaf commit ec98e48

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
"target": "https://basic-geometry.github.io",
271271
"mathExpression-input": "required polygon_sideLength=5_numberOfSides=6_Area=?",
272272
"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.",
273+
"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.",
274274
"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.",
275275
"educationalLevel": "advanced",
276276
"keywords": "side, length, height, area",
@@ -447,7 +447,7 @@
447447
"mathExpression-input": "required edge=5_Volume=?",
448448
"mathExpression-output": "edge^3 / 8",
449449
"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.",
450-
"abstract": "A tetrahedron is a special case of a pyramid. Its volume can be calculated as pyramid with fixed proportions. The base of a tetrahedron is an equilateral triangle. The area of an equilateral triangle equals side / 2 × √(side^2 - ( side / 2 )^2) = side / 2 × √(side^2 - side^2 / 4) = side / 2 × √(( 3 / 4 )side^2) = side / 2 × side × √(3) / 2 = side^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 .",
450+
"abstract": "A tetrahedron is a special case of a pyramid. Its volume 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 .",
451451
"educationalLevel": "advanced",
452452
"keywords": "edge, length, volume",
453453
"image": "tetrahedronMarkup.jpeg",
@@ -3664,8 +3664,8 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
36643664
</mrow>
36653665
<mn>4</mn>
36663666
</mfrac>
3667+
<mo>×</mo>
36673668
<msup>
3668-
<mo>×</mo>
36693669
<mi>edge</mi>
36703670
<mn>2</mn>
36713671
</msup>
@@ -3700,20 +3700,20 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
37003700
</msup>
37013701
<mo>-</mo>
37023702
<msup>
3703-
<mo>(</mo>
37043703
<mrow>
3704+
<mo>(</mo>
37053705
<mi>edge</mi>
37063706
<mo>×</mo>
37073707
<mfrac>
3708-
<msqrt>
3708+
<msqrt>
37093709
<mn>3</mn>
37103710
</msqrt>
37113711
<mn>6</mn>
37123712
</mfrac>
37133713
<mo>)</mo>
37143714
</mrow>
37153715
<mn>2</mn>
3716-
</msup>
3716+
</msup>
37173717
</msqrt>
37183718
</mrow>
37193719
</math>
@@ -3756,6 +3756,7 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
37563756
<mn>2</mn>
37573757
<mn>3</mn>
37583758
</mfrac>
3759+
</mrow>
37593760
</msqrt>
37603761
<mo>×</mo>
37613762
<mi>edge</mi>
@@ -3764,7 +3765,7 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
37643765
</math>
37653766
<br>
37663767
<br>
3767-
<p style="margin:12px;">The volume of a pyramid equals base × height × √(2) / 4 .
3768+
<p style="margin:12px;">The volume of a pyramid equals base × height × √2 / 4 .
37683769
</p>
37693770
<br>
37703771
<math style="margin:12px;" xmlns="http://www.w3.org/1998/Math/MathML">

0 commit comments

Comments
 (0)