Escape Radius
Robert P. Munafo, 1997 Nov 19.
The escape radius is a parameter used in iterating a point under the Mandelbrot Set and Julia Set functions. It is the radius of a circle on the Complex Plane used as a boundary to determine when iteration can stop. The circle is centered at the origin, and has a radius of at least 2.0. As soon as the iteration yields a value that falls outside the circle, iteration can stop and it has been determined that the point that was iterated is not a member of the Mandelbrot Set.
The reason for having an escape radius is to prevent iteration from going on forever. The Mandelbrot iteration is supposed to terminate when the iteration becomes unbounded, i.e. goes off to infinity. It is fairly straightforward to show that if a point ends up outside a radius of 2.0 then the iteration will go off to infinity.
Here is the proof:
%% need to translate into Mu Ency terminology, try to simplify a bit, eliminate terms "induction" and "triangle inequality".
Original USENET article: -------R-P-M----N-e-w-s-b-l-i-n-k------------------------------ Xref: world sci.math:34837 Path: world!eff!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!uwm.edu!biosci!agate!usenet.ins.cwru.edu!math26647.math.cwru.edu!user From: mgh3@po.cwru.edu (mike hurley) Newsgroups: sci.math Subject: Re: Mandelbrot question Message-ID:
Acknowledgments
Proof that 2.0 is sufficient: Mike Hurley (mgh3@po.cwru.edu)
From the Mandelbrot Set Glossary and Encyclopedia, by Robert Munafo, (c) 1987-2012. Mu-ency index
Robert Munafo's home pages on HostMDS © 1996-2012 Robert P. Munafo. about contact
Google+
mrob27
@mrob_27
This work is licensed under a Creative Commons Attribution 2.5
License. Details here
s.13