Polygons inscribed in a circle and stars

125 Views Asked by At

If on a circumference they are marked $n$ equally spaced points, those points can be joined by line segments contiguous (without lifting the pencil). If you join the consecutive points, you get a polygon regular of n sides (that's not funny). But if you join non-contiguous points (skipping from one, or two or three, etc.), are obtained polygons crashed sometimes and others Sometimes they are not crashed. Which are the Where are star-studded polygons? The 5-pointed star (so famous) is a example of them.

I came to the conclusion that if $n$ is odd we can build a star without lifting the pencil by jumping from a vertex, what more interesting things can be said? What happens if I jump from two vertices? I will form a star with what characteristics about $n$?

2

There are 2 best solutions below

0
On

Hint. $n$ being odd is not enough. Do some experiments with $15$ points.

After you have done enough examples you should guess something about when the number of points on the circle and the number you count to the next vertex have a common factor.

1
On

In fact it is not the "number you skip", as @EthanBolker said, it is more the $k$-th vertex you'd visit next in a total sequance of $n$ vertices, which has or has not a common factor. That is, whenever $\gcd(n,k)=1$, you could trace a complete polygon, which finally visits all of the $n$ vertices.

It is this very number $\gcd(n,k)$, which provides the count of separate circuits.

--- rk