Logo by Pauldelbrot - 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 19, 2024, 06:18:06 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: Parameter perturbation and exotic "bifurcation" fractals  (Read 642 times)
Description: High resolution images just for fun
0 Members and 1 Guest are viewing this topic.
bkercso
Fractal Lover
**
Posts: 220



« on: May 21, 2016, 04:49:06 PM »

Recently I tried sinusoidal perturbation on the parameter of systems which produces bifurcation fractals, like the logistic equation. I also experimented with swap the stepped parameter with an other property, like amplitude or frequency of the perturbation and generate 2D images of that.
Doesn't high mathematics follow, only high res images and some code.

These fractals were generated with Bifurcation Fractal Plotter:
http://www.fractalforums.com/windows-fractal-software/bifurcation-fractal-plotter-biffrapl/

Some fractals cannot be perturbed: fractal -5, 13, 14 and 15.

Example: parameter perturbation on the logistic map:
Code:
x:=[parameter+amplitude*sin(iterationNumber*frequency)]*x*(1-x);

Img #1: Parameter perturbed logistic map, Ampl=0.1, Freq=1E-5


Img #2: Parameter perturbed logistic map, Ampl=Freq=0.1


Img #3: Parameter perturbed logistic map, Ampl=0.1, Freq=1


Img #4: Parameter perturbed logistic map, Ampl=0.1, Freq=10


Img #5: Parameter perturbed delayed logistic map (fractal -1 in my program), Ampl=0.1, Freq=1E-4. Its something buddhabrot-like...


Img #5a: Parameter perturbed delayed logistic map, Ampl=0.01, Freq=1E-3
« Last Edit: May 27, 2016, 12:41:47 AM by bkercso » Logged
bkercso
Fractal Lover
**
Posts: 220



« Reply #1 on: May 21, 2016, 05:07:02 PM »

Img #6: Parameter perturbed coupled logistic map, Ampl=0.1, Freq=1E-4; only the plotted system is perturbed


Img #7: Parameter perturbed coupled logistic map, Ampl=0.1, Freq=1E-4,; with perturbation on both systems, we get a more boring image:
Logged
bkercso
Fractal Lover
**
Posts: 220



« Reply #2 on: May 27, 2016, 12:32:25 AM »

Img #8: A zoom of Img #2
Set:

Zoom:


Img #9: Zoom of Imtg #8
Set:

Zoom:


Img #10: Zoom of Imtg #8
Set:

Zoom: if we do more iterations, this microstructure goes to subpixel size - just see in Img #9, on left
Logged
bkercso
Fractal Lover
**
Posts: 220



« Reply #3 on: May 27, 2016, 12:38:04 AM »

Img #11: Zoom of Img #2
Set:

Zoom:


Img #12: Zoom of Img #6
Set:

Zoom:
« Last Edit: May 27, 2016, 12:44:34 AM by bkercso » Logged
bkercso
Fractal Lover
**
Posts: 220



« Reply #4 on: May 27, 2016, 12:59:10 AM »

Now some "exotic" bifurcation fractals follow! Exotic, because perturbation amplitude or frequency is stepped, instead of the parameter.

Img #13: Delayed logistic map (fractal -1), Parameter=2.2, Ampl=-1E-4..7.2E-2 (stepped), Freq=0.1


Img #14: Delayed logistic map (fractal -1), Parameter=2.25, Ampl=0.01, Freq=1E-3..10 (stepped)


Img #15: Delayed logistic map (fractal -1), Parameter=2.25, Ampl=0.1, Freq=1E-3..10: the behaviour is divergent at many frequencies (blank areas)
« Last Edit: May 27, 2016, 07:08:09 PM by bkercso » Logged
matsoljare
Fractal Lover
**
Posts: 215



WWW
« Reply #5 on: May 27, 2016, 01:13:39 AM »

I can imagine many of them would produce interesting sounds, but i'm not sure how to go about with it...
Logged
bkercso
Fractal Lover
**
Posts: 220



« Reply #6 on: May 27, 2016, 01:35:30 AM »

Equations are on this topic:
http://www.fractalforums.com/new-theories-and-research/bifurcations-fractals-discovery/

I perturb the parameter r:
Code:
r:=r_original+Ampl*sin(ActualIterationNumber*Freq)
Logged
bkercso
Fractal Lover
**
Posts: 220



« Reply #7 on: May 27, 2016, 07:27:27 PM »

Img #16: Similar as Img #13, but with Freq=1. Calculated as a single attractor fractal, without any trials to change attractor


Img #17: Similar as Img #16, but with Freq=10. Calculated as a single attractor fractal, without any trials to change attractor. The break in the lines on the right is not an error: this is a multiple attractor fractal and that break is a spontaneous attractor change!


Img #18: Similar as Img #17, but calculated as a multiple attractor fractal, with 1000 trials to change attractor and 3000 avg. iter/pix. The "noise" on the left is "first few iterations", because I maximised the noise filtering iterations as Maxiter/2. As this noise filtering (eliminating first few iterations) is required after each trials to change attractor, there were too few rejected iterations here.
« Last Edit: May 27, 2016, 07:42:26 PM by bkercso » Logged
Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Parameter files posting Parameter Files heneganj 13 19408 Last post September 15, 2015, 08:02:52 AM
by F. Bernkastel
New book: "Alt.Fractals: A visual guide to fractal geometry and design" Commercial Corner ErkDemon 4 7942 Last post September 26, 2014, 02:57:18 PM
by LMarkoya
Special "offset" and "rotate" options from Fractallab possible in M3d-formula? Mandelbulb 3d « 1 2 » SaMMy 18 29771 Last post April 05, 2011, 12:20:52 PM
by DarkBeam
I had a vague idea that "fractal" was related to "pretty pictures" Meet & Greet Repomancer 5 8351 Last post October 10, 2012, 02:04:23 AM
by David Makin
Are all "particles/quarks/universe" fractals of "Extended Periodic Table(s)"? (new) Theories & Research sunshaker 4 2140 Last post January 15, 2016, 10:28:02 PM
by M Benesi

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