Sequence Fractals Part V #5
$ z^{s_i}+c$
si = 2,-2, … (two step repeating)
Center:-0.40+-0.07i; Zoom = 0.5
Now the sequence alternates positive and negative exponents.
Up until now with the sequence fractals, each step of the iteration is a polynomial function. Different polynomials to be sure, but always a polynomial. Now with the addition of negative (integer) exponents we enter the realm of rational functions.
I have worked with rational functions in the past. That was prior to the most recent full site reboot, and I have not restored those older images yet. In general, the dynamics of rational functions are well-studied. Rational functions are studied on the Reimann sphere which is the complex numbers with the addition point, ∞, infinity. This makes "division by zero" possible. Also "escape to infinity" is just convergence to a point (∞). Lines are circles, and other cool stuff.
On a Reimann sphere, ∞ is an attracting fixed point when iterating a polynomial. But for a non-polynomial rational function, ∞ is just another point. An orbit can easily land on ∞ and then move on to other points. As an example, consider that the negative exponent (a power of the reciprocal) of a very large number is a very small number.
Sequence Fractals Part V #4
$ z^{s_i}+c$
si = 1,2,2,2,2,2,2,2,2,2 … (ten step repeating)
Center:-0.6984+0,0299i; Zoom = 4096
Same set up as yesterday, Sequence Fractals Part V #3. Different location and deeper zoom.
There is a lot of potential here. This satisfies my original goal to find formulas that generate "Mandelbrot set plus a little more" for when you cannot find anything new in z2+c. But I am going to set aside further exploration of positive integer exponents for another day.
Sequence Fractals Part V #3
$ z^{s_i}+c$
si = 1,2,2,2,2,2,2,2,2,2 … (ten step repeating)
Center:-0.76+0i; Zoom = 20
This is in the same vicinity of yesterday's picture, Sequence Fractals Part V #2. This time one z+c followed by nine steps of z2+c.
There is another way to look at this pattern. If you combine the ninth step, z2+c. and the tenth step, z+c, you get z2+2c. So the pattern could be described as throwing in an extra +c on every ninth step.
Sequence Fractals Part V #1
$ z^{s_i}+c$
si = 2, 3, … (two step repeating)
Center:0+0i; Zoom = 0.4
Sequence Fractals Part V will feature formulas where the exponent of z contains the sequence variable. As before, we will start gently, then go crazy.
Here is the simplest such formula, the sequence variable replaced the exponent 2 in the normal quadratic formula. Ironically, this form did not occur to me until I tried several others, and then started to prepare posts for the blog. So the blog will not be following the same path as my personal journey through the exponents.
Today's sequence consists of two repeating integers. The result is similar to the previous Sequence Fractal sets. As long as we stick with positive integers in the sequence, each iteration is a polynomial function.
Sequence Fractals Part IV #36
$ z^2+s_i*z+c$
s0=0.5, si+1=-2.0*si2+0.7007
Center:-0.891+0i; Zoom = 256
The sequence adder is increased by 0.0001 compared to yesterday's image, Sequence Fractals Part IV #35. The capture set is gone. Gone at least in this area, and as far as I can tell, everywhere else.
The high density in both of these images is probably a result of choosing a sequence so close to the capture/no capture boundary.
Sequence Fractals Part IV #35
$ z^2+s_i*z+c$
s0=0.5, si+1=-2.0*si2+0.7006
Center:-0.891+0i; Zoom = 256
Another sequence fractal formula variation. A z term is added and it is multiplied by the sequence value. The constant sequence 0 would give rise to the usual quadratic / Mandelbrot situation.
I tried several different sequences, and a few zooms on each. I found nothing that stood out as distinctly different from the other formula variations presented so far.
This is the first of two zooms along the negative real axis. Here, the sequence slowly converges to a 32 cycle. Tomorrow's image, Sequence Fractals Part IV #36 is the same location with a small increase in the adder.
Sequence Fractals Part IV #34
$ s_i*z^2+c$
s0=0.1i, si+1=-3.0*si2+0.1
Center:-15.61563-0.37619i; Zoom = 13107
Here is a deep zoom on the left side of yesterday's picture, Sequence Fractals Part IV #33. Just a little above the center line, the real axis.
Sequence Fractals Part IV #33
$ s_i*z^2+c$
s0=0.1i, si+1=-3.0*si2+0.1
Center:-2+0i; Zoom = 0.04
This one uses the a*si2+b sequence generator with a = -3, b = 0.1. The sequence converges quickly to a small value. The result is a large fractal. Large in the sense that the capture area extends well beyond the |c|<=2.0 that is typical with quadratic polynomials. The horizontal range of this image is (-25,+25).
Sequence Fractals Part IV #32
$ s_i*z^2+c$
s0=0.1i, si+1=(0.5+0.1i)*si+(0.5-0.1i)
Center:2.7243-0.0262i; Zoom = 3276
Another zoom, same setup as yesterday. Sequence Fractals Part IV #31
Sequence Fractals Part IV #31
$ s_i*z^2+c$
s0=0.1i, si+1=(0.5+0.1i)*si+(0.5-0.1i)
Center:-1.312+0.069i; Zoom = 256
This sequence starts at 0.1i and converges to a value close to 1.0. The convergence is quick, but not a straight line.
Again, since the sequence converges quickly, the image looks almost like a regular fractal.
Sequence Fractals Part IV #30
$ s_i*z^2+c$
s0=1.5, si+1=0.9*si+0.1
Center:-0.7348+0.180i; Zoom = 128
The sequence multiplies z2 again. The sequence starts at 1.5 and converges to 1.0 along the real axis.
Since the sequence converges quickly to the multiplicative identity, 1.0, the resulting images look like Mandelbrot set zooms.
Sequence Fractals Part IV #29
$ s_i*z^2+c$
si=1.0, 0.001 repeating
Center:-12.2+0.0i; Zoom = 3
Introducing a new variation on the sequence fractal formula. The z2 part is mulplied by the sequence value si.
To get my footing with the new formula I started out with a simple two step repeating sequence. The "do-nothing" value of one alternates with the a very small value, 0.001. If an orbit tries to escape, every other step pulls it back. The result is that a large area around the origin is captured. Today's view is far out to the left (-12 units) on the negative real axis.
Sequence Fractals Part IV #28
$ z^2+c*s_i$
s0=0.3, si+1=(-0.5+0.25i)*si2+(1.2+0.5i)
Center:-0.8244795+0.27693854i; Zoom = 102400
Here is a zoom into the top of the mountain peak in the lower center of Sequence Fractals Part IV #27.
I feel compelled to try to describe this when I should just let the image speak for itself. This has some characteristic of the jigsaw puzzle fractals. See Sequence Fractals Part III #27 and Sequence Fractals Part IV #16 for a description of "jigsaw puzzle fractals". The areas that I image as the puzzle pieces have a fractal spirals along the edges. The "drop cloth" fractals, see Sequence Fractals Part IV #22 and Sequence Fractals Part IV #23 also have fractal shapes on the edges of puzzle pieces. This one however seems much more organized than the splashed paint appearance of the others.
Sequence Fractals Part IV #27
$ z^2+c*s_i$
s0=0.3, si+1=(-0.5+0.25i)*si2+(1.2+0.5i)
Center:-0.82443+0.27707i; Zoom = 5120
Here is a zoom into the left side of the comb in the upper left of the previous image, Sequence Fractals Part IV #26
Are those puzzle pieces on the left?
Sequence Fractals Part IV #26
$ z^2+c*s_i$
s0=0.3, si+1=(-0.5+0.25i)*si2+(1.2+0.5i)
Center:0+0i; Zoom = 0.5
Some more playing around with complex parameters in the a*si2+b sequence generator.
I have not investigated the long term behavior of this sequence. Given the large capture set and Mandlebrot-like right side, I suspect it the sequence converges to very short cycle, most likely a single point.
A couple of zooms to follow.
Sequence Fractals Part IV #24
$ z^2+c*s_i$
s0=0.4, si+1=-1.5*si2+0.9
Center:0.50789+1.055828; Zoom = 10240
I have generated and discarded many images in the last few days, trying to find something unique. Most are interesting, but feel too much like "variation on a theme". Along the way I got distracted, that happens a lot. I pulled up a palette that I was working on earlier this year for non-fractal abstract art. I tweaked it some to get a better fit for fractals, and here is the result.
As for the main theme, this is another sequence with a which converges to a long cycle. The big difference is just the new colors.
Sequence Fractals Part IV #22
$ z^2+c*s_i$
s0=0.4, si+1=-0.5*si2+2.8026
Center:-0.33742+0.00008i; Zoom = 2560
Now a very small change to the adder in the sequence generating formula. The capture set is gone. The big picture, zoom = 1, look very much like Sequence Fractals Part IV #18 except the main body is no longer white. It is a palette-dependent non-capturing color.
By my spreadsheet investigation, The sequence converges slowly to a 32-cycle. It may have bifurcated to a 64-cycle.
The result is on the boundary between normal swirly fractals and the jigsaw fractals. It reminds me of a paint drop cloth after a sloppy painter has used it for many projects.