Logo by reallybigname - 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: Visit us on facebook
 
*
Welcome, Guest. Please login or register. April 19, 2024, 05:22:42 PM


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   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: 1D Mandelbrot  (Read 14514 times)
0 Members and 2 Guests are viewing this topic.
choose
Guest
« on: November 23, 2009, 11:14:12 PM »

Maybe it would be an interesting experience to try and find a one dimensional representation of the Mandebrot Set?

I tried z[n]=z[n-1]+c but that seems to produce no complexity at all. All points from c=-2 to about c=0.25 are inside the set and all others are outside the set.

Any ideas?
« Last Edit: November 23, 2009, 11:20:41 PM by choose » Logged
cKleinhuis
Administrator
Fractal Senior
*******
Posts: 7044


formerly known as 'Trifox'


WWW
« Reply #1 on: November 23, 2009, 11:16:00 PM »

lol, congratulations, you found the 1 d mandelbrot ... cheesy  afro
what did you expect ?!?!?
you can use another line through the set ... cheesy
Logged

---

divide and conquer - iterate and rule - chaos is No random!
David Makin
Global Moderator
Fractal Senior
******
Posts: 2286



Makin' Magic Fractals
WWW
« Reply #2 on: November 24, 2009, 01:00:32 AM »

Any ideas?

Instead of using a straight line use a strange attractor ?
Logged

The meaning and purpose of life is to give life purpose and meaning.

http://www.fractalgallery.co.uk/
"Makin' Magic Music" on Jango
Aexion
Conqueror
*******
Posts: 116


The Fractal Hermit


WWW
« Reply #3 on: November 24, 2009, 01:16:59 AM »


I tried z[n]=z[n-1]+c but that seems to produce no complexity at all. All points from c=-2 to about c=0.25 are inside the set and all others are outside the set.

Any ideas?
For the real z[n+1]=z[n]*z[n]+c, if you plot the C values from -2 to 0 int the X axis and the the iteration values in the Y axis, you will get a bifurcation diagram: http://en.wikipedia.org/wiki/Bifurcation_diagram
Logged

Fractals all the way..
Incendia for 3D Fractals
Aural for Musical Fractals
twinbee
Fractal Fertilizer
*****
Posts: 383



WWW
« Reply #4 on: November 25, 2009, 12:13:45 PM »

I've thought about a 1D Mandelbrot set too. It was in desperation trying to find the 3D version. I thought if I can't succeed go up, what happens when you go down.

The problem seems to be that you can't properly rotate using only 1 dimension. in 2D you can, and in 3D, you can rotate in any of the 3 planes. But 1D lacks this ability.

Interesting concept though - we'd expect to see a dot-dash kind of pattern appear, but with lots of patterns of dots and dashes etc.
Logged
Tglad
Fractal Molossus
**
Posts: 703


WWW
« Reply #5 on: November 25, 2009, 01:15:25 PM »

>> we'd expect to see a dot-dash kind of pattern appear, but with lots of patterns of dots and dashes etc.
I would expect to see a line, which is what you see if you use 1d numbers (the reals). Mandelbrot is (almost certainly) connected in 2d, so a connected version in 1d could only be a single line segment.
Logged
twinbee
Fractal Fertilizer
*****
Posts: 383



WWW
« Reply #6 on: November 25, 2009, 01:32:24 PM »

Wouldn't the line have some on/off structure to at least give the appearence of dots and dashes (though obviously some very short/long dots/dashes sometimes).
Logged
cKleinhuis
Administrator
Fractal Senior
*******
Posts: 7044


formerly known as 'Trifox'


WWW
« Reply #7 on: November 25, 2009, 01:57:41 PM »

the reason why it gives a line on the x axis is because it is connected i believe ....  alien
Logged

---

divide and conquer - iterate and rule - chaos is No random!
mrrgu
Guest
« Reply #8 on: January 06, 2010, 12:59:30 PM »

With power 1 it is not a fractal anymore...no folding or stretching.
You can go close to 1 though and less than 1.

Less than 1 inverts the fractal..what usually is the inside guts is outside and vice versa..
Logged
kram1032
Fractal Senior
******
Posts: 1863


« Reply #9 on: January 06, 2010, 07:17:48 PM »

mrrgu:
I think the question is not for power one but for dimension one which already was correctly answered by Aexion but nobody seemed to pay attention lol.

