Problem

Source: Sharygin 2018 grade 9, P8

Tags: geometry



Consider a fixed regular $n$-gon of unit side. When a second regular $n$-gon of unit size rolls around the first one, one of its vertices successively pinpoints the vertices of a closed broken line $\kappa$ as in the figure. [asy][asy] int n=9; draw(polygon(n)); for (int i = 0; i<n;++i) { draw(reflect(dir(360*i/n + 90), dir(360*(i+1)/n + 90))*polygon(n), dashed+linewidth(0.4)); draw(reflect(dir(360*i/n + 90),dir(360*(i+1)/n + 90))*(0,1)--reflect(dir(360*(i-1)/n + 90),dir(360*i/n + 90))*(0,1), linewidth(1.2)); } [/asy][/asy] Let $A$ be the area of a regular $n$-gon of unit side, and let $B$ be the area of a regular $n$-gon of unit circumradius. Prove that the area enclosed by $\kappa$ equals $6A-2B$.