geometry

Polygon

A polygon is a closed 2D shape with straight sides. Common types: triangle (3), quadrilateral (4), pentagon (5), hexagon (6), and so on.

本术语中文版本即将上线。下方暂以英文原文展示。

A polygon is a closed two-dimensional figure formed by straight line segments. Each segment is a side, and each meeting point is a vertex.

Classification by number of sides:

  • 3: triangle
  • 4: quadrilateral (square, rectangle, rhombus, trapezoid, parallelogram)
  • 5: pentagon
  • 6: hexagon
  • 7: heptagon
  • 8: octagon
  • 10: decagon
  • nn: nn-gon

A polygon is regular when all sides and all angles are equal (equilateral triangle, square, regular pentagon, ...). A regular hexagon has interior angles of 120°120° and tiles the plane — which is why honeycombs are hexagonal.

Key formulas:

  • Sum of interior angles: (n2)180°(n - 2) \cdot 180°.
  • Each interior angle of a regular nn-gon: (n2)180°n\frac{(n-2) \cdot 180°}{n}.
  • Sum of exterior angles: always 360°360°, regardless of nn.

A polygon is convex if all interior angles are <180°< 180° (no "dents") and concave otherwise.