T-square (fractal)
   HOME

TheInfoList



OR:

In mathematics, the T-square is a two-dimensional fractal. It has a boundary of infinite length bounding a finite area. Its name comes from the drawing instrument known as a
T-square A T-square is a technical drawing instrument used by draftsmen primarily as a guide for drawing horizontal lines on a drafting table. The instrument is named after its resemblance to the letter T, with a long shaft called the "blade" and a sh ...
.Dale, Nell; Joyce, Daniel T.; and Weems, Chip (2016). ''Object-Oriented Data Structures Using Java'', p.187. Jones & Bartlett Learning. . "Our resulting image is a fractal called a T-square because with it we can see shapes that remind us of the technical drawing instrument of the same name."


Algorithmic description

It can be generated from using this
algorithm In mathematics and computer science, an algorithm () is a finite sequence of rigorous instructions, typically used to solve a class of specific problems or to perform a computation. Algorithms are used as specifications for performing ...
: # Image 1: ## Start with a square. (The black square in the image) # Image 2: ## At each convex corner of the previous image, place another square, centered at that corner, with half the side length of the square from the previous image. ## Take the union of the previous image with the collection of smaller squares placed in this way. # Images 3–6: ## Repeat step 2. The method of creation is rather similar to the ones used to create a
Koch snowflake The Koch snowflake (also known as the Koch curve, Koch star, or Koch island) is a fractal curve and one of the earliest fractals to have been described. It is based on the Koch curve, which appeared in a 1904 paper titled "On a Continuous Curv ...
or a Sierpinski triangle, "both based on recursively drawing equilateral triangles and the Sierpinski carpet."


Properties

The T-square fractal has a
fractal dimension In mathematics, more specifically in fractal geometry, a fractal dimension is a ratio providing a statistical index of complexity comparing how detail in a pattern (strictly speaking, a fractal pattern) changes with the scale at which it is me ...
of ln(4)/ln(2) = 2. The black surface extent is ''almost'' everywhere in the bigger square, for once a point has been darkened, it remains black for every other iteration; however some points remain white. The fractal dimension of the boundary equals \textstyle. Using mathematical induction one can prove that for each n ≥ 2 the number of new squares that are added at stage n equals 4*3^.


The T-Square and the chaos game

The T-square fractal can also be generated by an adaptation of the chaos game, in which a point jumps repeatedly half-way towards the randomly chosen vertices of a square. The T-square appears when the jumping point is unable to target the vertex directly opposite the vertex previously chosen. That is, if the current vertex is ''v'' and the previous vertex was ''v'' -1 then ''v'' ≠ ''v'' -1+ ''vinc'', where ''vinc'' = 2 and modular arithmetic means that 3 + 2 = 1, 4 + 2 = 2: If ''vinc'' is given different values, allomorphs of the T-square appear that are computationally equivalent to the T-square but very different in appearance:


T-square fractal and Sierpiński triangle

The T-square fractal can be derived from the
Sierpiński triangle The Sierpiński triangle (sometimes spelled ''Sierpinski''), also called the Sierpiński gasket or Sierpiński sieve, is a fractal attractive fixed set with the overall shape of an equilateral triangle, subdivided recursively into smaller equi ...
, and vice versa, by adjusting the angle at which sub-elements of the original fractal are added from the center outwards.


See also

*
List of fractals by Hausdorff dimension According to Benoit Mandelbrot, "A fractal is by definition a set for which the Hausdorff-Besicovitch dimension strictly exceeds the topological dimension." Presented here is a list of fractals, ordered by increasing Hausdorff dimension, to illus ...
*The Toothpick sequence generates a similar pattern *
H tree In fractal geometry, the H tree is a fractal tree structure constructed from perpendicular line segments, each smaller by a factor of the square root of 2 from the next larger adjacent segment. It is so called because its repeating pattern res ...


References


Further reading

* * {{DEFAULTSORT:T-Square (Fractal) Iterated function system fractals