Skip to content

Commit a3d9598

Browse files
authored
Update index.html
Metadata
1 parent 6d95076 commit a3d9598

1 file changed

Lines changed: 7 additions & 20 deletions

File tree

index.html

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3373,7 +3373,7 @@ <h3 itemprop="name" style="margin:7px">Area of a Circle Segment</h3>
33733373
<div itemprop="item" itemscope itemtype="https://schema.org/PropertyValue">
33743374
<meta itemprop="description" content="Exact cone volume formula">
33753375
<meta itemprop="name" content="Volume of a Cone">
3376-
<meta itemprop="value" content="3.2 × radius^2 / 8^(1/2)">
3376+
<meta itemprop="value" content="base area × height / 8^(1/2)">
33773377
</div>
33783378
</div>
33793379
<div itemprop="tool" itemscope itemtype="https://schema.org/HowToTool">
@@ -3500,7 +3500,6 @@ <h3 itemprop="name" style="margin:7px">Volume of a Pyramid</h3>
35003500
</div>
35013501
<meta itemprop="operatingSystem" content="Web">
35023502
<meta itemprop="url" content="https://basic-geometry.github.io#pyramid_volume_calculator">
3503-
<meta itemprop="usageInfo" content="Enter the height, the side count and the length of the bottom edge.">
35043503
<label for="pyramid-side-count">Side count:</label>
35053504
<input id="pyramid-side-count" type="number" value="4" step="1">
35063505
<br>
@@ -3755,9 +3754,7 @@ <h3 itemprop="name" style="margin:12px">Volume of a Frustum Pyramid</h3>
37553754
</mfrac>
37563755
</mrow>
37573756
</math>
3758-
</div>
37593757
<br><br>
3760-
<div>
37613758
<math xmlns="http://www.w3.org/1998/Math/MathML">
37623759
<mrow>
37633760
<mi>H</mi>
@@ -3787,9 +3784,7 @@ <h3 itemprop="name" style="margin:12px">Volume of a Frustum Pyramid</h3>
37873784
<mo>)</mo>
37883785
</mrow>
37893786
</math>
3790-
</div>
37913787
<br><br>
3792-
<div>
37933788
<math xmlns="http://www.w3.org/1998/Math/MathML">
37943789
<mrow>
37953790
<msub>
@@ -3820,12 +3815,11 @@ <h3 itemprop="name" style="margin:12px">Volume of a Frustum Pyramid</h3>
38203815
</mfrac>
38213816
</mrow>
38223817
</math>
3823-
</div>
38243818
<br><br>
3825-
<div itemprop="about" itemscope itemtype="https://schema.org/PropertyValue">
38263819
<span itemprop="description">To eliminate the fraction in the denominator, multiply both the numerator and denominator by √A<sub>bottom</sub>:</span>
38273820
<br><br>
3828-
<meta itemprop="description" content="Volume of the theoretical full pyramid">
3821+
<div itemprop="about" itemscope itemtype="https://schema.org/PropertyValue">
3822+
<meta itemprop="description" content="Volume of the virtual full pyramid">
38293823
<span itemprop="name">H<sub>pyramid</sub> </span>=
38303824
<meta itemprop="value" content="height × √baseArea / √topArea - √baseArea">
38313825
<math xmlns="http://www.w3.org/1998/Math/MathML">
@@ -3861,7 +3855,6 @@ <h3 itemprop="name" style="margin:12px">Volume of a Frustum Pyramid</h3>
38613855
</math>
38623856
</div>
38633857
<br><br>
3864-
<div>
38653858
<math xmlns="http://www.w3.org/1998/Math/MathML">
38663859
<mrow>
38673860
<msub>
@@ -3913,12 +3906,11 @@ <h3 itemprop="name" style="margin:12px">Volume of a Frustum Pyramid</h3>
39133906
</mfrac>
39143907
</mrow>
39153908
</math>
3916-
</div>
39173909
<br><br>
39183910
<div itemprop="about" itemscope itemtype="https://schema.org/PropertyValue">
3919-
<span itemprop="description">Cancel out the common √A<sub>bottom</sub> term in the numerator and denominator:</span>
3911+
<span itemprop="description">Cancel out the common √A<sub>base</sub> term in the numerator and denominator:</span>
39203912
<br><br>
3921-
<meta itemprop="description" content="Volume of a frustum pyramid">
3913+
<meta itemprop="description" content="Volume of the missing tip">
39223914
<span itemprop="name">H<sub>tip</sub> </span>=
39233915
<meta itemprop="value" content="height × √topArea / √baseArea - √topArea">
39243916
<math xmlns="http://www.w3.org/1998/Math/MathML">
@@ -3959,7 +3951,6 @@ <h3 itemprop="name" style="margin:12px">Volume of a Frustum Pyramid</h3>
39593951
<meta itemprop="position" content="5">
39603952
<span itemprop="description">Substitute the heights into the original equation:</span>
39613953
<br><br>
3962-
<div>
39633954
<math xmlns="http://www.w3.org/1998/Math/MathML">
39643955
<mrow>
39653956
<msub>
@@ -4047,7 +4038,6 @@ <h3 itemprop="name" style="margin:12px">Volume of a Frustum Pyramid</h3>
40474038
</mrow>
40484039
</math>
40494040
</div>
4050-
</div>
40514041
<br>
40524042
<div style="margin:12px" itemprop="step" itemscope itemtype="https://schema.org/HowToStep">
40534043
<meta itemprop="position" content="6">
@@ -4358,7 +4348,6 @@ <h3 itemprop="name" style="margin:12px">Volume of a Frustum Pyramid</h3>
43584348
</div>
43594349
<meta itemprop="operatingSystem" content="Web">
43604350
<meta itemprop="url" content="https://basic-geometry.github.io#frustum_pyramid_volume_calculator">
4361-
<meta itemprop="usageInfo" content="Enter the height, the side count and the length of the top and bottom edges.">
43624351
<label for="frustum-pyramid-side-count">Side count:</label>
43634352
<input id="frustum-pyramid-side-count" type="number" value="4" step="1">
43644353
<br>
@@ -4448,7 +4437,7 @@ <h3 itemprop="name" style="margin:12px">Volume of a Frustum Pyramid</h3>
44484437
</div>
44494438
<div itemprop="tool" itemscope itemtype="https://schema.org/HowToTool">
44504439
<div itemprop="item" itemscope itemtype="https://schema.org/PropertyValue">
4451-
<meta itemprop="description" content="Exact frustum cone volume formula">
4440+
<meta itemprop="description" content="Exact frustum pyramid volume formula">
44524441
<meta itemprop="name" content="Volume of a frustum cone">
44534442
<meta itemprop="value" content="3.2×height×(baseRadius²+topRadius²+baseRadius×topRadius)">
44544443
</div>
@@ -4640,7 +4629,6 @@ <h3 itemprop="name" style="margin:12px">Volume of a Frustum Pyramid</h3>
46404629
</div>
46414630
<meta itemprop="operatingSystem" content="Web">
46424631
<meta itemprop="url" content="https://basic-geometry.github.io#frustum_cone_volume_calculator">
4643-
<meta itemprop="usageInfo" content="Enter the height and the top and bottom radii.">
46444632
<label for="frustum-cone-base-radius">Base radius:</label>
46454633
<input id="frustum-cone-base-radius" type="number" value="2" step="any">
46464634
<br>
@@ -5072,7 +5060,6 @@ <h3 itemprop="name" style="margin:7px">Volume of a Tetrahedron</h3>
50725060
</div>
50735061
<meta itemprop="operatingSystem" content="Web">
50745062
<meta itemprop="url" content="https://basic-geometry.github.io#tetrahedron_volume_calculator">
5075-
<meta itemprop="usageInfo" content="Enter the length of the edge.">
50765063
<label for="tetrahedron-edge">Edge:</label>
50775064
<input id="tetrahedron-edge" type="number" value="1" step="any">
50785065
<br><br>
@@ -5101,7 +5088,7 @@ <h3 itemprop="description">This is the one and only exact, self-contained geomet
51015088
<br>
51025089
<p itemprop="keywords">Exact formulas for real-world applications like analysis, engineering design solutions, computer graphics rendering, algorithm optimization, and navigation.</p>
51035090
<br>
5104-
<ul style="margin:6px" itemprop="usageInfo">
5091+
<ul style="margin:6px" itemprop="description">
51055092
<li>Comparative Geometry: using geometric relationships to derive areas and volumes.</li>
51065093
<li>Scaling and Proportions: applying proportional relationships for accurate calculations.</li>
51075094
<li>Algebraic Manipulation: simplifying equations to ensure consistency and precision.</li>

0 commit comments

Comments
 (0)