12

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?

mrnovice
  • 5,773

5 Answers5

27

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

mrnovice
  • 5,773
11

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

Joffan
  • 39,627
  • 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$? – Ahmed S. Attaalla Feb 26 '17 at 16:05
  • 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. – Joffan Feb 26 '17 at 16:07
  • 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. – Dancrumb Feb 26 '17 at 16:54
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.

Karl
  • 4,693
3

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}$.

Travis Willse
  • 99,363
3

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$.