The star polygon Star(n,d) is the geometric figure formed by connecting with line segments every dth point out of n evenly spaced points on a circle. If the points aren't all connected after the first pass, then start with the first unconnected point and repeat the procedure. Star(8,2) and Star(8,3) are illustrated below.

This project is challenging! Start early and ask many questions.
Obtain a copy of Winlab and experiment with star polygons. Construct Star(n,1) and Star(n,n-1) for several values of n. What is the common name given to the type of geometric figure you obtain?
The first person to systematically study star polygons was Thomas Bradwardine. Write a short biography of him.
There are several star polygons that commonly appear in art and on decorations. Find a few examples, sketch them, and name them using the notation Star(n,d).
Sketch the following pairs of star polygons.
Each star polygon in the problem above could be completed by beginning at any point and drawing one continuous path (i.e. by never picking up your pencil). This is not the case for Star(8,2); it required 2 different paths (see the illustration above).
Determine the number of paths required to complete each of the following.
Let S(n) denote the number of different star polygons with n points that can be constructed with one continuous path. Complete the following table.
| n | S(n) |
| 3 | 1 |
| 4 | 1 |
| 5 | 2 |
| 6 | 1 |
| 7 | |
| 8 | |
| 9 | |
| 10 | |
| 11 | |
| 12 | |
| 13 | |
| 14 | |
| 15 |
A special function called Euler's totient function, f(n), often arises when studying divisors. Find out a little bit about this function and how it is defined. How are S(n) and f(n) related?
We will use the word orbit to describe a complete trip around a circle. (Do not to confuse the words orbit and path. They mean different things.) For example, we needed 1 orbit to complete a single path of Star(8,2) and 3 orbits to complete a single path of Star(8,3).
Re-analyze your conjecture in Problem 6 after constructing Star(15,9) and Star(24,16).