Consider three regular polygons adjacent to each other. As shown below, it is possible to completely cover 3 6 0 ∘ of space with the adjacent vertices and edges.
Is it possible to do the same for regular polygons with different numbers of sides of arithmetic progression ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let the number of sides be a , a + d , and a + 2 d for each regular polygon such that a < a + d < a + 2 d to follow an arithmetic progression. Then a ≥ 3 and a is an integer since it is the number of sides of a polygon, d is an integer since a is an integer and a + d is the number of sides of a polygon, and a < 6 since 3 regular hexagons already cover the space around the point and any more sides would cause an overlap of the polygons.
Since the 3 interior angles for each regular polygon must add up to 2 π to cover the space around the point, and each interior angle for a regular polygon with n sides is n ( n − 2 ) π , we have: a ( a − 2 ) π + a + d ( a + d − 2 ) π + a + 2 d ( a + 2 d − 2 ) π = 2 π This simplifies to: ( 4 − 2 a ) d 2 + ( 1 2 − 3 a 2 ) d + ( 6 a 2 − a 3 ) = 0 Then according to the quadratic equation: d = 8 − 4 a 3 a 2 − 1 2 a ± a a 2 − 8 a + 4 8
Since 3 ≤ a < 6 and a is an integer, a = 3 , a = 4 , or a = 5 . These values give a 2 − 8 a + 4 8 values of 3 3 , 3 2 , and 3 3 respectively, and none of these numbers are perfect squares, and so none of these values give a required integer value for d , and so the situation described in the problem is not possible.
Problem Loading...
Note Loading...
Set Loading...
consider number of sides to be ( a − d , a , a + d ) . then the 3 interior angle of the three polygons should add to 2 π or: 2 π = π − a − d 2 π + π − a 2 π + π − a + d 2 π → 1 = a − d 2 + a 2 + a + d 2 → a 3 − a d 2 = 6 a 2 − 2 d 2 → d 2 = a − 2 a 3 − 6 a → d = a − 2 a 3 − 6 a 2 notice that d is a positive integer so a − 2 ∣ a 3 − 6 a 2 = a ∗ a ∗ ( a − 6 ) → a − 2 ∣ 2 ∗ 2 ∗ ( − 4 ) this means a − 2 = 1 , 2 , 4 , 8 , 1 6 → a = 3 , 4 , 6 , 1 0 , 1 8 . non of this yields a positive integer for d and hence there is no solution.