Definition
A polygon is a closed plane figure whose sides are line segments that intersect only at their endpoints.
Why It Matters
Polygons are the “discrete units” of geometry. Everything we build, from a cardboard box to a 3D video game character, is made of polygons. Understanding their fundamental rules—like why the exterior angles always sum to —is the difference between a model that works and one that “breaks” at the corners. It is the basic “grammar” of spatial design.
Core Concepts
- Convex vs. Concave:
- Convex: A polygon where every interior angle is between and . All diagonals lie inside the figure.
- Concave: A polygon with at least one reflex angle (). At least one diagonal lies outside the figure.
- Regular Polygon: A polygon that is both equilateral (all sides congruent) and equiangular (all angles congruent).
- Center: The common center of the inscribed and circumscribed circles.
- Radius (): Segment joining the center to a vertex. Bisects the vertex angle.
- Apothem (): Segment from center perpendicular to a side. Bisects the side.
- Central Angle (): Angle formed by two consecutive radii. .
- How to read: “The measure of the central angle c is equal to three hundred sixty degrees divided by the number of sides n.”
- Meaning: Full circle divided equally among vertices in a regular polygon.
- Diagonal Count: The number of diagonals in an -gon is:
- How to read: “The number of diagonals D is equal to the number of sides n times the quantity n minus three, all divided by two.”
- Meaning: Each vertex connects to others (excluding itself and two neighbors); divide by 2 to avoid double-counting.
- Angle Sums:
- Interior Sum: .
- Exterior Sum: (always, for any convex polygon).
- Individual Angles (Regular Only): and . Note and .
- How to read: “The interior angle sum S is equal to the quantity n minus two times one hundred eighty degrees; the sum of the exterior angles is equal to three hundred sixty degrees; the interior angle I of a regular polygon is the sum S divided by n; and the exterior angle E is three hundred sixty degrees divided by n.”
- Meaning: Triangulation gives triangles worth of angle; walking the perimeter turns total.