Polygon Properties
A polygon is a closed figure formed by three or more straight line segments called sides, which meet at points called vertices. Each polygon is classified by its number of sides: a triangle has 3 sides, a quadrilateral has 4 sides, a pentagon has 5 sides, and so on. Regular polygons have all sides equal in length and all angles equal in measure.
Why it matters
Polygon properties appear throughout architecture, engineering, and design. Stop signs use regular octagons because their 8 equal sides create visual balance and recognition from any angle. Soccer balls combine pentagons and hexagons — each pentagon is surrounded by 5 hexagons, creating the familiar spherical shape through 32 total faces. In computer graphics, complex curved surfaces are approximated using thousands of triangular polygons. The interior angle formula (n-2)×180°/n determines how polygon tiles fit together: regular hexagons tessellate perfectly because each 120° interior angle allows exactly 3 hexagons to meet at each vertex (3×120° = 360°). Understanding these relationships prepares students for trigonometry, coordinate geometry, and calculus, where polygon approximations help calculate areas under curves.
How to solve polygon properties
Polygon Properties
- Sum of interior angles = (n − 2) × 180°.
- Each interior angle of a regular n-gon = (n − 2) × 180° ÷ n.
- Exterior angles always sum to 360°.
- Each exterior angle of a regular n-gon = 360° ÷ n.
Example: Hexagon (n=6): sum = 4 × 180° = 720°, each = 120°.
Worked examples
How many sides does a hexagon have?
Answer: 6
- Recall the definition of a hexagon → 6 — A hexagon has 6 sides.
What is the name of a 8-sided polygon?
Answer: octagon
- Match the number of sides to the polygon name → octagon — A polygon with 8 sides is called a octagon.
Find the interior angle of a regular octagon.
Answer: 135°
- Use formula: (n - 2) × 180 / n → (8 - 2) × 1808 = 6 × 1808 = 135° — Each interior angle of a regular octagon = (n-2)×180/n = 135°.
Common mistakes
- Confusing interior and exterior angles leads to calculating 360°÷6 = 60° for a hexagon's interior angle instead of the correct (6-2)×180°÷6 = 120°.
- Mixing up the formulas results in using (n-2)×180° for a single interior angle rather than the sum of all interior angles, giving 720° for one hexagon angle instead of 120°.
- Forgetting that exterior angles sum to 360° for any polygon causes errors like claiming a pentagon's exterior angles sum to 540° instead of 360°.