Girish Mahajan (Editor)

Koch snowflake

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Koch snowflake

The Koch snowflake (also known as the Koch curve, Koch star, or Koch island) is a mathematical curve and one of the earliest fractal curves to have been described. It is based on the Koch curve, which appeared in a 1904 paper titled "On a continuous curve without tangents, constructible from elementary geometry" (original French title: Sur une courbe continue sans tangente, obtenue par une construction géométrique élémentaire) by the Swedish mathematician Helge von Koch.

Contents

The progression for the area of the snowflake converges to 8/5 times the area of the original triangle, while the progression for the snowflake's perimeter diverges to infinity. Consequently, the snowflake has a finite area bounded by an infinitely long line.

Construction

The Koch snowflake can be constructed by starting with an equilateral triangle, then recursively altering each line segment as follows:

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

After one iteration of this process, the resulting shape is the outline of a hexagram.

The Koch snowflake is the limit approached as the above steps are followed over and over again. The Koch curve originally described by Helge von Koch is constructed with only one of the three sides of the original triangle. In other words, three Koch curves make a Koch snowflake.

Perimeter of the Koch snowflake

After each iteration, the number of sides of the Koch snowflake increases by a factor of 4, so the number of sides after n iterations is given by:

N n = N n 1 4 = 3 4 n .

If the original equilateral triangle has sides of length s, the length of each side of the snowflake after n iterations is:

S n = S n 1 3 = s 3 n .

the perimeter of the snowflake after n iterations is:

P n = N n S n = 3 s ( 4 3 ) n .

The Koch curve has an infinite length because the total length of the curve increases by one third with each iteration. Each iteration creates four times as many line segments as in the previous iteration, with the length of each one being one-third the length of the segments in the previous stage. Hence the length of the curve after n iterations will be (4/3)n times the original triangle perimeter, which is unbounded as n tends to infinity.

Limit of perimeter

As the number of iterations tends to infinity, the limit of the perimeter is:

lim n P n = lim n 3 s ( 4 3 ) n = ,

since |4/3| > 1.

A ln 4/ln 3-dimensional measure exists, but has not been calculated so far. Only upper and lower bounds have been invented.

Area of the Koch snowflake

In each iteration a new triangle is added on each side of the previous iteration, so the number of new triangles added in iteration n is:

T n = N n 1 = 3 4 n 1 = 3 4 4 n .

The area of each new triangle added in an iteration is one ninth of the area of each triangle added in the previous iteration, so the area of each triangle added in iteration n is:

a n = a n 1 9 = a 0 9 n .

where a0 is the area of the original triangle. The total new area added in iteration n is therefore:

b n = T n a n = 3 4 ( 4 9 ) n a 0

The total area of the snowflake after n iterations is:

A n = a 0 + k = 1 n b k = a 0 ( 1 + 3 4 k = 1 n ( 4 9 ) k ) = a 0 ( 1 + 1 3 k = 0 n 1 ( 4 9 ) k ) .

Collapsing the geometric sum gives:

A n = a 0 ( 1 + 3 5 ( 1 ( 4 9 ) n ) ) = a 0 5 ( 8 3 ( 4 9 ) n ) .

Limits of area

The limit of the area is:

lim n A n = lim n a 0 5 ( 8 3 ( 4 9 ) n ) = 8 5 a 0 ,

since |4/9| < 1.

So the area of the Koch snowflake is 8/5 of the area of the original triangle. Expressed in terms of the side length s of the original triangle this is

2 s 2 3 5 .

Other properties

The Koch snowflake is self-replicating with six copies around a central point and one larger copy at the center. Hence it is an irreptile which is irrep-7.

The fractal dimension of the Koch curve is ln 4/ln 3 ≈ 1.26186. This is greater than the dimension of a line (1) but less than Peano's space-filling curve (2).

The Koch curve is continuous everywhere but differentiable nowhere.

Tessellation of the plane

It is possible to tessellate the plane by copies of Koch snowflakes in two different sizes. However, such a tessellation is not possible using only snowflakes of one size. Since each Koch snowflake in the tessellation can be subdivided into seven smaller snowflakes of two different sizes, it is also possible to find tessellations that use more than two sizes at once.

Thue-Morse sequence and turtle graphics

A turtle graphic is the curve that is generated if an automaton is programmed with a sequence. If the Thue–Morse sequence members are used in order to select program states:

  • If t(n) = 0, move ahead by one unit,
  • If t(n) = 1, rotate counterclockwise by an angle of π/3,
  • the resulting curve converges to the Koch snowflake.

    Representation as Lindenmayer system

    The Koch curve can be expressed by a rewrite system (Lindenmayer system).

    Alphabet : F Constants : +, − Axiom : F++F++F Production rules: F → F−F++F−F

    Here, F means "draw forward", + means "turn right 60°", and means "turn left 60°".

    Variants of the Koch curve

    Following von Koch's concept, several variants of the Koch curve were designed, considering right angles (quadratic), other angles (Cesàro), circles and polyhedra and their extensions to higher dimensions (Sphereflake and Kochcube, respectively)

    Squares can be used to generate similar fractal curves. Starting with a unit square and adding to each side at each iteration a square with dimension one third of the squares in the previous iteration, it can be shown that both the length of the perimeter and the total area are determined by geometric progressions. The progression for the area converges to 2 while the progression for the perimeter diverges to infinity, so as in the case of the Koch snowflake, we have a finite area bounded by an infinite fractal curve. The resulting area fills a square with the same center as the original, but twice the area, and rotated by π/4 radians, the perimeter touching but never overlapping itself.

    The total area covered at the nth iteration is:

    A n = 1 5 + 4 5 k = 0 n ( 5 9 ) k giving lim n A n = 2 ,

    while the total length of the perimeter is:

    P n = 4 ( 5 3 ) n a ,

    which approaches infinity as n increases.

    References

    Koch snowflake Wikipedia