Pythagoras tree (fractal)

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
File:Pythagoras Tree Colored.png
The Pythagoras tree with an angle of 25 degrees and smooth coloring.

The Pythagoras tree is a plane fractal constructed from squares. Invented by the Dutch mathematics teacher Albert E. Bosman in 1942,[1] it is named after the ancient Greek mathematician Pythagoras because each triple of touching squares encloses a right triangle, in a configuration traditionally used to depict the Pythagorean theorem. If the largest square has a size of L × L, the entire Pythagoras tree fits snugly inside a box of size 6L × 4L.[2][3] The finer details of the tree resemble the Lévy C curve.

Construction

The construction of the Pythagoras tree begins with a square. Upon this square are constructed two squares, each scaled down by a linear factor of ½√2, such that the corners of the squares coincide pairwise. The same procedure is then applied recursively to the two smaller squares, ad infinitum. The illustration below shows the first few iterations in the construction process.[4][3]

Order 0 Order 1 Order 2 Order 3

Area

Iteration n in the construction adds 2n squares of size \tfrac{1}{2}\sqrt{2}^n, for a total area of 1. Thus the area of the tree might seem to grow without bound in the limit as n → ∞. However, some of the squares overlap starting at the order 5 iteration, and the tree actually has a finite area because it fits inside a 6×4 box.[5]

It can be shown easily that the area A of the Pythagoras tree must be in the range 5 < A < 18, which can be narrowed down further with extra effort. Little seems to be known about the actual value of A.

Varying the angle

An interesting set of variations can be constructed by maintaining an isosceles triangle but changing the base angle (90 degrees for the standard Pythagoras tree). In particular, when the base half-angle is set to 30° = arcsin(0.5), it is easily seen that the size of the squares remains constant. The first overlap occurs at the fourth iteration. The general pattern produced is the rhombitrihexagonal tiling, an array of hexagons bordered by the constructing squares.


fourth-order tree, one overlap visible tenth-order tree
Order 4 Order 10

In the limit where the half-angle is 90 degrees, there is obviously no overlap, and the total area is twice the area of the base square. It would be interesting to know if there's an algorithmic relationship between the value of the base half-angle and the iteration at which the squares first overlap each other.

History

Pythagoras tree was first constructed by Albert E. Bosman (1891–1961), Dutch mathematics teacher, in 1942.[6][7]

See also

References

  1. http://www.arsetmathesis.nl/bruno0402.htm
  2. Wisfaq.nl
  3. 3.0 3.1 Lua error in package.lua at line 80: module 'strict' not found.
  4. Wisfaq.nl
  5. Wisfaq.nl
  6. Arsetmathesis.nl
  7. Wisfaq.nl

External links

  1. Gallery of Pythagoras trees
  2. Interactive generator with code
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Pythagoras Tree by Enrique Zeleny based on a program by Eric W. Weisstein, The Wolfram Demonstrations Project.
  5. Weisstein, Eric W., "Pythagoras Tree", MathWorld.
  6. Three-dimensional Pythagoras tree
  7. MatLab script to generate Pythagoras Tree
  8. Lua error in package.lua at line 80: module 'strict' not found.