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 09:40, 14 May 2003 view sourceMinesweeper (talk | contribs)Administrators16,385 editsmNo edit summary← Previous edit Revision as of 16:37, 16 May 2003 view source AxelBoldt (talk | contribs)Administrators44,505 edits +graphicsNext edit →
Line 4: Line 4:
== Names and types == == Names and types ==


<table align=right>
<tr><td>]</td>
</tr>
<tr>
<td><center>''A simple non-convex hexagon''</center></td>
<tr><td>]</td>
</tr>
<tr>
<td><center>''A complex polygon''</center></td>
</table>
Polygons are named according to the number of sides, combining a Greek root with the suffix ''-gon'', e.g. '']'', '']''. The ] and ] are exceptions. For larger numbers, ]s write the ] 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. Polygons are named according to the number of sides, combining a Greek root with the suffix ''-gon'', e.g. '']'', '']''. The ] and ] are exceptions. For larger numbers, ]s write the ] 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.


Line 38: Line 48:
* A polygon is called ''regular'' if all its sides are of equal length and all its angles are equal. * 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 '']'' - all the vertices of which lie on a ]. A concyclic or ] is a polygon whose vertices all lie on a single ].


For example, a ] is a regular, cyclic quadrilateral. For example, a ] is a regular, cyclic quadrilateral.
Line 55: Line 65:
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. 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.


If two simple polygons of equal area are given, then the first can be cut into polygonal pieces which can be reassembled to form the second polygon. This is the ]. If any two simple polygons of equal area are given, then the first can be cut into polygonal pieces which can be reassembled to form the second polygon. This is the ].


The question of which regular polygons can be constructed with ] alone was settled by ] when he was 19: The question of which regular polygons can be constructed with ] 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 ] ] factors of ''n'' are distinct prime numbers of the form A regular ''n''-gon can be constructed with ruler and compass if and only if the ] ] factors of ''n'' are distinct prime numbers of the form


:<math> 2^{2^n} + 1 </math> :<math> 2^{2^n} + 1 </math>


These prime numbers are the ]s; the only known ones are 3, 5, 17, 257 and 65537. These prime numbers are the ]s; the only known ones are ], ], ], 257 and 65537.


'''See also:''' ], ], ], ]. '''See also:''' ], ], ], ].

Revision as of 16:37, 16 May 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 line segments. The term polygon sometimes also describes the interior of the polygon (the open area that this path encloses) or to the union of both.

Names and types

A simple non-convex hexagon
A simple non-convex hexagon
A complex polygon
A complex polygon

Polygons are named according to the number of sides, combining a Greek root with the suffix -gon, e.g. 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.

Polygon names
Name Sides
triangle3
quadrilateral4
pentagon5
hexagon6
heptagon7
octagon8
nonagon9
decagon10
hectagon100
megagon10
googolgon 10

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.

A concyclic or cyclic polygon is a polygon whose vertices all lie on a single circle.

For example, a square is a regular, cyclic quadrilateral.

Properties

We will assume Euclidean geometry throughout.

Any polygon, regular or irregular, complex or simple, has as many angles as it has sides. Any simple n-gon can be considered to be made up of (n-2) triangles. The sum of the inner angles of a simple n-gon is therfore (n-2)π radians (or (n-2)180°), and the inner angle of a regular n-gon is (n-2)π/n radians (or (n-2)180°/n).

All regular polygons are concyclic, as are all triangles (see circumcircle).

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.

If any two simple polygons of equal area are given, then the first can be cut into polygonal pieces which can be reassembled to form the second polygon. This is the Bolyai-Gerwien theorem.

The question of which regular polygons can be constructed with ruler and compass alone was settled by Carl Friedrich Gauss when he was 19: A regular n-gon 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 n + 1 {\displaystyle 2^{2^{n}}+1}

These prime numbers are the Fermat primes; the only known ones are 3, 5, 17, 257 and 65537.

See also: geometric shape, polyhedron, polytope, cyclic polygon.