Interior and Exterior Angle Sums of Polygons
For a polygon with \(n\) sides (where \(n \ge 3\)), two classic results are:
the sum of interior angles and the sum of exterior angles.
Sum of interior angles
Any simple polygon can be triangulated into \(n-2\) triangles.
Each triangle has angle sum \(180^\circ\), so:
\[
S_{\text{int}} = (n-2)\cdot 180^\circ.
\]
In radians, this is \(S_{\text{int}} = (n-2)\pi\).
Sum of exterior angles
If you walk around the boundary of a simple polygon (no self-intersections),
you make exactly one full turn, so the total exterior turning is:
\[
S_{\text{ext}} = 360^\circ \quad (\text{or } 2\pi \text{ radians}).
\]
This is true even for irregular polygons, as long as the boundary is a single non-self-intersecting loop.
Regular polygons (each angle)
For a regular polygon, all angles are equal:
\[
\alpha = \frac{S_{\text{int}}}{n} = \frac{(n-2)\cdot 180^\circ}{n},
\qquad
\beta = \frac{S_{\text{ext}}}{n} = \frac{360^\circ}{n},
\]
where \(\alpha\) is each interior angle and \(\beta\) is each exterior angle.
In radians:
\[
\alpha = \frac{(n-2)\pi}{n}, \qquad \beta = \frac{2\pi}{n}.
\]
Visualization features
- Interior wedge at a vertex (visualizes an interior angle).
- Exterior turning arrow (visualizes the turning angle at a vertex).
-
Walk-around animation: illustrates that the total exterior turning equals \(360^\circ\) (or \(2\pi\)).
-
Triangulation overlay (optional): draws diagonals from one vertex to show the
\(n-2\) triangles used in the interior-sum derivation.
Notes
- Convex vs. concave: the sums above still hold for simple concave polygons.
- Self-intersecting polygons: the exterior sum can differ depending on winding number (not covered here).
- Units: degrees are often used in geometry; radians are common in calculus/physics.