Skip to content

Commit e881e08

Browse files
authored
Update index.html
Figure
1 parent be0b5b7 commit e881e08

1 file changed

Lines changed: 66 additions & 66 deletions

File tree

index.html

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
{
405405
"@type": "SolveMathAction",
406406
"name": "Volume of a cone",
407-
"description": "The exact volume of a cone by comparing the volume of a quarter cone with equal radius and height to an octant sphere with an equal radius.",
407+
"description": "The exact volume of a cone by comparing the volume of a quarter cone with equal radius and height to an octant sphere with an equal radius through a quadrant cylinder.",
408408
"disambiguatingDescription": "Direct shape relationships ensure greater accuracy in real-world applications then the traditional base × height / 3 approximation.",
409409
"target": "https://basic-geometry.github.io",
410410
"mathExpression-input": "required cone_radius=5_height=3_Volume=?",
@@ -486,7 +486,7 @@
486486
"mathExpression-input": "required edge=5_Volume=?",
487487
"mathExpression-output": "Volume = edge^3 / 8",
488488
"about": "A tetrahedron is a pyramid with 4 equilateral triangles as boundaries, forming 6 equal edges. Its measurable property is its edge length.",
489-
"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 .",
489+
"abstract": "The volume of a tetrahedron is 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 .",
490490
"educationalLevel": "advanced",
491491
"keywords": "edge, length, volume",
492492
"image": "tetrahedronMarkup.jpeg",
@@ -1094,14 +1094,14 @@ <h3 itemprop="name" style="margin:7px">The 2nd and the 3rd Powers manifesting in
10941094
<h3 itemprop="name" style="margin:7px">Area of a Square</h3>
10951095
<br>
10961096
<figure class="imgbox">
1097-
<img class="center-fit" src="square.png" alt="Area=side×side=side²">
1097+
<img class="center-fit" src="square.png" alt="A square is a 2 dimensional plane shape with 2 perpendicular pairs of parallel straight sides. Area = side × side = side²">
10981098
</figure>
10991099
<br>
11001100
<p itemprop="description" style="margin:12px">
11011101
The square is the foundational shape for area calculations. All area formulas relate to this instance.
11021102
<br>
11031103
<br>
1104-
A rectangle is a 2 dimensional plane shape with 2 perpendicular pairs of parallel straight sides.
1104+
A rectangle is a 2 dimensional plane shape with 2 equal perpendicular pairs of parallel straight sides.
11051105
<br>
11061106
A square is a rectangle with equal width and length.
11071107
<br>
@@ -1136,9 +1136,9 @@ <h3 itemprop="name" style="margin:7px">Area of a Square</h3>
11361136
<section itemscope itemtype="http://schema.org/CreativeWork" id="volume">
11371137
<h3 itemprop="name" style="margin:7px">Volume of a Cube</h3>
11381138
<br>
1139-
<div class="imgbox">
1140-
<img class="center-fit" src="cubeMarkup.jpeg" alt="figure-Cube">
1141-
</div>
1139+
<figure class="imgbox">
1140+
<img class="center-fit" src="cubeMarkup.jpeg" alt="A cube is a 3 dimensional solid shape with 3 equal perpendicular pairs of parallel straight edges. V = edge × edge × edge = edge³">
1141+
</figure>
11421142
<br>
11431143
<p itemprop="description" style="margin:12px">The cube extends the square into three dimensions.
11441144
<br>
@@ -1190,9 +1190,9 @@ <h3 itemprop="name" style="margin:7px">Volume of a Cube</h3>
11901190
<section itemscope itemtype="http://schema.org/CreativeWork" id="trigonometry" itemref="division">
11911191
<h2 itemprop="name" style="margin:7px">Trigonometry</h2>
11921192
<br>
1193-
<div class="imgbox">
1194-
<img class="center-fit" src="trigonometry.png" alt="figure-Trigonometry">
1195-
</div>
1193+
<figure class="imgbox">
1194+
<img class="center-fit" src="trigonometry.png" alt="Trigonometric identities in a right triangle">
1195+
</figure>
11961196
<br>
11971197
<p itemprop="description" style="margin:12px">
11981198
In a right triangle:</p>
@@ -1954,9 +1954,9 @@ <h3 itemprop="name" style="margin:7px">Area of a Triangle</h3>
19541954
<section itemscope itemtype="http://schema.org/CreativeWork" id="polygon">
19551955
<h3 itemprop="name" style="margin:7px">Area of a regular Polygon</h3>
19561956
<br>
1957-
<div class="imgbox">
1958-
<img class="center-fit" src="pentagon.png" alt="figure-Polygon-area">
1959-
</div>
1957+
<figure class="imgbox">
1958+
<img class="center-fit" src="pentagon.png" alt="A regular polygon can be divided into as many isosceles triangles as many sides it has. Area = (number of sides) / 4 × ctg( 180° / (number of sides) ) × (side length)²">
1959+
</figure>
19601960
<br>
19611961
<p itemprop="description" style="margin:12px">A regular polygon can be divided into as many isosceles triangles as many sides it has.
19621962
<br>
@@ -2119,9 +2119,9 @@ <h3 itemprop="name" style="margin:7px">
21192119
The area of a circle is defined by comparing it to a square since that is the base of area calculation.
21202120
</h3>
21212121
<br>
2122-
<div class="imgbox">
2123-
<img class="center-fit" src="areaOfACircle.jpg" alt="figure-Circle-area=3.2r²">
2124-
</div>
2122+
<figure class="imgbox">
2123+
<img class="center-fit" src="areaOfACircle.jpg" alt="The circle is cut into four quadrants, each placed with their origin on the vertices of a square. The arcs of the quadrants of the circle that equals in area to the square intersect at the quarters on its centerlines. The ratio between the radius of the circle and the side of the square is calculable. r = side × √5 / 4 Area = 3.2r²">
2124+
</figure>
21252125
<br>
21262126
<p itemprop="description" style="margin:12px">The circle can be cut into four quadrants, each placed with their origin on the vertices of a square.
21272127
<br>
@@ -2132,10 +2132,10 @@ <h3 itemprop="name" style="margin:7px">
21322132
The arcs of the quadrants of a circumscribed circle would overlap, and intersect at the center of the square, covering it all.
21332133
<br>
21342134
<br>
2135-
<strong>The arcs of the quadrants of the circle that equals in area to the square intersect right in between those limits, at the quarters on its centerlines.</strong>
2135+
<strong>The arcs of the quadrants of the circle that equals in area to the square intersect right in between those limits, at the quarters on its centerlines.
21362136
<br>
21372137
<br>
2138-
The ratio between the radius of the circle and the side of the square is calculable.
2138+
The ratio between the radius of the circle and the side of the square is calculable.</strong>
21392139
</p>
21402140
<br>
21412141
<math style="margin:12px" xmlns="http://www.w3.org/1998/Math/MathML">
@@ -2251,9 +2251,9 @@ <h3 itemprop="name" style="margin:7px">
22512251
<summary><h4 itemprop="description" style="margin:7px">When the overlapping area equals to the uncovered area in the middle, the sum of the areas of the quadrants is equal to the area of the square. That square represents the area of the circle in square units.
22522252
</h4></summary>
22532253
<br>
2254-
<div class="imgbox">
2255-
<img class="center-fit" src="equityFigure.jpg" alt="figure-square-circle-area-equity">
2256-
</div>
2254+
<figure class="imgbox">
2255+
<img class="center-fit" src="equityFigure.jpg" alt="Circle area = 3.2r²">
2256+
</figure>
22572257
<br>
22582258
<p itemprop="description" style="margin:12px">Quarter of the uncovered area in the middle:
22592259
</p>
@@ -2683,9 +2683,9 @@ <h3 itemprop="name" style="margin:7px">
26832683
<section itemscope itemtype="http://schema.org/CreativeWork" id="circumference">
26842684
<h3 itemprop="name" style="margin:7px">Circumference of a Circle</h3>
26852685
<br>
2686-
<div class="imgbox">
2687-
<img class="center-fit" src="circumference.jpg" alt="figure-Circumference=6.4r">
2688-
</div>
2686+
<figure class="imgbox">
2687+
<img class="center-fit" src="circumference.jpg" alt="The circumference of a circle is derived from its area algebraically by subtracting a smaller circle and dividing the difference by the difference of the radii. Circumference = 6.4r">
2688+
</figure>
26892689
<br>
26902690
<p itemprop="description" style="margin:12px">The circumference of a circle is derived from its area algebraically by subtracting a smaller circle and dividing the difference by the difference of the radii.
26912691
<br>
@@ -3297,9 +3297,9 @@ <h4 itemprop="name" style="margin:12px">The Cognitive Risk of flawed geometric A
32973297
<section itemscope itemtype="http://schema.org/CreativeWork" id="circle-segment">
32983298
<h3 itemprop="name" style="margin:7px">Area of a Circle Segment</h3>
32993299
<br>
3300-
<div class="imgbox">
3301-
<img class="center-fit" src="circleSegment.jpg" alt="figure-Circle-segment">
3302-
</div>
3300+
<figure class="imgbox">
3301+
<img class="center-fit" src="circleSegment.jpg" alt="The area of a circle segment can be calculated by subtracting a triangle from a circle slice. Area = Acos(( r - n ) / r ) × r² - sin( Acos(( r - n ) / r ) × ( r - n ) × r">
3302+
</figure>
33033303
<br>
33043304
<p itemprop="description" style="margin:12px">The area of a circle segment can be calculated by subtracting a triangle from a circle slice.
33053305
<br>
@@ -3420,9 +3420,9 @@ <h3 itemprop="name" style="margin:7px">Area of a Circle Segment</h3>
34203420
<section itemscope itemtype="http://schema.org/CreativeWork" id="cone-surface">
34213421
<h3 itemprop="name" style="margin:7px">Surface Area of a Cone</h3>
34223422
<br>
3423-
<div class="imgbox">
3424-
<img class="center-fit" src="coneMarkup.jpeg" alt="figure-Cone-surface">
3425-
</div>
3423+
<figure class="imgbox">
3424+
<img class="center-fit" src="coneMarkup.jpeg" alt="The surface area of a cone is calculated as a circle slice with a radius equal to the slant height. Area = 3.2r × ( r + √( r² + H² )">
3425+
</figure>
34263426
<br>
34273427
<p itemprop="description" style="margin:12px">The surface area of a cone is calculated as a circle slice with a radius equal to the slant height and the angle given by the ratio between the height and the slant height.
34283428
</p>
@@ -3503,9 +3503,9 @@ <h3 itemprop="name" style="margin:7px">Surface Area of a Cone</h3>
35033503
<h3 itemprop="name" style="margin:7px">The volume of a sphere is defined by comparing it to a cube, since that is the base of volume calculation.
35043504
</h3>
35053505
<br>
3506-
<div class="imgbox">
3507-
<img class="center-fit" src="sphereAndCubeMarkup.jpeg" alt="figure-Sphere-volume=(√(3.2)r">
3508-
</div>
3506+
<figure class="imgbox">
3507+
<img class="center-fit" src="sphereAndCubeMarkup.jpeg" alt="The edge length of the cube, which has the same volume as the sphere, equals the square root of the area of the square that has the same area as the sphere's cross-section. Volume = ( √ ( 3.2 ) × r ">
3508+
</figure>
35093509
<br>
35103510
<p itemprop="description" style="margin:12px"><strong>The volume of a sphere equals the cubic value of the square root of its cross-sectional area, just like a cube.
35113511
</strong>
@@ -3563,7 +3563,7 @@ <h3 itemprop="name" style="margin:7px">The volume of a sphere is defined by comp
35633563

35643564
document.getElementById('sphere-radius').addEventListener('input', function () {
35653565
const radius = parseFloat(this.value);
3566-
3566+
35673567
if (isNaN(radius)) {
35683568
document.getElementById('sphere-volume').innerText = '';
35693569
return;
@@ -3642,9 +3642,9 @@ <h3 itemprop="name" style="margin:7px">Surface Area of a Sphere</h3>
36423642
<section itemscope itemtype="http://schema.org/CreativeWork" id="cap">
36433643
<h3 itemprop="name" style="margin:7px">Volume of a Spherical Cap</h3>
36443644
<br>
3645-
<div class="imgbox">
3646-
<img class="center-fit" src="sphericalCap.jpg" alt="figure-Spherical-cap">
3647-
</div>
3645+
<figure class="imgbox">
3646+
<img class="center-fit" src="sphericalCap.jpg" alt="One dimension of the volume of sphere formula can be adjusted to calculate the volume of a spherical cap as a distorted hemisphere. V = 1.6 × (cap radius) × h × 4 / √5²">
3647+
</figure>
36483648
<br>
36493649
<p itemprop="description" style="margin:12px">One dimension of the volume of sphere formula can be adjusted to calculate the volume of a spherical cap as a distorted hemisphere.
36503650
</p>
@@ -3727,16 +3727,16 @@ <h3 itemprop="name" style="margin:7px">Volume of a Spherical Cap</h3>
37273727
<h3 itemprop="name" style="margin:7px">Volume of a Cone</h3>
37283728
<br>
37293729
<div class="imgbox">
3730-
<img class="center-fit" src="coneAndSphereMarkup.jpeg" alt="Cone-volume-from-sphere=base×height/√8">
3730+
<img class="center-fit" src="coneAndSphereMarkup.jpeg" alt="Cone volume from sphere = base × height / √8">
37313731
</div>
37323732
<br>
37333733
<p itemprop="description" style="margin:12px"><strong>The volume of a cone can be calculated by algebraically comparing the volume of a vertical quadrant of a cone with equal radius and height to an octant sphere with equal radius, through a quadrant cylinder.
37343734
</strong>
37353735
</p>
37363736
<br>
3737-
<div class="imgbox">
3738-
<img class="center-fit" src="octantSphereQuarterCone.jpeg" alt="figure-Sphere-and-vertical-frustum-cone">
3739-
</div>
3737+
<figure class="imgbox">
3738+
<img class="center-fit" src="octantSphereQuarterCone.jpeg" alt="The volume of a cone can be calculated by algebraically comparing the volume of a vertical quadrant of a cone with equal radius and height to an octant sphere with equal radius, through a quadrant cylinder.">
3739+
</figure>
37403740
<br>
37413741
<math style="margin:12px" xmlns="http://www.w3.org/1998/Math/MathML" >
37423742
<mrow>
@@ -3804,13 +3804,13 @@ <h3 itemprop="name" style="margin:7px">Volume of a Cone</h3>
38043804
<p itemprop="description" style="margin:12px">The base of the two shapes is a quadrant circle.
38053805
</p>
38063806
<br>
3807-
<div class="imgbox">
3808-
<img class="center-fit" src="coneAndSphereComparison.png" alt="figure-Sphere-and-cone-projection">
3809-
</div>
3807+
<figure class="imgbox">
3808+
<img class="center-fit" src="coneAndSphereComparison.png" alt="The base of the two shapes is a quadrant circle.">
3809+
</figure>
38103810
<br>
3811-
<div class="imgbox">
3812-
<img class="center-fit" src="sphereAndConeMarkup.jpeg" alt="figure-Sphere-and-cone">
3813-
</div>
3811+
<figure class="imgbox">
3812+
<img class="center-fit" src="sphereAndConeMarkup.jpeg" alt="The volume of a cone can be calculated by algebraically comparing the volume of a vertical quadrant of a cone with equal radius and height to an octant sphere with equal radius, through a quadrant cylinder. Volume = base × height / √8">
3813+
</figure>
38143814
<br>
38153815
<math style="margin:12px" xmlns="http://www.w3.org/1998/Math/MathML" >
38163816
<mrow>
@@ -4114,9 +4114,9 @@ <h3 itemprop="description" style="margin:12px">One is that the area of the mid-h
41144114
<section itemscope itemtype="http://schema.org/CreativeWork" id="cube-dissection">
41154115
<h3 itemprop="name" style="margin:12px">The other idea is the cube dissection.</h3>
41164116
<br>
4117-
<div class="imgbox">
4118-
<img class="center-fit" src="cubeDissection.jpeg" alt="Cube-dissection">
4119-
</div>
4117+
<figure class="imgbox">
4118+
<img class="center-fit" src="cubeDissection.jpeg" alt="Cube dissection">
4119+
</figure>
41204120
<br>
41214121
<p itemprop="description" style="margin:12px">A common method aiming to prove the pyramid volume formula ( V = base × height / 3 ) involves dissecting a cube into three pyramids. Here’s how it’s typically presented:
41224122
<br>
@@ -4221,9 +4221,9 @@ <h3 itemprop="name" style="margin:12px">The other idea is the cube dissection.</
42214221
<section itemscope itemtype="http://schema.org/CreativeWork" id="frustum-cone">
42224222
<h3 itemprop="name" style="margin:7px">Volume of a Frustum Cone</h3>
42234223
<br>
4224-
<div class="imgbox">
4225-
<img class="center-fit" src="frustumOfConeMarkup.png" alt="figure-Horizontal-frustum-cone">
4226-
</div>
4224+
<figure class="imgbox">
4225+
<img class="center-fit" src="frustumOfConeMarkup.png" alt="Subtracting the missing tip from a theoretical full cone gives the volume of a frustum cone. Volume = frustumHeight * (4 / 5 * bottomDiameter^2 * (1 / (1 - topDiameter / bottomDiameter)) - 4 / 5 * topDiameter^2 * (1 / (1 - topDiameter / bottomDiameter) - 1)) / √8"">
4226+
</figure>
42274227
<br>
42284228
<p itemprop="description" style="margin:12px"><strong>Subtracting the missing tip from a theoretical full cone gives the volume of a frustum cone.
42294229
<br>
@@ -4390,13 +4390,13 @@ <h3 itemprop="name" style="margin:7px">Volume of a Frustum Cone</h3>
43904390
<h3 itemprop="description" style="margin:7px">The volume of a pyramid can be calculated
43914391
with the same coefficient as the volume of a cone.</h3>
43924392
<br>
4393-
<div class="imgbox">
4394-
<img class="center-fit" src="conePyramidVolumeMarkup.jpeg" alt="figure-Pyramids-volume=base×height/√8">
4395-
</div>
4393+
<figure class="imgbox">
4394+
<img class="center-fit" src="conePyramidVolumeMarkup.jpeg" alt="The volume of a pyramid can be calculated with the same coefficient as the volume of a cone. Volume = base × height / √8">
4395+
</figure>
43964396
<br>
4397-
<div class="imgbox">
4398-
<img class="center-fit" src="tetraFrame.jpeg" alt="figure-Tetrahedral-frame-on-circular-base" >
4399-
</div>
4397+
<figure class="imgbox">
4398+
<img class="center-fit" src="tetraFrame.jpeg" alt="The volume of a pyramid can be calculated with the same coefficient as the volume of a cone. Volume = base × height / √8">
4399+
</figure>
44004400
<br>
44014401
<math style="margin:12px" xmlns="http://www.w3.org/1998/Math/MathML">
44024402
<mrow>
@@ -4467,9 +4467,9 @@ <h3 itemprop="description" style="margin:7px">The volume of a pyramid can be cal
44674467
<section itemscope itemtype="http://schema.org/CreativeWork" id="frustum-pyramid">
44684468
<h3 itemprop="name" style="margin:7px">Volume of a horizontal Frustum Pyramid</h3>
44694469
<br>
4470-
<div class="imgbox">
4471-
<img class="center-fit" src="frustumOfPyramidMarkup.png" alt="figure-Horizontal-frustum-pyramid">
4472-
</div>
4470+
<figure class="imgbox">
4471+
<img class="center-fit" src="frustumOfPyramidMarkup.png" alt="Subtracting the missing tip from a theoretical full pyramid gives the volume of a frustum pyramid. Volume = frustumHeight * (bottomArea * (1 / (1 - topArea / bottomArea)) - topArea * (1 / (1 - topArea / bottomArea) - 1)) / √8">
4472+
</figure>
44734473
<br>
44744474
<p itemprop="description" style="margin:12px"><strong>Subtracting the missing tip from a theoretical full pyramid gives the volume of a frustum pyramid.
44754475
<br>
@@ -4669,15 +4669,15 @@ <h3 itemprop="name" style="margin:7px">The volume of a square frustum pyramid ca
46694669
<section itemscope itemtype="http://schema.org/CreativeWork" id="tetrahedron">
46704670
<h3 itemprop="name" style="margin:7px">Volume of a Tetrahedron</h3>
46714671
<br>
4672-
<div class="imgbox">
4673-
<img class="center-fit" src="tetrahedronMarkup.jpeg" alt="figure-Tetrahedron-volume=edge³/8">
4674-
</div>
4672+
<fogure class="imgbox">
4673+
<img class="center-fit" src="tetrahedronMarkup.jpeg" alt="The volume of a tetrahedron is calculated as a pyramid with an equilateral triangle base and fixed proportions. Volume = edge³ / 8">
4674+
</figure>
46754675
<br>
46764676
<p itemprop="description" style="margin:12px">
46774677
A tetrahedron is a pyramid with 4 equilateral triangles as boundaries, forming 6 equal edges.
46784678
<br>
46794679
<br>
4680-
Its volume can be calculated as a pyramid with an equilateral triangle base and fixed proportions.
4680+
Its volume is calculated as a pyramid with an equilateral triangle base and fixed proportions.
46814681
</p>
46824682
<br>
46834683
<math style="margin:12px" xmlns="http://www.w3.org/1998/Math/MathML">

0 commit comments

Comments
 (0)