Revision as of 01:10, 24 January 2003 view sourceXJaM (talk | contribs)Extended confirmed users11,305 editsm tiding/typos/+see also← Previous edit | Revision as of 04:07, 11 February 2003 view source Graue (talk | contribs)Extended confirmed users897 editsmNo edit summaryNext edit → | ||
Line 33: | Line 33: | ||
<tr><td>Regular ]</td><td>6</td> <td>120°</td> </tr> | <tr><td>Regular ]</td><td>6</td> <td>120°</td> </tr> | ||
<tr><td>Regular ]</td><td>7</td> <td>128.57° (approx.)</td> </tr> | <tr><td>Regular ]</td><td>7</td> <td>128.57° (approx.)</td> </tr> | ||
<tr><td>Regular octagon</td><td>8</td> <td>135°</td> </tr> | <tr><td>Regular ]</td><td>8</td> <td>135°</td> </tr> | ||
<tr><td>Regular nonagon</td><td>9</td> <td>140°</td> </tr> | <tr><td>Regular ]</td><td>9</td> <td>140°</td> </tr> | ||
<tr><td>Regular decagon</td><td>10</td> <td>144°</td> </tr> | <tr><td>Regular ]</td><td>10</td> <td>144°</td> </tr> | ||
<tr><td>Regular hectagon</td><td>100</td> <td>176.4°</td> </tr> | <tr><td>Regular ]</td><td>100</td> <td>176.4°</td> </tr> | ||
<tr><td>Regular megagon</td><td>10<sup>6</sup></td> <td>179.99964°</td> </tr> | <tr><td>Regular ]</td><td>10<sup>6</sup></td> <td>179.99964°</td> </tr> | ||
<tr><td>Regular ]</td> <td>10<sup>100</sup></td> <td>180° (approx.)</td></tr> | <tr><td>Regular ]</td> <td>10<sup>100</sup></td> <td>180° (approx.)</td></tr> | ||
</table> | </table> |
Revision as of 04:07, 11 February 2003
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. The term polygon sometimes also refers to the interior of the polygon (the open area that this path encloses) or to the union of both.
Polygons are named according to the number of sides, combining a Greek root with the suffix -gon, eg pentagon, dodecagon. The triangle and quadrilateral are exceptions. For larger numbers, mathematicians write the numeral itself, eg 17-gon. A variable can even be used, usually n-gon. This is useful if the number of sides is used in a formula. For example, the sum of the angles of an n-gon is (n-2)π.
The taxonomic classification of polygons is illustrated by the following tree:
Polygon
/ \
Simple Complex
/ \
Convex Concave
/
Regular
- A polygon is simple if it is described by a single, non-intersecting boundary; otherwise it is called complex.
- A simple polygon is called convex if it has no internal angles greater than 180° otherwise it is called concave.
- A polygon is called regular if all its sides are of equal length and all its angles are equal.
An additional classification, not part of this taxonomy, is a concyclic or cyclic polygon - all the vertices of which lie on a circle. Note that all triangles have this property (circumcircle).
For example, a square is a regular, convex, simple polygon (it is also cyclic).
Regular Polygons
Name | Sides | Angle* |
---|---|---|
equilateral triangle | 3 | 60° |
square | 4 | 90° |
Regular pentagon | 5 | 108° |
Regular hexagon | 6 | 120° |
Regular heptagon | 7 | 128.57° (approx.) |
Regular octagon | 8 | 135° |
Regular nonagon | 9 | 140° |
Regular decagon | 10 | 144° |
Regular hectagon | 100 | 176.4° |
Regular megagon | 10 | 179.99964° |
Regular googolgon | 10 | 180° (approx.) |
We will assume Euclidean geometry throughout.
Any polygon, regular or irregular, has as many angles as it has sides. For an n-gon:
- Angle of regular polygon = π - 2π / n
- Sum of inner angles of simple polygon = (n-2)π
The area A of a simple 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)
This same formula can also be used to calculate the signed area of complex polygons: follow the sequence of points and count area to the left of your path positive, to the right negative.
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
The only known primes of this type are 3, 5, 17, 257, 65537: the Fermat primes.
See also: geometric shape, polyhedron, polytope, cyclic polygon.