Logo by MandelBRO - 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: Check out the originating "3d Mandelbulb" thread here
 
*
Welcome, Guest. Please login or register. April 24, 2024, 04:47:11 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]   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: centers of circles in mandelbrot set ?  (Read 5440 times)
0 Members and 1 Guest are viewing this topic.
cKleinhuis
Administrator
Fractal Senior
*******
Posts: 7044


formerly known as 'Trifox'


WWW
« on: May 06, 2013, 11:04:39 PM »

arrh, i know this has been discussed often, but i just can not find it right now

for my show i plan the next issue on julia/mandelbrot fractals, for that i want to use 5 different julia visualisations,
i have the seeds (0,0) and (-1,0) wich are perfect centers of the circles, and i want to have the exact centers of 3 more
circles, the one would be the biggest up, and then one from the -1 up and one on the left big circle side

how are these calculated ? root/zero points finding for higher polynomals ?! just expanding the formula for a few iterations and take the zero locations of that graph huh?
Logged

---

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



pderbyshire2
« Reply #1 on: May 06, 2013, 11:37:56 PM »

arrh, i know this has been discussed often, but i just can not find it right now

for my show i plan the next issue on julia/mandelbrot fractals, for that i want to use 5 different julia visualisations,
i have the seeds (0,0) and (-1,0) wich are perfect centers of the circles, and i want to have the exact centers of 3 more
circles, the one would be the biggest up, and then one from the -1 up and one on the left big circle side

how are these calculated ? root/zero points finding for higher polynomals ?!

Yep. The polynomials are (((((c2 + c)2 + c)2 + c)2 + c)...)2 + c = 0.

The solutions to the ith polynomial are the centers of the components of periods dividing i. So the center 0 of the component of period 1 is always a root -- and indeed the polynomials are all divisible by c. After c, the second polynomial is c2 + c, which is divisible by c and leaves c + 1 when this is factored out -- so, the only period 2 component is at -1. So far, so consistent, right?

Now if you look at (c2 + c)2 + c you can again factor out a c to remove the period-1 component root, giving (after multiplying out) c3 + 2c2 + c + 1 = 0, a cubic whose three roots are the center of the upper bud with a lightning bolt attached, the center of the lower bud with a lightning bolt attached, and the center of the largest spike minibrot.

The next polynomial has degree 8! But it factors by c2 + c, leaving a degree 6 polynomial for the roots of period-4 components. These are in conjugate pairs, so I could advise you to symbolically manipulate the thing for half an hour into a real and imaginary part and then use the fact that the real part polynomial will contain a perfect square factor of degree 4 (two lightning bolt minibrots and two buds between there and Elephant Valley) and a quadratic factor (a bud and a minibrot at the spike) which can be factored out of the original, complex polynomial, but it's undoubtedly easier to just start using Newton's Method at this point. smiley

Besides, the next one will be degree-16 and divisible only by c among the polynomials that came before it, leaving a degree-15 polynomial with 14 conjugate pairs of roots and one on the axis, leaving you to try to find that one and then take the square root of a degree-14 polynomial. Ouch.

(Incidentally, the Newton Julia fractals for these polynomials are pretty, and for higher orders resemble a shattered and "flooded" Mandelbrot set, as most of the roots begin to cluster near the M-set boundary for higher periods for obvious reasons.)

So, tl;dr: use Newton's Method on the lower-degree polynomials in the set (((((c2 + c)2 + c)2 + c)2 + c)...)2 + c = 0. smiley

The specific ones you noted are as follows.

  • Biggest up is period 3, so the root of (c2 + c)2 + c with the largest imaginary component.
  • Biggest up from -1 is period 6, so the root with positive imaginary part nearest -1 of the degree-28 polynomial you get by taking the degree-32 polynomial (the sixth) in the original sequence and then dividing by the period 3 polynomial above.
  • The next one left from -1 is period 4, so a root of ((c2 + c)2 + c)2 + c/(c2 + c) on the real axis. There will be two such roots; the one you want is on the right. (The left is way out near -2 and is a minibrot center.)

HTH.
Logged

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


