Logo by rathinagiri - 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 the official fractalforums.com Youtube Channel
 
*
Welcome, Guest. Please login or register. April 19, 2024, 03:00:04 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: Location Dependent Critical Points  (Read 1913 times)
0 Members and 1 Guest are viewing this topic.
element90
Strange Attractor
***
Posts: 298



WWW
« on: March 04, 2015, 04:35:16 PM »

The current version of Neptune/Triton does not include any formulae that have location dependent critical points, Saturn/Titan doesn't include support for critical points at all. I'm adding support for location dependent critical points to Neptune/Triton and where appropriate to some formulae in Saturn/Titan.

Saturn/Titan allowed parameters to be substituted with the +ve or -ve location in the complex plane (c), this will change for the next release instead the parameter will be modified by either multiplying it by c or dividing it by c allowing greater flexibility to each formula. Neptune/Triton only allowed parameters to be a number, it too will have the same parameter modification scheme as Saturn/Titan, as Neptune/Triton only deals with multiple critical point fractals the handling of parameters will be restricted so that a formula is not turned in a Julia (no critical points).

An example:





more to come.
Logged

Elelemt90 Fractals blog www.element90.wordpress.com
element90
Strange Attractor
***
Posts: 298



WWW
« Reply #1 on: March 05, 2015, 04:00:19 PM »

An other example, this time a quartic:





The fractal exhibits both M2 and M3 Mandelbrot features, the M3 features can be seen more easily in the picture below:



The preceding pictures painted black areas where the orbits did not escape for at least one critical point. The following picture averages inner and outer colouring where those areas overlap:



There are three critical points: each produces a component picture that can be used to produce a composite picture using two or more critical points. The component pictures are as follows:





Logged

Elelemt90 Fractals blog www.element90.wordpress.com
cKleinhuis
Administrator
Fractal Senior
*******
Posts: 7044


formerly known as 'Trifox'


WWW
« Reply #2 on: March 05, 2015, 04:14:34 PM »

nice, but can you explain what you mean by critical points and how they influence a formula!?
Logged

---

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



WWW
« Reply #3 on: March 05, 2015, 05:43:53 PM »

Fractals generated using the Mandelbrot algorithm use a critical point as the initial value of z. If a value other than the critical value is used you get a "perturbed" fractal, just try using a value other than zero for the Mandelbrot set.

Using the Mandelbrot formula as an example, the critical point can found as follows:

z = z^2 + c

f(z)  = z^2 + c

The critical point(s) are the solutions of f'(z) = 0 which for the Mandelbrot set is:

f'(z) = 2z = 0

so the critical point is zero.

For higher power Mandelbrots i.e.

z = z^n + 1 where n > 2

f'(z) = nz^(n-1) = 0

so their critical points are all zero.

It gets much more interesting when extra terms are added e.g.

z = z^5 + z + c

f'(z) = 5z^4 + 1 = 0

so the critical points are the four 4th roots of -1/5, changing the z term to -5z results in the four 4th roots of 1 which are 1, -1, i and -i. Each critical point produces a picture, some times more than one critical point produces the same picture.

When the solutions of f'(z) = 0 include c (the location in the complex plane) you get location dependent critical points which have to be determined for each location. e.g.

z = z^2 + cz + c

f'(z) = 2z + c = 0

so the critical point is -c/2 which, at first glance, just produces a Mandelbrot of a different size in a different location. Zooming out, however, shows another Mandelbrot pointing the other way

I initially thought that the Quadratic equation z = az^2 + bz + c just produced a Mandelbrot but that was before adding support for location dependent critical points to Saturn.

For more information on the Quadratic formula see https://element90.wordpress.com/2014/11/20/quadratic-observations/.


Logged

Elelemt90 Fractals blog www.element90.wordpress.com
element90
Strange Attractor
***
Posts: 298



WWW
« Reply #4 on: March 10, 2015, 04:20:33 PM »

The current version of Neptune/Triton includes a fractal called MC SIN that has no parameters and two critical points.

The formula is:

z = sin(z) + c

The critical points are the solutions to f'(z) = 0:

