<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Thoughtable Mathematics</title>
	<atom:link href="http://www.jsommer.com/mathblog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.jsommer.com/mathblog</link>
	<description>Learning Mathematics in a thought provoking manner.</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:45:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Super Bowl Coin Toss &#8211; A look at the numbers</title>
		<link>http://www.jsommer.com/mathblog/?p=243</link>
		<comments>http://www.jsommer.com/mathblog/?p=243#comments</comments>
		<pubDate>Wed, 08 Feb 2012 14:40:51 +0000</pubDate>
		<dc:creator>jisommer</dc:creator>
				<category><![CDATA[All Categories]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.jsommer.com/mathblog/?p=243</guid>
		<description><![CDATA[In 46 Super Bowls the opening coin toss has come up heads 23 times and tails 23 times. The NFC has won the toss 31 times out of 45 with their streak of 14 straight years broken this year by &#8230; <a href="http://www.jsommer.com/mathblog/?p=243">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In 46 Super Bowls the opening coin toss has come up heads 23 times and tails 23 times. The NFC has won the toss 31 times out of 45 with their streak of 14 straight years broken this year by the New England Patriots who were the last AFC team to win the coin toss in 1997.</p>
<p><span id="more-243"></span></p>
<p>The team that wins the coin toss is 21-25 all-time and the coin toss winner lost Super Bowls 35 to 41. All but three teams that have won the coin toss have elected to receive the opening kickoff. The Arizona Cardinals became the first team to defer to the second half in Super Bowl XLIII and lost to the Pittsburgh Steelers, 27-23. The Green Bay Packers deferred after winning the toss in last year’s Super Bowl en route to a 31-25 win and this year the Patriots deferred and lost to the Giants.</p>
<p>The coin flip result has had several streaks of 3 or 4 in a row. Streaks of 4 in a row are 24-27 4 heads; 32-35 4 tails; 37-40 4 tails; 43-46 4 heads. So if you want to bet on the coin toss next year I would say go with Tails since we have never had 5 in a row; but then again it is random.</p>
<p>Raw data from: docsports.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jsommer.com/mathblog/?feed=rss2&amp;p=243</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Number trick 1089</title>
		<link>http://www.jsommer.com/mathblog/?p=224</link>
		<comments>http://www.jsommer.com/mathblog/?p=224#comments</comments>
		<pubDate>Mon, 29 Aug 2011 17:10:38 +0000</pubDate>
		<dc:creator>jisommer</dc:creator>
				<category><![CDATA[All Categories]]></category>
		<category><![CDATA[Tidbits]]></category>

		<guid isPermaLink="false">http://www.jsommer.com/mathblog/?p=224</guid>
		<description><![CDATA[The Trick I have used this number trick many times with beginning Algebra classes. I take a dictionary to class and before had write a word on a piece of paper then place it in an envelope.  At the beginning &#8230; <a href="http://www.jsommer.com/mathblog/?p=224">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1>The Trick</h1>
<p>I have used this number trick many times with beginning Algebra classes. I take a dictionary to class and before had write a word on a piece of paper then place it in an envelope.  At the beginning of class I select a student at random and give them the envelope then have each student pick a 3 digit number without any zeroes or repeating numbers, such as 389. Next have them perform the following calculations:</p>
<p><span id="more-224"></span></p>
<p>389 reverse the digits in the number to get 983.<br />
Take the larger and subtract the smaller.<br />
983 &#8211; 389 = 594<br />
Reverse the digits of 594 and get 495.<br />
Add them, 594 + 495 = 1089</p>
<p>Next I give the dictionary to a random student and have them take the result of their calculation (I check to ensure no arithmetic errors), use the first 3 numbers for the page and the last number for the word on the page.<br />
Ask them to say the word aloud then have the first student open the envelope and say the word. The class is always amazed and soon realize they all got the same result in their calculation and wonder why &#8211; which is the segway to discussing some algebra.</p>
<h1><strong>The Proof</strong></h1>
<p>Call initial number abc = a*100 + b*10 + c<br />
after reversing cda = c*100 b*10 + a<br />
we will assume a&gt;c (does not matter which one is larger).</p>
<p>A = abc &#8211; cba = (a &#8211; c)*100 + (b &#8211; b)*10 + (c &#8211; a)<br />
since c&lt;a we will need to borrow to do the subtraction (in our example above we had to take 3 &#8211; 9 for the units digits).<br />
to borrow we take 1 from the 10s unit and 1 from 100s unit and get (since middle term of both numbers are the same we need to borrow from 10s and 100s units:<br />
A = abc &#8211; cba = (a &#8211; c &#8211; 1)*100 + (b &#8211; b &#8211; 1 + 10)*10 + (c &#8211; a) + 10<br />
A                   = (a &#8211; c &#8211; 1)*100 + (9)*10 + (c &#8211; a) + 10<br />
now reverse A to get<br />
B = (c &#8211; a + 10)*100 + 9*10 + (a &#8211; c- 1)</p>
<p>Next add them</p>
<p><span style="color: #0000ff;">A</span> + <span style="color: #008000;">B</span> =  <span style="color: #0000ff;">(a &#8211; c &#8211; 1)*100 + (9)*10 + (c &#8211; a) + 10</span> + <span style="color: #008000;">(c &#8211; a + 10)*100 + 9*10 + (a &#8211; c- 1)</span><br />
= (a &#8211; c &#8211; 1 + c &#8211; a + 10)*100 + (9 + 9)*10 + (c &#8211; a + 10) + (a &#8211; c &#8211; 1)<br />
= 9*100 + (10 + 8)*10 + 9<br />
= 9*100 + 100 + 8*10 + 9<br />
= 10*100 + 8*10 + 9<br />
= 1000 + 80 + 9<br />
= 1089<br />
same answer regardless of values of a,b,c keeping the all different and non-zero.</p>
<p>Also check this <a title="Kaprekar constant" href="http://mathandmultimedia.com/2011/08/29/the-kaprekar-constant-6174/" target="_blank">page</a> for another set of calculations, Kaprekar constant, which will eventually end up with the same number.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jsommer.com/mathblog/?feed=rss2&amp;p=224</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mathematicians are People Too</title>
		<link>http://www.jsommer.com/mathblog/?p=216</link>
		<comments>http://www.jsommer.com/mathblog/?p=216#comments</comments>
		<pubDate>Mon, 01 Nov 2010 11:37:20 +0000</pubDate>
		<dc:creator>jisommer</dc:creator>
				<category><![CDATA[All Categories]]></category>
		<category><![CDATA[History]]></category>
		<category><![CDATA[Mathematicians]]></category>

		<guid isPermaLink="false">http://www.jsommer.com/mathblog/?p=216</guid>
		<description><![CDATA[Just purchased this book for our neighbor&#8217;s daughter whose birthday is around Thanksgiving. It is a great book for elementary through junior high with short stories about each of the 15 mathematician and their contribution to mathematics and three of &#8230; <a href="http://www.jsommer.com/mathblog/?p=216">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just purchased this book for our neighbor&#8217;s daughter whose birthday is around Thanksgiving. It is a great book for elementary through junior high with short stories about each of the 15 mathematician and their contribution to mathematics and three of the featured mathematicians are female which helps to raise the awareness of some of the very good yet unknown female mathematicians. The mathematicians featured run from Thales to Srinivasa Ramanujan.<br />
Here is a link to someone who has done a nice job using the book for home schooling activities.<br />
<a title="Mathematicians are people too" href="http://www.squidoo.com/printables-mathematicians-are-people-too" target="_blank">Mathematician Are People Too activities</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jsommer.com/mathblog/?feed=rss2&amp;p=216</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fermat Last Theorem Video</title>
		<link>http://www.jsommer.com/mathblog/?p=210</link>
		<comments>http://www.jsommer.com/mathblog/?p=210#comments</comments>
		<pubDate>Fri, 10 Sep 2010 12:09:42 +0000</pubDate>
		<dc:creator>jisommer</dc:creator>
				<category><![CDATA[All Categories]]></category>
		<category><![CDATA[History]]></category>
		<category><![CDATA[Mathematicians]]></category>

		<guid isPermaLink="false">http://www.jsommer.com/mathblog/?p=210</guid>
		<description><![CDATA[I read Simon Singh&#8217;s first book Fremat&#8217;s Last Theorem and thoroughly enjoyed the story. My youngest son sent me a link to this video and said he had not watched it but thought a math nut like me would enjoy &#8230; <a href="http://www.jsommer.com/mathblog/?p=210">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I read <a title="Simon Singh" href="http://www.simonsingh.net/" target="_blank">Simon Singh&#8217;s </a>first book Fremat&#8217;s Last Theorem and thoroughly enjoyed the story. My youngest son sent me a link to this video and said he had not watched it but thought a math nut like me would enjoy the video. Well he was right, it was very good &#8211; and not just for a math nut.</p>
<p><span id="more-210"></span></p>
<p>It is produced by Dr. Singh and starts with Dr. Wiles talking about his excitement and  the fulfilment of a childhood dream; he is so taken as he talks about it he has to turn away to gain his composure. Moving for a math enthusiast or anyone else.</p>
<p>The video is well done and depicts well the struggles, effort and how he needed to bring together many existing mathematics in a very creative manner. Creativity is sometimes described as the ability to make unexpected connections. Dr. Wiles demonstrates this in many ways in his quest to prove the theorem and shows how his study of a branch of mathematics, elliptic curves, while at the time he thought it would not ever be of any help in proving the theorem (a period in his career when he had to put his interest in the theorem on hold) ended up being a major piece of his proof.</p>
<p>Take some time and enjoy, I think you will find it time well spent.<br />
<object id="VideoPlayback" style="width: 400px; height: 326px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100" height="100" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://video.google.com/googleplayer.swf?docid=8269328330690408516&amp;hl=en&amp;fs=true" /><param name="allowfullscreen" value="true" /><embed id="VideoPlayback" style="width: 400px; height: 326px;" type="application/x-shockwave-flash" width="100" height="100" src="http://video.google.com/googleplayer.swf?docid=8269328330690408516&amp;hl=en&amp;fs=true" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jsommer.com/mathblog/?feed=rss2&amp;p=210</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Euler on a Prime Time Crime show</title>
		<link>http://www.jsommer.com/mathblog/?p=183</link>
		<comments>http://www.jsommer.com/mathblog/?p=183#comments</comments>
		<pubDate>Sun, 29 Aug 2010 22:23:46 +0000</pubDate>
		<dc:creator>jisommer</dc:creator>
				<category><![CDATA[All Categories]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Tidbits]]></category>

		<guid isPermaLink="false">http://www.jsommer.com/mathblog/?p=183</guid>
		<description><![CDATA[Rizzoli &#38; Isles (2010– ) is a TNT television series starring Angie Harmon as police detective Jane Rizzoli and Sasha Alexander as medical examiner Dr. Maura Isles. The one-hour drama is based on the Rizzoli/Isles series of novels by Tess &#8230; <a href="http://www.jsommer.com/mathblog/?p=183">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Rizzoli  &amp; Isles (2010– ) is a TNT television series starring Angie Harmon  as police detective Jane Rizzoli and Sasha Alexander as medical examiner  Dr. Maura Isles. The one-hour drama is based on the Rizzoli/Isles  series of novels by Tess Gerritsen.<br />
In a recent episode I was surprised by her reference to one of Leonard Euler&#8217;s  (1707-1783) most famous equations (actually called Euler&#8217;s identity).  He was one of the most prolific mathematicians of all time and  definitely in the top 5 of all mathematicians.</p>
<p><span id="more-183"></span></p>
<p>Isles: Have you  ever tried to appreciate Euler&#8217;s number e? You know, the beautiful  equation that connects three constants of mathematics? Have you?<br />
Rizzoli: Yeah, I tried it once.</p>
<p>Unfortunately Dr. Isles mispronounced his name. She pronounced like the name looks but actually it is pronounced as &#8216;oiler&#8217;.<br />
<img src='http://s.wordpress.com/latex.php?latex=e%5E%7B%5Ci%20%5Cpi%7D%20%2B%201%20%3D%200&#038;bg=ffffff&#038;fg=000000&#038;s=4' alt='e^{\i \pi} + 1 = 0' title='e^{\i \pi} + 1 = 0' class='latex' /></p>
<p>From <a title="Brown Sharpie Cartoons" href="http://brownsharpie.courtneygibbons.org/" target="_blank">Brown Sharpie&#8217;s mathematical comic site</a>.</p>
<div class="wp-caption alignnone" style="width: 510px"><img title="Euler's formula on spring break" src="http://brownsharpie.courtneygibbons.org/wp-content/comics/2009-03-16-break.jpg" alt="" width="500" height="360" /><p class="wp-caption-text">Euler&#39;s formula on spring break</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jsommer.com/mathblog/?feed=rss2&amp;p=183</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dangerous Knowledge</title>
		<link>http://www.jsommer.com/mathblog/?p=178</link>
		<comments>http://www.jsommer.com/mathblog/?p=178#comments</comments>
		<pubDate>Sun, 29 Aug 2010 22:07:54 +0000</pubDate>
		<dc:creator>jisommer</dc:creator>
				<category><![CDATA[All Categories]]></category>
		<category><![CDATA[History]]></category>
		<category><![CDATA[Mathematicians]]></category>

		<guid isPermaLink="false">http://www.jsommer.com/mathblog/?p=178</guid>
		<description><![CDATA[Always in awe of great mathematicians, this two part documentary by BBC Four in 2008 gives a very good look into four famous mathematicians (one is actually a physicist) who delve into new knowledge so different those around them want &#8230; <a href="http://www.jsommer.com/mathblog/?p=178">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Always in awe of great mathematicians, this two part documentary by BBC Four in 2008 gives a very good look into four famous mathematicians (one is actually a physicist) who delve into new knowledge so different those around them want nothing to do with it yet so compelling to each of them they cannot leave it alone even if it drives them insane.</p>
<p><span id="more-178"></span></p>
<p>&#8220;<span style="font-size: small;">In this one-off documentary, David  Malone looks at four brilliant mathematicians &#8211; Georg Cantor, Ludwig  Boltzmann, Kurt Gödel and Alan Turing &#8211; whose genius has profoundly  affected us, but which tragically drove them insane and eventually led  to them all committing suicide.</span></p>
<p><span style="font-size: small;">The film begins with Georg Cantor, the  great mathematician whose work proved to be the foundation for much of  the 20th-century mathematics. He believed he was God&#8217;s messenger and was  eventually driven insane trying to prove his theories of infinity.&#8221;</span></p>
<p>Below are the two videos, very well done and well worth the time.<br />
Part 1<br />
<object id="VideoPlayback" style="width: 400px; height: 326px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100" height="100" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://video.google.com/googleplayer.swf?docid=-8492625684649921614&amp;hl=en&amp;fs=true" /><param name="allowfullscreen" value="true" /><embed id="VideoPlayback" style="width: 400px; height: 326px;" type="application/x-shockwave-flash" width="100" height="100" src="http://video.google.com/googleplayer.swf?docid=-8492625684649921614&amp;hl=en&amp;fs=true" allowfullscreen="true"></embed></object><br />
Part 2<br />
<object id="VideoPlayback" style="width: 400px; height: 326px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100" height="100" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://video.google.com/googleplayer.swf?docid=-1663091361786740235&amp;hl=en&amp;fs=true" /><param name="allowfullscreen" value="true" /><embed id="VideoPlayback" style="width: 400px; height: 326px;" type="application/x-shockwave-flash" width="100" height="100" src="http://video.google.com/googleplayer.swf?docid=-1663091361786740235&amp;hl=en&amp;fs=true" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jsommer.com/mathblog/?feed=rss2&amp;p=178</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Golden Rectangle and 8.5 x 11 paper</title>
		<link>http://www.jsommer.com/mathblog/?p=93</link>
		<comments>http://www.jsommer.com/mathblog/?p=93#comments</comments>
		<pubDate>Tue, 27 Jul 2010 21:34:45 +0000</pubDate>
		<dc:creator>jisommer</dc:creator>
				<category><![CDATA[All Categories]]></category>
		<category><![CDATA[Questions]]></category>

		<guid isPermaLink="false">http://www.jsommer.com/mathblog/?p=93</guid>
		<description><![CDATA[Thanks for your question about the Golden Rectangle, “Can you please explain- How many Golden Rectangles can be made from a sheet of 8.5 x 11inches? Also, please explain how to draw as well.” Drawing the Golden Rectangle To answer &#8230; <a href="http://www.jsommer.com/mathblog/?p=93">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Thanks for your question  about the Golden Rectangle, “Can you please explain- How many Golden  Rectangles can be made from a sheet of 8.5 x 11inches? Also, please  explain how to draw as well.”<span id="more-93"></span></p>
<h3>Drawing the Golden Rectangle</h3>
<p>To answer your  question would like to first start with your question about how to  draw/create a Golden Rectangle.</p>
<p>To create a rectangle with this golden ratio:<br />
1. Draw a square.<img src="https://lh5.googleusercontent.com/q7egWbHFCJDOgIt0lsZwigskql5yhTmHqkAcBfh-ew9_NfppHgL0GGBJBvDCvTyyCAVlqopkK3bxHGFnaKCBmNXC6lGQGJlSCIChP1JVH2m8CoqRabd3Q8NBQnsgsl8" alt="" width="72px;" height="72px;" /><br />
2. Extend two parallel sides.<img src="https://lh6.googleusercontent.com/PEMxBj9wU2LzLNvcG_e0gCKPDYa7pKzHvt3whpgej9p0HI-Ov_-MpNbLY6tyvEfAndNnuLcOP4G1NfZKtfk3wf0p6QdY1ShBVp4eIshWy4aWcmfdZUVaAmqiDasH4Aw" alt="" width="164px;" height="85px;" /><br />
3. Draw a line from the midpoint of one side  of the square to the opposite corner.<img src="https://lh4.googleusercontent.com/IdZsEcy5sY7ha1nAqdRDDuTNI3EBgvt3vSHnVN9Iv4jMohkCRf1b_6OhrtzMDmqVmMbzhG1yEs9KrMatfgpCXCufx1_jjvr8pnJVlrS5Xufhq_5Dyl9k1Ju2zmawo9o" alt="" width="163px;" height="85px;" /><br />
4. Using the line you just drew as a radius,  draw an arc between the two parallel lines.<img src="https://lh3.googleusercontent.com/ltoKL-LVzaKshIwWTs24qMbS9ff-33WUC96l7qSryr9SFkFKZjxAVwKkWYtwQ0638SGJeOgRQoF1VOdogfI5bB9UUz0Uwdjy5mcaBn5iCcmgM7hrIYbDeBKxHeLKmjk" alt="" width="206px;" height="160px;" /><br />
5. Draw a perpendicular line from between the  parallel lines from the intersection of the arc on the bottom line.<img src="https://lh6.googleusercontent.com/lW7WvRV5pQU8OJMiFk8SBW2_cSQg1s5PjZJHR-XW5CtVgXFq0E_ygYmL5jxDX3ZETspnbJu5dI-j9O0Zr8eEoKl6yRAe7LcXlLhhNoEouYs2sO1l1t8ZEpgWZVT6xME" alt="" width="170px;" height="93px;" /><br />
6. You now have a golden rectangle.<img src="https://lh6.googleusercontent.com/WgwHlYIBXHiz8KdKBmjYwzkqQzFX7bciYvV65ILkHKsgDyyy8yZR7B8lnwVV1VJgOqmUQfe6OAgJ9A1ia6zUhz2oD8RtlLGsASW2N7T4uEKP6i0r09n_tFZtFCgn9Bk" alt="" width="167px;" height="93px;" /><br />
If the side of the Golden rectangle is A  (thus we started with a square A by A) and the length is B then <img src='http://s.wordpress.com/latex.php?latex=%5Cfrac%7BA%7D%7BB%7D%20%3D%20%5Cfrac%7B%28A%20%2B%20B%29%7D%7BA%7D&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='\frac{A}{B} = \frac{(A + B)}{A}' title='\frac{A}{B} = \frac{(A + B)}{A}' class='latex' /></p>
<p>This fraction, <img src='http://s.wordpress.com/latex.php?latex=%5Cfrac%7B%28A%20%2B%20B%29%7D%7BA%7D&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='\frac{(A + B)}{A}' title='\frac{(A + B)}{A}' class='latex' />, is called the golden ratio (or golden section or golden mean).</p>
<p>The ratio is <img src='http://s.wordpress.com/latex.php?latex=%5Cfrac%7B1%2B%5Csqrt%7B5%7D%7D%7B2%7D&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='\frac{1+\sqrt{5}}{2}' title='\frac{1+\sqrt{5}}{2}' class='latex' /> which is about  1.618304&#8230;<br />
The  ratio is so important it has its own special Greek character (Phi).<br />
If you have ever heard  of Fibonacci numbers, reference in the book and movie DaVinci Code, you  may know they are directly related to the Golden Ratio. Fibonacci  numbers are defined as the sequence 1, 1, 2, 3, 5, 8, 13, 21, 34, 55,  &#8230; where the next term is the sum of the previous two terms. If you  take the ratio of two sequential terms continually as you get further  out in the Fibonacci numbers the ratio approaches Phi.</p>
<h3>Golden Spiral and  Fibonacci Numbers</h3>
<p>Once you have drawn your Golden Rectangle you can continue on  to create more Golden Rectangle and create a very interesting spiral &#8211;  sometimes called the Fibonacci Spiral.</p>
<p>In geometry, a golden/Fibonacci  spiral is  a logarithmic spiral whose growth factor b is related to j, the golden  ratio. Specifically, a golden spiral gets wider (or further from its  origin) by a factor of j for every quarter turn it makes.<img src="https://lh3.googleusercontent.com/3p-oqW-fo-xeONtBvBQ7u2KCkRk6Th3Tj4047D3PKzYOch5zHmW2yvQ4P_gtUNFEpVeQYxHJvMVU2W7IVroYamx5qXpql2UZT-cMriA-pKbzia1zuKicu80jFFkr-BY" alt="" width="668px;" height="412px;" /></p>
<p>Successive points dividing a golden rectangle  into squares lie on a logarithmic spiral which is sometimes known as the golden  spiral.</p>
<p>Image  Source:<a href="http://mathworld.wolfram.com/GoldenRatio.html"> http://mathworld.wolfram.com/GoldenRatio.html</a></p>
<h3>How Many on an 8.5 x  11 sheet of paper?</h3>
<p>Now to address your question about how many Golden Rectangles  can you put on an 8.5 x 11 piece of paper.<br />
When you look at the  construction of a Golden Rectangle you can see you can start with any  size square. So the answer to your question is technically an very large  number depending upon the size of the initial square.<br />
If we look at the  opposite of your question, what is the largest Golden Rectangle you can  draw on a standard piece of paper. Using the construction method we need  to start with a square, take half the side of the square and extend the  side of the square to get the end point of the rectangle. We extend the  square by:<br />
Let  say the side of our square is S. The length of the diagonal from the  mid point of the side of the square to the opposite corner by the  Pythagorean Theorem is:<br />
<img src='http://s.wordpress.com/latex.php?latex=%5Csqrt%7B%28%5Cfrac%7BS%5E2%7D%7B4%7D%29%20%2B%20S%5E2%7D%20%3D%20S%2A%5Cfrac%7B%5Csqrt5%7D%7B2%7D&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='\sqrt{(\frac{S^2}{4}) + S^2} = S*\frac{\sqrt5}{2}' title='\sqrt{(\frac{S^2}{4}) + S^2} = S*\frac{\sqrt5}{2}' class='latex' />. Thus the length of our rectangle is half the side of the square plus the length of the diagonal: <img src='http://s.wordpress.com/latex.php?latex=%5Cfrac%7BS%7D%7B2%7D%20%2B%20S%2A%5Cfrac%7B%5Csqrt5%7D%7B2%7D%3DS%2A%5Cfrac%7B%281%20%2B%20%5Csqrt5%29%7D%7B2%7D&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='\frac{S}{2} + S*\frac{\sqrt5}{2}=S*\frac{(1 + \sqrt5)}{2}' title='\frac{S}{2} + S*\frac{\sqrt5}{2}=S*\frac{(1 + \sqrt5)}{2}' class='latex' /> which is = 1.618034&#8230;</p>
<p>For standard paper the  length is 11 so we set the previous equation equal to 11 to find value  for S to us as much of paper as possible.</p>
<img src='http://s.wordpress.com/latex.php?latex=S%2A%5Cfrac%7B1%2B%5Csqrt%7B5%7D%7D%7B2%7D%20%3D%2011&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='S*\frac{1+\sqrt{5}}{2} = 11' title='S*\frac{1+\sqrt{5}}{2} = 11' class='latex' />
<p>Solving this equation  for S we get <img src='http://s.wordpress.com/latex.php?latex=S%20%3D%20%5Cfrac%7B22%7D%7B1%2B%5Csqrt5%7D%20%3D%206.79837&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='S = \frac{22}{1+\sqrt5} = 6.79837' title='S = \frac{22}{1+\sqrt5} = 6.79837' class='latex' /></p>
<p>So we the largest Golden Rectangle on  an 8.5 x 11 sheet of paper is width of about 6.8 by 11 inches.</p>
<p>Another way to look at  answering your question about how many Golden Rectangles we can fit on a  standard sheet of paper is to assume we are using a ‘unit’ Golden  Rectangle which means the rectangle would have dimensions of side 1” and  length <img src='http://s.wordpress.com/latex.php?latex=%5Cfrac%7B1%2B%5Csqrt%7B5%7D%7D%7B2%7D&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='\frac{1+\sqrt{5}}{2}' title='\frac{1+\sqrt{5}}{2}' class='latex' /> which is about  1.618304&#8230;<br />
If  our side is 1 then would could have 8 rectangles high if we look at the  paper in landscape mode. This will cover 8” of the paper from top to  bottom. To see how many rectangles will fit across the paper we divide  11” by : 11/1.618034 = 6.798373828 so we could fit 6 rectangles across  the paper. This gives us a total 6 * 8 = 48 rectangles to cover the  paper.<br />
If  you use the same logic placing the rectangles with the paper in  portrait mode you can fit 11 from top to bottom and 8.5 / 1.6.8034 =  5.2532888678 which rounds down to 5 so we can fit 55 rectangles in the  portrait mode &#8211; a larger number than landscape.</p>
<p>There are many  fascinating characteristics of the Golden Rectangle and would suggest  you look at:<br />
<a href="http://goldennumber.net/">http://goldennumber.net/</a><br />
<a href="http://www.mathsisfun.com/numbers/golden-ratio.html">http://www.mathsisfun.com/numbers/golden-ratio.html</a><br />
<a href="http://www.maths.surrey.ac.uk/hosted-sites/R.Knott/Fibonacci/">http://www.maths.surrey.ac.uk/hosted-sites/R.Knott/Fibonacci/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jsommer.com/mathblog/?feed=rss2&amp;p=93</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sir Michael Atiyah</title>
		<link>http://www.jsommer.com/mathblog/?p=75</link>
		<comments>http://www.jsommer.com/mathblog/?p=75#comments</comments>
		<pubDate>Wed, 30 Jun 2010 16:46:47 +0000</pubDate>
		<dc:creator>jisommer</dc:creator>
				<category><![CDATA[All Categories]]></category>
		<category><![CDATA[Tidbits]]></category>

		<guid isPermaLink="false">http://www.jsommer.com/mathblog/?p=75</guid>
		<description><![CDATA[What is mathematics? A question which is hard to answer especially for most people who have never had the opportunity to experience &#8216;real&#8217; mathematics. I ran across this paragraph by Michael Atiyah express his thoughts on mathematics and those we &#8230; <a href="http://www.jsommer.com/mathblog/?p=75">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>What is mathematics? A question which is hard to answer especially for most people who have never had the opportunity to experience &#8216;real&#8217; mathematics. I ran across this paragraph by Michael Atiyah express his thoughts on mathematics and those we delve into its inner beauty.</p>
<p><span id="more-75"></span></p>
<p><strong>Dreams</strong></p>
<p>In the broad daylight of mathematicians they check their equations and proof, leaving no stone unturned in their search for rigor. But at night under the full moon they dream; they float among the stars and wonder at the miracle of the heavens., they are inspired. Without dreams there is no art, no mathematics to life.</p>
<p>He is a British-Lebanese mathematician (born 1929), and widely considered one of the greatest geometers of the 20th century and 2004 Abel prize winner. Read his <a title="Michael Atiyah" href="http://en.wikipedia.org/wiki/Michael_Atiyah" target="_blank">Wikipedia</a> page for more details.</p>
<p>While looking at the web for more information on him I found this additional quotation from him on the <a title="Go Geometry Michael Atiyah" href="http://www.gogeometry.com/math_geometry_quotes/michael_atiyah_importance_geometry.html" target="_blank">Go Geometry </a>site:</p>
<p><strong>Visual Learning</strong></p>
<p>Our brains have been constructed in such a way that they are extremely concerned with vision. Vision, I understand from friends who work in neurophysiology, uses up something like 80 or 90 percent of the cortex of the brain&#8230;<br />
Understanding, and making sense of, the world that we see is a very important part of our evolution.</p>
<p>Therefore spatial intuition or spatial perception is an enormously powerful tool and that is why geometry is actually such a powerful part of mathematics &#8211; not only for things that are obviously geometrical, but even for things that are not. We try to put them into geometrical form because that enables us to use our intuition. Our intuition is our most powerful tool&#8230;</p>
<p>I think it is very fundamental that the human mind has evolved with this enormous capacity to absorb a vast amount of information, by instantaneous visual action, and mathematics takes that and perfects it.</p>
<p>Possibly his most famous quote is this one &#8211; keep in mind his passion for geometry:</p>
<p><strong>Closing thought</strong></p>
<p><em>Algebra is the offer made by the devil to the mathematician&#8230;All  you need to do, is give me your soul: give up geometry</em> &#8211;Michael  Atiyah</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jsommer.com/mathblog/?feed=rss2&amp;p=75</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Value of Teaching Concepts</title>
		<link>http://www.jsommer.com/mathblog/?p=19</link>
		<comments>http://www.jsommer.com/mathblog/?p=19#comments</comments>
		<pubDate>Fri, 10 Apr 2009 23:44:53 +0000</pubDate>
		<dc:creator>jisommer</dc:creator>
				<category><![CDATA[All Categories]]></category>
		<category><![CDATA[Methods]]></category>

		<guid isPermaLink="false">http://www.jsommer.com/mathblog/?p=19</guid>
		<description><![CDATA[I saw this article in Science Digest about some research done at Vanderbilt on the value of teaching concepts &#8211; something I have strongly believed in for many years. You Do The Math: Explaining Basic Concepts Behind Math Problems Improves &#8230; <a href="http://www.jsommer.com/mathblog/?p=19">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I saw this article in Science Digest about some research done at Vanderbilt on the value of teaching concepts &#8211; something I have strongly believed in for many years.</p>
<p><span id="more-19"></span></p>
<p><strong>You Do The Math: Explaining Basic Concepts Behind Math Problems Improves Children&#8217;s Learning</strong></p>
<p>ScienceDaily (Apr. 10, 2009) New research from Vanderbilt University has found students benefit more from being taught the concepts behind math problems rather than the exact procedures to solve the problems. The findings offer teachers new insights on how best to shape math instruction to have the greatest impact on student learning.</p>
<p>The research by Bethany Rittle-Johnson, assistant professor of psychology and human development at Vanderbilt University&#8217;s Peabody College and Percival Mathews, a Peabody doctoral candidate, is in press at the Journal of Experimental Child Psychology.</p>
<p>Teaching children the basic concept behind math problems was more useful than teaching children a procedure for solving the problems “ these children gave better explanations and learned more&#8221;, Rittle-Johnson said. &#8220;This adds to a growing body of research illustrating the importance of teaching children concepts as well as having them practice solving problems.&#8221;</p>
<p>In math class, teachers typically demonstrate a procedure for solving a problem and then have children practice solving related problems, often with minimal explanation for why things work.</p>
<p>With conceptual instruction, teachers explain a problems underlying structure. That type of instruction enables kids to solve the problems without having been taught specific procedures and also to understand more about how problems work. Matthews said. &#8220;When you just show them how to do the problem they can solve it, but not necessarily understand what it is about. With conceptual instruction, they are able to come up with the procedure on their own.&#8221;</p>
<p>The study also examined whether having the students explain their solution to problems helped improve their learning. To test this, the researchers used the conceptual teaching approach with all students, and had one group explain their solution while the other did not. They found no discernible difference in performance between the two groups. While self explanation has been found to be beneficial in previous studies, Rittle-Johnson and Matthews found that when the students were given a limited time to solve the problem, the benefit disappeared. This led them to suggest that part of the benefit of self explanation may come from the extra time a student spends thinking about that particular problem.</p>
<p>Self explanation took more time, which left less time for practice solving the problems. Matthews said. &#8220;When time is unlimited, self-explanation gives students more time to repair faulty mental models. We found conceptual explanation may do the same thing and make self-explanation less useful.&#8221;</p>
<p>Rittle-Johnson is an investigator in the Vanderbilt Kennedy Center for Research on Human Development and in the Vanderbilt Learning Sciences Institute. The research was funded by the U.S. Department of Education.</p>
<p>Vanderbilt University (2009, April 10). You Do The Math: Explaining Basic Concepts Behind<br />
Math Problems Improves Children&#8217;s Learning. <em>ScienceDaily</em>. Retrieved April 10, 2009, from <a title="Value of explaining concepts" href="http://www.sciencedaily.com%c2%ad%20/releases/2009/04/090410143809.htm" target="_blank">http://www.sciencedaily.comÂ­<span style="font-size: 1px"> </span>/releases/2009/04/090410143809.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jsommer.com/mathblog/?feed=rss2&amp;p=19</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Teaching Ideas from Professor Wildberger</title>
		<link>http://www.jsommer.com/mathblog/?p=18</link>
		<comments>http://www.jsommer.com/mathblog/?p=18#comments</comments>
		<pubDate>Mon, 06 Apr 2009 01:16:08 +0000</pubDate>
		<dc:creator>jisommer</dc:creator>
				<category><![CDATA[All Categories]]></category>
		<category><![CDATA[Methods]]></category>

		<guid isPermaLink="false">http://www.jsommer.com/mathblog/?p=18</guid>
		<description><![CDATA[Professor N J Wildberger is a mathematics professor at the University of South Wales and in his web site present some very helpful ideas on teaching. Teaching ideas from Dr. Wildberger: In my opinion here are the keys to successful &#8230; <a href="http://www.jsommer.com/mathblog/?p=18">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Professor N J Wildberger is a mathematics professor at the University of South Wales and in his <a target="_blank" title="Prof N J Wildberger" href="http://web.maths.unsw.edu.au/~norman/">web site</a> present some very helpful ideas on teaching.</p>
<p><span id="more-18"></span></p>
<p>Teaching ideas from Dr. Wildberger:</p>
<p>In my opinion here are the keys to successful mathematics teaching at the university level, in order of importance. These might be useful to young lecturers who are starting out on their teaching careers.</p>
<ul>
<li><strong>Content</strong><br />
The fundamental requirement for succesful teaching (actually at any level) is to have something to teach. In mathematics, this means content that is accessible, useful and interesting. Material should be aimed at the appropriate level for students, it should be seen to be useful by them, and it should stimulate them at the same time. All three aspects are necessary, and getting the balance right is not easy. Well chosen examples are particularly important for mathematics teaching.</li>
</ul>
<ul>
<li><strong>Preparation</strong><br />
The second most important factor for successful mathematics teaching is careful preparation. You must know the material, have your examples worked out beforehand, and have thought about how best to structure the content, both at the global and local levels.</li>
</ul>
<ul>
<li><strong>Delivery</strong><br />
The third most important factor is effective delivery. Without distorting your natural self, you should strive to be enthusiastic, friendly, and to talk and write clearly. There are many <a title="Delivery Skills" target="_blank" href="http://web.maths.unsw.edu.au/~norman/SpecificTeaching.htm">specific skills</a> to be learned in this direction.</li>
</ul>
<ul>
<li><strong>Action</strong><br />
Mathematics is an active subject. Students learn not only by reading and listening, but also by writing and more crucially by doing. It is thus valuable to structure mathematics learning so as to provide opportunities for students to take lecture notes, work actively in solving problems, and to write up and discuss solutions.</li>
</ul>
<ul>
<li><strong>Resources</strong><br />
The right tools make any job easier. A well-designed book is an important aid in succesful long term learning, particularly if written by an expert who has thought deeply about how to best structure the subject. Be skeptical about the merit of quickly put together notes, especially common on the web.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.jsommer.com/mathblog/?feed=rss2&amp;p=18</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

