Misplaced Pages

Polygon: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 05:25, 16 February 2002 view sourceConversion script (talk | contribs)10 editsm Automated conversion← Previous edit Revision as of 16:25, 16 February 2002 view source Zundark (talk | contribs)Extended confirmed users, File movers, Pending changes reviewers29,661 edits remove large gap before table (caused by conversion script)Next edit →
Line 11: Line 11:
'''Regular Polygons''' '''Regular Polygons'''
<table border=2> <table border=2>
<tr> <th>Name</th> <th>Sides</th> <th>Angle*</th> </tr> <tr><th>Name</th> <th>Sides</th><th>Angle*</th> </tr>
<tr> <td>]</td> <td>3</td> <td>60&deg;</td> </tr> <tr><td>]</td><td>3</td> <td>60&deg;</td> </tr>
<tr> <td>]</td> <td>4</td> <td>90&deg;</td> </tr> <tr><td>]</td><td>4</td> <td>90&deg;</td> </tr>
<tr> <td>]</td> <td>5</td> <td>108&deg;</td> </tr> <tr><td>]</td><td>5</td> <td>108&deg;</td> </tr>
<tr> <td>]</td> <td>6</td> <td>120&deg;</td> </tr> <tr><td>]</td><td>6</td> <td>120&deg;</td> </tr>
<tr> <td>]</td> <td>7</td> <td>128.57&deg; (approx.)</td> </tr> <tr><td>]</td><td>7</td> <td>128.57&deg; (approx.)</td> </tr>
<tr> <td>Octagon</td> <td>8</td> <td>135&deg;</td> </tr> <tr><td>Octagon</td><td>8</td> <td>135&deg;</td> </tr>
<tr> <td>Nonagon</td> <td>9</td> <td>140&deg;</td> </tr> <tr><td>Nonagon</td><td>9</td> <td>140&deg;</td> </tr>
<tr> <td>Decagon</td> <td>10</td> <td>144&deg;</td> </tr> <tr><td>Decagon</td><td>10</td> <td>144&deg;</td> </tr>
<tr> <td>Hectagon</td> <td>100</td> <td>176.4&deg;</td> </tr> <tr><td>Hectagon</td><td>100</td> <td>176.4&deg;</td> </tr>
<tr> <td>Megagon</td> <td>10<sup>6</sup></td> <td>179.99964&deg;</td> </tr> <tr><td>Megagon</td><td>10<sup>6</sup></td> <td>179.99964&deg;</td> </tr>
<tr> <td>]</td> <td>10<sup>100</sup></td> <td>180&deg; (approx.)</td> </tr> <tr><td>]</td> <td>10<sup>100</sup></td> <td>180&deg; (approx.)</td></tr>
</table> </table>


* Angle = 180&deg; - 360&deg;<nowiki>/Sides</nowiki> <nowiki>*</nowiki> Angle = 180&deg; - 360&deg;/Sides


We will assume ] throughout. We will assume ] throughout.
Line 37: Line 37:
The question of which regular polygons can be constructed with ruler and compass alone was settled by ] when he was 19: The question of which regular polygons can be constructed with ruler and compass alone was settled by ] when he was 19:
:A regular polygon with ''n'' sides can be constructed with ruler and compass if and only if the odd ] factors of ''n'' are distinct prime numbers of the form 2^(2^k)+1. (The only known primes of this type are 3, 5, 17, 257, 65537.) :A regular polygon with ''n'' sides can be constructed with ruler and compass if and only if the odd ] factors of ''n'' are distinct prime numbers of the form 2^(2^k)+1. (The only known primes of this type are 3, 5, 17, 257, 65537.)

---- ----
See also ], ]. See also ], ].
----
]

Revision as of 16:25, 16 February 2002

A polygon (from the Greek poly, for "many", and gwnos, for "angle") is a closed planar path composed of a finite number of straight lines. Regular polygons have sides that are of equal length and have equal angles between succesive pairs of sides. Concave polygons have at least one internal angle that is greater than 180°, whereas convex polygons have all internal angles less than 180°. A concyclic or cyclic polygon has all of its vertexes lying on the same circle. A polygon can belong to several classifications simultaneously. For example, a square is a regular, convex, cyclic polygon.

Regular Polygons

Name SidesAngle*
Triangle3 60°
Square4 90°
Pentagon5 108°
Hexagon6 120°
Heptagon7 128.57° (approx.)
Octagon8 135°
Nonagon9 140°
Decagon10 144°
Hectagon100 176.4°
Megagon10 179.99964°
Googolgon 10 180° (approx.)
* Angle = 180° - 360°/Sides

We will assume Euclidean geometry throughout.

Any polygon, regular or irregular, has as many angles as it has sides, and the sum of its angles is equal to (s-2)×180°, where s is the number of its sides.

The area A of a polygon can be computed if the cartesian coordinates (x1, y1), (x2, y2), ..., (xn, yn) of its vertices, listed in order as the area is circulated in counter-clockwise fashion, are known. The formula is

A = 1/2 · (x1y2 - x2y1 + x2y3 - x3y2 + ... + xny1 - x1yn)

The question of which regular polygons can be constructed with ruler and compass alone was settled by Gauss when he was 19:

A regular polygon with n sides can be constructed with ruler and compass if and only if the odd prime factors of n are distinct prime numbers of the form 2^(2^k)+1. (The only known primes of this type are 3, 5, 17, 257, 65537.)

See also polyhedron, polytope.