
Thorn Fractal
Andrew Graff’s Thorn Fractal (otherwise known as Secant Sea) is a fractal on the Cartesian plane. It requires two parameters and
. Every point on the plane
is iterated through the equations:
Like the Mandelbrot Set, if this goes beyond a certain limit (which it often does), you color it based on how long it takes to break the limit. Otherwise, it is colored black. At the right,

Curlicue Fractals
Curlicue Fractals are fractals that are generated by an irrational parameter . It is generated by defining two sequences
and
, where:
For every iteration of , a line is drawn with a specific length and the angle as
. A next line is then started at the end of the first, and it repeats indefinitely. At the left,

Popcorn Map
Created by Clifford Pickover, the Popcorn Map is a one parameter map, and is generated by taking lots of random initial points, and putting them through a sequence repeatedly, then plotting the results. The sequences are:
At the left,

Kaneko Map
The Kaneko Map is a two-parameter map. It is generated by taking two initial values ,
and plotting every iteration:
At the right,

Lyapunov Fractal
A Lyapunov Fractal is an image generated by the Lyapunov exponent of logistic maps with certain initial conditions. First, a sequence is required, which is constructed of
‘s and
‘s. The sequence can be any length (and it loops over). Then, for every point
in a certain region (usually
and
), we define
if
, and otherwise
. Once this is done, we have the logistic map
. Once this is done, we are able to take the Lyapunov exponent of the logistic map. This can be expressed as
. Once this is done, you can color
as a blue color if
, and yellow if
.
At the left,