IFS Encyclopedia

McWorter's Pentadendrite

Fractal dimension: 2log(6)/log(6+√5) ≈ 1.700

Visualization

Open in IFStile ↗
AIFS program
@
$dim=4
$subspace=[s,0]
s=$companion([1,-1,1,-1])
g=3-s+s^2-s^3
h1=[0,0,0,0]
h2=s^2*[0,0,0,-1]
h3=[1,0,1,0]
h4=s^6*[-2,1,-2,2]
h5=s^8*[-1,1,1,0]
h6=[2,-1,1,-1]
A=(g^-1*h1|g^-1*h2|g^-1*h3|g^-1*h4|g^-1*h5|g^-1*h6)*A

Overview

McWorter’s Pentadendrite is a self-similar dendrite (tree-like fractal) with pentagonal symmetry, discovered by William McWorter as an L-system fractal and described in Edgar (1990). It has a connected exterior and six-fold self-similarity.

Algebraic Structure

The pentadendrite lives in the algebraic number field Q(ζ10)\mathbb{Q}(\zeta_{10}), where ζ10=eπi/5\zeta_{10} = e^{\pi i/5} is a primitive 10th root of unity. Its minimal polynomial over Q\mathbb{Q} is the cyclotomic polynomial

Φ10(x)=x4x3+x2x+1.\Phi_{10}(x) = x^4 - x^3 + x^2 - x + 1.

The companion matrix ss (defined as $companion([1,-1,1,-1]) in AIFS) represents multiplication by ζ10\zeta_{10} in a 4-dimensional rational space. After projection via $subspace=[s,0], it acts as a rotation by π/5=36°\pi/5 = 36° in the plane.

The expansion matrix g=3Is+s2s3g = 3I - s + s^2 - s^3 has eigenvalue 6+56 + \sqrt{5} on the projected plane (the scaling factor of the IFS).

Self-Similar Structure

The pentadendrite is the attractor of six maps:

gA=h1(A)h2(A)h3(A)h4(A)h5(A)h6(A),gA = h_1(A) \cup h_2(A) \cup h_3(A) \cup h_4(A) \cup h_5(A) \cup h_6(A),

where each hih_i is an affine map in Q4\mathbb{Q}^4:

MapDefinition
h1h_1x+[0,0,0,0]\mathbf{x} + [0,0,0,0]
h2h_2s2(x+[0,0,0,1])s^2(\mathbf{x} + [0,0,0,-1])
h3h_3x+[1,0,1,0]\mathbf{x} + [1,0,1,0]
h4h_4s6(x+[2,1,2,2])s^6(\mathbf{x} + [-2,1,-2,2])
h5h_5s8(x+[1,1,1,0])s^8(\mathbf{x} + [-1,1,1,0])
h6h_6x+[2,1,1,1]\mathbf{x} + [2,-1,1,-1]

Properties

Complementary Attractor

There is a second attractor living in the complementary eigenplane of ss (selected by $subspace=[s,1]). The two attractors together fill a region with full pentagonal symmetry.

McWorter’s Pentigree lives in the same field Q(ζ10)\mathbb{Q}(\zeta_{10}) with the same companion matrix ss, but uses expansion g=s2+s+1g = s^2+s+1 (contraction 1/φ21/\varphi^2) instead of g=3s+s2s3g = 3-s+s^2-s^3. The pentigree is a fractal curve (dimension ≈ 1.862), whereas the pentadendrite is a dendrite (dimension ≈ 1.700). Both were discovered by McWorter.

References

Similar

McWorter's Pentigree
planecurveself-similarpentagonalalgebraicclassic
Robinson Triangles
planeself-similaraperiodic-tilingpentagonalalgebraicgifsclassic
Cantor Dust
planeself-similaralgebraicclassic
Edit this page on GitHub ↗