Logo by DarkBeam - 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 27, 2024, 03:04: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] 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: Beetlebrot  (Read 8210 times)
0 Members and 1 Guest are viewing this topic.
Schlega
Navigator
*****
Posts: 63


« on: March 18, 2010, 06:11:40 PM »

Hi all,

   I was curious to see what happens if you replace e2ln(z)+c with e(ln(z))2. Here's the overall shape:



The crest on it's head:




The tip of it's abdomen:


The mouth:


<a href="http://www.youtube.com/v/5I2KhmT_Ybo&rel=1&fs=1&hd=1" target="_blank">http://www.youtube.com/v/5I2KhmT_Ybo&rel=1&fs=1&hd=1</a>
Logged
kram1032
Fractal Senior
******
Posts: 1863


« Reply #1 on: March 18, 2010, 06:23:12 PM »

yet another great variation of the default formulae cheesy
Logged
Timeroot
Fractal Fertilizer
*****
Posts: 362


The pwnge.


WWW
« Reply #2 on: March 19, 2010, 12:10:30 AM »

That's one of the coolest Mandelbrot variations I've ever seen (that still retain its form, to some extent). Many others involve things like the Mandelbrot with big chunks attached at every Misiurwecz point, or just being a distorted version of a multibrot, etc...

This one is very original. I would love to see a parameter shift of e^(ln(x)*(2*n+ln(x)*(1-n))) from n=1 (the default Mandelbrot) to n=0 (this one). I think parameter animations always provide a new layer of insight into how a fractal "gets" its shape.  cheesy
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.
Schlega
Navigator
*****
Posts: 63


« Reply #3 on: March 19, 2010, 04:37:48 AM »

Thanks, guys. I'm uploading that interpolation right now, but I did it in 1080p and I have a slow connection. In about 10 hours, it'll be up.

Also on the to do list:
-Make an animation using z2n(ln(z))(1-n)
-Explore za(ln(z))b+c
-Use the triplex formulas for exp(z) and ln(z) to make a beetlebulb.
Logged
ker2x
Fractal Molossus
**
Posts: 795


WWW
« Reply #4 on: March 19, 2010, 11:14:25 AM »

I like it ! *hugs*  grin
Logged

often times... there are other approaches which are kinda crappy until you put them in the context of parallel machines
(en) http://www.blog-gpgpu.com/ , (fr) http://www.keru.org/ ,
Sysadmin & DBA @ http://www.over-blog.com/
Schlega
Navigator
*****
Posts: 63


« Reply #5 on: March 19, 2010, 09:49:58 PM »

*hugs ker2x*

Youtube didn't like the uncompressed HD version, so I had to reduce the quality, but it's up now.

<a href="http://www.youtube.com/v/W7dFONTB0kk&rel=1&fs=1&hd=1" target="_blank">http://www.youtube.com/v/W7dFONTB0kk&rel=1&fs=1&hd=1</a>
Logged
Timeroot
Fractal Fertilizer
*****
Posts: 362


The pwnge.


WWW
« Reply #6 on: March 20, 2010, 12:18:42 AM »

Youtube didn't like the uncompressed HD version, so I had to reduce the quality, but it's up now.

<a href="http://www.youtube.com/v/W7dFONTB0kk&rel=1&fs=1&hd=1" target="_blank">http://www.youtube.com/v/W7dFONTB0kk&rel=1&fs=1&hd=1</a>
Tantalizing! What I wouldn't give for a computer I could explore that on....  grin
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.
Schlega
Navigator
*****
Posts: 63


« Reply #7 on: March 20, 2010, 01:22:24 AM »

Here's an alternate interpolation:

<a href="http://www.youtube.com/v/7mwxluQo6iQ&rel=1&fs=1&hd=1" target="_blank">http://www.youtube.com/v/7mwxluQo6iQ&rel=1&fs=1&hd=1</a>
Logged
Schlega
Navigator
*****
Posts: 63


« Reply #8 on: March 21, 2010, 09:50:40 PM »

This is what the triplex definitions of exp and log do:


The spew would probably be reduced with higher iterations, but my computer isn't fast enough to explore it in detail.

Here's an exponentialish version:

expish(x,y,z) = exp(x)*(cos(y)cos(z),sin(y)*cos(z), sin(z)),
logish(x,y,z) = (ln(x2+y2+z2),atan2(x+iy),asin(z/r))
<a href="http://www.youtube.com/v/Yip3BDZF_Wc&rel=1&fs=1&hd=1" target="_blank">http://www.youtube.com/v/Yip3BDZF_Wc&rel=1&fs=1&hd=1</a>
« Last Edit: March 21, 2010, 10:01:43 PM by Schlega » Logged
kram1032
Fractal Senior
******
Posts: 1863


« Reply #9 on: March 21, 2010, 10:46:56 PM »

doesn't look that buggy anymore, now.
But still very nice cheesy

Which definition of exp and log did you use in the other image?
Whoa, it looks like the bug didn't survive that xD
Logged
Timeroot
Fractal Fertilizer
*****
Posts: 362


The pwnge.


WWW
« Reply #10 on: March 22, 2010, 12:05:20 AM »

I'm guessing he used the Maclaurin series for exponentiation/logarithms... you know, 1+z+z^2 / 2 + z^3 / 6 + z^4 / 24....
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.
Schlega
Navigator
*****
Posts: 63


« Reply #11 on: March 22, 2010, 02:31:05 AM »

I used the analytic formulas that were derived in the triplex algebra thread, which came from the series definition.
Logged
kram1032
Fractal Senior
******
Posts: 1863


« Reply #12 on: March 22, 2010, 04:07:56 PM »

ah, that one smiley
A very complex formula.
Must have taken forever to even do such a low-iter version.
Logged
Schlega
Navigator
*****
Posts: 63


« Reply #13 on: March 23, 2010, 10:16:10 PM »

Yeah, it took about half an hour for that picture. And now I have to do it again because I found a bug in the code.  sad

Here's what the video should have looked like:

<a href="http://www.youtube.com/v/2yjQnwBgi7s&rel=1&fs=1&hd=1" target="_blank">http://www.youtube.com/v/2yjQnwBgi7s&rel=1&fs=1&hd=1</a>
Logged
Schlega
Navigator
*****
Posts: 63


« Reply #14 on: March 24, 2010, 06:42:24 AM »

The long formulas looked even less interesting after I fixed the bug. Have some Julia sets instead.
<a href="http://www.youtube.com/v/NI5-FOksWGs&rel=1&fs=1&hd=1" target="_blank">http://www.youtube.com/v/NI5-FOksWGs&rel=1&fs=1&hd=1</a>
Logged
Pages: [1] 2   Go Down
  Print  
 
Jump to:  


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.387 seconds with 23 queries. (Pretty URLs adds 0.068s, 2q)