IFS Encyclopedia

Robinson Triangles

Fractal dimension: 2 (solid tiles)

Visualization

Open in IFStile ↗
AIFS program
@
$dim=4
$subspace=[s,0]
s=$companion([1,-1,1,-1])
r=$exchange()
g=s-s^4
h1=s^4*[-1,0,-1,0]
h2=s^2*r*[-1,0,0,0]
h3=s^9
h4=s^6*r*[0,-1,0,-1]
h5=s^3*[1,-1,0,-1]
A1=g^-1*(h1*A1|h2*A1|h3*A2)
A2=g^-1*(h4*A1|h5*A2)

Overview

The Robinson triangles are a pair of isosceles triangles — the acute triangle A1A_1 (angles 36°–72°–72°) and the obtuse triangle A2A_2 (angles 36°–36°–108°) — that generate the Penrose P2 aperiodic tiling (the “kite and dart” tiling) through self-similar substitution.

This entry uses a Generalized IFS (GIFS) with two interleaved attractors.

The Two Triangle Types

Open in IFStile ↗
A1A_1 — acute triangle (36°–72°–72°)
Open in IFStile ↗
A2A_2 — obtuse triangle (36°–36°–108°)

Substitution Rules

Each triangle decomposes into smaller copies at ratio τ1\tau^{-1} where τ=1+521.618\tau = \frac{1+\sqrt{5}}{2} \approx 1.618 is the golden ratio:

gA1=h1(A1)h2(A1)h3(A2)g A_1 = h_1(A_1) \cup h_2(A_1) \cup h_3(A_2)

gA2=h4(A1)h5(A2)g A_2 = h_4(A_1) \cup h_5(A_2)

The expansion factor g=ss4g = s - s^4 in the rational space corresponds to scaling by τ\tau on the projected plane.

Algebraic Structure

Like the Pentadendrite, the Robinson triangles live in Q(ζ10)\mathbb{Q}(\zeta_{10}) with companion matrix ss (defined as $companion([1,-1,1,-1]) in AIFS) for Φ10(x)=x4x3+x2x+1\Phi_{10}(x) = x^4-x^3+x^2-x+1.

The additional matrix rr ($exchange() in AIFS, the anti-diagonal 4×4 identity) represents reflection in the projected plane, needed because maps h2h_2 and h4h_4 are orientation-reversing.

MapDefinitionEffect
h1h_1s4(x+[1,0,1,0])s^4(\mathbf{x}+[-1,0,-1,0])rotation + translation
h2h_2s2r(x+[1,0,0,0])s^2 r(\mathbf{x}+[-1,0,0,0])rotation + reflection
h3h_3s9xs^9\,\mathbf{x}rotation only
h4h_4s6r(x+[0,1,0,1])s^6 r(\mathbf{x}+[0,-1,0,-1])rotation + reflection
h5h_5s3(x+[1,1,0,1])s^3(\mathbf{x}+[1,-1,0,-1])rotation + translation

All five maps are similitudes with the same contraction factor 1/τ1/\tau.

GIFS Attractor Equations

The AIFS uses two coupled equations — this is a GIFS (Generalized IFS):

A1=g^-1*(h1*A1|h2*A1|h3*A2)
A2=g^-1*(h4*A1|h5*A2)

The notation h*A means the image of the set AA under map hh. The unique solution (A1,A2)(A_1, A_2) is the pair of compact Robinson triangles.

Connection to Penrose Tilings

By translating and rotating copies of A1A_1 and A2A_2 according to the substitution rules, one obtains an aperiodic tiling of the entire plane. The tiling is aperiodic — it has no translational periodicity — yet exhibits 5-fold local symmetry at every point.

Properties

References

Similar

McWorter's Pentadendrite
planeself-similardendritepentagonalalgebraicclassic
McWorter's Pentigree
planecurveself-similarpentagonalalgebraicclassic
Pinwheel Tiling
planeself-similaraperiodic-tilingalgebraicclassic
Edit this page on GitHub ↗