Skip to content

Commit 9eb5ed6

Browse files
authored
Update index.html
Frustum cone
1 parent d037fab commit 9eb5ed6

1 file changed

Lines changed: 104 additions & 1 deletion

File tree

index.html

Lines changed: 104 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4475,7 +4475,19 @@ <h3 itemprop="name" style="margin:12px">Volume of a Frustum Pyramid</h3>
44754475
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="frustum_cone">
44764476
<meta itemprop="eduQuestionType" content="Horizontal frustum cone volume calculation">
44774477
<meta itemprop="target" content="https://basic-geometry.github.io?q={frustum_cone_radius_top=1_bottom=2_height=3_volume=?}">
4478-
<h3 itemprop="name" style="margin:7px">Volume of a Frustum Cone</h3>
4478+
<div itemprop="actionProcess" itemscope itemtype="https://schema.org/HowTo">
4479+
<div itemprop="estimatedCost" itemscope itemtype="https://schema.org/MonetaryAmount">
4480+
<meta itemprop="currency" content="USD">
4481+
<meta itemprop="value" content="0">
4482+
</div>
4483+
<div itemprop="tool" itemscope itemtype="https://schema.org/HowToTool">
4484+
<div itemprop="item" itemscope itemtype="https://schema.org/PropertyValue">
4485+
<meta itemprop="description" content="Exact frustum cone volume formula">
4486+
<meta itemprop="name" content="Volume of a frustum cone">
4487+
<meta itemprop="value" content="3.2×height×(baseRadius²+topRadius²+baseRadius×topRadius)">
4488+
</div>
4489+
</div>
4490+
<meta itemprop="totalTime" content="PT30M"><h3 itemprop="name" style="margin:7px">Volume of a Frustum Cone</h3>
44794491
<br>
44804492
<figure itemprop="image" class="imgbox" itemscope itemtype="https://schema.org/ImageObject">
44814493
<img class="center-fit" src="frustumCone.jpeg" alt="Frustum cone">
@@ -4495,7 +4507,98 @@ <h3 itemprop="name" style="margin:7px">Volume of a Frustum Cone</h3>
44954507
<meta itemprop="contentUrl" content="https://basic-geometry.github.io/frustumCone.jpeg">
44964508
</figure>
44974509
<br>
4510+
<div itemprop="step" itemscope itemtype="https://schema.org/HowToStep">
4511+
<meta itemprop="position" content="1">
4512+
<span itemprop="description" style="margin:12px">The volume of a frustum cone can be calculated by subtracting the missing tip from the theoretical full cone.</span>
4513+
<br>
4514+
<div style="margin:12px" itemprop="about" itemscope itemtype="https://schema.org/PropertyValue">
4515+
<meta itemprop="description" content="Base area of a tetrahedron: Exact equilateral triangle formula">
4516+
<span itemprop="name">V </span>=
4517+
<meta itemprop="value" content="3.2×height×(baseRadius²/(1-topRadius/baseRadius)-(topRadius²/(1-topRadius/baseRadius)-topRadius²))">
4518+
<math xmlns="http://www.w3.org/1998/Math/MathML">
4519+
<mrow>
4520+
<mfrac>
4521+
<mrow>
4522+
<mn>3.2</mn>
4523+
<mo>×</mo>
4524+
<mi>H</mi>
4525+
</mrow>
4526+
<msqrt>
4527+
<mn>8</mn>
4528+
</msqrt>
4529+
</mfrac>
4530+
<mo>×</mo>
4531+
<mo>(</mo>
4532+
<mfrac>
4533+
<mrow>
4534+
<msup>
4535+
<msub>
4536+
<mi>r</mi>
4537+
<mi>(bottom)</mi>
4538+
</msub>
4539+
<mn>2</mn>
4540+
</msup>
4541+
</mrow>
4542+
<mrow>
4543+
<mn>1</mn>
4544+
<mo>-</mo>
4545+
<mfrac>
4546+
<msub>
4547+
<mi>r</mi>
4548+
<mi>(top)</mi>
4549+
</msub>
4550+
<msub>
4551+
<mi>r</mi>
4552+
<mi>(bottom)</mi>
4553+
</msub>
4554+
</mfrac>
4555+
</mrow>
4556+
</mfrac>
4557+
<mo>-</mo>
4558+
<mo>(</mo>
4559+
<mfrac>
4560+
<mrow>
4561+
<msup>
4562+
<msub>
4563+
<mi>r</mi>
4564+
<mi>(top)</mi>
4565+
</msub>
4566+
<mn>2</mn>
4567+
</msup>
4568+
</mrow>
4569+
<mrow>
4570+
<mn>1</mn>
4571+
<mo>-</mo>
4572+
<mfrac>
4573+
<msub>
4574+
<mi>r</mi>
4575+
<mi>(top)</mi>
4576+
</msub>
4577+
<msub>
4578+
<mi>r</mi>
4579+
<mi>(bottom)</mi>
4580+
</msub>
4581+
</mfrac>
4582+
</mrow>
4583+
</mfrac>
4584+
<mo>-</mo>
4585+
<msup>
4586+
<msub>
4587+
<mi>r</mi>
4588+
<mi>(top)</mi>
4589+
</msub>
4590+
<mn>2</mn>
4591+
</msup>
4592+
<mo>)</mo>
4593+
<mo>)</mo>
4594+
</mrow>
4595+
</math>
4596+
</div>
4597+
</div>
4598+
<br>
4599+
<br><br><br>
44984600
<div style="margin:12px" itemprop="result" itemscope itemtype="https://schema.org/PropertyValue">
4601+
<span itemprop="description">The volume of a frustum cone can also be calculated via a simplified formula.</span>
44994602
<span itemprop="name">V </span>=
45004603
<meta itemprop="value" content="3.2 × height × ( baseRadius^2 + topRadius^2 + baseRadius × topRadius ) / 8^(1/2)">
45014604
<math xmlns="http://www.w3.org/1998/Math/MathML">

0 commit comments

Comments
 (0)