Gosper Island
Visualization
AIFS program
@
$dim=2
$subspace=[s,0]
s=[0,-1,1,1]
g=[3,1,-1,2]
h0=s^2*[1,0]
h1=s^5*[0,-1]
h2=s^2*[-1,0]
h3=1
h4=[0,-1]
h5=s^2*[0,-1]
h6=s*[1,0]
A=g^-1*(h0|h1|h2|h3|h4|h5|h6)*A
Overview
The Gosper Island (also called the flowsnake or Gosper hexagon) is a self-similar fractal named after computer scientist Bill Gosper, who discovered it in the early 1970s. It is the attractor of a system of 7 affine maps, each contracting the plane by a factor of .
The island is a rep-7 tile: seven congruent copies of it fit together perfectly to form a scaled copy of itself. Because of this, Gosper Islands tile the entire plane.
Algebraic Structure
The construction uses two integer matrices:
The matrix is the companion matrix of , whose roots are the primitive 6th roots of unity . Since , the matrix is an isometry — it represents a 60° rotation in the plane. In particular, and .
The matrix has characteristic polynomial , with complex roots
The map contracts distances by , and confirms that all 7 maps together tile exactly once: .
IFS Definition
The Gosper Island is the unique non-empty compact set satisfying:
where the seven maps are (with ):
The powers of describe the rotational structure: (0°), (60°), (120°), (180°), (240°), (300°). Together, the seven maps place copies of the island in six rotated orientations symmetric around a central unrotated copy.
Properties
- Hausdorff dimension: exactly , since (the island has positive area)
- Lebesgue measure: positive — the Gosper Island is a solid 2D region, unlike most fractals
- Tiling property: it is a rep-7 tile; seven copies tile a -scaled copy
- Boundary: the boundary of the Gosper Island is the Gosper curve (flowsnake), a fractal curve of Hausdorff dimension … actually more precisely it is a curve that replaces the boundary of a hexagon self-similarly
- Polynomial: is irreducible over ; its roots live in , the Eisenstein integers
- Moran equation: where confirms
References
- Gosper, R. W. (1970s). Unpublished correspondence with Martin Gardner.
- Mandelbrot, B. B. (1982). The Fractal Geometry of Nature. W. H. Freeman.
- Gosper island — Wikipedia
- Hinsley, S. R. Self-Similar Tiles — Flowsnake / Gosper Curve (heptahextal, cis and trans variants).