f'(z) = cos(z)

so the solutions are arccos(0) which are pi/2 + n*pi where n is an integer which implies an infinite number of critical points. There are only two distinct component pictures so only the critical points -pi/2 and pi/2 are required.



showing the overlaps betwen the two component pictures:



The triton summary is:



For the next version of Neptune/Triton three parameters and been added, the Triton summary for the equivalent formula is:



It may seem odd that there are two standalone parameters but there is a reason.

An MC COS formula was not included as it produced the same fractal shifted horizontally:



Adding parameters to the formula makes the following formula possible:

z = sin(cz)

its critical points:

f'(z) = c*cos(cz) = 0

so the critical points are arccos(0)/c or (pi/2 + n*pi)/c which is dependent on location.

There is only one distinct component picture:



Setting the formula to:

z = sin(cz) + c

leaves the critical points as they are and there are two distinct component pictures:



Using the extra parameter:

z = sin(cz) + c - 2

again leaves the critical points as they are but the two component pictures are different and is reason it exists:



The cos version of this formula produces markedly different pictures to the sin version once the formula diverges from cos(z) + c and sin(z) +c.

The critical points:

z = cos(alpha*z) + beta + gamma
f'(z) = -alpha*sin(alpha*z) = 0

so the critical points are arcsin(0)/alpha or (n*pi)/alpha

For

z = cos(cz)

there is one component picture which is clearly different to the sin version consequently MC COS has been added to Neptune/Triton.



For

z = cos(cz) + c



and for

z = cos(cz) + c - 2



There will be additional variations on the formula such as

z = (sin(alpha*z))^2 + beta + gamma
z = sin(alpha*z^2) + beta + gamma

and higher powers and ones that use cos. There will be example pictures using those formulae soon.
Logged

Elelemt90 Fractals blog www.element90.wordpress.com
element90
Strange Attractor
***
Posts: 298



WWW
« Reply #5 on: March 18, 2015, 12:18:17 PM »

Now for some examples using MC COS2.

z = (cos(alpha*z)^2 + beta + gamma

So its critical points are found using:

f(z) = (cos(alpha*z))^ + beta + gamma
f'(z) = -2*sin(alpha*z)*cos(alpha*z) = 0

so there are critical points that at arcsin(0)/alpha and at arccos(0)/alpha i.e. (pi/2 + n*pi)/alpha and n*pi/alpha. The component pictures for the arcsin critical points are identical are as those for the arccos critical points.










Note the spot in the final picture that is the result of a lack of precision and can be reduced in size by using higher precision or increasing the bailout limit.
Logged

Elelemt90 Fractals blog www.element90.wordpress.com
element90
Strange Attractor
***
Posts: 298



WWW
« Reply #6 on: March 18, 2015, 12:34:34 PM »

The Quadratic formula is much more interesting than I had supposed.

z = alpha*z^2 + beta*z + gamma

finding its critical point is simple:

f(z) = alpha*z^2 + beta*z + gamma
f'(z) = 2*alpha*z + beta = 0

so it has one critical point at -beta/(2*alpha).




closer in ...







Logged

Elelemt90 Fractals blog www.element90.wordpress.com
Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Scale-invariant bird flocks in critical state Fractals Applied or in Nature gamma 1 1831 Last post July 09, 2010, 05:54:49 PM
by bib
Critical Mass Movies Showcase (Rate My Movie) « 1 2 » The Rev 16 3380 Last post November 26, 2010, 08:59:26 PM
by teamfresh
Paranoic Critical Turbo Engines Mandelbulb3D Gallery KRAFTWERK 0 674 Last post April 24, 2011, 02:07:15 PM
by KRAFTWERK
Critical Alignment Images Showcase (Rate My Fractal) thom 0 849 Last post July 09, 2013, 05:30:03 AM
by thom
Multiple Critical Points Mandelbrot & Julia Set « 1 2 3 » element90 34 6082 Last post April 05, 2014, 02:30:28 PM
by element90

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.189 seconds with 26 queries. (Pretty URLs adds 0.007s, 2q)