Logo by AGUS - 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 25, 2024, 01:49:02 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: The hardest maze in the world...  (Read 28728 times)
0 Members and 1 Guest are viewing this topic.
twinbee
Fractal Fertilizer
*****
Posts: 383



WWW
« on: December 07, 2007, 03:12:41 AM »

...is the Mandelbrot set! Just think; all of of the tiny paths are connected, and only the slightest hints are given at any junction as to what the correct path to choose is to (say...) find the main core from one of the tiny offshoots.

But it got me thinking. For any given iteration depth, what is the maximum number of straight connected lines (to form a path) one would take to connect a point to any other point in the set? (One is not allowed to cross outside the set.) Is it possible to formalize this somehow? Is the growth of lines exponential or double exponential with the iteration level maybe?

An example for iteration 10 would be seven connected lines. (going from the offshoot near the very bottom of the Mandelbrot to the symmetrical offshoot near the very top).
Logged
lkmitch
Fractal Lover
**
Posts: 238



« Reply #1 on: December 07, 2007, 04:58:10 PM »

If I remember correctly, the boundary of the Mandelbrot set can be formed from a really warped circle.  In that case, maybe it's not a maze at all, just an infinitely-long direct path?

I don't understand your example; why would 7 be the maximum number of lines at iteration 10?  In fact, don't you mean minimum number of lines?  Wouldn't the maximum number always be infinity?
Logged
twinbee
Fractal Fertilizer
*****
Posts: 383



WWW
« Reply #2 on: December 07, 2007, 05:43:44 PM »

Interesting. Yes you could trail the edge or 'wall' of the path of the Mandelbrot, and reach the core eventually, but then the same goes for any maze. Example, following the inside of the wall from this super-easy maze would always reach the exit.

However, it take many times longer to complete any maze this way. That's why it's best to look for clues as to the right path.

Here's an example from the Mandelbrot:


You could 'trail the inside', but it would takes ages. Best to follow your instincts and check out the most likely path to the 'exit' (main mandelbrot bulb, not seen here obviously), which is probably the big path at the bottom.

On a related note, I wonder what the perimeter of the Mandelbrot set is given an iteration level.

Quote
I don't understand your example; why would 7 be the maximum number of lines at iteration 10?  In fact, don't you mean minimum number of lines?  Wouldn't the maximum number always be infinity?

Nope, I mean the maximum. The idea is to reach any part of the Mandelbrot from any other part. Some paths only require two straight lines, some only one. At iteration 10, the 'hardest' path that you can choose which maximizes the number of connected straight lines is 7, which is from the bottom to the top.

Examples:
At iteration 1 or iteration 2: Max = 1 line (since it's a circle, any part can be reached from a single line max to any other part)

At iteration 3: Max = 2 lines (slightly warped circle, so to get from the top to the left, you need to connect two straight lines. Most other paths would just take one line, but the top (or bottom) to the left is the most difficult 'route'). See below. The red line is not allowed. However, you can connect the two points with the 2 connected green lines.

« Last Edit: December 07, 2007, 06:16:33 PM by twinbee » Logged
gandreas
Explorer
****
Posts: 53



WWW
« Reply #3 on: December 07, 2007, 11:39:42 PM »

Interesting. Yes you could trail the edge or 'wall' of the path of the Mandelbrot, and reach the core eventually, but then the same goes for any maze.

That's not exactly true - the Mandelbrot set has infinite circumference (and so does every branch of it), so while that strategy would work in theory, in practice, not so much.

For that matter, it's not even clear that you could actually find the exact edge to trail...

Logged
twinbee
Fractal Fertilizer
*****
Posts: 383



WWW
« Reply #4 on: December 08, 2007, 12:25:09 AM »

Quote
That's not exactly true - the Mandelbrot set has infinite circumference (and so does every branch of it), so while that strategy would work in theory, in practice, not so much.

I meant at a finite iteration depth.
Logged
gandreas
Explorer
****
Posts: 53



WWW
« Reply #5 on: December 08, 2007, 11:41:29 PM »

Quote
That's not exactly true - the Mandelbrot set has infinite circumference (and so does every branch of it), so while that strategy would work in theory, in practice, not so much.

I meant at a finite iteration depth.

It becomes a much more interesting problem if you have to work at infinite iteration, since, even if you find a point that is on the edge (i.e., a points such that (x,y) is inside and (x+epsilon*cos(theta),y+epsilon*sin(theta)), I'm not convinced there is even a way to find the next point (assuming that theta is the direction your hand is in, and your "facing" theta + pi / 4).  Since the edge is rough (i.e., there is no normal for any given point on the edge) a whole lot of things stop working.

Regardless, it's an interesting problem, and I'm thinking that the "best" solution should work for either finite or infinite iterations (though the latter is far more difficult due to the inability to calculate meaningful values for limits of various values that might be useful in the finite case).

Logged
twinbee
Fractal Fertilizer
*****
Posts: 383



WWW
« Reply #6 on: December 09, 2007, 06:25:00 PM »

Hmm, I wonder if in the same way the series 0.5+0.25+0.125+0.0625... converges to 1, and therefore = 1, that infinite iterations of the Mandelbrot would effectively produce pure circles (and one cardioid) without any of the tiny branches at all. Therefore the parameter is basically the circumference of all the 'circles' and cardioid.

In any case, I'd still love to know the perimeter of the Mandelbrot set given x iterations. Had a look on Google yesterday, and there was zero info on it.
Logged
lkmitch
Fractal Lover
**
Posts: 238



« Reply #7 on: December 10, 2007, 08:22:44 PM »

Hmm, I wonder if in the same way the series 0.5+0.25+0.125+0.0625... converges to 1, and therefore = 1, that infinite iterations of the Mandelbrot would effectively produce pure circles (and one cardioid) without any of the tiny branches at all. Therefore the parameter is basically the circumference of all the 'circles' and cardioid.

In any case, I'd still love to know the perimeter of the Mandelbrot set given x iterations. Had a look on Google yesterday, and there was zero info on it.

The problem with the circumference "just" being the sum of the circumferences of the disks and cardioids is that there are infinitely many dendrites--infinitely thin stalks like the spike out to (-2, 0) that have length but no interior.

In concept, you can find the perimeter for finite iterations by using a variation of a boundary-tracing routine.  Start at a known boundary point (say, the tip of the spike) for a given number of iterations and trace the boundary.  Keep a tally of the sum of the segment lengths.  Repeat with smaller segment sizes until your sum convergences.  Since you'd be using finite iterations, the sum should converge nicely once your segments became smaller than the smallest crook or bend.

Kerry
Logged
Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Maze 1b Images Showcase (Rate My Fractal) HK42 0 686 Last post February 15, 2012, 09:47:03 AM
by HK42
Fractal 3D Maze Fractal Science Kit Gallery wmauzey 0 744 Last post March 05, 2012, 07:38:54 AM
by wmauzey
Menger's Maze Mandelbulb3D Gallery Madman 0 567 Last post August 01, 2012, 10:22:34 PM
by Madman
Pseudo Pac-Man Maze Mandelbulber Gallery mclarekin 0 484 Last post October 07, 2014, 08:45:50 AM
by mclarekin
The new hardest mandelbrot zoom : 750,000,000 iterations Movies Showcase (Rate My Movie) Fractal universe 1 6357 Last post March 21, 2016, 05:44:15 AM
by Dinkydau

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