Skip to content

Commit 8fe730d

Browse files
authored
Update index.html
1 parent 3b3a9d4 commit 8fe730d

1 file changed

Lines changed: 10 additions & 81 deletions

File tree

index.html

Lines changed: 10 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
},
187187
"dateCreated" :"2019-01-11",
188188
"datePublished":"2020-01-11",
189-
"dateModified" :"2025-06-26",
189+
"dateModified" :"2025-06-27",
190190
"description" : "Introducing the best-established and most accurate framework to calculate area and volume.",
191191
"disambiguatingDescription": "Exact, empirically grounded and rigorously proven formulas over the conventional approximations.",
192192
"headline":"Exact geometry",
@@ -282,16 +282,15 @@
282282
{
283283
"@type": "SolveMathAction",
284284
"name": "Volume of a spherical cap",
285-
"description": "The volume of a spherical cap based on the radius of the sphere and the cap.",
285+
"description": "The volume of a spherical cap based on the radius and the height of the cap.",
286286
"disambiguatingDescription": "More accurate than the conventional formula ",
287287
"target": "https://basic-geometry.github.io/",
288288
"mathExpression-input": "r=5 h=3 V=?",
289-
"mathExpression-output": "1.6 * Math.pow(capRadius, 2) * Math.sqrt(3.2) * (1 - Math.cos(2 * Math.atan(capHeight / capRadius)))",
290-
"image": "sphericalCapMarkup.jpg",
289+
"mathExpression-output": "1.6 * Math.pow(r, 2) * Math.sqrt(3.2) * h",
290+
"image": "sphericalCap.jpg",
291291
"eduQuestionType": "Volume calculation"
292292
},
293293

294-
295294
{
296295
"@type": "SolveMathAction",
297296
"name": "Volume of a cone",
@@ -1104,7 +1103,11 @@ <h6 style="font-size:160%;margin:7px">Area of a circle</h6>
11041103
</h10>
11051104
<br>
11061105
<div class="imgbox">
1107-
<img class="center-fit" src="sphericalCapMarkup.jpg" alt="Sphere" id="cap">
1106+
<img class="center-fit" src="sphericalCap.jpg" alt="Sphere" id="cap">
1107+
</div>
1108+
<br>
1109+
<div class="imgbox">
1110+
<img class="center-fit" src="sphericalCap.jpg" alt="Sphere" id="cap">
11081111
</div>
11091112
<br>
11101113
<p style="margin:12px;">In terms of cap radius and height:
@@ -1130,81 +1133,7 @@ <h6 style="font-size:160%;margin:7px">Area of a circle</h6>
11301133
<mn>3.2</mn>
11311134
</msqrt>
11321135
<mo>×</mo>
1133-
<mo>(</mo>
1134-
<mn>1</mn>
1135-
<mo>-</mo>
1136-
<mi>cos</mi>
1137-
<mo>&#x2061;</mo>
1138-
<mrow>
1139-
<mo>(</mo>
1140-
<mn>2</mn>
1141-
<mo>×</mo>
1142-
<mo>arctan</mo>
1143-
<mo>&#x2061;</mo>
1144-
<mo>(</mo>
1145-
<mfrac>
1146-
<mi>h</mi>
1147-
<msub>
1148-
<mi>r</mi>
1149-
<mi>cap</mi>
1150-
</msub>
1151-
</mfrac>
1152-
<mo>)</mo>
1153-
<mo>)</mo>
1154-
<mo>)</mo>
1155-
</mrow>
1156-
</mrow>
1157-
</math>
1158-
</p>
1159-
<br>
1160-
<br>
1161-
<p style="margin:12px;">In terms of radii:
1162-
<br>
1163-
<br>
1164-
<math xmlns="http://www.w3.org/1998/Math/MathML" >
1165-
<mrow>
1166-
<mi>V</mi>
1167-
<mo>=</mo>
1168-
<mn>1.6</mn>
1169-
<mo>×</mo>
1170-
<msup>
1171-
<mrow>
1172-
<msub>
1173-
<mi>r</mi>
1174-
<mi>cap</mi>
1175-
</msub>
1176-
</mrow>
1177-
<mn>2</mn>
1178-
</msup>
1179-
<mo>×</mo>
1180-
<msqrt>
1181-
<mn>3.2</mn>
1182-
</msqrt>
1183-
<mo>×</mo>
1184-
<mo>(</mo>
1185-
<mn>1</mn>
1186-
<mo>-</mo>
1187-
<mi>sin</mi>
1188-
<mo>&#x2061;</mo>
1189-
<mrow>
1190-
<mo>(</mo>
1191-
<mo>arccos</mo>
1192-
<mo>&#x2061;</mo>
1193-
<mo>(</mo>
1194-
<mfrac>
1195-
<msub>
1196-
<mi>r</mi>
1197-
<mi>cap</mi>
1198-
</msub>
1199-
<msub>
1200-
<mi>r</mi>
1201-
<mi>sphere</mi>
1202-
</msub>
1203-
</mfrac>
1204-
<mo>)</mo>
1205-
<mo>)</mo>
1206-
<mo>)</mo>
1207-
</mrow>
1136+
<mi>h</mi>
12081137
</mrow>
12091138
</math>
12101139
</p>

0 commit comments

Comments
 (0)