Fibonacci Word Fractal Generator
Generate and visualize the Fibonacci word fractal, a path curve constructed from the binary Fibonacci word using simple turning rules, with customizable iterations, color schemes, and vector exports.
Fibonacci Word Fractal Generator - Create Mathematical Art
Generate stunning Fibonacci word fractal patterns with our free online generator. The Fibonacci word fractal is a self-similar geometric curve based on the Fibonacci word — a specific binary sequence derived from the Fibonacci recurrence. This fractal exhibits fascinating properties, including quasi-periodicity and connections to the golden ratio, making it a beautiful intersection of mathematics, computer science, and art.
What is the Fibonacci Word?
The Fibonacci word is constructed using the recurrence S(0) = "0", S(1) = "01", and S(n) = S(n-1) + S(n-2) (concatenation). As n approaches infinity, the Fibonacci word becomes an infinite binary sequence: 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1... When this sequence is interpreted as turtle graphics instructions (turn left on 0, turn right on 1), it produces the Fibonacci word fractal — a beautiful, quasi-self-similar curve.
Frequently Asked Questions
How is the Fibonacci word fractal constructed?
The fractal is drawn by interpreting each digit of the Fibonacci word as a turtle graphics instruction. Each "0" means turn left and draw a segment, while each "1" means turn right and draw a segment. The resulting path creates a self-similar curve that fills space in a quasi-periodic manner.
What is the relation to the golden ratio?
The ratio of consecutive Fibonacci numbers approaches the golden ratio (approximately 1.618). This ratio appears in the structure of the Fibonacci word and its fractal, including the scaling factor between successive iterations of the curve.
Can I download the fractal as an image?
Yes, you can download the Fibonacci word fractal as a PNG image or SVG vector file. SVG output allows you to scale the fractal to any size without losing detail.
How many iterations can I generate?
You can generate up to 25 iterations of the Fibonacci word. Each iteration roughly doubles the length of the sequence, so higher iterations provide more detail. The practical limit depends on your display and output resolution.
Can I customize the appearance?
Yes, you can customize the line color, background color, line thickness, and overall size of the fractal to create visually appealing designs for educational or artistic use.