TOPICS
Search

Polygon


PolygonUnfilled

A polygon can be defined (as illustrated above) as a geometric object "consisting of a number of points (called vertices) and an equal number of line segments (called sides), namely a cyclically ordered set of points in a plane, with no three successive points collinear, together with the line segments joining consecutive pairs of the points. In other words, a polygon is closed broken line lying in a plane" (Coxeter and Greitzer 1967, p. 51).

PolygonFilled

There is unfortunately substantial disagreement over the definition of a polygon. Other sources commonly define a polygon (in the sense illustrated above) as a "closed plane figure with straight edges" (Gellert et al. 1989, p. 162), "a closed plane figure bounded by straight line segments as its sides" (Bronshtein et al. 2003, p. 137), or "a closed plane figure bounded by three or more line segments that terminate in pairs at the same number of vertices, and do not intersect other than at their vertices" (Borowski and Borwein 2005, p. 573). These definitions all imply that a polygon is a set of line segments plus the region they enclose, though they never define precisely what is meant by "closed plane figure" and universally depict polygons as a closed broken black lines with no shading of the interiors.

PolygonSelfIntersecting

In computer graphics parlance, the term polygon uniformly refers to a "filled" polygon, as is the case with the Wolfram Language's Polygon command, where the documentation explicitly includes the word "filled." However, this convention is also not without difficulty, since self-intersecting polygons are often rendered not as filled, but instead as alternating filled and non-filled depending on the number of self-overlaps (see figure above).

While the "filled" usage is consistent with common terminology such as "the area of a square is a^2," perhaps most clear is to use the terms "polygonal lamina" or "filled polygon" to refer to the region of which a closed broken line is the boundary. However, in keeping with common usage and to avoid excessive verbosity, this work will still use imprecise terms such as "the area of a triangle" to refer to the area of a triangular lamina when this meaning is clear by context.

A polygon with n vertices (and n sides) is known as an n-gon. A polygon for which the only points of the plane belonging to two polygon edges of are the polygon vertices is said to be a simple polygon.

If all sides and angles are equivalent, the polygon is called regular. Polygons can be convex, concave, or star. The word "polygon" derives from the Greek poly, meaning "many," and gonia, meaning "angle."

The most familiar type of polygon is the regular polygon, which is a convex polygon with equal sides lengths and angles. The generalization of a polygon into three dimensions is called a polyhedron, into four dimensions is called a polychoron, and into n dimensions is called a polytope.

PolygonInternalAngles

The sum I of interior angles in the top left diagram of a dissected polygon is

 I=sum_(i=1)^n(alpha_i+beta_i)=sum_(i=1)^n(alpha_i+beta_i+gamma_i)-sum_(i=1)^ngamma_i.
(1)

But

 sum_(i=1)^ngamma_i=360 degrees
(2)

and the sum of angles of the n triangles is

 sum_(i=1)^n(alpha_i+beta_i+gamma_i)=sum_(i=1)^n(180 degrees)=n(180 degrees).
(3)

Therefore,

 I=n(180 degrees)-360 degrees=(n-2)180 degrees.
(4)

The same equation can be derived using exterior angles (top right figure) or a triangulation from a single vertex (bottom figure).

The following table gives the names for polygons with n sides. The words for polygons with n>=5 sides (e.g., pentagon, hexagon, heptagon, etc.) can refer to either regular or non-regular polygons, depending on context. It is therefore always best to specify "regular n-gon" explicitly. For some polygons, several different terms are used interchangeably, e.g., nonagon and enneagon both refer to the polygon with n=9 sides.

npolygon
2digon
3triangle (trigon)
4quadrilateral (tetragon)
5pentagon
6hexagon
7heptagon
8octagon
9nonagon (enneagon)
10decagon
11hendecagon (undecagon)
12dodecagon
13tridecagon (triskaidecagon)
14tetradecagon (tetrakaidecagon)
15pentadecagon (pentakaidecagon)
16hexadecagon (hexakaidecagon)
17heptadecagon (heptakaidecagon)
18octadecagon (octakaidecagon)
19enneadecagon (enneakaidecagon)
20icosagon
30triacontagon
40tetracontagon
50pentacontagon
60hexacontagon
70heptacontagon
80octacontagon
90enneacontagon
100hectogon
10000myriagon

See also

257-gon, 65537-gon, Anthropomorphic Polygon, Bicentric Polygon, Carnot's Polygon Theorem, Chaos Game, Convex Polygon, Cyclic Polygon, de Moivre Number, Derived Polygon, Equiangular Polygon, Equilateral Polygon, Equilateral Triangle, Euler's Polygon Division Problem, Heptadecagon, Hexagon, Hexagram, Illumination Problem, Lozenge, Octagon, Parallelogram, Pascal's Theorem, Pentagon, Pentagram, Petrie Polygon, Planar Polygon, Polychoron, Polygon Area, Polygon Circumscribing, Polygon Diagonal, Polygon Inscribing, Polygonal Knot, Polygonal Number, Polygonal Spiral, Polygram, Polyhedral Formula, Polyhedron, Polytope, Quadrangle, Quadrilateral, Regular Polygon, Reuleaux Polygon, Rhombus, Rotor, Roulette, Simple Polygon, Simplicity, Square, Star Polygon, Trapezium, Trapezoid, Triangle, Visible Point, Voronoi Polygon, Wallace-Bolyai-Gerwien Theorem Explore this topic in the MathWorld classroom

Explore with Wolfram|Alpha

References

Beyer, W. H. CRC Standard Mathematical Tables, 28th ed. Boca Raton, FL: CRC Press, pp. 124-125 and 196, 1987.Borowski, E. J. and Borwein, J. M. (Eds.). Collins Web-Linked Dictionary of Mathematics, 2nd ed. New York: HarperCollins, 2005.Bronshtein, I. N.; Semendyayev, K. A.; Musiol, G.; and Muehlig, H. Handbook of Mathematics, 4th ed. Berlin: Springer, 2003.Coxeter, H. S. M. and Greitzer, S. L. Geometry Revisited. Washington, DC: Math. Assoc. Amer., 1967.Gellert, W.; Gottwald, S.; Hellwich, M.; Kästner, H.; and Künstner, H. (Eds.). VNR Concise Encyclopedia of Mathematics, 2nd ed. New York: Van Nostrand Reinhold, 1989.

Referenced on Wolfram|Alpha

Polygon

Cite this as:

Weisstein, Eric W. "Polygon." From MathWorld--A Wolfram Web Resource. https://mathworld.wolfram.com/Polygon.html

Subject classifications