Difference between revisions of "Dodecagon"
m |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | A '''dodecagon''' is a 12-sided [[polygon]]. The sum of its internal [[angle]]s is <math>1800^{\circ}</math>. | + | A '''dodecagon''' is a 12-sided [[polygon]]. The sum of its internal [[angle]]s is <math>1800^{\circ}</math>. Each of its exterior angles has measure <math>30^{\circ}</math>. |
A regular dodecagon can be seen below: | A regular dodecagon can be seen below: | ||
− | + | <asy> | |
for(int i = 0; i <= 11; ++i) { | for(int i = 0; i <= 11; ++i) { | ||
draw(dir(360/12*i)--dir(360/12*(i + 1))); | draw(dir(360/12*i)--dir(360/12*(i + 1))); | ||
Line 36: | Line 36: | ||
pair O = (dir(360/12*0)+dir(360/12*6))/2; | pair O = (dir(360/12*0)+dir(360/12*6))/2; | ||
label("O",O,S); | label("O",O,S); | ||
− | draw(A-- | + | draw(A--O); |
draw(Circle(O,1)); | draw(Circle(O,1)); | ||
− | + | </asy> | |
− | The area of a regular dodecagon can be calculated by the formula <math>3R^2</math>, where <math>R</math> is the circumradius of the dodecagon. In this case, <math>R</math> would be <math>OA</math>. | + | The area of a regular dodecagon can be calculated by the formula <math>3R^2</math>, where <math>R</math> is the circumradius of the dodecagon. In this case, <math>R</math> would be <math>OA</math>. Also, each small triangle (<math>AOB</math>, <math>BOC</math>, etc.) is congruent, so <math>\angle AOB=\angle BOC=\angle COD</math> (etc) <math>=30^{\circ}</math>. |
==See Also== | ==See Also== |
Latest revision as of 12:08, 15 June 2018
A dodecagon is a 12-sided polygon. The sum of its internal angles is . Each of its exterior angles has measure .
A regular dodecagon can be seen below:
The area of a regular dodecagon can be calculated by the formula , where is the circumradius of the dodecagon. In this case, would be . Also, each small triangle (, , etc.) is congruent, so (etc) .
See Also
This article is a stub. Help us out by expanding it.