A few words about PWW #10

If you still want to think more about the picture in my previous post, stop reading now!

Here’s a simple way to think about how the picture is made, as noted by Fergal Daly. The nth circle (starting with n = 1) has n evenly spaced radial spokes, which we think of as being numbered clockwise from k=0 through k=n-1, with spoke 0 always lying on the positive x-axis. Then spoke k has a blue dot at its end if and only if k is relatively prime to n, that is, \gcd(k,n) = 1. So, for example, the tenth circle has dots on spokes 1, 3, 7, and 9, since every other number shares a factor with 10. Note in particular that \gcd(10,0) = 10, and in general \gcd(n,0) = n (this is not a special case, it’s just a natural consequence of the definition of $). This is why no circle except the first has a dot on the positive x-axis. (Though as noted by Macbi, we can also think of the blue dots on circle n as highlighting the generators of the cyclic group \mathbb{Z}_n—this is almost the same as the definition in terms of \gcd, but means that possibly we should not put any dot on the first circle.)

It’s worth pointing out a few consequences of this definition in terms of \gcd:

  • As noted by Naren Sundar, prime-numbered circles always have (n-1) blue dots: one on every spoke except the 0th.

  • The dots always have reflection symmetry across the x-axis, since if k is relatively prime to n, then so is n-k.

  • As noted by Dan Kearney, once a blue dot has appeared in a specific location on a circle, no blue dot will ever appear there again. For suppose a blue dot appeared on circle n, spoke k. Then if a spoke ever appears in exactly the same spot later, then it must be spoke ik on circle in for some multiple i > 1—but then \gcd(ik,in) = i \neq 1. For example, note the blue dots on spokes 1 and 2 on the third circle. Those same spokes show up on circle 2 \times 3 = 6—but now they are spokes 2 \times 1 = 2 and 2 \times 2 = 4, so they have no dots. Likewise, the same spokes show up again on circle 3 \times 3 = 9, as spokes 3 \times 1 = 3 and 3 \times 2 = 6.

We can use this last fact to make some cool pictures: for example, we can give a different color to each n and then superimpose all the circles on top of each other. No dot will ever overlap with another dot (well, at least they wouldn’t if the dots were infinitely small). To make it more visually obvious what’s going on, I’ve also scaled circle n to have radius n:

This kind of reminds me of Paul Salomon’s Stars of the Mind’s Sky, except where we have deleted any star that can’t “see” the origin when it is exactly blocked by another star.

Now, Naren Sundar also made another conjecture: he observed that in addition to the reflection symmetry, the blue dots seem to have rotational symmetry whenever n is divisible by some k^m with m > 1, that is, whenever it is divisibe by the square of a prime. This turns out to be true, but unlike the other properties mentioned above, it is not at all obvious just from the definition! I hope to talk more about this in some future posts.

About Brent

Associate Professor of Computer Science at Hendrix College. Functional programmer, mathematician, teacher, pianist, follower of Jesus.
This entry was posted in geometry, pattern, pictures, posts without words and tagged , , , . Bookmark the permalink.

5 Responses to A few words about PWW #10

  1. I’m surprised no one has yet mentioned the cyclotomic polynomials! You are “just” plotting the roots of those polynomials.

  2. Pingback: Totient sums | The Math Less Traveled

  3. Pingback: Primitive roots of unity | The Math Less Traveled

  4. Pingback: Sums of primitive roots | The Math Less Traveled

Comments are closed.