Sequence Fractals Part I #33
z2+c+si
si = -1, 1, -1, 1, …
Center: 0.82813995, 1.39705173, Zoom = 5120000
This is just a random zoom. It has nothing to do with today's topic. I just feel obligated to always attach a new picture to each post.
Recall that we are actually looking at pictures
generated by two alternating functions, see Sequence Fractals Part I #19
f0(z,c) = z2+c-1
f1(z,c) = z2+c+1
Two step function: fc(z) = f(z,c) =f1(f0(z,c),c)
Let's go back to the original definition today. The fixed points and the n-cycles for the two-step function are actually 2-cycles and 2n-cycles in the original setup. A natural question is "Are there any fixed points?".
The answer is no. A fixed point would require f0(0,c) = 0 and f1(0,c) = 0. Observe that f0(0,c) = f1(0,c)-2, . So the simultaneous equalities cannot be solved.
It is essentially impossible for any odd cycle to exist. We need to solve two equations with one unknown. An old cycle gives rise to two polynomials
g0 = f0f1…f0
g1 = f1f0…f1
Please forgive the abuse of notation, this is function composition not multiplication (don't make me write all of the parenthesis). An odd cycle requires
g0(0,c) = 0
g1(0,c) = 0
Except in very rare, carefully designed situations, two equations and one unknown has no solutions.
Side note: I tried to add another degree of freedom so that the system of equations could be solved. I was able to find a sequence which had an odd cycle, but the picture did not look interesting. So that search in on the back burner now.
Sequence Fractals Part I #34
z2+c+si
si = -1, 1, -1, 1, …
Center: 0.00555195607569483, 0.796788357586998, Zoom = 8388608000
Summary so far: Comparing to z2+c, the escape set picture for this formula looks surprising normal. There are two main, separated, cardioids. They are surrounded by many little satellites. We have found more and "thinner" Misiurewicz points. However, despite the sparseness, every neighborhood of every M point contains infinitely many minis. (Conjecture supported by many pictures.)
When I first started looking at sequence fractals, my approach was quite random and the early results were nothing like these pictures. I had to dial back to the simplest cases to find familiar territory. We have been exploring in almost familiar territory, in the suburbs just outside of Mandelbrot city. Next let's take a cautious step into the jungle.