Golden Trapezoid
Visualization
AIFS program
@
$dim=4
$subspace=[g,0]
g=$companion([-1,0,1,0])
r=$companion([-1],[1],[-1],[1])
h0=-1*[-1,1,0,1]
h1=r*-1*[1,1,0,-1]
h2=r*[1,-1,0,0]
h3=1*[1,-1,1,0]
A=(g^-2*h0|g^-3*h1|g^-3*h2|g^-4*h3)*A
Overview
The Golden Trapezoid is a self-affine tile whose shape is determined by the roots of . Like the Penrose tilings, it is linked to the golden ratio , but arises from a different algebraic polynomial.
The attractor fills a solid trapezoidal region of the plane with Hausdorff dimension .
Algebraic Structure
The IFS is defined in (the rational space ) and projected to via the dominant complex eigenspace of .
The expansion matrix (defined as $companion([-1,0,1,0]) in AIFS) is the companion matrix
for . Its eigenvalues come in two complex conjugate pairs:
- Dominant pair (index 0): modulus
- Subdominant pair: modulus
The directive $subspace=[g,0] projects onto the Jordan cell of index 0 — the dominant
complex pair — yielding the 2D rendered attractor.
The matrix (defined as $companion([-1],[1],[-1],[1]) in AIFS) is the companion for
, acting as a rotation/reflection in the rational space.
The Four Maps
The attractor satisfies with four maps at different scales:
| Map | Scale factor | Definition |
|---|---|---|
The different scales break the strict self-similarity but the attractor remains a well-defined compact set whose Hausdorff dimension is 2.
Connection to the Golden Ratio
Both and the Penrose case are degree-4 polynomials over with roots on the unit circle or at modulus . The dominant eigenvalue magnitude where is the golden ratio links this fractal structurally to Penrose-type aperiodic tilings.