<?xml version="1.0" encoding="ISO-8859-1" ?>
  <resource>
  <id>4759</id>
  <path>/www/nrich/html/content/id/4759/</path>
  <resourceTypeID>0</resourceTypeID>
  <last_published>2011-02-01T00:00:01</last_published>
  <indexXML>&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;br&gt;&lt;/br&gt;
&lt;div&gt;The Von Koch curve is a fractal. The rule for generating this curve is to start with an equilateral triangle and to replace each line segment by a zig-zag curve (a generator) made up of $4$ copies of the line segment it replaces, each reduced to one third of the original length.&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div&gt;Click on the red button below to see the first six stages of the infinite process for generating the Von Koch curve.&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div&gt;&lt;a href=&quot;/content/id/4759/vonKochcurve1.swf&quot;&gt;Full Screen Version&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;&lt;mdo:flash height=&quot;465&quot; width=&quot;400&quot;&gt;&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; &gt;&lt;/param&gt;&lt;param name=&quot;movie&quot; value=&quot;/content/id/4759/vonKochcurve1.swf&quot; &gt;&lt;/param&gt;&lt;param name=&quot;flashplayerversion&quot; value=&quot;7&quot; &gt;&lt;/param&gt;&lt;/mdo:flash&gt;&lt;br&gt;&lt;/br&gt;&lt;/p&gt;
&lt;p&gt;The original equilateral triangle has side $1$ unit. Work out the length of this curve in the first few stages and the length of the fractal curve formed when the process goes on indefinitely.&lt;/p&gt;
&lt;p&gt;Now suppose you made a poster for your classroom with coloured paper by drawing an equilateral triangle for Stage 0 and then cutting smaller equilateral triangles and sticking them on the edge. What is the total area of all the triangles you would stick on one edge if you could continue the process indefinitely to make the Von Koch curve? So what is the area inside the Von Koch curve?&lt;/p&gt;
&lt;p&gt;Find the dimension of the Von Koch curve using the formula $n=m^d$, where where $n$ is the number of self similar pieces in the generator and $m$ is the magnification factor.&lt;/p&gt;
&lt;p&gt;The diagrams below show Stages 0 to 5 in the evolution of the Von Koch curve. The Logo program for drawing this fractal is given in the Notes.&lt;/p&gt;
&lt;p&gt;See &lt;a href=&quot;http://nrich.maths.org/8045&quot;&gt;First Forward&lt;/a&gt; for a ten part series giving an introduction to Logo programming for beginners.&lt;/p&gt;
&lt;br&gt;&lt;/br&gt;
&lt;p&gt;&lt;mdo:image alt=&quot;stages 3 4 5&quot; height=&quot;280&quot; src=&quot;vonkoch%203%204%205.JPG&quot; width=&quot;740&quot;&gt;&lt;/mdo:image&gt;&lt;/p&gt;&lt;/mdoxml&gt;</indexXML>
  <solutionXML>&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;br&gt;&lt;/br&gt;
Thank you Shaun from Nottingham High School and Andrei from Tudor
Vianu National College, Bucharest, Romania for your solutions. Both
Shaun and Andrei used essentially the same method. &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
To solve this problem I made a table with the first $3$ stages and
then I determined analytical expressions for the quantities in the
table as a function on $n$:&lt;br&gt;&lt;/br&gt;
 
&lt;table border=&quot;1&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;Stage&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;Number of sides&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;Length of curve&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;Area contained inside the
curve&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;$0$&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;$3$&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;$3$&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;${\sqrt 3\over 4}$&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;$1$&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;$3\times 4=12$&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;$3\times{4\over 3}$&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;${\sqrt 3\over
4}\left[1+3\left({1\over 9}\right)\right]$&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;$2$&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;$3\times 4^2=48$&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;$3\times\left({4\over
3}\right)^2$&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;${\sqrt 3\over
4}\left[1+3\left({1\over 9}\right)+12\left({1\over
9}\right)^2\right]$&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;br&gt;&lt;/br&gt;
Now I made the following observations:&lt;br&gt;&lt;/br&gt;

