<?xml version="1.0" encoding="UTF-8" ?>
  <resource>
  <id>8393</id>
  <path>/www/nrich/html/content/id/8393/</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/8045&quot;&gt;Warm-up&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://nrich.maths.org/8866&quot;&gt;Try this next&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://nrich.maths.org/7406&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: science&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.physics.org/explorelink.asp?id=1721&amp;amp;q=text&amp;amp;currentpage=2&amp;amp;age=0&amp;amp;knowledge=0&amp;amp;item=19&quot;&gt;Explore further&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt; &lt;/div&gt;
&lt;p&gt;Moiré patterns are a type of interference pattern made when lines overlap.&lt;br&gt;&lt;/br&gt;
Here are some examples of Moiré patterns:&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;mdo:image src=&quot;moire1.png&quot;&gt;&lt;/mdo:image&gt; &lt;mdo:image src=&quot;moire2.png&quot;&gt;&lt;/mdo:image&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;mdo:image src=&quot;moire3.png&quot;&gt;&lt;/mdo:image&gt;&lt;mdo:image src=&quot;moire4.png&quot;&gt;&lt;/mdo:image&gt;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/br&gt;
These patterns were created using LOGO.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;strong&gt;Can you work out which LOGO commands give rise to each pattern?&lt;/strong&gt;&lt;/p&gt;
&lt;br&gt;&lt;/br&gt;
&lt;ul&gt;
&lt;li&gt;cs setpc 16 repeat 360 [fd 100 bk 100 rt 7 fd 25 bk 25 rt 5 fd 15 bk 15 rt 2] ht&lt;/li&gt;
&lt;li&gt;cs setpc 2 repeat 90 [fd 100 bk 100 rt 3 fd 100 bk 100 rt 1] ht&lt;/li&gt;
&lt;li&gt;cs setpc 13 repeat 360 [fd 100 bk 100 rt 7 fd 25 bk 25 rt 7 fd 10 bk 10 rt 7] ht&lt;/li&gt;
&lt;li&gt;cs setpc 1 repeat 360[fd 200 rt 1 bk 200 rt 1] ht&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you are unfamiliar with LOGO, click below to see a glossary of the terms used above.&lt;/p&gt;
&lt;div class=&quot;toggle&quot;&gt;cs: clear screen&lt;br&gt;&lt;/br&gt;
setpc: set pen colour&lt;br&gt;&lt;/br&gt;
fd: move turtle forward a specified distance&lt;br&gt;&lt;/br&gt;
bk: move turtle back a specified distance&lt;br&gt;&lt;/br&gt;
rt: right turn through an angle in degrees&lt;br&gt;&lt;/br&gt;
lt: left turn through an angle in degrees&lt;br&gt;&lt;/br&gt;
st: show turtle&lt;br&gt;&lt;/br&gt;
ht: hide turtle&lt;/div&gt;
&lt;p&gt;&lt;br&gt;&lt;/br&gt;
Try making some Moiré patterns of your own. Make changes to your LOGO code and see the effects you can create.&lt;br&gt;&lt;/br&gt;
What do you notice?&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Send us your examples of Moiré patterns, together with the LOGO code you used to generate them.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
 &lt;/p&gt;
&lt;div class=&quot;framework&quot;&gt;&lt;strong&gt;Notes and Background&lt;/strong&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
You can download free software for LOGO: &lt;a href=&quot;http://fmslogo.sourceforge.net/&quot;&gt;FMSLogo for Windows&lt;/a&gt; (&lt;a href=&quot;http://www.jonhoff.net/docs/logo.pdf&quot;&gt;tutorials&lt;/a&gt;), &lt;a href=&quot;http://www.alancsmith.co.uk/logo/&quot;&gt;ACSLogo for Mac&lt;/a&gt; (&lt;a href=&quot;http://www.alancsmith.co.uk/logo/LogoUserGuide151.pdf&quot;&gt;user guide and tutorials&lt;/a&gt;).&lt;/div&gt;&lt;/mdoxml&gt;</indexXML>
  <solutionXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;span class=&quot;editorial&quot;&gt;We only had one person submit a Moiré pattern for us! Thank you to Daniel from Wilson’s School who sent in:&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;mdo:image src=&quot;moiresubmission1.png&quot;&gt;&lt;/mdo:image&gt;&lt;/div&gt;
