Fractal Lab

Complex dynamics

Tricorn (Mandelbar)

Crowe, Hasson, Rippon, and Strain-Clark introduced the Tricorn in 1989. Replace in the Mandelbrot iteration with the complex conjugate squared, z ← conj(z)² + c. The dynamics become anti-holomorphic and the resulting fractal has three horn-like extensions instead of two-fold symmetry.

Tricorn fractal: escape-time iteration of z ← conj(z)² + c.

At a glance

DesignerCrowe, Hasson, Rippon, Strain-Clark, 1989
Iterationzn+1 = conj(zn)2 + c
Symmetry3-fold (D3)
AliasMandelbar

Anti-holomorphic dynamics

Because z → conj(z) is anti-holomorphic, the Tricorn iteration is not a complex polynomial. Many Mandelbrot theorems (e.g. local connectivity of the set) become subtler. Nevertheless the Tricorn boundary is connected and exhibits characteristic horns where the Mandelbrot would show bulbs.

Higher-degree Mandelbars

More generally, iterating conj(z)n + c yields fractals with (n + 1)-fold symmetry. For n= 2 the symmetry is three-fold, hence “Tricorn”.

References

Try it

Run an interactive playground at /tools/tricorn.

Quick quiz

Test yourself on tricorn

5 multiple-choice questions. Pick an answer for each, then submit to see explanations.

  1. Q1.The Tricorn (Mandelbar) iteration is:

  2. Q2.The Tricorn was studied by:

  3. Q3.How many three-fold symmetric features does the Tricorn have?

  4. Q4.Compared to the Mandelbrot set, the Tricorn boundary is:

  5. Q5.Why is iteration with conj(z)² called anti-holomorphic?

0 of 5 answered