8
$\begingroup$

couple days ago in my math high school lessons I learned that sum of interior angles in convex polygon is:

$Z$ = sum of the angles, $n$ = number of sides in polygon

$Z=(n-2)\cdot 180$

Can someone help me understanding this formula, and why is it like this?

  • 3
    Hint chop the shape into triangles.2017-02-26
  • 0
    BTW, this is not restricted to the convex case2017-02-26
  • 0
    The polygon can be "concave," but the theorem does not apply to _all_polygons: if you allow self-intersecting polygons, you can get $180n,$ $180(n+2),$ or a larger sum.2017-02-26

5 Answers 5

20

Here is a useful diagram:

enter image description here

The sum of all the angles in all the triangles equals the sum of the interior angles of the polygon. Notice that the shape has $7$ sides, and we are able to fit $5$ triangles inside it each of whose angles sum to $180$ degrees. This generalises to a $n$ sided polygon being able to fit $n-2$ triangles inside it as shown above. Then the sum of the angles must = $(n-2)*180$ degrees

8

One way to understand this is to look at the exterior angles in a traverse one way around the polygon - the exterior angle being the angle turned in passing each vertex. (For example, in a regular decagon, the exterior angle at each vertex is $36°$.) Clearly the sum of such angles $\{\epsilon_i\}$ is $360°$, since you arrive back on the starting edge having turned fully around the polygon. The interior angles $\{\theta_i\}$ are each $\theta_k=180°-\epsilon_k$, so you have $$\sum^n \theta_i = \sum^n (180°-\epsilon_i) = n\cdot180° - \sum^n \epsilon_i = n \cdot 180°-360° = (n-2)180°$$


diagram for clarity

enter image description here

  • 0
    I've seen this before but struggle to understand. Would you care to explain. Why should it be $360$, can't you say we also traverse around the inside, ending up in the same place. So the interior angles add to $360$?2017-02-26
  • 0
    The exterior angle represent how much you have deviated from going straight on at the vertex. So we're not "inside" or "outside" the polygon, we're just using different labels to describe different aspects of the angle at the vertex.2017-02-26
  • 0
    Also, if you imagine traversing around the inside of the polygon, take note of the fact that you don't make any turns that are fully through any of the interior angles.2017-02-26
  • 0
    [Here's another way to think about it](http://www.mathwarehouse.com/animated-gifs/images/exterior-angles-polygon-animated-demonstration.gif)2017-02-28
4

Start with a triangle.

Choose an edge on the triangle and mark a point on it.

Now imagine pulling the point outwardly away from the edge.

What happens is the original triangle gains 2 more edges and there is an extra $180^{\circ} $ from the triangle formed by the original edge and the two new ones.

This has the advantage of explaining why there are $n-2$ less triangles as each triangle is paired with the $2$ parts of a broken edge.

If I get chance I'll add an animation or if someone wants to edit feel free. This can be extended to make the polygon grow.

2

Hint Pick a point in the interior of the polygon. Then, drawing line segments from the point to each vertex divides the polygon into triangles, but you already know that the sum of the angles of a triangle is $180^{\circ}$.

2

See the case, when $n=3$ i.e. the polygon is triangle. Now sum of all interior angles of a triangle is $180^0$ which matches with formula.
For $n>3$, we can divide the polygon into $n-2$ triangles. So, the sum of interior angles will be $(n-2)180$.