Discrete Iteration

A K Dewdeney mentioned discrete iteration in the August 1985 issue of Scientific American, as a way of demonstrating “Attractors”. That column introduced the Mandlebrot Set to Sci Am readers.

What is discrete iteration? Given a number 'i':

   (new) i = i^2 modulo n.

X modulo 'n' is the remainder when X is divided by n.

Let's consider the case when n is 11. We evaluate the recurrence for 11 values of 'i' from 0 to 10:

How the numbers 0-10* go for Mod 11

We observe the connections formed between the numbers:

Iteration Diagram for n=11 based on the table above.

Think of it like Primordal Soup, where every particle is literally attracted to one other particle, or to itself.


*Footnote: We just use 0 to n-1, since n mod n is 0. ... same as zero! I.e., Why bother including '11' — only to have it point to 0?

ATTRACTORS

What are "attractors"? Attractors are single numbers or closed loops of numbers. Attractors are of the following kinds:

Non attractors are 'attract-ees'. Tree-like basins feed into attractors, but trees themselves are not attractors... they are the pathways to attractors!

All iteration diagrams consist of one or more subgraphs, each having an attractor. Attractors are like black holes for numbers.

Sci AM Diagram

A diagram for 100 was shown in 1985. Mod 100 is easy - just take last 2 digits of the squared number.

The six components of the iteration diagram for squaring the first 100 integers. From p21, August 1985 Scientific American.

Note: The 4-cycle in the diagram on the left had the arrows going the wrong direction when originally published!

Note: There are six components (subgraphs) and there are six attractors. Each component has one attractor.


Examples from the Diagram:

More Neato Examples

Diagram #65, from my birthday series...

65 in PNG image format

The attractors in the 65 are: 26, 40, 1, 16↔61, and 35↔55. Zero is attracted to itself. Zero is not always alone like this - see 100 above.

The silly question is, what if each of the numbers represents one of the 65 years of your Life, can you make any sense of the diagram, including the Attractors?

Index of Iteration Diagrams

Iteration Diagrams 4-256 [LINK]

257—512 [LINK]

513—756 [LINK]

757—1024 [LINK]

There is a set of diagrams for every integer. Yes, even 2,147,483,647 has a set.


References

A link appears with each reference, to the source. More to be filled in July-Aug.