Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Cyclical or “loop” fractals?

+2
−3

I want to ask an intuitively conceived question about “fractal loops”. However, I don’t know the mathematical definition of a fractal perfectly, off the top of my head.

Because you can “zoom in” infinitely into fractals, I suppose the idea is there is some function specifying the data of the fractal, perhaps with some characteristic property coming from real analysis… I don’t think it would have to do with limits, since I believe a fractal can indeed be continuous at a given point. I’ll have to learn more about what mathematical property characterizes how their “information” is specified on an infinitely granular level. (It reminds me of information theory… and since the real numbers have that certain property, I think uncountability, density, or something, I wonder if this “infinite variation” of a fractal’s contours is inherently tied to the properties of real numbers?)

All I want to know is, has anyone defined a “loop fractal” where as you continue zooming in or out, you actually come back to where you started? (Not a repetition of pattern, but rather, a kind of cyclical number system in which one moves from a starting point in a direction and eventually returns to where they started.)

Let me know if it is not clear what I’m envisioning. Thanks.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

2 answers

+0
−0

Yes, most of the simpler fractals are like this. For instance, in the Sierpinski gasket, each of the three corner triangles is made up of a copy of the whole.

The Sierpinski gasket

In fact, this is a defining property of the gasket: that is, if we state that there is a figure with the property such that it consists of three copies of the whole, shrunk by 50%, and arranged with two copies next to each other, and one on top in the middle, then we must be talking about the Sierpinski triangle.

Here is another example: the Koch curve.

The Koch curve.

The Koch curve has the interesting property that there are two ways of defining it in terms of copies of the whole. You can shrink two copies by about half and place them upside-down, next to each other at a slight angle, or you can take four copies and arrange them with two flat ones on either side and two in the middle angled up.

These are called Iterated Function Systems (IFSs). Any set of two or more maps that are contractive on average will produce a IFS with the property you describe: if you zoom in on the right spot, you see a smaller copy of the whole.

The relation to number systems that you mention also exists. For instance, we can encode each "subtriangle" on the Sierpinski gasket by which of the three transformations (0,1 or 2) we need to apply to get to that triangle. Applying this recursively, can encode smaller and smaller regions of space by longer sequences of these three digits.

Codes on the Sierpinski gasket.

From this paper by yours truly.

You can see the relation to real numbers if you imagine the interval [0,1) as an IFS with two copies: the top and bottom half are both copies of the whole. Then, the corresponding codes give you a binary sequence for each diadic interval, which in the limit form the binary decimal expansions of a real number.

Interestingly, the Mandelbrot set has this property approximately. If you zoom in on the right places, you will see many "mini-mandelbrots", sometimes called "satellites".

A mandelbrot satellite.

Created by Wolfgang Beyer with the program Ultra Fractal 3. - Own work, CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=322028

The larger structure of the Mandelbrot also allows for other "looping zooms", as shown in this gif.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

+1
−0

Does the Cantor set qualify?

This animation loops infinitely, and shows that you get back to where you started every time you zoom in by a factor of 3.

Show animated GIF

An animation of the Cantor set

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

Possibly! Could you please elaborate on some of its mathematical properties, to help me understand if... (1 comment)

Sign up to answer this question »