Tag Archives: linear pair

Star angles

Given a 5-pointed star like the one shown below, what is the sum of the angles in the outer “arms” of the star?

Star1

A variation on this problem showed up on a contest our students took last week.  I think there are multiple solution approaches to this, but the exploration and discovery are well worth it.  I offer a generalization at the end.

While not permitted on the contest, my first instinct was to construct the star using dynamic geometry software.  The image below is my result using the TI-Nspire; other softwares would work equally well.

star2

After dragging around the star tips, watching the angles change while the sum didn’t, it was pretty clear that the sum was fixed at 180 degrees.  Nice, but why?

Here’s my no-technology solution from the day of the contest.

I saw the figure as an interior pentagon with exterior triangles off each edge.  Using this, I knew that ALL of the angles in the figure must add to 3\cdot 180 (for the pentagon) plus 5\cdot 180\deg (for the 5 triangles), for a total 8\cdot 180 degrees.  Then I noticed that there were 10 linear pairs of angles where the triangles met the pentagon, two at each pentagonal vertex.  Subtracting these from the initial sum would leave just the desired star point angles, but unfortunately would subtract the interior pentagonal angles twice, so the pentagon would need to be added back to re-balance.  That left the measure of the start point angles for any orientation to be:

8\cdot 180 (0riginal) -10\cdot 180 (10 linear pairs) + 3\cdot 180 (rebalance pentagon)

For a total of 1\cdot 180 = 180 degrees.

I’d love to hear other approaches.

EXTENDING:

There’s some lovely geometry and arithmetic overlaps in the construction of stars.  That’s perhaps another post for another time.  For now, I’ll extend this to stars with 5 or more points as stars with fewer points aren’t possible with non-degenerate internal polygons like above.

Using the same logic as above, imagine an n-pointed star comprised of an interior n-gon with its edges extended to form n exterior triangles.  My goal now is to find the sum of the n exterior star point angles.

As before, the n triangle angles sum to n\cdot 180 degrees and the interior n-gon’s angles sum to (n-2)\cdot 180 degrees for a total interior angle measure of (2n-2)\cdot 180 degrees.

There are 2n linear pairs at the junctures between the n-gon and its exterior triangles.  Subtracting their sum, (2n\cdot 180) degrees, from total angle sum subtracts the n-gon’s angles twice, so adding the n-gon’s angles, (n-2)\cdot 180 degrees, back in once gives the desired sum.

(2n-2)\cdot 180 - 2n\cdot 180 + (n-2)\cdot 180 = (n-4)\cdot 180 degrees

So, for any n-pointed star with n\ge 5 as defined above, the sum of the angles in the star’s exterior arms is (n-4)\cdot 180 degrees.  When n=5, we get the star point angle sum of 180 degrees from earlier.

This formula is itself not so interesting, but that one can know this general result from manipulating nothing more than the angle properties of triangles, polygons, and linear pairs is nice and completely accessible to geometry students of many levels and ages.

Again, I’d love to hear (and will post/share) any other solution approaches.