Von Koch Curve
   HOME

TheInfoList



OR:

The Koch snowflake (also known as the Koch curve, Koch star, or Koch island) is a fractal curve and one of the earliest
fractal In mathematics, a fractal is a geometric shape containing detailed structure at arbitrarily small scales, usually having a fractal dimension strictly exceeding the topological dimension. Many fractals appear similar at various scales, as illu ...
s 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" by the Swedish mathematician
Helge von Koch Niels Fabian Helge von Koch (25 January 1870 – 11 March 1924) was a Swedish mathematician who gave his name to the famous fractal known as the Koch snowflake, one of the earliest fractal curves to be described. He was born to Swedish nobility. ...
. The Koch snowflake can be built up iteratively, in a sequence of stages. The first stage is an equilateral triangle, and each successive stage is formed by adding outward bends to each side of the previous stage, making smaller equilateral triangles. The areas enclosed by the successive stages in the construction of the snowflake converge to \tfrac times the area of the original triangle, while the perimeters of the successive stages increase without bound. Consequently, the snowflake encloses a finite area, but has an infinite perimeter.


Construction

The Koch snowflake can be constructed by starting with an equilateral triangle, then recursively altering each line segment as follows: # divide the line segment into three segments of equal length. # draw an equilateral triangle that has the middle segment from step 1 as its base and points outward. # remove the line segment that is the base of the triangle from step 2. The first iteration of this process produces the outline of a
hexagram , can be seen as a compound composed of an upwards (blue here) and downwards (pink) facing equilateral triangle, with their intersection as a regular hexagon (in green). A hexagram ( Greek language, Greek) or sexagram (Latin) is a six-pointed ...
. The Koch snowflake is the limit approached as the above steps are followed indefinitely. The Koch curve originally described by
Helge von Koch Niels Fabian Helge von Koch (25 January 1870 – 11 March 1924) was a Swedish mathematician who gave his name to the famous fractal known as the Koch snowflake, one of the earliest fractal curves to be described. He was born to Swedish nobility. ...
is constructed using only one of the three sides of the original triangle. In other words, three Koch curves make a Koch snowflake. A Koch curve–based representation of a nominally flat surface can similarly be created by repeatedly segmenting each line in a sawtooth pattern of segments with a given angle.


Properties


Perimeter of the Koch snowflake

Each iteration multiplies the number of sides in the Koch snowflake by four, so the number of sides after n iterations is given by: N_ = N_ \cdot 4 = 3 \cdot 4^\, . If the original equilateral triangle has sides of length s, the length of each side of the snowflake after n iterations is: S_ = \frac = \frac\, , an inverse power of three multiple of the original length. The perimeter of the snowflake after n iterations is: P_ = N_ \cdot S_ = 3 \cdot s \cdot ^n\, . The Koch curve has an
infinite length Infinite may refer to: Mathematics *Infinite set, a set that is not a finite set *Infinity, an abstract concept describing something without any limit Music * Infinite (group), a South Korean boy band *''Infinite'' (EP), debut EP of American m ...
, because the total length of the curve increases by a factor of \tfrac with each iteration. Each iteration creates four times as many line segments as in the previous iteration, with the length of each one being \tfrac the length of the segments in the previous stage. Hence, the length of the curve after n iterations will be (\tfrac)^ times the original triangle perimeter and 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_ P_n = \lim_ 3 \cdot s \cdot \left(\frac \right)^n = \infty\, , since \tfrac > 1. An \tfrac-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_ = 3 \cdot 4^ = \frac \cdot 4^n\, . The area of each new triangle added in an iteration is \tfrac of the area of each triangle added in the previous iteration, so the area of each triangle added in iteration n is: a_ = \frac = \frac\, . where a_ is the area of the original triangle. The total new area added in iteration n is therefore: b_ = T_ \cdot a_ = \frac \cdot ^ \cdot a_ The total area of the snowflake after n iterations is: A_ = a_0 + \sum_^ b_k = a_0\left(1 + \frac \sum_^ \left(\frac\right)^ \right)= a_0\left(1 + \frac \sum_^ \left(\frac\right)^ \right)\, . Collapsing the geometric sum gives: A_ = a_0 \left( 1 + \frac \left( 1 - \left(\frac\right)^ \right) \right) = \frac \left( 8 - 3 \left(\frac\right)^ \right)\, .


Limits of area

The limit of the area is: \lim_ A_n = \lim_ \frac \cdot \left(8 - 3 \left(\frac \right)^n \right) = \frac \cdot a_\, , since \tfrac < 1. Thus, the area of the Koch snowflake is \tfrac of the area of the original triangle. Expressed in terms of the side length s of the original triangle, this is: \frac.


Solid of revolution

The volume of the
solid of revolution In geometry, a solid of revolution is a solid figure obtained by rotating a plane figure around some straight line (the ''axis of revolution'') that lies on the same plane. The surface created by this revolution and which bounds the solid is the ...
of the Koch snowflake about an axis of symmetry of the initiating equilateral triangle of unit side is \frac \pi.


Other properties

The Koch snowflake is self-replicating with six smaller copies surrounding one larger copy at the center. Hence, it is an irrep-7 irrep-tile (see Rep-tile for discussion). The fractal dimension of the Koch curve is \tfrac \approx 1.26186. This is greater than that of a line (=1) but less than that of 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. Koch snowflakes and Koch antisnowflakes of the same size may be used to tile the plane.


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 \tfrac, the resulting curve converges to the Koch snowflake.


Representation as Lindenmayer system

The Koch curve can be expressed by the following rewrite system ( Lindenmayer system): :Alphabet : F :Constants : +, − :Axiom : F :Production rules: : F → F+F--F+F Here, ''F'' means "draw forward", ''-'' means "turn right 60°", and ''+'' means "turn left 60°". To create the Koch snowflake, one would use F--F--F (an equilateral triangle) as the axiom.


Variants of the Koch curve

Following von Koch's concept, several variants of the Koch curve were designed, considering right angles (
quadratic In mathematics, the term quadratic describes something that pertains to squares, to the operation of squaring, to terms of the second degree, or equations or formulas that involve such terms. ''Quadratus'' is Latin for ''square''. Mathematics ...
), 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.Demonstrated by James McDonald in a public lecture at KAUST University on January 27, 2013. retrieved 29 January 2013. The resulting area fills a square with the same center as the original, but twice the area, and rotated by \tfrac radians, the perimeter touching but never overlapping itself. The total area covered at the nth iteration is: A_ = \frac + \frac \sum_^n \left(\frac\right)^k \quad \mbox \quad \lim_ A_n = 2\, , while the total length of the perimeter is: P_ = 4 \left(\frac\right)^na\, , which approaches infinity as n increases.


See also

* List of fractals by Hausdorff dimension * Gabriel's Horn (infinite surface area but encloses a finite volume) * Gosper curve (also known as the Peano–Gosper curve or ''flowsnake'') * Osgood curve * Self-similarity *
Teragon A teragon is a polygon with an infinite number of sides, the most famous example being the Koch snowflake ("triadic Koch teragon"). The term was coined by Benoît Mandelbrot from the words Classical Greek (''teras'', monster) + (''gōnía'' ...
* Weierstrass function * Coastline paradox


References


Further reading

*


External links

*
The Koch Curve poem by Bernt Wahl
''Wahl.org''. Retrieved 23 September 2019. * ** ** **
A WebGL animation showing the construction of the Koch surface
''tchaumeny.github.io''. Retrieved 23 September 2019. * {{Authority control De Rham curves L-systems