<?xml version="1.0" encoding="UTF-8" ?>
  <resource>
  <id>8866</id>
  <path>/www/nrich/html/content/id/8866/</path>
  <resourceTypeID>1</resourceTypeID>
  <last_published>0000-00-00T00:00:00</last_published>
  <indexXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;ul id=&quot;stemLinks&quot;&gt;
&lt;li&gt;&lt;a href=&quot;http://nrich.maths.org/8393&quot;&gt;Warm-up&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://nrich.maths.org/4855&quot;&gt;Try this next&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://nrich.maths.org/4972&quot;&gt;Think higher&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://nrich.maths.org/8194&quot;&gt;Read: mathematics&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.exploratorium.edu/snacks/moire_patterns/index.html&quot;&gt;Read: d&lt;/a&gt;&lt;a href=&quot;http://plus.maths.org/content/power-origami&quot;&gt;esign&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://motivate.maths.org/content/smart/LogoStars&quot;&gt;Explore further&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt; &lt;/div&gt;
Imagine you are a fabric designer.  This is your brief:&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;mdo:image alt=&quot;flower design&quot; src=&quot;FlowerPower.png&quot; style=&quot;width: 250px; height: 250px; float: right; margin: 25px;&quot;&gt;&lt;/mdo:image&gt;
&lt;div class=&quot;framework&quot; font=&quot;&quot; size=&quot;+1&quot;&gt;Create a design for a patterned fabric based on a flower motif.  The motif should show rotational symmetry.  The motif should be repeated across the width and length of the fabric in an interesting way which also shows symmetry.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Start by roughing out a design.  You may wish to use a real flower for inspiration, or you could start from something more abstract provided it can be recognised as a flower.  &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
When you are happy with your design, use Logo to create a print of the fabric.  If you wish to submit your design, include a screenshot and the Logo program you used to create it, together with a summary of the symmetry shown by the motif and by the overall design.&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
Ideas to think about:&lt;br&gt;&lt;/br&gt;
&lt;ul&gt;
&lt;li&gt;The number of petals of many flowers is given by the &lt;a href=&quot;http://www.maths.surrey.ac.uk/hosted-sites/R.Knott/Fibonacci/fibnat.html#petals&quot;&gt;Fibonacci sequence&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;What calculation do you need to do to work out the angle between petals if the flower is to show rotational symmetry?&lt;/li&gt;
&lt;/ul&gt;
If you would like help in getting going with Logo, &lt;a href=&quot;http://nrich.maths.org/8045&quot;&gt;these graded problems&lt;/a&gt; will help you.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Windows users can download a free copy of Logo from &lt;a href=&quot;http://fmslogo.sourceforge.net/&quot;&gt;FMSlogo.&lt;/a&gt;&lt;br&gt;&lt;/br&gt;
&lt;p&gt;A good free version for Mac users is &lt;a href=&quot;http://www.alancsmith.co.uk/logo/&quot;&gt;ACSlogo&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;There&amp;#39;s a version you can run directly in your browser at &lt;a href=&quot;http://calormen.com/logo/&quot;&gt;http://calormen.com/logo/.&lt;/a&gt;&lt;/p&gt;&lt;/mdoxml&gt;</indexXML>
  <solutionXML/>
  <noteXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;It is not envisaged that &lt;a href=&quot;http://nrich.maths.org/8866&quot;&gt;this problem&lt;/a&gt; would be used as a class problem.  It is more appropriate for an enthusiastic student or small group of students looking for a challenge to work on independently.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Students who want help in getting going with Logo could try some of the problems in &lt;a href=&quot;https://nrich.maths.org/8045&quot;&gt;Fast Forward Into Logo&lt;/a&gt; or &lt;a href=&quot;http://nrich.maths.org/8393&quot;&gt;Making Moire Patterns&lt;/a&gt;.&lt;/mdoxml&gt;</noteXML>
  <clueXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;mdo:image alt=&quot;Logo flower design&quot; src=&quot;FlowerPower2.png&quot; style=&quot;width: 250px; height: 250px; margin: 10px; float: right;&quot;&gt;&lt;/mdo:image&gt;This is the program I used for the basic design in the image.  You could copy it and adapt it if you wish (you may not need &amp;#39;To&amp;#39; or &amp;#39;end&amp;#39;, this will depend on which version of Logo you are using).&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
The program consists of four Logo Procedures:&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div style=&quot;margin-left: 40px;&quot;&gt;To petal &lt;br&gt;&lt;/br&gt;
ht lt 40 repeat 16[fd 4 rt 5] rt 100 repeat 16[fd 4 rt 5] rt 140 end&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
To flower&lt;br&gt;&lt;/br&gt;
repeat 5[petal rt 72] end&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
To strip&lt;br&gt;&lt;/br&gt;
repeat 5[flower pu fd 128 pd] end&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
To fabric&lt;br&gt;&lt;/br&gt;
pu lt 90 fd 300 rt 90 bk 300 pd repeat 5[strip pu rt 90 fd 120 lt 90 bk 560 pd] end&lt;br&gt;&lt;/br&gt;
 &lt;/div&gt;
&lt;div&gt;Logo commands&lt;/div&gt;
&lt;div class=&quot;toggle&quot;&gt;ht = hide turtle&lt;br&gt;&lt;/br&gt;
lt - left&lt;br&gt;&lt;/br&gt;
fd = forward&lt;br&gt;&lt;/br&gt;
rt = right&lt;br&gt;&lt;/br&gt;
pu = pen up&lt;br&gt;&lt;/br&gt;
pd = pen down&lt;br&gt;&lt;/br&gt;
bk = back&lt;/div&gt;
&lt;div style=&quot;margin-left: 40px;&quot;&gt; &lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/br&gt;
Can you see what each program and each command is doing?  &lt;br&gt;&lt;/br&gt;
The forward distance of 4 pixels was chosen to give a sensible size of petal.  What happens if you change it?&lt;br&gt;&lt;/br&gt;
Similarly the angle change of 5 degrees seemed to give a good result.  What happens if you change this?  And how do you have to change the other angles and the number of repeats if you change it?&lt;br&gt;&lt;/br&gt;
The forward and backward instructions in To fabric at the beginning and at the end of the repeat were chosen fairly arbitrarily to give an effective design.&lt;br&gt;&lt;/br&gt;
 &lt;/div&gt;
&lt;h4&gt;Generalising the program&lt;/h4&gt;
You can generalise the petal size and hence the size of the finished design by using a variable instead of the length of 4.&lt;br&gt;&lt;/br&gt;
See if you can work out how to do this: &lt;a href=&quot;http://nrich.maths.org/4855&quot;&gt;help in using variables&lt;/a&gt;.&lt;br&gt;&lt;/br&gt;
Can you then generalise for the number of petals in the flower?&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</clueXML>
  <canonXML/>
  <end_user_role>2</end_user_role>
  <difficulty>3</difficulty>
  <keystage1>0</keystage1>
  <keystage2>0</keystage2>
  <keystage3>1</keystage3>
  <keystage4>1</keystage4>
  <keystage4plus>0</keystage4plus>
  <title>Flower Power</title>
  <description>Create a symmetrical fabric design based on a flower motif - and realise it in Logo.</description>
  <spec_group>Applications
    <specifier>STEM - living world</specifier>
  </spec_group>
  <spec_group>Applications
    <specifier>Design</specifier>
  </spec_group>
  <spec_group>Applications
    <specifier>textiles</specifier>
  </spec_group>
  <spec_group>Admin
    <specifier>Featured STEM</specifier>
  </spec_group>
  <spec_group>Applications
    <specifier>STEM - design technology</specifier>
  </spec_group>
  <spec_group>Information and Communications Technology
    <specifier>Logo</specifier>
  </spec_group>
  <spec_group>Information and Communications Technology
    <specifier>Programming</specifier>
  </spec_group>
  <spec_group>Transformations and their Properties
    <specifier>Symmetry</specifier>
  </spec_group>
</resource>