stason.org logo lotus


previous page: 12 Why do you start with z = 0?page up: sci.fractals FAQnext page: 14 How can I speed up Mandelbrot set generation?

13 What are the bounds of the Mandelbrot set? When does it diverge?

 Books
 TULARC
















Description

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

13 What are the bounds of the Mandelbrot set? When does it diverge?

The Mandelbrot set lies within |c| <= 2. If |z| exceeds 2, the
z sequence diverges.
Proof: if |z| > 2, then |z^2 + c| >= |z^2| - |c| > 2|z| - |c|. If
|z| >= |c|, then 2|z| - |c| > |z|. So, if |z| > 2 and |z| >= c, then
|z^2 + c| > |z|, so the sequence is increasing. (It takes a bit more
work to prove it is unbounded and diverges.) Also, note that |z| = c,
so if |c| > 2, the sequence diverges.

 

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: 12 Why do you start with z = 0?page up: sci.fractals FAQnext page: 14 How can I speed up Mandelbrot set generation?