<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Follow Up: Will It Hit The Corner?	</title>
	<atom:link href="/2010/follow-up-will-it-hit-the-corner/feed/" rel="self" type="application/rss+xml" />
	<link>/2010/follow-up-will-it-hit-the-corner/</link>
	<description>less helpful</description>
	<lastBuildDate>Sat, 03 Jul 2010 03:52:23 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: Dan Meyer		</title>
		<link>/2010/follow-up-will-it-hit-the-corner/#comment-261986</link>

		<dc:creator><![CDATA[Dan Meyer]]></dc:creator>
		<pubDate>Sat, 03 Jul 2010 03:52:23 +0000</pubDate>
		<guid isPermaLink="false">/?p=5954#comment-261986</guid>

					<description><![CDATA[Sure thing. [&lt;a href=&quot;/wp-content/uploads/officescreensaver.zip&quot; rel=&quot;nofollow&quot;&gt;link&lt;/a&gt;]]]></description>
			<content:encoded><![CDATA[<p>Sure thing. [<a href="/wp-content/uploads/officescreensaver.zip" rel="nofollow">link</a>]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mbs		</title>
		<link>/2010/follow-up-will-it-hit-the-corner/#comment-261961</link>

		<dc:creator><![CDATA[mbs]]></dc:creator>
		<pubDate>Fri, 02 Jul 2010 06:29:50 +0000</pubDate>
		<guid isPermaLink="false">/?p=5954#comment-261961</guid>

					<description><![CDATA[Wow - great lesson and approach. Any way you could make the after effects file available?]]></description>
			<content:encoded><![CDATA[<p>Wow &#8211; great lesson and approach. Any way you could make the after effects file available?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Leafy		</title>
		<link>/2010/follow-up-will-it-hit-the-corner/#comment-260813</link>

		<dc:creator><![CDATA[Leafy]]></dc:creator>
		<pubDate>Fri, 28 May 2010 20:30:43 +0000</pubDate>
		<guid isPermaLink="false">/?p=5954#comment-260813</guid>

					<description><![CDATA[I modeled a python script for this problem. Just click on one of the boxes and it&#039;ll start: http://pastebin.com/DNHW0x1N]]></description>
			<content:encoded><![CDATA[<p>I modeled a python script for this problem. Just click on one of the boxes and it&#8217;ll start: <a href="http://pastebin.com/DNHW0x1N" rel="nofollow ugc">http://pastebin.com/DNHW0x1N</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nemo		</title>
		<link>/2010/follow-up-will-it-hit-the-corner/#comment-255956</link>

		<dc:creator><![CDATA[Nemo]]></dc:creator>
		<pubDate>Wed, 24 Feb 2010 22:51:42 +0000</pubDate>
		<guid isPermaLink="false">/?p=5954#comment-255956</guid>

					<description><![CDATA[Alex has described the general solution.

If the distances the box travels horizontally and vertically (call them &quot;h&quot; and &quot;v&quot;) are relatively prime, then the box will always hit a corner eventually.

If the distances are not relatively prime, then it will eventually hit a corner if and only if it starts at a multiple of gcd(h,v).

So I would suggest playing with different widths and heights.  &quot;Does the box ALWAYS hit a corner eventually?&quot;  (No; you can set up a square and have it bounce around in a diamond, for instance.)

Also, you can tile the plane with copies of the screen.  Then the path of the bouncing box is isomorphic to a straight line along the plane.  This is another way to arrive at the same formulation; you are just asking whether the line passes through a multiple of (h,v).  This is arguably an easier way to formulate the solution if the box does not move at 45 degrees.

Lots to play with here, although only your most advanced students are likely to &quot;get&quot; the complete solution.]]></description>
			<content:encoded><![CDATA[<p>Alex has described the general solution.</p>
<p>If the distances the box travels horizontally and vertically (call them &#8220;h&#8221; and &#8220;v&#8221;) are relatively prime, then the box will always hit a corner eventually.</p>
<p>If the distances are not relatively prime, then it will eventually hit a corner if and only if it starts at a multiple of gcd(h,v).</p>
<p>So I would suggest playing with different widths and heights.  &#8220;Does the box ALWAYS hit a corner eventually?&#8221;  (No; you can set up a square and have it bounce around in a diamond, for instance.)</p>
<p>Also, you can tile the plane with copies of the screen.  Then the path of the bouncing box is isomorphic to a straight line along the plane.  This is another way to arrive at the same formulation; you are just asking whether the line passes through a multiple of (h,v).  This is arguably an easier way to formulate the solution if the box does not move at 45 degrees.</p>
<p>Lots to play with here, although only your most advanced students are likely to &#8220;get&#8221; the complete solution.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dan Meyer		</title>
		<link>/2010/follow-up-will-it-hit-the-corner/#comment-255461</link>

		<dc:creator><![CDATA[Dan Meyer]]></dc:creator>
		<pubDate>Thu, 18 Feb 2010 18:46:54 +0000</pubDate>
		<guid isPermaLink="false">/?p=5954#comment-255461</guid>

					<description><![CDATA[@&lt;strong&gt;bmc456&lt;/strong&gt;, I&#039;ve used Final Cut Pro and Adobe After Effects for a few years now. A lot of these techniques become easy with practice, after a lot of initial fumbling. This particular exercise was way beyond my skillset, though, but became a lot easier as I Googled around for answers to my questions.]]></description>
			<content:encoded><![CDATA[<p>@<strong>bmc456</strong>, I&#8217;ve used Final Cut Pro and Adobe After Effects for a few years now. A lot of these techniques become easy with practice, after a lot of initial fumbling. This particular exercise was way beyond my skillset, though, but became a lot easier as I Googled around for answers to my questions.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: CLIMEguy		</title>
		<link>/2010/follow-up-will-it-hit-the-corner/#comment-255383</link>

		<dc:creator><![CDATA[CLIMEguy]]></dc:creator>
		<pubDate>Wed, 17 Feb 2010 18:50:26 +0000</pubDate>
		<guid isPermaLink="false">/?p=5954#comment-255383</guid>

					<description><![CDATA[Follow up to Sue&#039;s post:
Great that you mentioned Harold Jacobs and his book: Math: A Human Endeavor. I was Dan Meyer&#039;s age when I discovered it back in 1972. It changed my teaching from deliverer of content to explorer of what&#039;s possible. In fact Harold was one of the pioneers of this WCYDWT theme. Instead of asking what could be done with a potentially powerful idea, he thought about the best to do it so that it would engage his high school students in the hum-drum topics of math by using engaging scenarios and stories to challenge them. The best part of the book was not the book itself but his teacher guide - at least for his first edition - which is what I used. It took me on an exciting journey through math and sharing it with my students was absolutely wonderful. (Though intended for HS, I used it with 7th/8th graders in a private school in NYC.) 

I participated in Sue&#039;s effort to help homeschooling parents learn the book. She did chapter&#039;s 1 and 2 and I did chapter 3 
For those interested in more details, here was my take on Chapter 3- Functions and their Graphs
&lt;a href=&quot;http://humanendeavor.wikispaces.com/Ch.+3%2C+Lessons+1-6&quot; rel=&quot;nofollow&quot;&gt;Link&lt;/a&gt;]]></description>
			<content:encoded><![CDATA[<p>Follow up to Sue&#8217;s post:<br />
Great that you mentioned Harold Jacobs and his book: Math: A Human Endeavor. I was Dan Meyer&#8217;s age when I discovered it back in 1972. It changed my teaching from deliverer of content to explorer of what&#8217;s possible. In fact Harold was one of the pioneers of this WCYDWT theme. Instead of asking what could be done with a potentially powerful idea, he thought about the best to do it so that it would engage his high school students in the hum-drum topics of math by using engaging scenarios and stories to challenge them. The best part of the book was not the book itself but his teacher guide &#8211; at least for his first edition &#8211; which is what I used. It took me on an exciting journey through math and sharing it with my students was absolutely wonderful. (Though intended for HS, I used it with 7th/8th graders in a private school in NYC.) </p>
<p>I participated in Sue&#8217;s effort to help homeschooling parents learn the book. She did chapter&#8217;s 1 and 2 and I did chapter 3<br />
For those interested in more details, here was my take on Chapter 3- Functions and their Graphs<br />
<a href="http://humanendeavor.wikispaces.com/Ch.+3%2C+Lessons+1-6" rel="nofollow">Link</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sam Shah		</title>
		<link>/2010/follow-up-will-it-hit-the-corner/#comment-255319</link>

		<dc:creator><![CDATA[Sam Shah]]></dc:creator>
		<pubDate>Wed, 17 Feb 2010 03:02:34 +0000</pubDate>
		<guid isPermaLink="false">/?p=5954#comment-255319</guid>

					<description><![CDATA[I saw a presentation at NCTM that included a problem much like this. Except the problem had students explore different size &quot;screens.&quot;  When I went googling to find it, I was turned back to an NCTM website and applet:

http://illuminations.nctm.org/activitydetail.aspx?id=28

I loved this problem, because it connects so many things.

Best,
Sam]]></description>
			<content:encoded><![CDATA[<p>I saw a presentation at NCTM that included a problem much like this. Except the problem had students explore different size &#8220;screens.&#8221;  When I went googling to find it, I was turned back to an NCTM website and applet:</p>
<p><a href="http://illuminations.nctm.org/activitydetail.aspx?id=28" rel="nofollow ugc">http://illuminations.nctm.org/activitydetail.aspx?id=28</a></p>
<p>I loved this problem, because it connects so many things.</p>
<p>Best,<br />
Sam</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: bmc456		</title>
		<link>/2010/follow-up-will-it-hit-the-corner/#comment-255315</link>

		<dc:creator><![CDATA[bmc456]]></dc:creator>
		<pubDate>Wed, 17 Feb 2010 02:40:38 +0000</pubDate>
		<guid isPermaLink="false">/?p=5954#comment-255315</guid>

					<description><![CDATA[thanks for doing a lot of the leg work.  i don&#039;t have all the technical skill to set up the short clips.  how did you learn how to do this?  I&#039;d like to be able to do this on my own.]]></description>
			<content:encoded><![CDATA[<p>thanks for doing a lot of the leg work.  i don&#8217;t have all the technical skill to set up the short clips.  how did you learn how to do this?  I&#8217;d like to be able to do this on my own.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sue VanHattum		</title>
		<link>/2010/follow-up-will-it-hit-the-corner/#comment-254956</link>

		<dc:creator><![CDATA[Sue VanHattum]]></dc:creator>
		<pubDate>Sat, 13 Feb 2010 17:47:59 +0000</pubDate>
		<guid isPermaLink="false">/?p=5954#comment-254956</guid>

					<description><![CDATA[The first chapter of of Harold Jacobs unusual  text, &lt;i&gt;Mathematics: A Human Endeavor&lt;/i&gt;, does something like this. He starts off talking about pool tables, and, like Bernstein did above, limits you to using a 45 degree angle. The questions become: Which corner will you end up in? Can you tell in advance? Which tables give a simple pattern for the path, and which give a complicated pattern?

The chapter is titled Mathematical Ways of Thinking. I once led an online group using this book. (We fizzled out after the first chapter.) My notes on this problem are &lt;a href=&quot;http://humanendeavor.wikispaces.com/Ch.+1%2C+Lessons+1+%26+2&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.]]></description>
			<content:encoded><![CDATA[<p>The first chapter of of Harold Jacobs unusual  text, <i>Mathematics: A Human Endeavor</i>, does something like this. He starts off talking about pool tables, and, like Bernstein did above, limits you to using a 45 degree angle. The questions become: Which corner will you end up in? Can you tell in advance? Which tables give a simple pattern for the path, and which give a complicated pattern?</p>
<p>The chapter is titled Mathematical Ways of Thinking. I once led an online group using this book. (We fizzled out after the first chapter.) My notes on this problem are <a href="http://humanendeavor.wikispaces.com/Ch.+1%2C+Lessons+1+%26+2" rel="nofollow">here</a>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dy/dan &#187; Blog Archive &#187; Nick Hershman&#8217;s Follow Up: Will It Hit The Corner		</title>
		<link>/2010/follow-up-will-it-hit-the-corner/#comment-254951</link>

		<dc:creator><![CDATA[dy/dan &#187; Blog Archive &#187; Nick Hershman&#8217;s Follow Up: Will It Hit The Corner]]></dc:creator>
		<pubDate>Sat, 13 Feb 2010 17:03:37 +0000</pubDate>
		<guid isPermaLink="false">/?p=5954#comment-254951</guid>

					<description><![CDATA[[...] Check the blog post or the screencast, in which he explains how he built a Python script around an algorithm from the [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Check the blog post or the screencast, in which he explains how he built a Python script around an algorithm from the [&#8230;]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