&lt;p style=&quot;&quot;&gt;cs setpc 13 repeat 360 [fd 79 bk 56 rt 8 fd 123 bk 125 rt 34 fd 10 bk 10 rt 34] ht&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;Do try out some more&lt;/span&gt; &lt;span class=&quot;editorial&quot;&gt;Moiré&lt;/span&gt; &lt;span class=&quot;editorial&quot;&gt;patterns on the &lt;a href=&quot;http://twilgo.com/nrich/&quot;&gt;nrich TWILGO site&lt;/a&gt; and then send them to us.&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
 &lt;/p&gt;&lt;/mdoxml&gt;</solutionXML>
  <noteXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;h3&gt;Why do this problem?&lt;/h3&gt;
Read &lt;a href=&quot;/8194&quot;&gt;this article&lt;/a&gt; for a discussion on the importance and the benefits of programming in the classroom.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;a href=&quot;https://nrich.maths.org/8393&quot;&gt;This problem&lt;/a&gt; uses the free-to-download LOGO software to introduce students to some programming through the engaging context of Moiré patterns. The patterns produced are pleasing to the eye, and students can be encouraged to be playful with their LOGO constructions in order to produce attractive patterns, while considering the geometry of different
constructions.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;h3&gt;Possible approach&lt;/h3&gt;
&lt;br&gt;&lt;/br&gt;
Students will need to work on computers, with free software for LOGO: &lt;a href=&quot;http://fmslogo.sourceforge.net/&quot;&gt;FMSLogo for Windows&lt;/a&gt; or &lt;a href=&quot;http://www.alancsmith.co.uk/logo/&quot;&gt;ACSLogo for Mac&lt;/a&gt;.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
If students have never used LOGO before, you may wish to use some of the &lt;a href=&quot;/8045&quot;&gt;First Forward Into LOGO&lt;/a&gt; resources before exploring Moiré patterns.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Hand out &lt;a class=&quot;pdflink&quot; href=&quot;/content/id/8393/Moire.pdf&quot;&gt;this worksheet&lt;/a&gt;.&lt;br&gt;&lt;/br&gt;
&quot;For each pattern, try to work out which set of commands created it, and then try it out on the computer to see if you were right.&quot;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Bring the class together to discuss how they matched the patterns with the commands. Then challenge them to create some patterns of their own.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Finally, invite students to share the patterns they are most pleased with, and to describe how they created them.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;h3&gt;Key questions&lt;/h3&gt;
&lt;br&gt;&lt;/br&gt;
What effects can you get by changing the length of the lines?&lt;br&gt;&lt;/br&gt;
What effects can you get by changing the angle between the lines?&lt;br&gt;&lt;/br&gt;
What effects can you get by changing the number of radial lines?&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;h3&gt;Possible extension&lt;/h3&gt;
&lt;br&gt;&lt;/br&gt;
Once students know how to program these simple Moiré patterns, use the links at the top of the problem page to explore further.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;h3&gt;Possible support&lt;/h3&gt;
Encourage students to experiment by changing one variable at a time in the example programs and noting what happens.&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;Try typing in each of the LOGO programs to see what you get.&lt;br&gt;&lt;/br&gt;
Then try changing each of the variables in turn. What do you notice?&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>1</keystage4plus>
  <title>Making Moiré Patterns</title>
  <description>Moiré patterns are intriguing interference patterns. Create your own beautiful examples using LOGO!</description>
  <spec_group>Applications
    <specifier>Design</specifier>
  </spec_group>
  <spec_group>Applications
    <specifier>DT</specifier>
  </spec_group>
  <spec_group>Applications
    <specifier>STEM - General</specifier>
  </spec_group>
  <spec_group>Admin
    <specifier>Featured STEM</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>Applications
    <specifier>STEM - design technology</specifier>
  </spec_group>
</resource>