Inscribe a regular hexagon inside a regular pentagon in such a manner that at least four of six vertices touch the pentagon. The hexagon does not cross the edge of the pentagon at any point. Find the largest hexagon which can be so inscribed. If the pentagon has side length 1, submit the length of the side of the hexagon, , as .
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.
Starting with a unit pentagon centered at the origin in standard orientation, its vertices { P i } can be computed, as well as the normals to its sides { n i } . In particular , if the radius of the pentagon is R then,
R = 2 sin 5 π 1
Focusing on the right half of the pentagon, we take
P 1 = R ( sin 5 π , − cos 5 π )
P 2 = R ( sin 5 3 π , − cos 5 3 π )
the normals to the right sides of the pentagon are
n 1 = ( sin 5 2 π , − cos 5 2 π )
n 2 = ( sin 5 4 π , − cos 5 4 π )
The hexagon is positioned as shown in the diagram above. Its center is at ( 0 , Y ) , and its side length is s .
The right point on the hexagon has the following coordinates
Q 1 = ( s , Y )
and the upper right point has coordinates
Q 2 = ( 2 1 s , Y + 2 3 s )
Imposing the condition that these two points lie on the sides of the pentagon, yields
n 1 . ( Q 1 − P 1 ) = 0 , and
n 2 . ( Q 2 − P 2 ) = 0
these equations are linear equations in s and Y , and can be solved readily to yield,
s ≈ 0 . 7 1 4 5 8 0 3 7 0 7 2 and Y ≈ − 0 . 0 2 7 7 8 0 4 6
Hence, the answer is ⌊ 1 0 4 ( 0 . 7 1 4 5 8 0 3 7 0 7 2 ) ⌋ = 7 1 4 5