However I wonder what happens if you represent the Mset in Bifurcation-style... Maybe you get a somewhat-3D sheet-furcation-thing smiley
Logged
mrrgu
Guest
« Reply #10 on: January 06, 2010, 08:52:44 PM »

I just looke at the formula and it had power one... but you are right though  wink

mrrgu:
I think the question is not for power one but for dimension one which already was correctly answered by Aexion but nobody seemed to pay attention lol.

However I wonder what happens if you represent the Mset in Bifurcation-style... Maybe you get a somewhat-3D sheet-furcation-thing smiley
Logged
BradC
Safarist
******
Posts: 85



« Reply #11 on: January 06, 2010, 10:46:07 PM »

However I wonder what happens if you represent the Mset in Bifurcation-style... Maybe you get a somewhat-3D sheet-furcation-thing smiley

This is the logistic formula, not the Mandelbrot formula, but Mandelbrot would probably look somewhat similar:
   
Logged
Tglad
Fractal Molossus
**
Posts: 703


WWW
« Reply #12 on: January 06, 2010, 11:46:55 PM »

@I think the question is not for power one but for dimension one which already was correctly answered by Aexion but nobody seemed to pay attention lol.
Actually, I don't see how the logistic map is the same as a 1d mandelbrot, since r*x*(1-x) isn't  x^2 + c

But a 1d mandelbrot is surely simply the set of points at i=0 on the mandelbrot. i.e. a line segment.
Logged
kram1032
Fractal Senior
******
Posts: 1863


« Reply #13 on: January 07, 2010, 10:40:26 PM »

it's not exactly the same but it's of the same kind.

you could do those bifurcation map for the Mset aswell.

If you coordinate-transform the logistic bifucration, you can get it to exactly match the Mset and its special positions like the biggest Minibrot.
Afaik, that Minibrot is the first bigger lake of stability after the beginning chaos...

Basically do the Mset recursion with x²+a and do the same as you'd do for the logistic map with a is what in the logistic map would be r.
The results are equal.

As you see, the picture of the "complex logistic map" above, it features a lot of mandelbrot-ish bulbs smiley
Logged
Timeroot
Fractal Fertilizer
*****
Posts: 362


The pwnge.


WWW
« Reply #14 on: January 08, 2010, 02:48:11 AM »

(I'm pretty sure the OP meant to write the formula with a second power - he even said it went from -2 to 0.25)

All these things such as the bifurcation diagrams produce 2D (or 3D) objects. I think the idea of using a strange attractor sounds cool, but not very mathematically "pure". Maybe taking the segment from (0,i) to (0,-1)? In other words, z[n+1]=z[n]*z[n] + i*c? This is reasonable, and can produce interesting segments. I'm sure that in places where it intersects (for instance) a spiral, you might get something interesting; increasingly rapid dashes, maybe something like   --------    ----  -- - - -- ---- -------- ? If you just want one curve (in 2D), maybe something like plotting y = the greatest imaginary component so that a number with the x-coordinate as its real component belongs to the Mandelbrot set. Even more interesting, the absolute value of the difference between two nearby pixels. This would produce something akin to a pin plot, with high pins where represent places where a branch extends over another.
Logged

Someday, man will understand primary theory; how every aspect of our universe has come about. Then we will describe all of physics, build a complete understanding of genetic engineering, catalog all planets, and find intelligent life. And then we'll just puzzle over fractals for eternity.
Pages: [1] 2   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Rhythmic Gymnastic Mandelbrot FractInt Gallery simon.snake 0 1205 Last post May 06, 2012, 06:46:51 PM
by simon.snake
A Brief History of the Mandelbrot Set Film Pauldelbrot 0 2736 Last post May 27, 2012, 12:11:56 PM
by Pauldelbrot
Mandelbrot Cakewalk Sampler Mandelbulb3D Gallery tobiles 0 1625 Last post October 23, 2012, 10:42:53 PM
by tobiles
Mission Mandelbrot Introduction to Fractals and Related Links Applemanikin 8 3815 Last post December 03, 2012, 04:54:15 PM
by Applemanikin
Anytime, anywhere surround Mandelbrot set Movies Showcase (Rate My Movie) spaciane 4 3050 Last post March 05, 2013, 12:14:27 AM
by spaciane

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