&lt;ul&gt;
&lt;li&gt;The length of each edge at the $(n+1)$th stage will be one
third of the length of the edgeat the $n$th stage.&lt;/li&gt;
&lt;li&gt;The number of edges at the ($n+1)$th stage is $4$ times greater
then the number of edges at the $n$th stage.&lt;/li&gt;
&lt;li&gt;From the last two observations the length of the curve is
increased by a factor ${4\over 3}$ at each stage.&lt;/li&gt;
&lt;li&gt;The area of each additional small triangle included inside the
curve at the $(n+1)$th stage will be one ninth of the area of the
additional triangles included at the $n$th stage.&lt;/li&gt;
&lt;li&gt;After stage $2$ the extra area included within the curve at the
$(n+1)$th stage is ${4\over 9}$ths of the extra area included at
the $n$th stage.&lt;/li&gt;
&lt;/ul&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
 
&lt;table border=&quot;1&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;Stage&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;Number of edges&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;Length&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;Area contained inside the
curve&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;$n$&lt;/td&gt;
&lt;td&gt;$3\times 4^n$&lt;/td&gt;
&lt;td&gt;$3\times\left({4\over 3}\right)^n$&lt;/td&gt;
&lt;td&gt;
&lt;div&gt;${\sqrt 3\over 4}\left [1+3\left({1\over 9}\right) \left(1 +
\left({4\over 9}\right) + \left({4\over 9}\right)^2 + \ldots +
\left({4\over 9}\right)^{n-1} \right)\right]$&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;$n \to \infty$&lt;/td&gt;
&lt;td&gt;$\infty$&lt;/td&gt;
&lt;td&gt;$\infty$&lt;/td&gt;
&lt;td&gt;${2\sqrt 3\over 5}$&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;br&gt;&lt;/br&gt;
To find the area contained inside the fractal curve we need the
infinite sum of the geometric series: $$1 + \left({4\over 9}\right)
+ \left({4\over 9}\right)^2 + \left({4\over 9}\right)^3 + \ldots$$
which is $${1\over \left(1-{4\over 9}\right)} = {9\over 5}.$$ Hence
the area inside the fractal curve is ${2\sqrt 3\over 5}$.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
In order to calculate the dimension $d$ in the formula $n=m^d$,
where $n$ is the number of self similar pieces and $m$ is the
magnification factor, I see that for this problem $n =4$ and $m =
3$.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
So, the dimension of the Von Koch Curve is $$d = {\log 4\over \log
3}= \log_3 4 \approx 1.262$$. &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</solutionXML>
  <noteXML>&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;br&gt;&lt;/br&gt;
This is a Logo program to draw the Von Koch curve.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
You can download a free copy of the MSW Logo software from &lt;a href=&quot;http://www.softronix.com/logo.html&quot;&gt;http://www.softronix.com/logo.html&lt;/a&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
to allvonkoch &lt;br&gt;&lt;/br&gt;
;draws 6 stages on same screen &lt;br&gt;&lt;/br&gt;
cs pu fd 100 lt 90 fd 300 rt 90 pd &lt;br&gt;&lt;/br&gt;
vonkoch2 200 0 &lt;br&gt;&lt;/br&gt;
pu rt 90 fd 250 lt 90 pd &lt;br&gt;&lt;/br&gt;
vonkoch2 200 1 &lt;br&gt;&lt;/br&gt;
pu rt 90 fd 250 lt 90 pd &lt;br&gt;&lt;/br&gt;
vonkoch2 200 2 &lt;br&gt;&lt;/br&gt;
pu bk 300 lt 90 fd 500 rt 90 pd &lt;br&gt;&lt;/br&gt;
vonkoch2 200 3 &lt;br&gt;&lt;/br&gt;
pu rt 90 fd 250 lt 90 pd &lt;br&gt;&lt;/br&gt;
vonkoch2 200 4 &lt;br&gt;&lt;/br&gt;
pu rt 90 fd 250 lt 90 pd &lt;br&gt;&lt;/br&gt;
vonkoch2 200 5 end&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
to side :x :y&lt;br&gt;&lt;/br&gt;
if :y=0 [fd :x stop] &lt;br&gt;&lt;/br&gt;
side :x/3 :y-1 &lt;br&gt;&lt;/br&gt;
lt 60 side :x/3 :y-1 &lt;br&gt;&lt;/br&gt;
rt 120 side :x/3 :y-1 &lt;br&gt;&lt;/br&gt;
lt 60 side :x/3 :y-1 &lt;br&gt;&lt;/br&gt;
end &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
to vonkoch1 &lt;br&gt;&lt;/br&gt;
;superimpose 6 stages &lt;br&gt;&lt;/br&gt;
cs pu bk 300 lt 90 fd 200 rt 90 pd &lt;br&gt;&lt;/br&gt;
vonkoch2 500 0 &lt;br&gt;&lt;/br&gt;
vonkoch2 500 1&lt;br&gt;&lt;/br&gt;
vonkoch2 500 2 &lt;br&gt;&lt;/br&gt;
vonkoch2 500 3 &lt;br&gt;&lt;/br&gt;
vonkoch2 500 4&lt;br&gt;&lt;/br&gt;
vonkoch2 500 5 &lt;br&gt;&lt;/br&gt;
end&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
to vonkoch2 :x :y &lt;br&gt;&lt;/br&gt;
;draws single curve size :x stage :y at current cursor position
&lt;br&gt;&lt;/br&gt;
repeat 3 [side :x :y rt 120] &lt;br&gt;&lt;/br&gt;
end &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
to vonkoch3 &lt;br&gt;&lt;/br&gt;
;draws sixth stage &lt;br&gt;&lt;/br&gt;
cs pu bk 300 lt 90 fd 200 rt 90 pd &lt;br&gt;&lt;/br&gt;
vonkoch2 500 5 &lt;br&gt;&lt;/br&gt;
end &lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</noteXML>
  <clueXML>&lt;mdoxml version=&quot;1.0&quot;&gt;It helps to consider the area added to ONE edge first. You have to sum an infinite geometrical series.&lt;br&gt;&lt;/br&gt;&lt;br&gt;&lt;/br&gt;&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</clueXML>
  <canonXML>&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;br&gt;&lt;/br&gt;
