H tree

From Wikipedia, the free encyclopedia
The first ten levels of an H tree
The first 18 levels of an H tree as an animation.

The H tree (so called because its repeating pattern resembles the letter "H") is a family of fractal sets whose Hausdorff dimension is equal to 2. They can be constructed by starting with a line segment of arbitrary length, drawing two shorter segments at right angles to the first through its endpoints, and continuing in the same vein, reducing (dividing) the length of the line segments drawn at each stage by √2.[1] Surprisingly, continuing this process will eventually come arbitrarily close to every point in a rectangle, or in other words, the H-fractal is a space-filling curve.[2] It is also an example of a fractal canopy, in which the angle between neighboring line segments is always 180 degrees.

An alternative process that generates the same fractal set is to begin with a rectangle with sides in the ratio 1:√2, known as a "silver rectangle", and repeatedly bisect it into two smaller silver rectangles, at each stage connecting the two centroids of the two smaller rectangles by a line segment. A similar process can be performed with rectangles of any other shape, but the silver rectangle leads to the line segment size decreasing uniformly by a √2 factor at each step while for other rectangles the length will decrease by different factors at odd and even levels of the recursive construction.

The Mandelbrot Tree is a very closely related fractal using rectangles instead of line segments, slightly offset from the H-tree positions, in order to produce a more naturalistic appearance. To compensate for the increased width of its components and avoid self-overlap, the scale factor by which the size of the components is reduced at each level must be slightly greater than √2.

Applications

The H tree is commonly used in VLSI design as a clock distribution network for routing timing signals to all parts of a chip with equal propagation delays to each part.[3] For the same reason, the H tree is used in arrays of microstrip antennas in order to get the radio signal to every individual microstrip antenna with equal propagation delay. Additionally, the H tree has been used as an interconnection network for VLSI multiprocessors,[4] as a space efficient layout for trees in graph drawing,[5] and as part of a construction of a point set for which the sum of squared edge lengths of the traveling salesman tour is large.[6]

The planar H tree can be generalized to the three-dimensional structure via adding line segments on the direction perpendicular to the H tree plane.[7] The resultant three-dimensional H tree has Hausdorff dimension equal to 3. The planar H tree and its three-dimensional version have been found to constitute artificial electromagnetic atoms in photonic crystals and metamaterials and might have potential applications in microwave engineering.[7]

Notes

  1. "H-Fractal by Sándor Kabai, The Wolfram Demonstrations Project.
  2. Note, however, that it does not include all points of the rectangle; for instance, the perpendicular bisector of the initial line segment is not included.
  3. Ullman (1984); Burkis (1991).
  4. Browning (1980). See especially Figure 1.1.5, page 15.
  5. Nguyen and Huang (2002).
  6. Bern and Eppstein (1993).
  7. 7.0 7.1 Hou (2008); Wen (2002).

References

Further reading

  • Kabai, S. Mathematical Graphics I: Lessons in Computer Graphics Using Mathematica. Püspökladány, Hungary: Uniconstant, p. 231, 2002.
  • Lauwerier, H. Fractals: Endlessly Repeated Geometric Figures. Princeton, NJ: Princeton University Press, pp. 1–2, 1991.

External links

This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.