stason.org logo lotus


previous page: 11 How is the Mandelbrot set actually computed?page up: sci.fractals FAQnext page: 13 What are the bounds of the Mandelbrot set? When does it diverge?

12 Why do you start with z = 0?

 Books
 TULARC
















Description

This article is from the sci.fractals FAQ, by Michael C. Taylor and Jean-Pierre Louvet with numerous contributions by others.

12 Why do you start with z = 0?

Zero is the critical point of z = z^2 + c, that is, a point
where d/dz (z^2 + c) = 0. If you replace z^2 + c with a different
function, the starting value will have to be modified. E.g. for z ->
z^2 + z, the critical point is given by 2z + 1 = 0, so start with
z = -0.5. In some cases, there may be multiple critical values, so
they all should be tested.

Critical points are important because by a result of Fatou: every
attracting cycle for a polynomial or rational function attracts at
least one critical point. Thus, testing the critical point shows if
there is any stable attractive cycle. See also:

1. M. Frame and J. Robertson, A Generalized Mandelbrot Set and the
Role of Critical Points, "Computers and Graphics" 16, 1 (1992),
pp. 35-40.

Note that you can precompute the first Mandelbrot iteration by
starting with z = c instead of z = 0, since 0^2 + c = c.

 

Continue to:


Share and Enjoy

Bookmark this story so others can enjoy it:
  • digg
  • Reddit
  • del.icio.us
  • Furl
  • Wists

Tags

science, engineering, fractals, Mandelbrot, Julia, chaos, IFS







TOP
previous page: 11 How is the Mandelbrot set actually computed?page up: sci.fractals FAQnext page: 13 What are the bounds of the Mandelbrot set? When does it diverge?