Skip to content

Commit 2eab47c

Browse files
authored
Update index.html
1 parent 41e932e commit 2eab47c

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

index.html

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3213,7 +3213,26 @@ <h3 itemprop="name" style="margin:7px">Area of a Circle Segment</h3>
32133213
<br>
32143214
<p itemprop="abstract" style="margin:12px">The area of a circle segment can be calculated by subtracting a triangle from a circle slice.</p>
32153215
<br>
3216-
<p itemprop="description" style="margin:12px">The triangle is given by the ratio between the chord and the height or the parent radius via trigonometric functions.</p>
3216+
<p itemprop="description" style="margin:12px">The angle of the slice is given by the ratio between the segment height and the radius of the parent circle. The base of the triangle is the chord, its height is the segment height subtracted from the radius of the parent circle. If the radius of the parent circle is unknown it can be calculated from the the length of the segment ( chord ).</p>
3217+
<br>
3218+
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
3219+
<mi>radius</mi>
3220+
<mo>=</mo>
3221+
<mfrac>
3222+
<mrow>
3223+
<msup><mi>chord</mi><mn>2</mn></msup>
3224+
<mo>+</mo>
3225+
<mn>4</mn>
3226+
<msup><mi>height</mi><mn>2</mn></msup>
3227+
</mrow>
3228+
<mrow>
3229+
<mn>8</mn>
3230+
<mo>&#x2062;</mo> <!-- invisible times -->
3231+
<mi>h</mi>
3232+
</mrow>
3233+
</mfrac>
3234+
</math>
3235+
<br>
32173236
<br>
32183237
<div itemprop="mathExpression">
32193238
<math style="margin:12px" xmlns="http://www.w3.org/1998/Math/MathML">

0 commit comments

Comments
 (0)