Logo by Fiery - Contribute your own Logo!

END OF AN ERA, FRACTALFORUMS.COM IS CONTINUED ON FRACTALFORUMS.ORG

it was a great time but no longer maintainable by c.Kleinhuis contact him for any data retrieval,
thanks and see you perhaps in 10 years again

this forum will stay online for reference
News: Follow us on Twitter
 
*
Welcome, Guest. Please login or register. April 20, 2024, 10:52:01 AM


Login with username, password and session length


The All New FractalForums is now in Public Beta Testing! Visit FractalForums.org and check it out!


Pages: 1 [2] 3   Go Down
  Print  
Share this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on RedditShare this topic on StumbleUponShare this topic on Twitter
Author Topic: Understanding the mandelbrot set  (Read 20062 times)
0 Members and 1 Guest are viewing this topic.
Pauldelbrot
Fractal Senior
******
Posts: 2592



pderbyshire2
« Reply #15 on: March 20, 2013, 11:50:38 PM »

I think the orbits are simply mirrored?

Yes.

(a - bi) + (c - di) = (a + c) - (b + d)i, so the sum of the x-axis mirrors (or conjugates) is the conjugate of the sum.

(a - bi)(c - di) = ac - bci - adi + bdi2 = (ac - bd) - (bc + ad)i, so the product of conjugates is the conjugate of the product, too.

So, if we have f(z, c) = z2 + c, f at the conjugates of z and c will be the conjugate of f(z, c). And if we start with z = 0 (which is its own conjugate) and the conjugate of c and iterate, by induction the entire orbit is conjugate to what we get by starting with 0 and c.

If you want asymmetry, the orbits have to escape at different points, and you either need a different function or you need a bailout trap that isn't symmetric in the x-axis. The usual bailout traps (complements of disks of various radii about 0) are all symmetric.
Logged

makc
Strange Attractor
***
Posts: 272



« Reply #16 on: March 21, 2013, 01:59:19 AM »

...or go for complex power, then it will no longer mirror.
Logged
cKleinhuis
Administrator
Fractal Senior
*******
Posts: 7044


formerly known as 'Trifox'


WWW
« Reply #17 on: March 21, 2013, 08:00:52 AM »

I see thx
Logged

---

divide and conquer - iterate and rule - chaos is No random!
taurus
Fractal Supremo
*****
Posts: 1175



profile.php?id=1339106810 @taurus_arts_66
WWW
« Reply #18 on: March 21, 2013, 10:10:26 AM »

This is so cool! "Understanding the mandelbrot set" gets a whole new quality here. It's a very physical expierience with theese tools - more like apprehension, than understanding.
Thanks makc and Syntopia - tools like that would be perfect for teaching purposes.  grin
Logged

when life offers you a lemon, get yourself some salt and tequila!
bib
Global Moderator
Fractal Senior
******
Posts: 2070


At the borders...


100008697663777 @bib993
WWW
« Reply #19 on: March 21, 2013, 10:45:38 AM »


I also made an similar orbit viewer (in WebGL) a few weeks ago:

Available here: http://hvidtfeldts.net/WebGLSet/orbit.html

No splines, but you can zoom in realtime, if you have a fast GPU :-)

Super cool, great orbit visualisation tool! Thanks Mikael
Logged

Between order and disorder reigns a delicious moment. (Paul Valéry)
cKleinhuis
Administrator
Fractal Senior
*******
Posts: 7044


formerly known as 'Trifox'


WWW
« Reply #20 on: March 21, 2013, 02:12:27 PM »

@syntopia great visualisation, but let me give you one tiny modification that i find is very important:

do not scale the orbits, perhaps show 2 coordinate systems, one for the current zoom location, and one for the orbits, which should be a normalized view of
the bailout radius, the bailour radius can be shown as a circle, and should not scale with the zoom location as well, because it is very interesting to zoom
very very close to the mandelbrot set and examine how long the orbits can be before the bailouting happens, but when zoomed in it is not clear what
happens to the orbit

@all others, the most interesting points in the orbit view are the centers of the bulbs, in each such center you find a pure periodic behaviour of the orbit
the bigger centers produce small loops like 3 values that are visited throughout the whole iteration, which explains easily why they do not diverge each center circle of the mandelbrot owns such a period, which can be nicely viewed when the orbits would not scale ... wink

Logged

---

divide and conquer - iterate and rule - chaos is No random!
taurus
Fractal Supremo
*****
Posts: 1175



profile.php?id=1339106810 @taurus_arts_66
WWW
« Reply #21 on: March 21, 2013, 02:36:44 PM »

the most interesting points in the orbit view are the centers of the bulbs, in each such center you find a pure periodic behaviour of the orbit

same is within the mini brots exactly there, where the origin is in big brot...
Logged

when life offers you a lemon, get yourself some salt and tequila!
cKleinhuis
Administrator
Fractal Senior
*******
Posts: 7044


formerly known as 'Trifox'


WWW
« Reply #22 on: March 21, 2013, 03:42:56 PM »

same is within the mini brots exactly there, where the origin is in big brot...

the periods are in every minibrots-circle, they only get longer and longer, a period can be a really really long, depending on the zoom level minibrots a period can easily reach 1 million before it reaches its starting point wink
Logged

---

