MandelJuliaRelation [link]
c = +1 [link]
c = -1 [link]
c = 0 + i [link]
They will be linked again in the text below.
The Mandelbrot (M) set is defined as those parameters c for which the variable z forever stays within a radius of 2 under the dynamical process z -> z^2 + c when z = 0 is the starting number. The full definition is given in article 5 in my Chaotic series [link] . Please check it out! Its a short article
0 -> 0^2 + c = c -> c^2 + c -> (c^2 + c)^2 + c, etc.
However, instead of being tedious, lets take some hardcore examples:
1) Does c = 1 belongs to the Mandelbrot set?
Lets test:
0 -> 0^2 + 1 = 1 -> 1^2 + 1 = 2 -> 2^2 +1 = 5 -> 5^2 +1 = 26, etc.
Obviously c = 1 does NOT belongs to the M set as the variable z very rapidly starts to increase towards infinity. This means that the Julia set for c = 1 is a Cantor dust, see [link] . In fact, ones the variable z has passed a radius of 2 (it may be after for example 3, 33, or 3 millions of iterations) it starts to increase very rapidly with an increasing acceleration towards infinity
2) Does c = 0 belongs to the Mandelbrot set?
Well:
0 -> 0^2 + 0 = 0 -> 0^2 + 0 = 0 etc.
Yeah! And the Associated Julia set is the border of the closed unit disc which was the subject in my journal The circle is closed [link] . The parameter c = 0 is situated in the center of the cardeoid-shaped body (see [link] ). Every Julia set that is generated with a parameter c situated inside the cardeoid, is a Julia set where one of its two fixpoints is attractive (attracts orbits from inside its closed domain).
3) Does c = -1 belongs to the Mandelbrot set?
Lets test again:
0 -> 0^2 + (-1) = -1 -> (-1)^2 + (-1) = 1 1 = 0 -> 0^2 + (-1) = -1, etc. Here the orbit of z = 0 is immediately caught into the 2-periodic cycle 0 -> -1 -> 0 -> -1, etc. In fact c = -1 is the very center of the head of the Mandelbrot set. Every c-value from the head gives rise to filled-in Julia sets with a 2-periodic attractive cycle. This is shown in the illustration [link] . The above cycle further more is super attractive. However that will not be dealt with here
+1 -> 0 -> -1 -> 0 -> -1, etc. After one iteration the orbit is caught by the attractive cycle (0, -1)
4) Does c = -2 belongs to the Mandelbrot set?
Lets test again:
0 -> 0^2 + (-2) = -2 -> (-2)^2 + (-2) = 4-2 = 2 -> 2^2 + (-2) = 4 2 = 2, etc.
That is, for c = -2, z = 0 has the orbit 0 -> -2 -> 2 -> 2 etc. In fact c = - 2 is the very tip of the spike of the entire Mandelbrot set. The resulting Julia set for this c-value is a straight line from z = -2 + 0i to z = +2 + 0i. This one is dealt with in [link] promoted in the journal [link] .
5) Does c = i belongs to the Mandelbrot set?
This is our first example on a non-real number of c
0 -> 0^2 + i -> i -> i^2 + i = -1 + i -> (-1 + i)^2 + i = (1 i i + i^2) + i = (1 2i 1) + i = -i -> (-i)^2 + i = -1 + i, etc. So simply speaking we have the orbit: 0 -> i -> -1 + i -> -i -> -1 + i -> -i, etc. After two iterations we have been caught in the 2-periodic (repelling) cycle -1 + i -> -i. That is, c = i no doubt belongs to the M set
6) Does c = - i belongs to the Mandelbrot set?
We will guess yeah since this spot is mirrored around the real axis. So lets check out the orbit:
0 -> 0^2 + (-i) = -i -> (-i^2) + (-i) = -1 i -> (-1 i)^2 + (-i) = (1 + i + i + (-i)^2) + (-i) = 1 + 2i 1) + (-i) = i -> i^2 + (-i) = -1 i, etc. Thats the orbit; : 0 -> -i -> -1 - i -> i -> -1 - i -> i, etc.
The above was rather obvious examples where we only had to deal with integers. However in the vast majority of spots in a calculation of a Julia or Mandelbrot motive, long floating points numbers are to be used. Moreover the length of these floating point numbers will increase the deeper the motives are zoomed in.
But this we leave to our dear computers
Devious Comments
--
People take different roads seeking fulfillment and happiness.
Just because theyre not on your road doesnt mean theyve gotten lost. -Dalai Lama
..and you have not checked out my four illustrations yet
--
Regards,
Ingvar
[link]
Haha, and I just barely started solving equations with 3 variables in Alg. II XD
But I still got it
--
Salazar: I've sent my right hand to dispose of you.
Leon: Your right hand comes off?
"MY COOKIES EXPLODED!" -Crystal
--
People take different roads seeking fulfillment and happiness.
Just because theyre not on your road doesnt mean theyve gotten lost. -Dalai Lama
--
Regards,
Ingvar
[link]
Hope you don't became overloaded
--
Regards,
Ingvar
[link]
--
People take different roads seeking fulfillment and happiness.
Just because theyre not on your road doesnt mean theyve gotten lost. -Dalai Lama
--
Regards,
Ingvar
[link]
--
People take different roads seeking fulfillment and happiness.
Just because theyre not on your road doesnt mean theyve gotten lost. -Dalai Lama
--
Regards,
Ingvar
[link]
Previous Page12345...Next Page