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 the official fractalforums.com Youtube Channel
 
*
Welcome, Guest. Please login or register. April 28, 2024, 06:37:54 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 [2] 3 4 ... 6   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: Calcyman's Idea (2D)  (Read 13764 times)
0 Members and 1 Guest are viewing this topic.
LesPaul
Guest
« Reply #15 on: January 23, 2010, 06:52:27 PM »

Tangent is a strange beast!

The first image here is what appears to be the whole set.  I had to zoom out quite a bit to see it -- the top-left is (-1000, 750) and the bottom right is (1000, -750).  This image is so unusual that it almost seems like there is some calculation error happening.  I did see some strange behavior (like the image changing when zooming) until I turned off "guessing" and "periodicity checking."

The two zooms here are not deep at all.  There is no layering or any other post-processing of the images.  "Function" is set to "tan" and "Power" is set to one.  It's just a really strange set!  The different areas show almost no resemblance to each other...


* z_1_tan.png (15.67 KB, 640x480 - viewed 292 times.)

* z_1_tan_zoom_1.png (392.35 KB, 640x480 - viewed 322 times.)

* z_1_tan_zoom_2.png (428.87 KB, 1024x768 - viewed 307 times.)
Logged
kram1032
Fractal Senior
******
Posts: 1863


« Reply #16 on: January 23, 2010, 07:21:23 PM »

nice O.o

Did you also try different bailout values?
Logged
LesPaul
Guest
« Reply #17 on: January 23, 2010, 07:52:07 PM »

I'm not sure if you know, but the shape featured in z_2_sin.png is a multibrot; the shape that appears from iterating z=z^3 + z0, instead of z^2. I find it interesting that this appears in your z^2*sin(z) version.

It is very similar to the z3 multibrot, but different in a lot of ways.  The standard multibrot doesn't have that "stem" along the real axis.  The overall shape is slightly different, too.

You can toggle between the two by just switching the formula from "sin" to "ident."  The identity formula just returns z, so you get

   zn+1 = zn2 * zn + z0 = zn3 + z0.

That would suggest that the zn2 term dominates the shape on the large scale, so that multiplying by sin(zn) isn't much different from multiplying by just zn.  But they are quite different when you zoom in.
Logged
LesPaul
Guest
« Reply #18 on: January 23, 2010, 08:02:46 PM »

nice O.o

Thanks smiley

Did you also try different bailout values?

Good idea...  It looks like changing the bailout does have a dramatic effect.  The black semicircle on the +real half just gets larger and larger if you increase the bailout.  I guess that suggests that the entire +real half of the graph is in the set?  Or that it isn't in the set but tends to infinity very slowly?  I'm not sure.  Are there coloring algorithms that don't rely on a bailout value?  It would probably make rendering unacceptably slow if there was no bailout.
Logged
kram1032
Fractal Senior
******
Posts: 1863


« Reply #19 on: January 24, 2010, 12:48:53 AM »

that's what I thought...
With functions like the tan, going to infinity in a cyclic pattern, I guess you can't define a true bailout value.
You could have a value close to infinity which then returns a value close to zero, if you plot it in again.

However it might help a bit (for bringing slightly more order in this) to use tan({\pi\over2}x), rather than tan(x), as then the intervals will be at lenght 2, having infinity at odd and zero at even numbers...
Logged
Timeroot
Fractal Fertilizer
*****
Posts: 362


The pwnge.


WWW
« Reply #20 on: January 24, 2010, 04:04:23 AM »

It seemed to me it would be interesting to find the locus of points (I believe they would be Cantor Dust) that do escape to infinity. Although that isn't very easy to do, I created an image of the locus of points that monotonically increase. Here's the code I used:

Code:
TangentEscape {
init:
 c=#pixel
 z=@Perturbation
loop:
 zOld=z
 z=z*tan(z) + c
bailout:
 |z| >= |zOld|
}
It created a Cantor Set along the positive real axis (with the exception of an narrow, boring, error-ridden shape from 0 to 0.23) with no other points in the positive half-plane. In the other half plane, some interesting figures were produced. I'll eventually post some pics, but I'm doing some other stuff right now...  undecided
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.
bib
Global Moderator
Fractal Senior
******
Posts: 2070


At the borders...


100008697663777 @bib993
WWW
« Reply #21 on: January 24, 2010, 12:24:01 PM »

a video showing the effect of bailout on z*tan(z)+c

<a href="http://www.youtube.com/v/YviGjZaQGLQ&rel=1&fs=1&hd=1" target="_blank">http://www.youtube.com/v/YviGjZaQGLQ&rel=1&fs=1&hd=1</a>
« Last Edit: January 24, 2010, 02:48:21 PM by bib » Logged

Between order and disorder reigns a delicious moment. (Paul Valéry)
bib
Global Moderator
Fractal Senior
******
Posts: 2070


At the borders...


100008697663777 @bib993
WWW
« Reply #22 on: January 24, 2010, 02:48:01 PM »

Another one that dezooms from near the origin and zooms far from the origin:

<a href="http://www.youtube.com/v/-wK6tMPR_Nc&rel=1&fs=1&hd=1" target="_blank">http://www.youtube.com/v/-wK6tMPR_Nc&rel=1&fs=1&hd=1</a>
Logged

Between order and disorder reigns a delicious moment. (Paul Valéry)
Calcyman
Alien
***
Posts: 38


