Sequence Fractals Part II #41
$ z^2+c+s_i$
si = a,-a,…; a = -0.125
Center: 0; Zoom = 0.3
C1 Collision
A while back, back when a < -0.7, the two C1 points hosted baby brots above and below the real axis. Around a = -0.5, they merged with the blob in the middle, however you could still recognize them as distinct attachments. At a=-0.25 that blob, which is becoming more and more familiar looking, has fully swallowed the C1 points leaving no visual clue of their existence.
You can't see it in the picture, but somewhere in the middle of all the white, the two C1 points have collided. The C1 points can be easily solved exactly with algebra C1.00 = C1.01 = -0.375. I have been using a program I wrote to solve non-linear equations and find the C and M points. It uses a iterative process loosely based on the Newton-Raphson method (but without a derivative). Like NR, sometimes the iteration does not converge, sometimes convergence is very slow, and as with any computer program, round off errors may propagate. Despite all of that, until today, the program has been very robust and highly accurate. Double roots are one trouble area. Here is the table to be consistent with the other posts in this series. The C1 points are only accurate to 0.001, and are showing too many decimal digits. The other points, as far as I know, are accurate to six decimal digits.
Named Points for a=(-0.125000, 0.000000)
2 fixed points
C1.00: -0.375016, -0.000014
C1.01: -0.374462, 0.000469
6 two cycles
C2.00: -1.699718, 0.000000
C2.01: -1.057328, 0.000000
C2.02: -0.033836, 1.161541
C2.03: -0.033836, -1.161541
C2.04: 0.287359, 0.562280
C2.05: 0.287359, -0.562280
4 1/1 preperiodic points
M1,1.00: -1.770337, 0.000000
M1,1.01: 0.085355, 1.139318
M1,1.02: 0.085355, -1.139318
M1,1.03: 0.099627, 0.000000