In a recent Problem of the Week , we learned that an equiangular hexagon (6-sided figure whose interior angles are all the same) exists if and only if the side lengths, represented by a i , satisfy S = a 1 − a 4 = − ( a 2 − a 5 ) = a 3 − a 6 = − ( a 4 − a 1 ) = a 5 − a 2 = − ( a 6 − a 3 ) .
True or False?
An equiangular 18-gon exists if and only if the side lengths, represented by a i , satisfy S = a 1 − a 1 0 = − ( a 2 − a 1 1 ) = a 3 − a 1 2 = ⋯ = − ( a 1 8 − a 9 ) .
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.
Indeed! This solution provides some insight into the underlying theory, and how it goes wrong / right (depending on your point of view).
For those who are interested in grappling with this further, think about how the triangle case (where equiangular implies equilaterial) relates to the hexagon case, particularly in terms of how the 3rd and 6th roots of unity are related. (For example, rewrite my solution using the 6th root of unity, and see how much neater it becomes.)
In particular, conclude that when n is prime, the equiangular n − gon is regular, and the equiangular 2 n − gon has the simple description as stated. However, for composite n , the 2 n − gon starts getting really interesting.
If you want to take this further, think about how the 6th and 18th root of unity interact to give the weird 18-gon that we see above.
FYI I'm not sure how you came up with the counterexample, but all that you needed was the observation that x 6 − x 3 + 1 = 0 .
In addition, there is an easy/obvious counterexample, which is symmetric of order 3. Though that might not have misled people into thinking that there must always be symmetry, especially since Jon's example also has a line of symmetry (connecting midpoints of sides a 4 and a 1 3 .
So, as an exercise, find a counterexample where there is no symmetry.
Hint: We just need to find ∑ a i ω i = 0 where the coefficients are "lopsided".
[This is not a complete solution.]
Turns out that this problem is harder than I anticipated (in part because I already knew how to think of the underlying theory).
First, let's review why the condition occurs for a hexagon. Let's represent the sides of the hexagon using complex numbers as vectors.
The first side, which (WLOG) goes right will be represented by
a
1
.
The second side, which (WLOG) goes
6
0
∘
north of east, will be represented by
−
a
2
ω
2
, where
ω
is the cube root of unity.
The third side, which goes
6
0
∘
north of west, will be represented by
a
3
ω
.
The fourth side, which goes left, will be represented by
−
a
4
.
The fifth side, which goes
6
0
∘
south of west, will be represented by
a
5
ω
2
.
The sixth side, which goes
6
0
∘
south of east, will be represented by
a
6
ω
.
Then, in order for this to form a polygon, the path must be closed, meaning that we're back to the same point. Thus,
a 1 − a 2 ω 2 + a 3 ω − a 4 + a 5 ω 2 − a 6 ω = 0 ( a 1 − a 4 ) + ( a 3 − a 6 ) ω + ( a 5 − a 2 ) ω 2 = 0
Recall that for real numbers a , b , c , a + b ω + c ω 2 = 0 if and only if a = b = c . Hence, we can conclude that
a 1 − a 5 = − ( a 2 − a 5 ) = a 3 − a 6
Now, apply this to the 18-gon. What is the conclusion? Why do we arrive at a different result? At what point does the logic diverge?
Problem Loading...
Note Loading...
Set Loading...
This is a follow-up to Calvin's post. Borrowing the same notation, we have a 1 ω + a 2 ω 2 + ⋯ + a 1 8 ω 1 8 = 0 , where ω is a primitive 18th root of unity. The minimal polynomial of ω is x 6 − x 3 + 1 = 0 , the 18th cyclotomic polynomial. Using this result, the equation above reduces to ( − a 6 − a 9 + a 1 5 + a 1 8 ) + ( a 1 − a 7 − a 1 0 + a 1 6 ) ω + ( a 2 − a 8 − a 1 1 + a 1 7 ) ω 2 + ( a 3 + a 6 − a 9 − a 1 2 − a 1 5 + a 1 8 ) ω 3 + ( a 4 + a 7 − a 1 3 − a 1 6 ) ω 4 + ( a 5 + a 8 − a 1 4 − a 1 7 ) ω 5 = 0 . Hence, the a i must satisfy − a 6 − a 9 + a 1 5 + a 1 8 a 1 − a 7 − a 1 0 + a 1 6 a 2 − a 8 − a 1 1 + a 1 7 a 3 + a 6 − a 9 − a 1 2 − a 1 5 + a 1 8 a 4 + a 7 − a 1 3 − a 1 6 a 5 + a 8 − a 1 4 − a 1 7 = 0 , = 0 , = 0 , = 0 , = 0 , = 0 .
One solution is a 1 = a 4 = a 7 = 2 , a 1 3 = 3 , and the rest of the a i are equal to 1.
This example shows that the condition in the problem does not necessarily hold.