LOGO Challenge 9 - Overlapping Polygons

This LOGO challenge starts by looking at 10-sided polygons then generalises the findings to any polygon, putting particular emphasis on external angles
Exploring and noticing Working systematically Conjecturing and generalising Visualising and representing Reasoning, convincing and proving
Being curious Being resourceful Being resilient Being collaborative


TO POLY :N

REPEAT :N [ FD 40 RT 360/:N]

END

It was while experimenting with the procedure above that the three overlapping motifs below were produced. In each case the motif is a regular dodecagon.

Image
LOGO Challenge 9 - Overlapping Polygons

Image
LOGO Challenge 9 - Overlapping Polygons
      Why not experiment with different values of N?

To what extent will sets of Ngons overlap and produce differing tiling patterns?

What happens if N is very large? You might want to make the distance you travel forward smaller to see what happens. If you are struggling, why not look at First Forward into LOGO numbers 4 and 6 and also in LOGO Challenge 10 - Circles .