formerly known as 'Trifox'


WWW
« Reply #2 on: May 06, 2013, 11:42:22 PM »

arrh, isnt there somewhere just a list for it ? lol, no head right now to solve it, can i put it into wolfram alpha?
Logged

---

divide and conquer - iterate and rule - chaos is No random!
lkmitch
Fractal Lover
**
Posts: 238



« Reply #3 on: May 07, 2013, 05:58:32 PM »

In Wolfram Alpha, you can build up the list iteratively.  Start with "c^2 + c = 0" in the search box, and Alpha will return the real and complex solutions.  Then, wrap the lefthand side of the equation in parentheses, add a "^2 + c" (so you have "(c^2 + c)^2 + c = 0") and run it.  Lather, rinse, repeat.
Logged
lkmitch
Fractal Lover
**
Posts: 238



« Reply #4 on: May 07, 2013, 06:10:04 PM »

I have a list of the complex roots up to the 9th iteration in an Excel file, if anyone wants it.
Logged
cKleinhuis
Administrator
Fractal Senior
*******
Posts: 7044


formerly known as 'Trifox'


WWW
« Reply #5 on: May 07, 2013, 08:24:51 PM »

can you send it to me ? i am using such locations to show the development of a corresponding julia set, because those locations do have the "clear loops" with exactly 1,2,3,4,5...n points that are repeated all over the time, and thus these locations show very nicely the behaviour of the julia sets, you can send it directly to my email, pm me yours wink
Logged

---

divide and conquer - iterate and rule - chaos is No random!
claude
Fractal Bachius
*
Posts: 563



WWW
« Reply #6 on: May 28, 2013, 02:27:28 PM »

Some time ago I made a database of all islands up to period 16, found by tracing external rays:

http://mathr.co.uk/mandelbrot/feature-database.csv.bz2 (2.5MB, decompresses to 8.7MB)

It has lines like:

Quote
3,True,1 2 3,3,7,4,7,3.141592653589793,1.8201981627989673e-2,-1.754877666,0

meaning:

Quote
period, islandhood, angled internal address, lower external angle numerator, denominator, upper numerator, denominator, orientation, size, centre realpart, imagpart

Unfortunately it only has complete data for islands, not the circles you are looking for sad

But, given a component (island or bulb) and an internal angle for a child bulb, you can use Newton's method to find the bond (tangency point) and there's also a formula for approximate bulb size which you can use to find an approximate centre, then you can use Newton's method again to find the centre more precisely.  Repeat as necessary to descend down a chain of bulbs...


http://www.math.nagoya-u.ac.jp/~kawahira/programs/mandel-exray.pdf  describes external ray tracing
http://arxiv.org/abs/math/9411238 describes angled internal addresses
Logged
knighty
Fractal Iambus
***
Posts: 819


« Reply #7 on: June 03, 2013, 02:57:40 PM »

@cKleinhuis:
http://www.fractalforums.com/theory/the-mandelbrot-polynomial-roots-challenge/
Logged
cKleinhuis
Administrator
Fractal Senior
*******
Posts: 7044


formerly known as 'Trifox'


WWW
« Reply #8 on: June 03, 2013, 04:47:40 PM »

Lkmitch gave me his excel table thanks lkmitch
Logged

---

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

Related Topics
Subject Started by Replies Views Last post
Circles of Color Fractal Art fractalwizz 3 2075 Last post April 06, 2008, 01:54:52 PM
by cKleinhuis
The Mandelbrot set == infinite circles? Mandelbrot & Julia Set Khaotik 10 10264 Last post September 22, 2011, 01:40:54 AM
by jehovajah
circles and circles 2 Mandelbulb3D Gallery ericr 0 1357 Last post February 27, 2013, 08:47:08 PM
by ericr
Circles in the sand Images Showcase (Rate My Fractal) thom 2 1761 Last post March 02, 2013, 04:11:46 PM
by thom
Mandelbrot Circles? Programming murkey 3 3733 Last post January 23, 2015, 07:59:31 PM
by murkey

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.151 seconds with 24 queries. (Pretty URLs adds 0.009s, 2q)