« Reply #23 on: January 24, 2010, 03:49:01 PM »

Wow! Some truly stunning images from such simple formulae. The z*tan(z) fractal looks totally pathological until you zoom into its core, where it is dominated with minibrots and multiply connected lacy structures. By comparison, ordinary Mandelbrot-Julia fractals have simply connected dendritic structures.

The diversity of phenomena in the tangent fractal is exciting. The fractal detail seems to lie on radial lines emanating from the origin, and the Manhattan-style lines that bridge them. It's quite unexpected to see Mandelbrot Sets hiding in the details.

The Maclaurin Series of the natural logarithm function also rapidly converges. z*ln(z) should be interesting -- the real line terminates at the base of the logarithm (e in this case).

My 'idea' was to investigate fractals with Maclaurin series (integer powers of z). I wonder whether Fourier series conceal the same detail, considering the fractal complexity of the sinusoidal fractals. This would yeild a new family of fractals, all composed of sinusoidal components.

In fact, the Weierstrass function, a particular Fourier series, is a fractal on the first iteration!
Logged
David Makin
Global Moderator
Fractal Senior
******
Posts: 2286



Makin' Magic Fractals
WWW
« Reply #24 on: January 24, 2010, 05:56:11 PM »

I think you'll find formulas already built for Fractint, Ultra Fractal and ChaosPro investigating formulas along the lines you're describing smiley

There are also some where a continued series is extended with iteration.
Logged

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

http://www.fractalgallery.co.uk/
"Makin' Magic Music" on Jango
LesPaul
Guest
« Reply #25 on: January 25, 2010, 08:48:56 PM »

Another one that dezooms from near the origin and zooms far from the origin:

Wow, I watched this one multiple times!  smiley

Did you find that the calculation time becomes unbearably slow as soon as you zoom to a level where arbitrary precision is required?  In UltraFractal, the "pixels per second" drops from several thousand down to like 9!  The algorithm they use for tan(z) must not be very friendly to arbitrary-precision math.

I took a shot at animating what happens as the formula varies smoothly from  z2*tan(z)  to just  z*tan(z)  and the result is interesting.  The set kind of "folds over" on itself and all kinds of strange details emerge right before the power reaches 1.  It looks as if the set "explodes" in the -real direction.

I'd post it but I used an evaluation version of UltraFractal and the whole AVI is stamped with "Evaluation Copy."  I guess it's time to shell out the hundred dollars.  smiley

Those videos are really great, bib.
Logged
LesPaul
Guest
« Reply #26 on: January 25, 2010, 09:25:17 PM »

The Maclaurin Series of the natural logarithm function also rapidly converges. z*ln(z) should be interesting ...

I'm not able to get z*ln(z) to do anything interesting, so far.  The entire complex plane appears to be in the set.  I'll have to check a few points by hand and figure out what's going on there.
Logged
Timeroot
Fractal Fertilizer
*****
Posts: 362


The pwnge.


WWW
« Reply #27 on: January 26, 2010, 01:21:46 AM »

I'd post it but I used an evaluation version of UltraFractal and the whole AVI is stamped with "Evaluation Copy."  I guess it's time to shell out the hundred dollars.  smiley

Those videos are really great, bib.

Just a tip: While UltraFractal is generally more user-friendly and what not and has a better GUI and stuff, ChaosPro can load UF formulas, animate them, and it's free. I just use it when I have a good fractal form UF and want to render it. :-P

Can't wait to see vid!
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.
LesPaul
Guest
« Reply #28 on: January 26, 2010, 07:50:03 AM »

Just a tip: While UltraFractal is generally more user-friendly and what not and has a better GUI and stuff, ChaosPro can load UF formulas, animate them, and it's free. I just use it when I have a good fractal form UF and want to render it. :-P

Can't wait to see vid!

Nice, "free" is my favorite price.  smiley

Is it also open source?  I'd be more than willing to contribute to the project, if so.
Logged
LesPaul
Guest
« Reply #29 on: January 26, 2010, 09:18:46 AM »

Can't wait to see vid!

Here it is:
<a href="http://www.youtube.com/v/dwHUkbhI4CA&rel=1&fs=1&hd=1" target="_blank">http://www.youtube.com/v/dwHUkbhI4CA&rel=1&fs=1&hd=1</a>

Sorry the compression is a bit severe.  I'm just getting the hang of uploading to YouTube.

Many of the small black islands that you see swirling around are minibrots.
« Last Edit: January 26, 2010, 09:20:38 AM by LesPaul » Logged
Pages: 1 [2] 3 4 ... 6   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Just an idea... for cutting (with explanatory images) Mandelbulb 3d MindsEye 8 2555 Last post January 29, 2012, 09:22:05 PM
by MindsEye
Mirror reflectivity, an idea... Mandelbulb 3d MindsEye 3 1525 Last post February 17, 2012, 12:49:10 AM
by MindsEye
A very strong idea of AI. Let's collaborate on something! Lois 0 2845 Last post March 02, 2015, 06:56:25 PM
by Lois
Timeline idea Fragmentarium 3dickulus 2 1197 Last post September 13, 2016, 07:21:35 AM
by M Benesi
New person, help+idea General Discussion DakarV 2 372 Last post November 08, 2016, 11:57:55 PM
by DakarV

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