At each stage the length of the curve is increased by a factor
${4\over 3}$. So at Stage $n$ the length is $3 \times ({4\over
3})^n$. So the length of the curve keeps increasing without any
bounds. The length of the curve is infinite.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
The area inside the curve is given by the area of the Stage $0$
triangle plus the sum of all the areas of the smaller triangles
that we would add on at all the stages. Let us just consider the
triangles added to ONE edge and, for simplicity, let's take the
area of the triangles added at Stage $1$ to be $A$. (We'll compute
$A$ later.) At each stage we add on triangles whose area is
${1\over 9}$th of the area at that stage, and the number of
segments is multiplied by $4$ so we add on $1, 4, 16, 64, \ldots$
triangles (remember we are only considering ONE edge). So the sum
of the areas added is: $$A + \left({4\over 9}\right)A+
\left({4\over 9}\right)^2A +\left({4\over 9}\right)^3A+ \cdots$$
The sum of this infinite geometric series is $$A{1\over 1-{4\over
9}}= {9A\over 5}$$ Now $A$ is ${1\over 9}$th of the area of the
triangle at Stage $0$ so the total area added to all three edges is
$$3\times {9A\over 5}$$ which is ${3\over 5}$th of the area of the
original triangle. With side $1$ unit the area of the Stage $0$
triangle is ${\sqrt{3} \over 4}$ so the area inside the Von Koch
curve is $${2\sqrt 3\over 5}.$$ The magnification factor is $3$ and
the generator contains $4$ copies of the line segment it replaces
so the dimension is given by $$3^d = 4$$ which gives $d={\log 4
\over \log 3} \approx 1.262$.&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</canonXML>
  <end_user_role>2</end_user_role>
  <difficulty>5</difficulty>
  <keystage1>0</keystage1>
  <keystage2>0</keystage2>
  <keystage3>0</keystage3>
  <keystage4>0</keystage4>
  <keystage4plus>1</keystage4plus>
  <title>Von Koch Curve</title>
  <description>Make a poster using equilateral triangles with sides 27, 9, 3 and 1
units assembled as stage 3 of the Von Koch fractal. Investigate
areas &amp;amp; lengths when you repeat a process infinitely often.</description>
  <spec_group>Information and Communications Technology
    <specifier>Animations</specifier>
  </spec_group>
  <spec_group>Fractions, Decimals, Percentages, Ratio and Proportion
    <specifier>Fractal</specifier>
  </spec_group>
  <spec_group>Transformations and their Properties
    <specifier>Similarity</specifier>
  </spec_group>
  <spec_group>Transformations and their Properties
    <specifier>Scale factors</specifier>
  </spec_group>
  <spec_group>Sequences, Functions and Graphs
    <specifier>Geometric sequence</specifier>
  </spec_group>
  <spec_group>Measures and Mensuration
    <specifier>Perimeters</specifier>
  </spec_group>
  <spec_group>Measures and Mensuration
    <specifier>Area</specifier>
  </spec_group>
</resource>