Help locating mini mandelbrots

The baby-brots are all "centered" on $c$ values with super-attractive orbits. If $f_c(z)=z^2+c$ and $f_c^n$ denotes the $n^\text{th}$ iterate of $f_c$, then the $c$ values with super-attractive orbits that have a period dividing $n$ are exactly the roots of $f_c^n(0)=0$. Note that this is a polynomial in $c$. For example, if $n=3$, then $$f_c^3(z) = \left(\left(z^2+c\right)^2+c\right)^2+c \: \: \text{ so } \: \: f_c^3(0) = \left(c^2+c\right)^2+c.$$ The roots of this polynomial are approximately $c=0.0$, $c=-1.75488$, and $c=-0.122561 \pm 0.744862i$; these are shown as green dots in the Mandelbrot image below. The smaller red dots show the other super-attracting parameters for all periods up to period five.

enter image description here

We immediately see two difficulties. First (and easier), the origin appears. This corresponds to the algebraic fact that one divides three and to the dynamic fact that a fixed point of $f_c$ is also a fixed point of $f_c^3$. This is really no big deal; we just find some points more than once.

Trickier, is how to deal with the fact that this technique finds the hyperbolic center of periodic bulbs (i.e. the circles attached to the cardioids), as well as the hyperbolic centers of the baby-brots (i.e. the cardioid centers). In principle, this can be dealt with as follows: Associated with each of these points is a nearby bifurcation. The bifurcation points for the bulbs attached to the main cardioid are shown in yellow in the figure. We can distinguish a bulb from a baby-brot using the nature of this bifurcation. For the bulbs, these are all so-called period doubling bifurcations; or, really, period-tripling or quadrupling or whatever the case may be. This simply means that, as we pass through the bifurcation point along the line containing both the bifurcation and the hyperbolic center, that the period of the corresponding attractive orbit increases (or decreases) by a multiplicative factor. Associated with the baby-brots are so-called saddle-node bifurcations in which the periodic orbit (or at least its attractive nature) disappears alltogether. Thus, we can simply check the dynamic behavior for a generic point on this line opposite the hyperbolic center.

Of course, for this to work, we must be able to find the bifurcation point. This is done by solving the system $$\begin{align} f_c^n(z)&=z \\ (f_c^n)'(z)&=1. \end{align} $$ This can be done fairly easily using a Newton iteration, since we have good initial guesses for $c$ and $z$.

In the image below, we zoom into the top of the first image. The most prominent baby-brot corresponds to a super-attractive orbit of period 4. I've also marked the associated saddle-node bifurcation point using the technique described above. There are a few other baby-brots in this picture not marked, because the correspond to higher order, super-attracting orbits.

enter image description here


This is an answer to the question in your very first sentence.

See for instance this paper:

McMullen, Curtis T., The Mandelbrot set is universal. In The Mandelbrot set, theme and variations, 1–17, London Math. Soc. Lecture Note Ser., 274, Cambridge Univ. Press, 2000. MR1765082 (2002f:37081)

PDF available at the author's site.

See also The significance of the Mandelbrot set.