Skip to content

Commit 6c5f312

Browse files
authored
Update index.html
1 parent c6e178b commit 6c5f312

1 file changed

Lines changed: 27 additions & 7 deletions

File tree

index.html

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
"mathExpression-input": "required circle_radius=5_Area=?",
288288
"mathExpression-output": "3.2 * radius^2",
289289
"about": "A circle is a 2 dimensional plane shape. Its measurable property is its diameter. Its radius is half of the diameter. Related shapes are sphere, cylinder and cone.",
290-
"abstract": "The area of a circle is defined by comparing it to a square since that is the base of area calculation. The circle can be cut into four quadrants, each placed with their origin on the vertices of a square. In this layout the arcs of the quadrants of an inscribed circle would meet at the midpoints of the sides of the square. The arcs of the quadrants of a circumscribed circle would meet at the center of the square. The arcs of the quadrants that equal in area to the square intersect right in between these limits on its centerlines. The ratio between the radius of the circle and the side of the square is calculable. The radius equals √(5) * side / 4. The quarter of the uncovered area in the middle equals (√3.2r)²÷4−((90−2×Atan(1÷2))÷360×3.2r²+2(√3.2r÷4×√3.2r÷2)÷2)) . An overlapping area equals 2(Atan(1÷2)÷360×3.2r²−(√3.2r÷4×√3.2r÷2)÷2) . Dividing both sides by 3.2r²: 1÷4−((90−2×Atan(1÷2))÷360+(1÷8))=2(Atan(1÷2)÷360−(1÷8)÷2) . Simplifying further: 1÷4−((90−2×Atan(1÷2))÷360)=2×Atan(1÷2)÷360 . Substituting 90°/360° for 1/4: 90÷360−((90−2×Atan(1÷2))÷360)=2×Atan(1÷2)÷360 . Simplifying further: Atan(1÷2) = Atan(1÷2) . Which is equivalent to 1 = 1. When the arcs of the quadrant circles intersect at the quarter of the centerline of the square, the uncovered area in the middle equals exactly the sum of the overlapping areas respectively. The area of both the square and the sum of the quadrants equals 16 right triangles with legs of a quarter, and a half of the square's sides, and its hypotenuse equal to the radius of the circle. The area of the circle equals 4 * radius / √(5))^2 = 16 / 5 × r^2 .",
290+
"abstract": "The area of a circle is defined by comparing it to a square since that is the base of area calculation. The circle can be cut into four quadrants, each placed with their origin on the vertices of a square. In this layout the arcs of the quadrants of an inscribed circle would meet at the midpoints of the sides of the square. The arcs of the quadrants of a circumscribed circle would meet at the center of the square. The arcs of the quadrants that equal in area to the square intersect right in between these limits on its centerlines. The ratio between the radius of the circle and the side of the square is calculable. The radius equals √(5) * side / 4. The quarter of the uncovered area in the middle equals (√3.2r)^2 ÷ 4 − ((90° − 2 × Atan(1 ÷ 2)) ÷ 360 × 3.2r^2 + 2(√(3.2)r ÷ 4 × √(3.2)r ÷ 2) ÷ 2)) . An overlapping area equals 2(Atan(1 ÷ 2) ÷ 360° × 3.2r^2 − (√(3.2)r ÷ 4 × √(3.2)r ÷ 2) ÷ 2) . Dividing both sides by 3.2r^2 : 1 ÷ 4−((90° − 2 × Atan(1 ÷ 2)) ÷ 360° + (1 ÷ 8)) = 2(Atan(1 ÷ 2) ÷ 360° − (1 ÷ 8) ÷ 2) . Simplifying further: 1 ÷ 4 − ((90° − 2 × Atan(1 ÷ 2)) ÷ 360°) = 2 × Atan(1 ÷ 2) ÷ 360° . Substituting 90° / 360° for 1 / 4: 90° ÷ 360° − ((90° − 2 × Atan(1 ÷ 2)) ÷ 360°)=2 × Atan(1 ÷ 2) ÷ 360° . Simplifying further: Atan(1÷2) = Atan(1÷2) . Which is equivalent to 1 = 1. When the arcs of the quadrant circles intersect at the quarter of the centerline of the square, the uncovered area in the middle equals exactly the sum of the overlapping areas respectively. The area of both the square and the sum of the quadrants equals 16 right triangles with legs of a quarter, and a half of the square's sides, and its hypotenuse equal to the radius of the circle. The area of the circle equals 4 * radius / √(5))^2 = 16 / 5 × r^2 .",
291291
"educationalLevel": "advanced",
292292
"keywords": "radius, area",
293293
"image": [
@@ -413,7 +413,7 @@
413413
"target": "https://basic-geometry.github.io",
414414
"mathExpression-input": "required pyramid_baseArea=5_height=3_Volume=?",
415415
"mathExpression-output": "baseArea * height / sqrt(8)",
416-
"about": "A regular pyramid is a 3 dimensional solid shape. Its measurable properties are its number and length of the sides of its base and its height. Its projections are polygon and triangle. Related shapes are regular polygon, regular polygon based block, tetrahedron, cone and triangle.",
416+
"about": "A pyramid is a 3 dimensional solid shape. Its measurable properties are its number and length of the sides of its base and its height. Its projections are polygon and triangle. Related shapes are regular polygon, regular polygon based block, tetrahedron, cone and triangle.",
417417
"abstract": "The volume of a pyramid can be calculated with the same base × height / √(8) coefficient as a cone.",
418418
"educationalLevel": "advanced",
419419
"keywords": "base, height, volume",
@@ -430,9 +430,9 @@
430430
"description": "Calculating the exact volume of a frustum pyramid by its top and bottom area and height",
431431
"disambiguatingDescription": "The formula subtracts the missing tip from a theoretical full pyramid. Universally applicable",
432432
"target": "https://basic-geometry.github.io",
433-
"mathExpression-input": "required bottomEdge=5_topEdge=3_frustumHeight=2_Volume=?",
434-
"mathExpression-output": "frustumHeight * (bottomEdge^2 * (1 / (1 - topEdge / bottomEdge)) - topEdge^2 * (1 / (1 - topEdge / bottomEdge) - 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) .",
433+
"mathExpression-input": "required bottomArea=5_topArea=3_frustumHeight=2_Volume=?",
434+
"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.",
436436
"educationalLevel": "advanced",
437437
"image": "frustumOfPyramidMarkup.png",
438438
"eduQuestionType": "Volume calculation"
@@ -447,7 +447,9 @@
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.",
450+
"abstract": "The volume of a tetrahedron can be calculated as pyramid with fixed proportions.
451+
The base of a tetrahedron is an equilateral triangle.
452+
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 . ",
451453
"educationalLevel": "advanced",
452454
"keywords": "edge, length, volume",
453455
"image": "tetrahedronMarkup.jpeg",
@@ -1762,6 +1764,7 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
17621764
<mfrac>
17631765
<mrow>
17641766
<mn>90</mn>
1767+
<mo>&#xB0;</mo>
17651768
<mo>-</mo>
17661769
<mn>2</mn>
17671770
<mo>×</mo>
@@ -1774,6 +1777,7 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
17741777
<mo>)</mo>
17751778
</mrow>
17761779
<mn>360</mn>
1780+
<mo>&#xB0;</mo>
17771781
</mfrac>
17781782
<mo>+</mo>
17791783
<mn>2</mn>
@@ -1833,6 +1837,7 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
18331837
<mo>)</mo>
18341838
</mrow>
18351839
<mn>360</mn>
1840+
<mo>&#xB0;</mo>
18361841
</mfrac>
18371842
<mo>-</mo>
18381843
<mfrac>
@@ -1881,6 +1886,7 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
18811886
<mfrac>
18821887
<mrow>
18831888
<mn>90</mn>
1889+
<mo>&#xB0;</mo>
18841890
<mo>-</mo>
18851891
<mn>2</mn>
18861892
<mo>×</mo>
@@ -1893,6 +1899,7 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
18931899
<mo>)</mo>
18941900
</mrow>
18951901
<mn>360</mn>
1902+
<mo>&#xB0;</mo>
18961903
</mfrac>
18971904
<mo>+</mo>
18981905
<mfrac>
@@ -1917,6 +1924,7 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
19171924
<mo>)</mo>
19181925
</mrow>
19191926
<mn>360</mn>
1927+
<mo>&#xB0;</mo>
19201928
</mfrac>
19211929
<mo>-</mo>
19221930
<mfrac>
@@ -1949,6 +1957,7 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
19491957
<mfrac>
19501958
<mrow>
19511959
<mn>90</mn>
1960+
<mo>&#xB0;</mo>
19521961
<mo>-</mo>
19531962
<mn>2</mn>
19541963
<mo>×</mo>
@@ -1961,6 +1970,7 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
19611970
<mo>)</mo>
19621971
</mrow>
19631972
<mn>360</mn>
1973+
<mo>&#xB0;</mo>
19641974
</mfrac>
19651975
<mo>)</mo>
19661976
<mo>=</mo>
@@ -1977,25 +1987,33 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
19771987
<mo>)</mo>
19781988
</mrow>
19791989
<mn>360</mn>
1990+
<mo>&#xB0;</mo>
19801991
</mfrac>
19811992
</mrow>
19821993
</math>
19831994
<br>
19841995
<br>
1985-
<p style="margin:12px;">Substituting 90°/360° for 1/4 :
1996+
<p style="margin:12px;">Substituting 90° / 360° for 1 / 4 :
19861997
</p>
19871998
<br>
19881999
<math style="margin:12px;" xmlns="http://www.w3.org/1998/Math/MathML" >
19892000
<mrow>
19902001
<mfrac>
2002+
<mrow>
19912003
<mn>90</mn>
2004+
<mo>&#xB0;</mo>
2005+
</mrow>
2006+
<mrow>
19922007
<mn>360</mn>
2008+
<mo>&#xB0;</mo>
2009+
</mrow>
19932010
</mfrac>
19942011
<mo>-</mo>
19952012
<mo>(</mo>
19962013
<mfrac>
19972014
<mrow>
19982015
<mn>90</mn>
2016+
<mo>&#xB0;</mo>
19992017
<mo>-</mo>
20002018
<mn>2</mn>
20012019
<mo>×</mo>
@@ -2008,6 +2026,7 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
20082026
<mo>)</mo>
20092027
</mrow>
20102028
<mn>360</mn>
2029+
<mo>&#xB0;</mo>
20112030
</mfrac>
20122031
<mo>)</mo>
20132032
<mo>=</mo>
@@ -2024,6 +2043,7 @@ <h6 style="font-size:160%;margin:7px;">Area of a regular polygon</h6>
20242043
<mo>)</mo>
20252044
</mrow>
20262045
<mn>360</mn>
2046+
<mo>&#xB0;</mo>
20272047
</mfrac>
20282048
</mrow>
20292049
</math>

0 commit comments

Comments
 (0)