Wednesday, November 14, 2012

Pythagoras' Tree

The Pythagoras tree is a plane fractal constructed from squares. It's named after Pythagoras because each triple touching squares encloses right triangle, traditionally used to depict Pythagorean theorem. If triangles of the tree have equal sides, the Pythagorean tree is symmetric, as you can see above, otherwise the tree is asymmetric. The illustration above shows eight iterations of tree construction progress.

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.
order1
order2
order3
order4



No comments:

Post a Comment