divide and conquer - iterate and rule - chaos is No random!
Dinkydau
Fractal Senior
******
Posts: 1616



WWW
« Reply #23 on: March 22, 2013, 01:37:41 AM »

This is so cool! "Understanding the mandelbrot set" gets a whole new quality here. It's a very physical expierience with theese tools - more like apprehension, than understanding.
Thanks makc and Syntopia - tools like that would be perfect for teaching purposes.  grin
Yes I absolutely agree. Those two programs combined give a very great insight.

Aside from difficult mathematics, I thought I knew everything about the mandelbrot set, but I hadn't thought of studying the WAY numbers go or don't go to infinity.

This thing is so inherently fractal, it's amazing.
« Last Edit: March 22, 2013, 01:41:44 AM by Dinkydau » Logged

eiffie
Guest
« Reply #24 on: March 22, 2013, 05:23:36 PM »

I like this thread! Thanks for starting it Dinkydau. I also find the orbits fascinating and made some pics by taking points near the border (and near each other) and plotting their orbits. You can see that the seed values are near the upper large bulb (period 3) so it has three main branches, like a julia. Some points veer off into smaller minibulb orbits. I believe you can tell the "lineage" of a minibrot by studying its period. It will be multiplied by its parent bulb and its grandparents. That is why the periods get so long. I may be wrong about this, can someone verify?
Logged
makc
Strange Attractor
***
Posts: 272



« Reply #25 on: March 22, 2013, 05:48:50 PM »

Btw, here is the reason I went into this orbit study business:



I had to wait over 5 hours for this random minibrot at 1e20 zoom and 350K iterations. Now, how much faster would it render if actual orbits were taken into account, and loops for orbits that are obviously converging after, say, 1000 iterations were terminated? (edit: this assuming that minibrot took most of the time and loop for outer region pixels terminated early - if it's not the case, we'd have to detect divergence, which is probably harder)

Taking it further, if we simply switch to coloring based on orbits behavior in 1st 1000 iterations, it could already provide enough data to render equally detailed (but different) image but 350 times faster
nah, that doesn't work, because until the iteration actually happens there is no information in numbers that could give us a hint if it will converge or not - in other words, this kind of coloring has the same amount of details as classic method.
« Last Edit: March 25, 2013, 07:28:46 PM by makc, Reason: done some testing » Logged
Syntopia
Fractal Molossus
**
Posts: 681



syntopiadk
WWW
« Reply #26 on: March 22, 2013, 06:04:13 PM »

@syntopia great visualisation, but let me give you one tiny modification that i find is very important:

do not scale the orbits, perhaps show 2 coordinate systems, one for the current zoom location, and one for the orbits, which should be a normalized view of
the bailout radius, the bailour radius can be shown as a circle, and should not scale with the zoom location as well, because it is very interesting to zoom
very very close to the mandelbrot set and examine how long the orbits can be before the bailouting happens, but when zoomed in it is not clear what happens to the orbit

I updated the example as you suggested and it is indeed more usable now:



Available here: http://hvidtfeldts.net/WebGLSet/orbit3.html
(Slider for escape radius, two independent views)



Logged
cKleinhuis
Administrator
Fractal Senior
*******
Posts: 7044


formerly known as 'Trifox'


WWW
« Reply #27 on: March 22, 2013, 06:47:48 PM »

wow,congratulations, this really gives the insight!

i was fiddling around to adjust the orbit zoom at work, but i figured out you are doing a double-iteration for visualising the orbits
pretty nice to see the behaviour from the deepeer areas, and you see how mini-starting locations variations just affect the end behaviour
and the periods from the minibrots are really "stable" some minibrot orbits really look like "alphabets" great, it was hard to get an idea of
the behaviour inside the minibrots, but every minibrot produces another pattern ... awesome tool!
Logged

---

divide and conquer - iterate and rule - chaos is No random!
makc
Strange Attractor
***
Posts: 272



« Reply #28 on: March 22, 2013, 07:03:01 PM »

may I suggest another tweak: color orbit vertices from, say, red to green, so we could see the direction easier at a glance, without having to trace the lines?
Logged
cKleinhuis
Administrator
Fractal Senior
*******
Posts: 7044


formerly known as 'Trifox'


WWW
« Reply #29 on: March 22, 2013, 07:35:53 PM »

And where is the julia gone huh? cheesy
a formula selector would be just awesome perhaps just for simple mods like burning ship and other powers?

Great work dude! And such a stylish presentation!
Logged

---

divide and conquer - iterate and rule - chaos is No random!
Pages: 1 [2] 3   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Understanding the Mandelbox formula (for 2D) Programming jwm-art 6 8779 Last post November 23, 2010, 05:48:17 AM
by Tglad
Understanding Quasz Mystic Fractal Programs jehovajah 4 6809 Last post August 31, 2012, 04:17:09 PM
by jehovajah
Understanding the maths Theory JodyVL 9 4258 Last post June 26, 2011, 05:14:30 PM
by DarkBeam
Understanding use of formulas Tutorials Lalla 6 4130 Last post August 01, 2012, 07:07:28 PM
by Madman
Understanding Perturbation Programming « 1 2 » nitroxis 22 6935 Last post October 03, 2014, 09:19:06 AM
by 3dickulus

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 0.209 seconds with 24 queries. (Pretty URLs adds 0.015s, 2q)