This page is an exploration of the Collatz fractal. The Collatz fractal has several forms and can be generated by the following equations using complex numbers:

1 - Normal form

z = 0.5 * z * cos(z * pi / 2) ^ 2 + (3 * z + 1) * sin(z * pi / 2) ^ 2

2 - Shortcut form

z = 0.5 * (z * cos(z * pi / 2) ^ 2 + (3 * z + 1) * sin(z * pi / 2) ^ 2)

3 - Simplified normal form from yozh.org

z = 0.25 * (2 + 7 * z - (2 + 5 * z) * cos(pi * z))

For more information on the Collatz fractal see the following web pages.

Wikipedia Webpage

Yozh Webpage

You can download a folder of files to generate the fractals.

Download Fracton document files colatzf.zip

Download FractInt parameter files colatzp.zip

  • This page uses cookies but you can still view the page with all cookies turned off..
  • Posting requires a Disqus account and cookies have to be enabled. See Posting FAQ and Guidelines
  • This discussion is moderated.
  • Click on an image to open it in a new window at full size.
  • Right click an image to download the full size image to your computer.