Skip to content

Commit a57d2cb

Browse files
authored
Update index.html
Math
1 parent 95d7f05 commit a57d2cb

1 file changed

Lines changed: 40 additions & 5 deletions

File tree

index.html

Lines changed: 40 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385
"target": "https://basic-geometry.github.io",
386386
"mathExpression-input": "required bottomDiameter=5_topDiameter=2_frustumHeight=3_Volume=?",
387387
"mathExpression-output": "frustumHeight * (4 / 5 * bottomDiameter^2 * (1 / (1 - topDiameter / bottomDiameter)) - 4 / 5 * topDiameter^2 * (1 / (1 - topDiameter / bottomDiameter) - 1)) / sqrt(8)",
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) .",
388+
"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) .",
389389
"educationalLevel": "advanced",
390390
"image": "frustumOfConeMarkup.png",
391391
"eduQuestionType": "Volume calculation"
@@ -432,7 +432,7 @@
432432
"target": "https://basic-geometry.github.io",
433433
"mathExpression-input": "required bottomArea=5_topArea=3_frustumHeight=2_Volume=?",
434434
"mathExpression-output": "frustumHeight * (bottomArea * (1 / (1 - topArea / bottomArea)) - topArea * (1 / (1 - topArea / bottomArea) - 1)) / sqrt(8)",
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) . The volume of a square frustum pyramid can be calculated with a simplified formula.",
435+
"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.",
436436
"educationalLevel": "advanced",
437437
"image": "frustumOfPyramidMarkup.png",
438438
"eduQuestionType": "Volume calculation"
@@ -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": "The volume of a tetrahedron 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 × √(3) / 2 × side = side^2 × √(3) / 4 . ",
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 .",
451451
"educationalLevel": "advanced",
452452
"keywords": "edge, length, volume",
453453
"image": "tetrahedronMarkup.jpeg",
@@ -2037,8 +2037,10 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
20372037
</mfrac>
20382038
<mo>)</mo>
20392039
</mrow>
2040+
<mrow>
20402041
<mn>360</mn>
20412042
<mo>&#xB0;</mo>
2043+
</mrow>
20422044
</mfrac>
20432045
<mo>)</mo>
20442046
<mo>=</mo>
@@ -2054,8 +2056,10 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
20542056
</mfrac>
20552057
<mo>)</mo>
20562058
</mrow>
2059+
<mrow>
20572060
<mn>360</mn>
20582061
<mo>&#xB0;</mo>
2062+
</mrow>
20592063
</mfrac>
20602064
</mrow>
20612065
</math>
@@ -3038,7 +3042,7 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
30383042
<img class="center-fit" src="frustumOfConeMarkup.png" alt="Horizontal-frustum-cone">
30393043
</div>
30403044
<br>
3041-
<p style="margin:12px;">The volume of a frustum cone can be calculated by subtracting the missing tip from the theoretical full cone.
3045+
<p style="margin:12px;">The volume of a frustum cone can be calculated by subtracting the missing tip from a theoretical full cone.
30423046
<br>
30433047
<br>
30443048
The height of the theoretical full cone can be calculated by the frustum height and the ratio between the top and bottom areas.
@@ -3380,7 +3384,7 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
33803384
</div>
33813385
<br>
33823386
<br>
3383-
<p style="margin:12px;">The volume of a frustum pyramid can be calculated by subtracting the missing tip from the theoretical full pyramid.
3387+
<p style="margin:12px;">The volume of a frustum pyramid can be calculated by subtracting the missing tip from a theoretical full pyramid.
33843388
<br>
33853389
<br>
33863390
The height of the theoretical full pyramid can be calculated by the frustum height and the ratio between the top and bottom areas.
@@ -3546,6 +3550,37 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
35463550
<img class="center-fit" src="tetrahedronMarkup.jpeg" alt="Tetrahedron" id="tetrahedron">
35473551
</div>
35483552
<br>
3553+
<p style="margin:12px;">
3554+
A tetrahedron is a special case of a pyramid.
3555+
<br>
3556+
<br>
3557+
Its volume can be calculated as pyramid with fixed proportions.
3558+
<br>
3559+
<br>
3560+
The base of a tetrahedron is an equilateral triangle.
3561+
<br>
3562+
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 .
3563+
<br>
3564+
<br>
3565+
The height of the tetrahedron equals √(( edge × √(3) / 2 )^2 − ( ( edge × √(3) / 2 ) / 3 )^2 ) =
3566+
<br>
3567+
√( edge^2 × ( 3 / 4 - 3 / 36 ) ) =
3568+
<br>
3569+
√( edge^2 × ( 27 / 36 - 3 / 36 ) ) =
3570+
<br>
3571+
√( edge^2 × ( 24 / 36 ) ) =
3572+
<br>
3573+
√( 2 / 3 ) × edge.
3574+
<br>
3575+
<br>
3576+
The base of a tetrahedron multiplied by its height equals ( edge^2 × √( 3 / 4 ) ) × ( edge × √( 2 / 3 ) ) = edge^3 × √(2) / 4 .
3577+
<br>
3578+
<br>
3579+
The volume of a pyramid equals base × height × √(2) / 4 .
3580+
<br>
3581+
<br>
3582+
( √(2) / 4 )^2 = 2 / 16 = 1 / 8
3583+
</p>
35493584
<math style="margin:12px;" xmlns="http://www.w3.org/1998/Math/MathML">
35503585
<mrow>
35513586
<mi>V</mi>

0 commit comments

Comments
 (0)