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.

Test Your Knowledge

Quick MCQ check on this topic (5 questions)

Start Quiz →

AI Summary

Summarize this page in your favorite LLM