<<Up     Contents

Koch snowflake

The Koch curve is one of the earliest fractal curves to have been described, appearing in a 1906 paper entitled "Une méthode géométrique élémentaire pour l'étude de certaines questions de la théorie des courbes plane" by the Swedish mathematician Helge von Koch (1870 - 1924) [1].

KochFlake.png

You can imagine that it was created by starting with a line segment, then recursively altering each line segment as folows:

  1. divide the line segment into three segments of equal length.
  2. draw an equilateral triangle that has the middle segment from step one as its base.
  3. remove the line segment that is the base of the triangle from step 2.

After doing this once you should have a shape similar to a cross section of a witch's hat.

The Koch curve is the limit which you approach as you follow the above steps over and over again.

The Koch curve has infinite length because each time you do the steps above on each line segment of your figure its length increases by one third.

The Koch snowflake is the same as the above except you start with an equilateral triangle instead of a line segment. After a few iterations it starts to look like the outline of a snowflake.

External links

wikipedia.org dumped 2003-03-17 with terodump