IFS Encyclopedia

Jerusalem Cube

Fractal dimension: ≈ 2.53

Visualization

Open in IFStile ↗
AIFS program
@
$dim=3
k=2^(1/2)-1
t=k+k^2
s=1-k^2
A=(k|[0,t,0]*k|[t,0,0]*k|[t,t,0]*k|[0,0,t]*k|[0,t,t]*k|[t,0,t]*k|[t,t,t]*k|[k,0,0]*k^2|[k,s,0]*k^2|[0,k,0]*k^2|[s,k,0]*k^2|[k,0,s]*k^2|[k,s,s]*k^2|[0,k,s]*k^2|[s,k,s]*k^2|[0,0,k]*k^2|[0,s,k]*k^2|[s,0,k]*k^2|[s,s,k]*k^2)*A

Overview

The Jerusalem cube is a 3D fractal whose cross-sections parallel to the coordinate planes are all Jerusalem crosses. It is constructed using 20 maps at two different contraction ratios derived from k=21k = \sqrt{2} - 1.

Algebraic Structure

The key parameter is k=210.414k = \sqrt{2} - 1 \approx 0.414, derived from the diagonal of the unit square. Define:

t=k+k2=(21)+(322)=22t = k + k^2 = (\sqrt{2}-1) + (3 - 2\sqrt{2}) = 2 - \sqrt{2} s=1k2=1(322)=222s = 1 - k^2 = 1 - (3-2\sqrt{2}) = 2\sqrt{2} - 2

The 20 maps split into two groups:

The Hausdorff dimension dd satisfies the Moran equation:

8kd+12(k2)d=18 \cdot k^d + 12 \cdot (k^2)^d = 1

Letting u=kdu = k^d gives 12u2+8u1=012u^2 + 8u - 1 = 0, with positive root u=2+76u = \tfrac{-2 + \sqrt{7}}{6}, yielding:

d=logulogk2.53d = \frac{\log u}{\log k} \approx 2.53

Properties

References

Similar

Menger Sponge
3dself-similaralgebraic
Octahedron Fractal
3dself-similaralgebraic
Quaquaversal Tiling
3dself-similaraperiodic-tilingalgebraic
Edit this page on GitHub ↗