<?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>squareCircleZ &#187; Mathematics</title>
	<atom:link href="http://www.squarecirclez.com/blog/category/mathematics/feed" rel="self" type="application/rss+xml" />
	<link>http://www.squarecirclez.com/blog</link>
	<description>Mathematics, learning, computing, travel - and whatever...</description>
	<lastBuildDate>Tue, 31 Aug 2010 13:59:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>The Equation of Time</title>
		<link>http://www.squarecirclez.com/blog/the-equation-of-time/5039</link>
		<comments>http://www.squarecirclez.com/blog/the-equation-of-time/5039#comments</comments>
		<pubDate>Thu, 26 Aug 2010 10:18:18 +0000</pubDate>
		<dc:creator>Murray</dc:creator>
				<category><![CDATA[Mathematics]]></category>

		<guid isPermaLink="false">http://www.squarecirclez.com/blog/?p=5039</guid>
		<description><![CDATA[<a href="http://www.squarecirclez.com/blog/the-equation-of-time/5039"><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/08/equation-of-time-th.gif" alt="" title="equation-of-time" width="128" height="100" class="imgRt" /></a>The Equation of Time is an interesting application of conics and composite trigonometric curves.


Related posts:<ol><li><a href='http://www.squarecirclez.com/blog/hubble-math/2411' rel='bookmark' title='Permanent Link: Hubble math'>Hubble math</a></li>
<li><a href='http://www.squarecirclez.com/blog/ms-equation-writer-not-very-impressed/608' rel='bookmark' title='Permanent Link: MS Equation Writer &#8211; not very impressed'>MS Equation Writer &#8211; not very impressed</a></li>
<li><a href='http://www.squarecirclez.com/blog/h1n1-and-the-logistic-equation/3498' rel='bookmark' title='Permanent Link: H1N1 and the Logistic Equation'>H1N1 and the Logistic Equation</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><script src='http://www.intmath.com/includes/jsxgraphcore.js' type='text/javascript'></script></p>
<p>First, let&#8217;s investigate the properties of an orbiting body.</p>
<p>In the following graph, the green ball represents the Earth rotating around the (red) Sun, which is at a <b>focus</b> of the ellipse.  </p>
<p>This is greatly exaggerated so you can see what is going on.</p>
<p>Consider how fast the sun would appear to be moving when we are close to it, compared to when we are way out near the second focus of the ellipse (labeled F<sub>2</sub>.)   </p>
<div id="jxgbox" class="jxgbox" style="width:450px; height:340px;border:2px solid gray;padding:0;font-family:'Times New Roman', Times, serif;position:relative"></div>
<pre>
<script type="text/javascript">
//<![CDATA[
var brd = JXG.JSXGraph.initBoard('jxgbox',{boundingbox:[-2.6,1.75,2.6,-1.5], keepaspectratio:true, showCopyright:false});
var p = brd.create('point',[0,1],{name:'Earth',face:'o', size:5, strokeColor:'green', fillColor:'green',fillOpacity:0.3, strokeOpacity: 0.3});
function plot(){
	var a = 2.2;
	var a2 = Math.pow(a,2);
	var b = 1;
	var b2 = Math.pow(b,2);
	var c = Math.sqrt(Math.pow(a,2) - b2);
	var f1 = brd.create('point',
		[-c,0],
		{name:"sun", face:'o', size:5, strokeColor:'red', fillColor:'red', fillOpacity:0.7, strokeOpacity: 0.7});
	var f2 = brd.create('point',
		[c,0],
		{name:"F<sub>2</sub>",face:'o', size:1, strokeColor:'gray', fillColor:'gray', fillOpacity:0.3, strokeOpacity: 0.3});
	var i = 0;
	setInterval(function(){
		if(Math.cos(i/100) < 0) {fudge=-1} else {fudge=1}
		p.moveTo(
			[a*Math.sin(i/100),
			fudge*b*Math.sqrt(1-Math.pow(Math.sin(i/100),2))]
		); 
		i++; 
	}
	,10);
	//brd.suspendUpdate();
}
plot();
copy = brd.create('text',[-2.4,-2,"Copyright &copy; <a href='http://www.intmath.com/'>www.intmath.com</a>"],{fontSize:12+'px'} );
//]]&gt;
</script>
</pre>
<p> [In fact, the Earth's orbit around the sun is very close to a circle, but it is still elliptical. See more on <a href="http://www.intmath.com/Plane-analytic-geometry/5_Ellipse.php">the Ellipse</a>.]</p>
<h3>The Equation of Time</h3>
<p>Many of us don&#8217;t take much notice of the motion of the sun, moon or planets. (Let&#8217;s face it &#8211; most of us live in places that have bad air and light pollution so we can hardly see the sky).</p>
<div class="imgRt" style="width:190px"><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/08/sundial.jpg" alt="sundial" width="180" height="164" /><br />
Sundial [Image <a href="http://www.yardenvy.com/pages/Positioning-a-Sundial.htm">source</a>]</div>
<p>Consequently, we assume  the Earth&#8217;s motion around the sun is uniform and that it takes exactly 24 hours for the sun to come back to the same spot above us each day.</p>
<p>But this is not so. There is as much as 30 minutes variation between the position of the sun relative to the stars at the same time of day, throughout the year. That is,  the sun can be &quot;behind&quot; by as much as 14 min 6 sec (around 12 February each year) and up to 16 min 33 sec &quot;ahead&quot; (around 3rd Nov each year). </p>
<p>There are 2 reasons why  this is so:</p>
<ol>
<li>The Earth revolves around the  Sun along an ellipse, not a circle. As we saw above, this means the Earth does not travel around the sun at a constant speed. </li>
<li>The Earth is tilted at 23.44 degrees</li>
</ol>
<p>If the Earth rotated around the sun in a perfect circle and there was no tilt on the Earth&#8217;s axis, we would see the sun overhead in exactly the same position every day. </p>
<p>The ancient Greeks knew about this issue but because they didn&#8217;t have accurate clocks, they were not too concerned. By the 17th century, with the invention of pendulum clocks, knowing where the sun should be at any time of the year became critical for accuracy in navigation at sea. </p>
<h3>The Equation of Time</h3>
<p>The Equation of  Time takes the above 2 factors into consideration and can tell us how far ahead or behind the sun will be relative to the stars.</p>
<p>An explicit function that is a good approximation to the Equation of Time is as follows, where <em>d</em> is the day of the year and the resulting value is in terms of minutes of variation):</p>
<p class="indent">Time variation = -7.655 sin <em>d</em> + 9.873 sin(2<em>d</em> + 3.588)</p>
<p>This is made up of 2 components:</p>
<p class="indent">Variation due to elliptical orbit = 9.873 sin(2<em>d</em> + 3.588) </p>
<p>This contributes 9.873 minutes to the variation in the sun&#8217;s position, and has period half of one year: </p>
<p><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/08/equation-of-time2.gif" alt="equation-of-time2" width="275" height="183" /></p>
<p>The second component: </p>
<p class="indent">Variation due to Earth&#8217;s tilt = -7.655 sin <em>d</em></p>
<p>This contributes 7.655 minutes to the Equation of Time, and the period is 1 year (365.25 days). </p>
<p><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/08/equation-of-time1.gif" alt="equation-of-time" width="268" height="182" /></p>
<p>[See more on <a href="http://www.intmath.com/Trigonometric-graphs/2_Graphs-sine-cosine-period.php">Period of Trigonometric Graphs</a>.] </p>
<p>When the 2 components are added together, we obtain:</p>
<div class="imgCenter">
<p><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/08/equation-of-time3.gif" alt="equation-of-time" width="424" height="281" /> </p>
<p>  Time variation = -7.655 sin <em>d</em> + 9.873 sin(2<em>d</em> + 3.588)</p>
</div>
<p>When we add ordinates of trigonometric functions like this, we obtain what is called a composite trigonometric curve. (See more on <a href="http://www.intmath.com/Trigonometric-graphs/6_Composite-trigonometric-graphs.php">Composite Trigonometric Curves</a>.)</p>
<p>(You can see how the Equation of Time is derived at <a href="http://en.wikipedia.org/wiki/Equation_of_time">Equation of Time</a>.) </p>
<h3>Conclusion</h3>
<p>The Equation of Time is a neat real-life application of conic sections (<a href="http://www.intmath.com/Plane-analytic-geometry/5_Ellipse.php">the Ellipse</a>) and <a href="http://www.intmath.com/Trigonometric-graphs/6_Composite-trigonometric-graphs.php">Composite Trigonometric Curves</a>. </p>


<p>Related posts:<ol><li><a href='http://www.squarecirclez.com/blog/hubble-math/2411' rel='bookmark' title='Permanent Link: Hubble math'>Hubble math</a></li>
<li><a href='http://www.squarecirclez.com/blog/ms-equation-writer-not-very-impressed/608' rel='bookmark' title='Permanent Link: MS Equation Writer &#8211; not very impressed'>MS Equation Writer &#8211; not very impressed</a></li>
<li><a href='http://www.squarecirclez.com/blog/h1n1-and-the-logistic-equation/3498' rel='bookmark' title='Permanent Link: H1N1 and the Logistic Equation'>H1N1 and the Logistic Equation</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.squarecirclez.com/blog/the-equation-of-time/5039/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The equal sign &#8211; more trouble than it&#8217;s worth?</title>
		<link>http://www.squarecirclez.com/blog/the-equal-sign-more-trouble-than-its-worth/4986</link>
		<comments>http://www.squarecirclez.com/blog/the-equal-sign-more-trouble-than-its-worth/4986#comments</comments>
		<pubDate>Wed, 25 Aug 2010 14:13:58 +0000</pubDate>
		<dc:creator>Murray</dc:creator>
				<category><![CDATA[Learning]]></category>
		<category><![CDATA[Mathematics]]></category>

		<guid isPermaLink="false">http://www.squarecirclez.com/blog/?p=4986</guid>
		<description><![CDATA[<a href="http://www.squarecirclez.com/blog/?p=4986"><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/08/equals.jpg" alt="equals" title="equals" width="128" height="100" border="0" class="imgRt" /></a>The equals sign causes a lot of grief. Should we replace it with more meaningful symbols?


Related posts:<ol><li><a href='http://www.squarecirclez.com/blog/equal-areas-of-a-circle-gives-nice-art/1079' rel='bookmark' title='Permanent Link: Equal areas of a circle gives nice art'>Equal areas of a circle gives nice art</a></li>
<li><a href='http://www.squarecirclez.com/blog/intmath-newsletter-time-equals-and-resources/5051' rel='bookmark' title='Permanent Link: IntMath Newsletter: Time, equals and resources'>IntMath Newsletter: Time, equals and resources</a></li>
<li><a href='http://www.squarecirclez.com/blog/katrinas-message-to-bush-sign-kyoto/112' rel='bookmark' title='Permanent Link: Katrina&#8217;s message to Bush: sign Kyoto'>Katrina&#8217;s message to Bush: sign Kyoto</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>What to do  with the equal sign? </p>
<h3>A common problem</h3>
<p>Start with 7 marbles, add 3, add another 3, then subtract 8. Many students will write this for their answer:</p>
<p class="indent">7 + 3 = 10 + 3 = 13 &minus; 8 = 5 </p>
<p>Now, each of the operations is done correctly, but the whole thing is actually not correct since the first expressions (7 + 3 and 10 + 3) don&#8217;t equal the last expression (13 &minus; 8&#41; or the final number.</p>
<p>This is called a &quot;running equals&quot; and it is quite wrong. </p>
<p>In the article <a href="http://educationresearchreport.blogspot.com/2010/08/students-understanding-of-equal-sign.html">Students&#8217; understanding of equal sign</a>, we learn that 70% of middle grade students in the US had misconceptions about the equals sign (Research by Robert M. and Mary Capraro of Texas A&amp;M University.)</p>
<p>As an example, they cite the following question: </p>
<p class="indent">4 + 3 + 2 = ( ) + 2</p>
<p>Many students will incorrectly add everything on the left, put that in brackets, then proceed to add the final 2. </p>
<p class="indent">4 + 3 + 2 = (9) + 2 = 11 </p>
<p>The question really requires the following:</p>
<p class="indent">4 + 3 + 2 = (7) + 2 = 9 </p>
<p>Why do students make such mistakes?   </p>
<h3>Background</h3>
<p>One of the first things we learn in math is the equal sign. We count 4 blocks and add 2 blocks and get 6 blocks. Some (well-meaning) person tells us we can write this as follows:</p>
<p class="indent">4 + 2 = 6  </p>
<p>Did you realize that the equals sign is a relativelly recent invention, and that mathematicians did just fine without it for thousands of years? </p>
<p>The equals sign, &quot;=&quot; was invented by a man from Wales, Robert Recorde in the mid-16th century. He used equal-length parallel lines because &quot;nothing could be more equal&quot;. </p>
<p>Before the  invention of the &quot;=&quot; symbol, mathematicians employed useful and expressive words to indicate what was going on. So when adding, they used  &quot;gives&quot; or &quot;yields&quot;. Other early symbols for equals included &#8220;æ&#8221; (from the Latin &#8220;<em>aequalis</em>&#8220;) and 2 vertical parallel lines, ||.</p>
<p>Over the years,  several different meanings have evolved for the &quot;=&quot; sign, and this can increase student confusion. </p>
<h4>Meaning #1 &#8211; result of performing an operation </h4>
<p>In the 4 + 2 = 6 example, &quot;get 6 blocks&quot; in my English sentence is written as   &quot;= 6&quot; when translated into a  statement using symbols only. </p>
<h4>Meaning #2 &#8211; decomposition </h4>
<p>What if we flip the above statement and write it as follows? </p>
<p class="indent">6 = 4 + 2  </p>
<p>Now the &quot;=&quot; sign doesn&#8217;t represent the same concept   as our  &quot;=&quot; sign in the earlier 4 + 2 = 6 example. </p>
<p>Now it means we <strong>start</strong> with 6 and we have <strong>decomposed</strong> it into 4 + 2. But we could also decompose 6 in any of the following ways:</p>
<p class="indent">6 = 3 + 3<br />
  6 = 2 + 4<br />
  6 = 5 + 1<br />
  6 = 0 + 6</p>
<p>This time we have an infinite range of answers. Clearly &quot;=&quot; here is used differently than in the 4 + 2 = 6 example, where we had one possible answer (assuming we are only talking about real numbers, of course), while the second set of examples starts with a single number and suggests  a very open-ended set of solutions.</p>
<h4>Meaning #3 &#8211; equivalent value of 2 operations </h4>
<p>Now, let&#8217;s look at another case.  </p>
<p class="indent">5 + 9 = 7 &times; 2</p>
<p>Here the &quot;=&quot; sign means something different again. Now we need to <strong>do</strong> something to the expression on the left (add them) and <strong>do</strong> something different with different numbers on the right (multiply them) and after all that, we can conclude that indeed both sides have the same value.</p>
<h4>Meaning #4 &#8211; equivalence in sets </h4>
<p>In set theory, &quot;equal&quot; is not the same as &quot;equivalent&quot;.</p>
<p>For example, the set {1,2,3} is <strong>equivalent</strong> to the set {a,b,c} since they both have the same number of elements (the same cardinality), but they are not <strong>equal</strong> since they don&#8217;t contain exactly the same elements. </p>
<p>Also, we can write {1, 2, 3} = {2, 1, 3} (they are <strong>equal</strong>) since the elements in the set are exactly the same, but the order doesn&#8217;t matter.</p>
<h4>Meaning #5 &#8211; equivalence in equations </h4>
<p>We can have <strong>equivalent equations</strong>. For example, the following 2 equations are equivalent since they have the same solution set: </p>
<p class="indent"><em>x</em> + 2 =   7<br />
  3<em>x</em> = 15 </p>
<p>Both equations give us <em>x</em> = 5. We can&#8217;t say we have &quot;equal equations&quot;, but we do use the term &quot;equivalent&quot;. </p>
<h4>Meaning #6 &#8211; equivalence in ratios</h4>
<p>Two fractions can be <strong>equivalent</strong>:</p>
<p><img src="http://www.intmath.com/cgi-bin/mathtex.cgi?\frac{2}{3}\equiv\frac{4}{6}" alt="\frac{2}{3}\equiv\frac{4}{6}" class="indent" style="vertical-align:-2pt;" title="\frac{2}{3}\equiv\frac{4}{6}" /></p>
<p>They <em>look</em> different but they have the same value.</p>
<p>Notice I used the &quot;3 horizontal lines&quot; symbol (&equiv;) for &quot;equivalent&quot;. We can also say &quot;equal&quot; in this example.</p>
<h4>Meaning #7 &#8211; as a limit </h4>
<p>This next one causes a lot of debate. Start with 0.9. Then, take the larger number 0.99. We have moved closer to 1, correct?</p>
<p>Now, keep going. 0.99999&#8230; Clearly, if we go (infinitely) far enough, we will end up with this result:</p>
<p class="indent">0.999&#8230; = 1 </p>
<p>This employs a very different concept to the first 3 meanings of &quot;=&quot; given above. Is it exactly equal to 1? Don&#8217;t we need a &quot;limit&quot; statement of some kind?</p>
<p>Here&#8217;s another one. Being irrational, pi cannot exactly &quot;equal&quot; some number. Or can it?</p>
<p>We can show that pi has the following value: </p>
<p><img src="http://www.intmath.com/cgi-bin/mathtex.cgi?\pi=4\sum_{k=1}^n\frac{(-1)^{k+1}}{2k-1}=4\left(1-\frac{1}{3}+\frac{1}{5}-\frac{1}{7}+...\right)" alt="\pi=4\sum_{k=1}^n\frac{(-1)^{k+1}}{2k-1}=4\left(1-\frac{1}{3}+\frac{1}{5}-\frac{1}{7}+...\right)" width="329" height="46" class="indent" style="vertical-align:-2pt;" title="\pi=4\sum_{k=1}^n\frac{(-1)^{k+1}}{2k-1}=4\left(1-\frac{1}{3}+\frac{1}{5}-\frac{1}{7}+...\right)" /></p>
<p>Should we write &quot;=&quot; or &quot;&asymp;&quot; (approximately equal)? </p>
<h4>Meaning #8 &#8211; use in proofs </h4>
<p>Here&#8217;s another place where many students come unstuck &#8211; proving trigonometry identities. Say the question is:</p>
<p class="indent">Prove <img src="http://www.intmath.com/cgi-bin/mathtex.cgi?\tan(2x)\sec{x}=2\sin{x}\sec(2x)" width="209" height="18" alt="\tan(2x)\sec{x}=2\sin{x}\sec(2x)" title="\tan(2x)\sec{x}=2\sin{x}\sec(2x)" style="vertical-align:-3pt;" /></p>
<p>Many students attempt a solution something like this: </p>
<p class="indent"><img src="http://www.intmath.com/cgi-bin/mathtex.cgi?\frac{\sin(2x)}{\cos(2x)}\sec{x}=2\sin{x}\sec(2x)" width="210" height="40" alt="\frac{\sin(2x)}{\cos(2x)}\sec{x}=2\sin{x}\sec(2x)" title="\frac{\sin(2x)}{\cos(2x)}\sec{x}=2\sin{x}\sec(2x)" style="vertical-align:0px"></p>
<p class="indent"><img src="http://www.intmath.com/cgi-bin/mathtex.cgi?\frac{2\sin{x}\cos{x}}{\cos(2x)\cos{x}}=\frac{2\sin{x}}{\cos(2x)}" width="169" height="39" alt="\frac{2\sin{x}\cos{x}}{\cos(2x)\cos x}=\frac{2\sin{x}}{\cos(2x)}" title="\frac{2\sin{x}\cos{x}}{\cos(2x)\cos x}=\frac{2\sin{x}}{\cos(2x)}" style="vertical-align:-2px"></p>
<p class="indent"><img src="http://www.intmath.com/cgi-bin/mathtex.cgi?\frac{2\sin{x}}{\cos(2x)}=\frac{2\sin{x}}{\cos(2x)}" width="132" height="39" alt="\frac{2\sin{x}}{\cos(2x)}=\frac{2\sin{x}}{\cos(2x)}" title="\frac{2\sin{x}}{\cos(2x)}=\frac{2\sin{x}}{\cos(2x)}" style="vertical-align:-2px"></p>
<p>Now essentially the steps are correct, but it is difficult to follow the logic. Should we go left-to-right, or top to bottom, or a mix of the two?</p>
<p>What the student has done is to work down the left side and right side in a parallel fashion until he got something that looked the same on both sides. </p>
<p>It&#8217;s not the best proof, since there is no clear statement of what we start with and what we are doing in each step. </p>
<h3>Some possible solutions for the &quot;=&quot; sign problem </h3>
<p>Computer languages and computer algebra systems use different symbols for the different meanings of the equals sign.</p>
<p>This might be a good solution for mathematics. </p>
<p>In <strong>PHP</strong> computer language, for example (which IntMath and squareCircleZ uses), &quot;=&quot; is used to assign the value of a variable, while &quot;==&quot; is used to check for equality.</p>
<p>So for example, the following statement means variable &quot;a&quot; will have value 5 from this point on in the program. </p>
<p class="indent">a = 5 </p>
<p>If we need to test to see if some condition is true, for example whether variable &quot;b&quot; has value 3, we would write:</p>
<p class="indent">if ( b == 3 ) {<br />
  <span class="indent">[do something...]</span><br />
  }   </p>
<p>In the computer algebra system <strong><em>Mathematica</em></strong>, the &quot;==&quot; sign is used for solving  equations, as follows:</p>
<blockquote>
<p>Input: Solve[2x == 6, x]  	Output: {x-&gt;3}</p>
</blockquote>
<p>Note the &quot;-&gt;&quot; symbol for equality in the output.</p>
<p>For comparison, the rival software <strong><em>Mathcad</em></strong> has 4 different equal signs:</p>
<p><strong>Assignment (:=)	</strong>To assign a value to a variable, you need to use the &quot;colon equal&quot; notation which looks like this:</p>
<p class="indent">a := 5  </p>
<p><strong>Display a value (=) </strong>To display the value of  variable &quot;b&quot; in Mathcad, you just type &quot;b=&quot; and the value will appear:</p>
<p class="indent">b = 8 </p>
<p><strong>Symbolic equality (<span style="font-family: Arial, Helvetica, sans-serif">=</span>) </strong>To evaluate a symbolic expression you use the &quot;bold equals&quot; symbol:</p>
<p class="indent">b + b <strong><span style="font-family: Arial, Helvetica, sans-serif">=</span></strong>  2b </p>
<p><strong>Global assignment  (&equiv;) </strong>This is the &quot;identically equal to&quot; symbol from mathematics. This is used when you want to fix a variable throughout a whole math worksheet, not letting it be changed by other variables:</p>
<p class="indent">c <strong>&equiv;</strong> 8 </p>
<p>This is a different sense from that used in mathematics, however. But as the identity symbol suggests a &quot;strong equals&quot;, perhaps it is appropriate. </p>
<h3>Part of the problem?</h3>
<p>This is a screen shot from a video that extols the virtues of interactive white boards for math teaching.</p>
<p>The instructor&#8217;s question is &quot;Evaluate the equation&quot;. Can you really &quot;evaluate an equation&quot;?  </p>
<p>You can <strong>solve</strong> an equation for some variable, or you can state that expressions are equal in an equation, but you can&#8217;t evaluate an equation.</p>
<div class="imgCenter"><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/08/evaluate-the-equation.jpg" alt="evaluate the equation" title="evaluate the equation" width="400" height="227" class="alignnone size-full wp-image-5001" /> <br />
Source: <a href="http://www.eschoolnews.com/">eSchoolNews</a> </div>
<p>We need to be careful how we express mathematics questions since this is where misconceptions can arise.</p>
<h3>Summary</h3>
<p>So why do students make mistakes with the equal sign? It&#8217;s most probably because there are several nuances in meaning for the equal sign.</p>
<p>Perhaps we  need to consider using a wider range of symbols for the different types of equals. One place to look is the notation used in computer languages or computer algebra systems. </p>


<p>Related posts:<ol><li><a href='http://www.squarecirclez.com/blog/equal-areas-of-a-circle-gives-nice-art/1079' rel='bookmark' title='Permanent Link: Equal areas of a circle gives nice art'>Equal areas of a circle gives nice art</a></li>
<li><a href='http://www.squarecirclez.com/blog/intmath-newsletter-time-equals-and-resources/5051' rel='bookmark' title='Permanent Link: IntMath Newsletter: Time, equals and resources'>IntMath Newsletter: Time, equals and resources</a></li>
<li><a href='http://www.squarecirclez.com/blog/katrinas-message-to-bush-sign-kyoto/112' rel='bookmark' title='Permanent Link: Katrina&#8217;s message to Bush: sign Kyoto'>Katrina&#8217;s message to Bush: sign Kyoto</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.squarecirclez.com/blog/the-equal-sign-more-trouble-than-its-worth/4986/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Friday math movie: Right Brain Math &#8211; Times Table</title>
		<link>http://www.squarecirclez.com/blog/friday-math-movie-right-brain-math-times-table/4922</link>
		<comments>http://www.squarecirclez.com/blog/friday-math-movie-right-brain-math-times-table/4922#comments</comments>
		<pubDate>Fri, 13 Aug 2010 05:58:15 +0000</pubDate>
		<dc:creator>Murray</dc:creator>
				<category><![CDATA[Learning]]></category>
		<category><![CDATA[Math movies]]></category>
		<category><![CDATA[Mathematics]]></category>

		<guid isPermaLink="false">http://www.squarecirclez.com/blog/?p=4922</guid>
		<description><![CDATA[<a href="http://www.squarecirclez.com/blog/?p=4922"><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/07/right-brain.jpg" alt="right brain" title="right-brain" width="128" height="100" class="imgRt" /></a>Never could master those times tables? This right brain approach might be a solution for you.


Related posts:<ol><li><a href='http://www.squarecirclez.com/blog/friday-math-movie-deep-brain-stimulation/1266' rel='bookmark' title='Permanent Link: Friday Math Movie &#8211; Deep Brain Stimulation'>Friday Math Movie &#8211; Deep Brain Stimulation</a></li>
<li><a href='http://www.squarecirclez.com/blog/friday-math-movie-pump-up-your-brain/2590' rel='bookmark' title='Permanent Link: Friday math movie &#8211; Pump up your brain'>Friday math movie &#8211; Pump up your brain</a></li>
<li><a href='http://www.squarecirclez.com/blog/friday-math-movie-daniel-tammet-the-boy-with-the-incredible-brain/1752' rel='bookmark' title='Permanent Link: Friday math movie &#8211; Daniel Tammet &#8211; The Boy With The Incredible Brain'>Friday math movie &#8211; Daniel Tammet &#8211; The Boy With The Incredible Brain</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The majority of math teachers (arguably) are &#8220;left brained&#8221;, which means their approach to number, algebra and even geometry tends to be logical, sequential and specific. (Such people end up being &#8220;good&#8221; at math, and some of them become math teachers.)</p>
<p>However, there are many students who have a more intuitive and holistic view of the world (they are more &#8220;right brained&#8221;), and have trouble understanding the math teacher&#8217;s explanations (and algorithms).</p>
<h3>Are you right brained?</h3>
<p>This short video gives you an indication about whether you are left- or right-brain dominant.</p>
<p><script type="text/javascript" src="http://www.squarecirclez.com/scripts/swfobject.js"></script>
<div id="flashcontent">Loading Flash movie&#8230;</div>
<p><script type="text/javascript"><!--
var so = new SWFObject("http://www.youtube.com/v/SFV6h6MXQkI", "mymovie", "460", "383", "7", "#efefef"); so.write("flashcontent"); //--></script> </p>
<p>If she only goes in one direction for you, try looking at the video by first covering your left eye so you perceive it using your left hemisphere (you&#8217;re looking at it with your right eye), then cover your right eye, so your right hemisphere is busier.</p>
<h3>Right brain times table</h3>
<p>Tom Biesanz presents an interesting visual method for understanding the patterns in the times tables. He claims it appeals to right-brain dominant students.</p>
<p></script>
<div id="flashcontent2">Loading Flash movie...</div>
<p><script type="text/javascript"><!--
var so = new SWFObject("http://www.youtube.com/v/yoac4xzIhSw", "mymovie", "460", "383", "7", "#efefef"); so.write("flashcontent2"); //--></script> </p>
<p>Of course, none of us is completely right- or left-brained, but like many things, we certainly have a preference.</p>


<p>Related posts:<ol><li><a href='http://www.squarecirclez.com/blog/friday-math-movie-deep-brain-stimulation/1266' rel='bookmark' title='Permanent Link: Friday Math Movie &#8211; Deep Brain Stimulation'>Friday Math Movie &#8211; Deep Brain Stimulation</a></li>
<li><a href='http://www.squarecirclez.com/blog/friday-math-movie-pump-up-your-brain/2590' rel='bookmark' title='Permanent Link: Friday math movie &#8211; Pump up your brain'>Friday math movie &#8211; Pump up your brain</a></li>
<li><a href='http://www.squarecirclez.com/blog/friday-math-movie-daniel-tammet-the-boy-with-the-incredible-brain/1752' rel='bookmark' title='Permanent Link: Friday math movie &#8211; Daniel Tammet &#8211; The Boy With The Incredible Brain'>Friday math movie &#8211; Daniel Tammet &#8211; The Boy With The Incredible Brain</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.squarecirclez.com/blog/friday-math-movie-right-brain-math-times-table/4922/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Number Sense</title>
		<link>http://www.squarecirclez.com/blog/number-sense/4957</link>
		<comments>http://www.squarecirclez.com/blog/number-sense/4957#comments</comments>
		<pubDate>Wed, 11 Aug 2010 09:34:18 +0000</pubDate>
		<dc:creator>Murray</dc:creator>
				<category><![CDATA[Learning]]></category>
		<category><![CDATA[Mathematics]]></category>

		<guid isPermaLink="false">http://www.squarecirclez.com/blog/?p=4957</guid>
		<description><![CDATA[<a href="http://www.squarecirclez.com/blog/?p=4957"><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/08/123.png" alt="numbers 1, 2, 3" title="numbers 1, 2, 3" width="128" height="100" border="0" class="imgRt" /></a>Can animals count? How about babies? What is counting all about?


Related posts:<ol><li><a href='http://www.squarecirclez.com/blog/making-sense-of-online-learning/90' rel='bookmark' title='Permanent Link: Making Sense of Online Learning'>Making Sense of Online Learning</a></li>
<li><a href='http://www.squarecirclez.com/blog/yahoo-and-google-who-has-the-youngest-audience/988' rel='bookmark' title='Permanent Link: Yahoo and Google &#8211; who has the youngest audience?'>Yahoo and Google &#8211; who has the youngest audience?</a></li>
<li><a href='http://www.squarecirclez.com/blog/how-to-draw-y2-x-2/2301' rel='bookmark' title='Permanent Link: How to draw y^2 = x &#8211; 2?'>How to draw y^2 = x &#8211; 2?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>You may have seen Maggie, the dog who can count: </p>
<p>  <script type="text/javascript" src="http://www.squarecirclez.com/scripts/swfobject.js"></script>
<div id="flashcontent">Loading Flash movie&#8230;</div>
<p><script type="text/javascript"><!--
var so = new SWFObject("http://www.youtube.com/v/-9z2lVgnhsw", "mymovie", "460", "383", "7", "#efefef"); so.write("flashcontent"); //--></script> </p>
<p>Humans   (as well as many animal species) are born with a &quot;number sense&quot;, according to Stanislas Dehaene in his book <em>The Number Sense &#8211; How The Mind Creates Mathematics.</em> </p>
<p>This means we already have a &quot;feel&quot; for number quantities long before our parents teach us, or before we ever go to school. And animals also have a limited number sense, but not quite as sophisticated as that demonstrated by Maggie in the above video. (Actually, Maggie can&#8217;t really count. What&#8217;s going on there is what is known as the &quot;Hans Effect&quot;. See <a href="http://en.wikipedia.org/wiki/Clever_Hans">Clever Hans</a>.)</p>
<p>As is often the case, the reality is more remarkable than the fiction. Animals can certainly count, and just like us, they are much better with smaller numbers (1, 2, 3) but become more vague and prone to error as the numbers get larger (4 and onwards).</p>
<h3>Counting vs Subitizing </h3>
<p>Look at these 2 pictures. How many circles are there in each? </p>
<p><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/08/objects.gif" alt="objects" width="150" height="150" style="margin-right:50px"/>  <img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/08/objects2.gif" alt="objects" width="150" height="150" /></p>
<p>Now think about how you counted the circles. </p>
<p>For the left one, you most likely just looked and immediately concluded &quot;3&quot;, but for the one on the right, you most likely had to count them one-by-one to make sure you got the correct number, right?</p>
<p>In the case where we know the number of objects without individually counting them, we are said to be &quot;<strong>subitizing</strong>&quot;, a term coined in the late 1940s by E. L. Kaufman and others. </p>
<p>We share this subitizing ability with many animals.</p>
<h3>Animal Math</h3>
<p>A rat can be trained to pull a lever a set number of times to get a food reward. It &quot;knows&quot; there is a difference between 2 pulls and 3 pulls, and soon gets plenty of reward for the correct number of pulls. But if the required number of pulls increases, the rat becomes increasingly innacurate and tends to pull the lever random times in the hope of being correct.</p>
<p>Similarly, chimpanzees can tell the difference between the number of objects in different piles. An interesting observation is that the chimp can easily tell that 6 objects is &quot;more&quot; than 2 objects, but commits more errors when trying to compare 5 objects with  6 objects. This is called &quot;distance effect&quot;  and the task becomes even more difficult when the number of objects increases (for example comparing 9 and 10 is much more difficult for the chimp than comparing 1 and 2 objects, even though the difference between them is the same). This is called the &quot;magnitude effect&quot;.</p>
<p>It is the same for us. We can easily tell the difference between small groups of objects (or a small group compared to a large group), but we have difficulty comparing  2 large groups, since we can only be sure of our conclusion if we count them one-by-one.</p>
<h3>Babies, too</h3>
<p>What is interesting is that babies who are just a few days old exhibit subitizing. That is, they can distinguish between different numbers of objects and sounds. The way psychologists test this is to sit the babies on their mothers&#8217; laps and repeat sounds over and over. If the sounds consist entirely of  2-syllable words, the baby becomes bored quite quickly, but if a 3-syllable word is inserted, the baby immediately becomes attentive again. This demonstrates that babies can &quot;count&quot;, at least in a rudimentary way. </p>
<h3>1, 2, 3, many&#8230;</h3>
<p>Let&#8217;s go back to the simple task of counting dots, like in my 2 pictures earlier.</p>
<p>Since the 1880s, psychologists have known that counting 1, 2 or 3 objects was very quick and very accurate (subitizing), but for counting larger groups of objects, the    amount of time required and the number of errors increases dramatically.</p>
<p>In the following chart, we see the result of getting people to count dots as quickly as they can. For 1, 2 and 3 dots, the time required is around 0.6 of a second, whereas there is a linear increase from there to 6 dots. There is a similar increase in the error rate. </p>
<div class="imgCenter">
<p><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/08/subitizing.jpg" alt="subitizing" width="350" height="309" /></p>
<p>Source: <em>The Number Sense</em>, p 67.  </p>
</div>
<p>One explanation for the above results is that we perceive 1, 2 or 3 objects using a &quot;parallel processor&quot;, but we need to use a different serial mechanism to keep track of higher numbers of objects.</p>
<h3>Number and Language</h3>
<p>Consider for a moment how languages  deal with 1, 2 and 3 differently from the rest of the numbers.</p>
<p>In English, for example, we use &quot;th&quot; and say four<strong>th</strong>, fif<strong>th</strong>, six<strong>th</strong> and so on     for all the ordinal numbers therafter. But we have different endings for the first 3 ordinals: fir<strong>st</strong>, seco<strong>nd</strong>, and thir<strong>d</strong>.</p>
<p>In some tribal languages, the only numbers used are &quot;one&quot;, &quot;two&quot;, &quot;three&quot; and &quot;many&quot;.</p>
<h3>So what is &quot;Number Sense&quot;?</h3>
<p>Number sense involves being aware and having a reasonable understanding of the following concepts:</p>
<ul>
<li>The differences between numbers and their symbols</li>
<li>Numbers as used to describe:
<ul>
<li>How many (<strong>cardinal</strong> e.g. &quot;5 cats&quot;);</li>
<li>The order of things or events (<strong>ordinal</strong>, e.g. &quot;the 5th book from the left&quot;); and </li>
<li>The name or identity of something (<strong>nominal</strong> e.g. &quot;his phone number is 9226-7841&quot;) </li>
</ul>
</li>
<li> The relationship between numbers (big-small, before-after). The concept of <strong>number line</strong> is important here. </li>
<li>The effects of operating on numbers (adding, subtracting, etc)</li>
<li>Estimation and rounding </li>
<li>Being able to use relationships between numbers to simplify calculations (e.g. 79 + 45 = 80 + 45 &minus; 1 = 125 &minus; 1 = 124)</li>
</ul>
<p>There are some really interesting cases where people have suffered from some brain trauma and have lost their &#8220;number sense&#8221;, or perhaps their ability to count. They will be able to get up to 3 just fine, but lose track very quickly after that. </p>
<h3>Further Reading</h3>
<p>I recommend:   </p>
<ul>
<li><em>The Number Sense &#8211; How The Mind Creates Mathematics </em>by Stanislas Dehaene. (You can see some of it via <a href="http://books.google.com/books?id=CbCDKLbm_-UC&amp;lpg=PP1&amp;ots=KYMSP4rTQ0&amp;dq=number%20sense&amp;pg=PP1#v=onepage&amp;q&amp;f=false">Google Books</a>) </li>
<li>
    <a href="http://s22318.tsbvi.edu/mathproject/ch1.asp">Teaching Mathematical Concepts</a><br />
  (This is actually a resource for teaching blind children, but there is some good advice in there.) </li>
</ul>


<p>Related posts:<ol><li><a href='http://www.squarecirclez.com/blog/making-sense-of-online-learning/90' rel='bookmark' title='Permanent Link: Making Sense of Online Learning'>Making Sense of Online Learning</a></li>
<li><a href='http://www.squarecirclez.com/blog/yahoo-and-google-who-has-the-youngest-audience/988' rel='bookmark' title='Permanent Link: Yahoo and Google &#8211; who has the youngest audience?'>Yahoo and Google &#8211; who has the youngest audience?</a></li>
<li><a href='http://www.squarecirclez.com/blog/how-to-draw-y2-x-2/2301' rel='bookmark' title='Permanent Link: How to draw y^2 = x &#8211; 2?'>How to draw y^2 = x &#8211; 2?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.squarecirclez.com/blog/number-sense/4957/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Irrational Numbers</title>
		<link>http://www.squarecirclez.com/blog/irrational-numbers/4948</link>
		<comments>http://www.squarecirclez.com/blog/irrational-numbers/4948#comments</comments>
		<pubDate>Tue, 10 Aug 2010 03:45:12 +0000</pubDate>
		<dc:creator>Murray</dc:creator>
				<category><![CDATA[Learning]]></category>
		<category><![CDATA[Mathematics]]></category>

		<guid isPermaLink="false">http://www.squarecirclez.com/blog/?p=4948</guid>
		<description><![CDATA[<a href="http://www.squarecirclez.com/blog/irrational-numbers/4948"><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/08/irrationals-th.gif" alt="" title="irrationals" width="128" height="100" class="imgRt" /></a>Irrational numbers were a real dilemma for the ancient Greek mathematicians.


Related posts:<ol><li><a href='http://www.squarecirclez.com/blog/pythagoras/1042' rel='bookmark' title='Permanent Link: Pythagoras'>Pythagoras</a></li>
<li><a href='http://www.squarecirclez.com/blog/your-body-in-numbers/2012' rel='bookmark' title='Permanent Link: Your body in numbers'>Your body in numbers</a></li>
<li><a href='http://www.squarecirclez.com/blog/today-is-e-day/4133' rel='bookmark' title='Permanent Link: Today is &#8220;e&#8221; day'>Today is &#8220;e&#8221; day</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h3>Challenge</h3>
<p>Let&#8217;s start with an interesting question. </p>
<p>Can you construct the length &radic;7 just by using a measuring stick, a pencil  and a set-square?  (A set-square is a triangular device used for producing right angles.)</p>
<p>We&#8217;ll answer this question a little later. Some background first. </p>
<h3>Length of the Hypotenuse  </h3>
<p>In the 5th century B.C., mathematicians were fascinated &#8211; yet exasperated &#8211; with irrational numbers. They believed the only meaningful numbers were the natural numbers (1,2,3,&#8230;) and any ratios involving these numbers (like 5/2, 7/9, etc). So they only accepted rational numbers and any other numbers were &quot;unmeasureable&quot;. </p>
<p>Pythagoras (or someone in his metaphysical school of mathematicians) had shown the famous result that for a right angled triangle, the area of the square on the hypotenuse (in green below) equals the sum of the areas of the squares on the other 2 sides (the 2 light red squares). </p>
<p><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/08/pythagoras.png" alt="Pythagoras' Theorem" width="340" height="374" class="indent" /></p>
<p>You normally see Pythagoras&#8217; Theorem written as follows, where <em>c</em> is the hypotenuse and <em>a</em> and <em>b</em> are the lengths of the other 2 sides:</p>
<p class="indent math"><em>a</em><sup>2</sup> + <em>b</em><sup>2</sup> = <em>c</em><sup>2</sup>  </p>
<p>In my diagram above, we have the common 3-4-5 triangle. Each number is an integer and for the ancient Greek mathematicians, this presented no problem.</p>
<p>However, since they believed  irrational numbers did not exist there <em>was</em> a problem when they extended the Pythagorean formula to other values. </p>
<p>The length of the hypotenuse involved a square root: </p>
<p><img src="http://www.intmath.com/cgi-bin/mathtex.cgi?c=\sqrt{a^2+b^2}" alt="c=\sqrt{a^2+b^2}" width="98" height="21" class="indent" style="vertical-align:-2px" title="c=\sqrt{a^2+b^2}"></p>
<p>Depending on the values of <em>a</em> and <em>b</em>, we could easily get irrational values for <em>c</em>. How could they measure these distances if they didn&#8217;t actually exist?</p>
<h3>Theodorus of Cyrene</h3>
<p>Theodorus of Cyrene was a 5th century B.C. mathematician and was born around 100 years after Pythagoras. (Cyrene is now called Shahhat, in Libya.)</p>
<p>He apparently proved that the square roots of 2, 3, 5, 6 and so on up to 17 were all irrational, except the perfect squares 4, 9, 16. (Unfortunately we no longer have the proofs.) He also went on to construct these supposedly non-existent distances. </p>
<p>He proceeded as follows. </p>
<p>Start with a right triangle with equal sides 1, giving a hypotenuse of &radic;2 (which of course was a problem, because this distance didn&#8217;t officially exist):</p>
<p><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/08/irrationals-1.gif" alt="irrationals" width="245" height="245" class="indent" /> </p>
<p>Then, extend a line with length 1 unit (using your 1-unit measuring stick) at right angles to the first hypotenuse as follows. This gives us the length &radic;3 after we apply Pythagoras&#8217; Theorem to the new triangle.</p>
<p><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/08/irrationals-rt3.gif" alt="irrationals - square root 3" width="204" height="332" class="indent" /></p>
<p>Do it again, and you now get the length &radic;4 = 2. Theodorus had discovered one hypotenuse with a rational number length. </p>
<p><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/08/irrationals-rt4.gif" alt="square root 4" width="242" height="268" class="indent" /></p>
<p>He kept going and found that the next one to have a &quot;rational&quot; length was &radic;9 = 3.  </p>
<p><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/08/irrationals-rt9.gif" alt="irrationals - square root 9" width="415" height="448" class="indent" /></p>
<p>He continued on to &radic;16 = 4, constructed one more, &radic;17, then stopped.</p>
<p>And so now you know how to construct the square root of any number using a straight edge, a pencil and a set-square.</p>
<h3>Eudoxus</h3>
<p>It was one hundred years later when the Greek astronomer Eudoxus (around 370 B.C.) concluded that because we <em>can</em> measure irrational <em>distances</em> (as we did above), then irrational <em>numbers </em>must exist. Problem solved. </p>
<h3>Conclusion</h3>
<p>It&#8217;s interesting that throughout history, people have yelled &quot;Impossible!&quot; when some new type of number was proposed. But subsequently, mathematicians have shown that not only are many of those numbers possible, but they have proved to be very useful.</p>
<p>Apart from irrational numbers as we discussed above, people originally did not believe in the existence of the number zero,  <a href="http://www.intmath.com/Complex-numbers/1_Basic-definitions.php">imaginary numbers</a> and &quot;infinitesimals&quot; in <a href="http://www.intmath.com/Differentiation/1_Limits-and-differentiation.php">calculus</a>. But in each case, they have been accepted as true numbers and used in many real applications. </p>


<p>Related posts:<ol><li><a href='http://www.squarecirclez.com/blog/pythagoras/1042' rel='bookmark' title='Permanent Link: Pythagoras'>Pythagoras</a></li>
<li><a href='http://www.squarecirclez.com/blog/your-body-in-numbers/2012' rel='bookmark' title='Permanent Link: Your body in numbers'>Your body in numbers</a></li>
<li><a href='http://www.squarecirclez.com/blog/today-is-e-day/4133' rel='bookmark' title='Permanent Link: Today is &#8220;e&#8221; day'>Today is &#8220;e&#8221; day</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.squarecirclez.com/blog/irrational-numbers/4948/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Taxicab Geometry</title>
		<link>http://www.squarecirclez.com/blog/taxicab-geometry/4941</link>
		<comments>http://www.squarecirclez.com/blog/taxicab-geometry/4941#comments</comments>
		<pubDate>Mon, 09 Aug 2010 03:59:57 +0000</pubDate>
		<dc:creator>Murray</dc:creator>
				<category><![CDATA[Learning]]></category>
		<category><![CDATA[Mathematics]]></category>

		<guid isPermaLink="false">http://www.squarecirclez.com/blog/?p=4941</guid>
		<description><![CDATA[<a href="http://www.squarecirclez.com/blog/?p=4941"><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/08/taxicab-geometry-th.gif" alt="taxicab geometry" title="taxicab geometry" width="128" height="100"  border="0" class="imgRt" /></a>Here's a curious type of geometry that leads to a very strange result.


Related posts:<ol><li><a href='http://www.squarecirclez.com/blog/solar-taxi-vs-oil-storm/695' rel='bookmark' title='Permanent Link: Solar Taxi vs Oil Storm'>Solar Taxi vs Oil Storm</a></li>
<li><a href='http://www.squarecirclez.com/blog/safety-last/579' rel='bookmark' title='Permanent Link: Safety last'>Safety last</a></li>
<li><a href='http://www.squarecirclez.com/blog/intmath-newsletter-earth-geometry-board-math-and-obama-math/1415' rel='bookmark' title='Permanent Link: IntMath Newsletter &#8211; Earth geometry, Board math and Obama math'>IntMath Newsletter &#8211; Earth geometry, Board math and Obama math</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Many cities are built on a <strong>grid</strong> pattern where city blocks are approximately square. The grey dotted lines in the following diagrams represent streets.</p>
<p>A taxi driver needs to go from point C to B. She decides to take the following route (depending on her local knowledge of traffic and one way streets and so on), where she heads north along CD, turns East for DF, then North again, and so on until she reaches B. </p>
<p><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/08/taxicab-geometry-0.png" alt="taxicab geometry" width="319" height="309" /></p>
<p>Or she could have more simply travelled from C to A, then A to B. If CA = AB = 1 km, then the total journey is 2 km, no matter which route she took. (Distance CD = 200 m and there are 10 such blocks, so 2 km is the total distance.) </p>
<p>This gives rise to an interesting type of geometry called Taxicab Geometry, first proposed by Hermann Minkowski in the 19th century.</p>
<h3>How Many Routes?</h3>
<p>There are clearly many different ways of going from C to B. If we assume she is an honest taxi driver (and doesn&#8217;t go <em>away</em> from B at any time), then she can only travel North or East. </p>
<p>Let&#8217;s consider her first decision. She can only go North or East, so 2 choices:</p>
<p><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/08/taxicab-geometry-4.png" alt="taxicab geometry" width="91" height="92" /></p>
<p>Now, looking at the first 4 city blocks, we see there are 6 choices:</p>
<p><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/08/taxicab-geometry-5.png" alt="taxicab geometry" width="121" height="120" /></p>
<p>Continuing, we find the following number of possible routes as we add more rows and columns of city blocks:</p>
<p class="indent">2 (for 1&times;1), 6 (for 2&times;2), 20 (for 3&times;3), 70 (for 4&times;4), &#8230;</p>
<p>You may recognise these as being the middle number of each second row in <a href="http://www.intmath.com/Series-binomial-theorem/4_Binomial-theorem.php">Pascal&#8217;s Triangle</a>.</p>
<p>This is also connected with <a href="http://www.intmath.com/Counting-probability/4_Combinations.php">counting theory</a> and we can show that for our 10&times;10 grid, our taxi driver will have</p>
<p class="indent"> <sup>20</sup>C<sub>10</sub> = 184,756 choices for getting from C to B.</p>
<h3>An interesting question arises </h3>
<p>Let&#8217;s now take a route that gives us a more diagonal shape, as follows. </p>
<p><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/08/taxicab-geometry-1.png" alt="taxicab geometry" width="315" height="297" /> </p>
<p>Once again, our total distance is going to be 2 km.</p>
<p>But for interest, let&#8217;s imagine we can actually travel along lanes that pass in the middle of the city blocks as follows. </p>
<p><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/08/taxicab-geometry-2.png" alt="taxicab geometry" width="311" height="315" /> </p>
<p>Our total distance is still 2 km.</p>
<p>But now let&#8217;s push it even more, and take many tiny zig-zags as follows. Our total distance is <em>still</em> 2 km. </p>
<p><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/08/taxicab-geometry-3.png" alt="taxicab geometry" width="314" height="310" /></p>
<p>But what is the <em>limit</em> of this process? Won&#8217;t we actually be smoothly travelling up the diagonal, since we can&#8217;t even steer the car North then East, since the steps are too small? </p>
<p>And now we have the interesting question. What will be the distance the taxi travels up this smooth diagonal?</p>
<p>Well, &radic;2, of course, from Pythagoras&#8217; Theorem. So the distance from C to B is no longer 2 km, but around 1.414 km, or 0.586 km less than 2 km!</p>
<p>Where did that 0.586 km go? </p>


<p>Related posts:<ol><li><a href='http://www.squarecirclez.com/blog/solar-taxi-vs-oil-storm/695' rel='bookmark' title='Permanent Link: Solar Taxi vs Oil Storm'>Solar Taxi vs Oil Storm</a></li>
<li><a href='http://www.squarecirclez.com/blog/safety-last/579' rel='bookmark' title='Permanent Link: Safety last'>Safety last</a></li>
<li><a href='http://www.squarecirclez.com/blog/intmath-newsletter-earth-geometry-board-math-and-obama-math/1415' rel='bookmark' title='Permanent Link: IntMath Newsletter &#8211; Earth geometry, Board math and Obama math'>IntMath Newsletter &#8211; Earth geometry, Board math and Obama math</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.squarecirclez.com/blog/taxicab-geometry/4941/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Friday math movie: Murderous math tricks</title>
		<link>http://www.squarecirclez.com/blog/friday-math-movie-murderous-math-tricks/4917</link>
		<comments>http://www.squarecirclez.com/blog/friday-math-movie-murderous-math-tricks/4917#comments</comments>
		<pubDate>Fri, 06 Aug 2010 05:11:17 +0000</pubDate>
		<dc:creator>Murray</dc:creator>
				<category><![CDATA[Learning]]></category>
		<category><![CDATA[Math movies]]></category>
		<category><![CDATA[Mathematics]]></category>

		<guid isPermaLink="false">http://www.squarecirclez.com/blog/?p=4917</guid>
		<description><![CDATA[<a href="http://www.squarecirclez.com/blog/?p=4917"><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/07/murderous.jpg" alt="murderous" title="murderous" width="128" height="100" class="imgRt" /></a>Here's some fun to finish the week. How do these math tricks work?


Related posts:<ol><li><a href='http://www.squarecirclez.com/blog/friday-math-movie-google-tricks-hacks-and-easter-eggs/1035' rel='bookmark' title='Permanent Link: Friday Math Movie &#8211; Google Tricks, Hacks and Easter Eggs'>Friday Math Movie &#8211; Google Tricks, Hacks and Easter Eggs</a></li>
<li><a href='http://www.squarecirclez.com/blog/friday-math-movie-pi-day/800' rel='bookmark' title='Permanent Link: Friday math movie &#8211; Pi Day'>Friday math movie &#8211; Pi Day</a></li>
<li><a href='http://www.squarecirclez.com/blog/friday-math-movies-martin-gardner/4691' rel='bookmark' title='Permanent Link: Friday math movie &#8211; Martin Gardner'>Friday math movie &#8211; Martin Gardner</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Here are a few things to think about from a whacky English guy, Kjartan Poskitt:</p>
<p><script type="text/javascript" src="http://www.squarecirclez.com/scripts/swfobject.js"></script>
<div id="flashcontent">Loading Flash movie&#8230;</div>
<p><script type="text/javascript"><!--
var so = new SWFObject("http://www.youtube.com/v/bwlocvToQqI", "mymovie", "460", "383", "7", "#efefef"); so.write("flashcontent"); //--></script>  </p>


<p>Related posts:<ol><li><a href='http://www.squarecirclez.com/blog/friday-math-movie-google-tricks-hacks-and-easter-eggs/1035' rel='bookmark' title='Permanent Link: Friday Math Movie &#8211; Google Tricks, Hacks and Easter Eggs'>Friday Math Movie &#8211; Google Tricks, Hacks and Easter Eggs</a></li>
<li><a href='http://www.squarecirclez.com/blog/friday-math-movie-pi-day/800' rel='bookmark' title='Permanent Link: Friday math movie &#8211; Pi Day'>Friday math movie &#8211; Pi Day</a></li>
<li><a href='http://www.squarecirclez.com/blog/friday-math-movies-martin-gardner/4691' rel='bookmark' title='Permanent Link: Friday math movie &#8211; Martin Gardner'>Friday math movie &#8211; Martin Gardner</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.squarecirclez.com/blog/friday-math-movie-murderous-math-tricks/4917/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Friday math movie &#8211; Smarter Math: Equations for a smarter planet</title>
		<link>http://www.squarecirclez.com/blog/friday-math-movie-smarter-math-equations-for-a-smarter-planet/2596</link>
		<comments>http://www.squarecirclez.com/blog/friday-math-movie-smarter-math-equations-for-a-smarter-planet/2596#comments</comments>
		<pubDate>Fri, 30 Jul 2010 08:43:50 +0000</pubDate>
		<dc:creator>Murray</dc:creator>
				<category><![CDATA[Learning]]></category>
		<category><![CDATA[Math movies]]></category>
		<category><![CDATA[Mathematics]]></category>

		<guid isPermaLink="false">http://www.squarecirclez.com/blog/?p=2596</guid>
		<description><![CDATA[<a href="http://www.squarecirclez.com/blog/?p=2596"><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/07/internet-of-things.jpg" alt="internet of things" title="internet of things" width="128" height="100" border="0" class="imgRt" /></a>Here's a positive message about math from IBM. We also see their "The Internet of Things".


Related posts:<ol><li><a href='http://www.squarecirclez.com/blog/friday-math-movie-pump-up-your-brain/2590' rel='bookmark' title='Permanent Link: Friday math movie &#8211; Pump up your brain'>Friday math movie &#8211; Pump up your brain</a></li>
<li><a href='http://www.squarecirclez.com/blog/friday-math-movies-martin-gardner/4691' rel='bookmark' title='Permanent Link: Friday math movie &#8211; Martin Gardner'>Friday math movie &#8211; Martin Gardner</a></li>
<li><a href='http://www.squarecirclez.com/blog/friday-math-movie-2009-halloween-math-class/3734' rel='bookmark' title='Permanent Link: Friday math movie &#8211; 2009 Halloween Math Class'>Friday math movie &#8211; 2009 Halloween Math Class</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This is an IBM commercial. I&#8217;m not sure about &#8220;math can do anything&#8221;, but it&#8217;s encouraging to see a positive message about math for a change.</p>
<p><script type="text/javascript" src="http://www.squarecirclez.com/scripts/swfobject.js"></script>
<div id="flashcontent">Loading Flash movie&#8230;</div>
<p><script type="text/javascript"><!--
var so = new SWFObject("http://www.youtube.com/v/-udGE8POcZk", "mymovie", "460", "383", "7", "#efefef"); so.write("flashcontent"); //--></script>  </p>
<p>According to <a href="http://www.ibm.com/smarterplanet/us/en/index.html">IBM&#8217;s &#8220;Smarter Planet&#8221;</a>, the 3 ways they want to contribute to a smarter planet are:</p>
<ol>
<li>Instrument the world&#8217;s systems</li>
<li>Interconnect them</li>
<li>Make them intelligent</li>
</ol>
<p>The following video explains how math can make our planet more intelligent. (I was worried he was going to push Internet fridges, but I was spared.)</p>
<div id="flashcontent2">Loading Flash movie&#8230;</div>
<p><script type="text/javascript"><!--
var so = new SWFObject("http://www.youtube.com/v/sfEbMV295Kk", "mymovie", "460", "383", "7", "#efefef"); so.write("flashcontent2"); //--></script> </p>
<p>One has to wonder &#8211; is urbanization such a great idea&#8230;?</p>


<p>Related posts:<ol><li><a href='http://www.squarecirclez.com/blog/friday-math-movie-pump-up-your-brain/2590' rel='bookmark' title='Permanent Link: Friday math movie &#8211; Pump up your brain'>Friday math movie &#8211; Pump up your brain</a></li>
<li><a href='http://www.squarecirclez.com/blog/friday-math-movies-martin-gardner/4691' rel='bookmark' title='Permanent Link: Friday math movie &#8211; Martin Gardner'>Friday math movie &#8211; Martin Gardner</a></li>
<li><a href='http://www.squarecirclez.com/blog/friday-math-movie-2009-halloween-math-class/3734' rel='bookmark' title='Permanent Link: Friday math movie &#8211; 2009 Halloween Math Class'>Friday math movie &#8211; 2009 Halloween Math Class</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.squarecirclez.com/blog/friday-math-movie-smarter-math-equations-for-a-smarter-planet/2596/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Math of the Great Summer Brain Drain</title>
		<link>http://www.squarecirclez.com/blog/math-of-the-great-summer-brain-drain/4886</link>
		<comments>http://www.squarecirclez.com/blog/math-of-the-great-summer-brain-drain/4886#comments</comments>
		<pubDate>Thu, 22 Jul 2010 23:21:08 +0000</pubDate>
		<dc:creator>Murray</dc:creator>
				<category><![CDATA[Learning]]></category>
		<category><![CDATA[Mathematics]]></category>

		<guid isPermaLink="false">http://www.squarecirclez.com/blog/?p=4886</guid>
		<description><![CDATA[<a href="http://www.squarecirclez.com/blog/math-of-the-great-summer-brain-drain/4886"><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/07/forgetting_th.gif" alt="forgetting" width="128" height="100" class="imgRt" /></a>Everyone knows students drop a few grades in their knowledge during the summer months. What's the math behind this?


Related posts:<ol><li><a href='http://www.squarecirclez.com/blog/the-summer-math-brain-drain/754' rel='bookmark' title='Permanent Link: The summer math brain drain'>The summer math brain drain</a></li>
<li><a href='http://www.squarecirclez.com/blog/intmath-newsletter-overcoming-fear-of-math-tests-free-calculus-book/2318' rel='bookmark' title='Permanent Link: IntMath Newsletter &#8211; Overcoming fear of math tests, free calculus book'>IntMath Newsletter &#8211; Overcoming fear of math tests, free calculus book</a></li>
<li><a href='http://www.squarecirclez.com/blog/friday-math-movie-pump-up-your-brain/2590' rel='bookmark' title='Permanent Link: Friday math movie &#8211; Pump up your brain'>Friday math movie &#8211; Pump up your brain</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In an IntMath Newsletter last year, I wrote about the <a href="http://www.squarecirclez.com/blog/intmath-newsletter-overcoming-fear-of-math-tests-free-calculus-book/2318">Forgetting Curve</a>. </p>
<p>Philosopher Hermann Ebbinghaus conducted experiments on his own memory, where he   memorized a set of 3-letter nonsense syllables and then tested himself   at intervals to see how much he could remember. This was the resulting data, showing that after only about 3 days, he forgot 75% of what he learned. </p>
<div class="imgCenter">
<p><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2009/04/ebbinghaus-forgetting-curve.gif" alt="Image: Ebbinghaus forgetting curve" title="Image: EEbbinghaus forgetting curve" width="418" height="328" class="alignnone size-full wp-image-2463" /><br />
[Source: <a href="http://encarta.msn.com/media_461547609_761578303_-1_1/forgetting_curve.html">Encarta</a>]</p>
</div>
<p>Now, this looks quite bleak, but there are some things to consider:</p>
<ul>
<li>He was learning <strong>nonsense syllables</strong> which had no meaning. (Similarly, if you try to learn math formulas without understanding them, it is also easy to forget them.)</li>
<li>The content he was learning had no <strong>emotional significance</strong> for him (since it was nonsense), and so it was harder to remember. He had no attachment to what he was learning, except for the sake of his experiment. We remember best the things that have most emotional significance (positive or negative). </li>
</ul>
<h3>Use it or you lose it </h3>
<p>The following diagram is labeled &quot;Ebbinghaus Forgetting Curve&quot; but it really has an emphasis on how <strong>effective learning</strong> works, rather than forgetting.</p>
<p>The idea in this diagram is if we learn something today, we forget most of it quickly (the lower black dotted line, which is an exponential decay curve). </p>
<p>But if we learn the material again (we can remember 100% again), we retain more this time (the second lowest curve). The more we repeat the learning process, the more we retain and the less work we have to do to &quot;top up&quot; so we get back to 100% mastery. This is represented by the orange dips and spikes, following the shape of the increasing green curve. </p>
<div class="imgCenter">
<p><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/07/forgetting_curve_en.png" alt="forgetting curve" width="425" height="295" /><br />
  Image <a href="http://www.phase-6.com/opencms/what-is-phase-6/scientific-background/scientific-background.html">source</a> </p>
</p></div>
<p>Notice also that we can space out the repetitions as time goes on, but the most important ones are at the beginning (within 24 hours is crucial). </p>
<p>Of course, this is what <strong>homework</strong> is all about. If you practice at night what you learned in school during the day, it will be retained much better. Too many students leave homework to the last minute, and have forgotten all the theory behind it already, so find it difficult. </p>
<p>An <strong>expert</strong> is someone who has not only repeated things over and over, but has also <strong>explored</strong> it from many different angles, worked with it, solved problems with it and then really <strong>knows</strong> the material extremely well. </p>
<p>Just before we leave this diagram, it&#8217;s interesting to note the <strong>forgetting curve</strong> has an <strong>exponential decay </strong>shape, while the  <strong>memory curve</strong> (the green one) is  logarithm-shaped (which is the inverse function for the exponential curve). See more on <a href="http://www.intmath.com/Exponential-logarithmic-functions/2_Graphs-exp-log-fns.php">exponential and logarithm curves</a>. </p>
<h3>What happens during summer?</h3>
<p>Sadly, most students totally avoid books during summer, and so forget much of what they learned during the previous semester. What a waste!</p>
<p>Just spending 30 minutes a day on math (or science, or reading, or whatever) during summer makes a huge difference when school starts again.</p>
<p>What are your summer learning goals? </p>
<h3>It&#8217;s not quite that simple</h3>
<p>Of course, effective memory is much more involved than simple repetition. If we don&#8217;t understand what we&#8217;re doing, it still won&#8217;t &quot;stick&quot;. But once you do understand it, and know how to use it, one of the best ways to retain it is through repetition. </p>
<p>One way to make memorizing more efficient is to <b>associate</b> the concept (or formula, or word) with an image or an action. There are <a href="http://www.mindtools.com/memory.html">many resources</a> on this.</p>
<h3>Work smart, not hard</h3>
<p>It&#8217;s always a struggle when school starts again after a long  break because much has been forgotten. It&#8217;s much easier if your learning is kept &quot;on the boil&quot; during summer.   </p>
<p>Feel free to use the resources at <a href="http://www.intmath.com/">IntMath.com</a> to help you keep your math &quot;on the boil&quot;! </p>


<p>Related posts:<ol><li><a href='http://www.squarecirclez.com/blog/the-summer-math-brain-drain/754' rel='bookmark' title='Permanent Link: The summer math brain drain'>The summer math brain drain</a></li>
<li><a href='http://www.squarecirclez.com/blog/intmath-newsletter-overcoming-fear-of-math-tests-free-calculus-book/2318' rel='bookmark' title='Permanent Link: IntMath Newsletter &#8211; Overcoming fear of math tests, free calculus book'>IntMath Newsletter &#8211; Overcoming fear of math tests, free calculus book</a></li>
<li><a href='http://www.squarecirclez.com/blog/friday-math-movie-pump-up-your-brain/2590' rel='bookmark' title='Permanent Link: Friday math movie &#8211; Pump up your brain'>Friday math movie &#8211; Pump up your brain</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.squarecirclez.com/blog/math-of-the-great-summer-brain-drain/4886/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>What did Newton originally say about Integration?</title>
		<link>http://www.squarecirclez.com/blog/what-did-newton-originally-say-about-integration/4878</link>
		<comments>http://www.squarecirclez.com/blog/what-did-newton-originally-say-about-integration/4878#comments</comments>
		<pubDate>Thu, 22 Jul 2010 11:50:40 +0000</pubDate>
		<dc:creator>Murray</dc:creator>
				<category><![CDATA[Learning]]></category>
		<category><![CDATA[Mathematics]]></category>

		<guid isPermaLink="false">http://www.squarecirclez.com/blog/?p=4878</guid>
		<description><![CDATA[<a href="http://www.squarecirclez.com/blog/?p=4878"><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/07/isaac-newton_th1.jpg" alt="isaac newton"  title="isaac newton" width="128" height="100" class="imgRt" /></a>What did Isaac Newton's original manuscript look like? What did it say?


Related posts:<ol><li><a href='http://www.squarecirclez.com/blog/riemann-sums/4715' rel='bookmark' title='Permanent Link: Riemann Sums'>Riemann Sums</a></li>
<li><a href='http://www.squarecirclez.com/blog/isaac-newton-loses-his-fortune/688' rel='bookmark' title='Permanent Link: Isaac Newton loses his fortune'>Isaac Newton loses his fortune</a></li>
<li><a href='http://www.squarecirclez.com/blog/archimedes-and-the-area-of-a-parabolic-segment/1652' rel='bookmark' title='Permanent Link: Archimedes and the area of a parabolic segment'>Archimedes and the area of a parabolic segment</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="imgRt" style="width:205px"><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/07/isaac-newton.jpg" alt="isaac newton" width="200" height="188" /><br />
Isaac Newton, age 46 [<a href="http://www.isaac-newton.com/">Source</a>]</div>
<p>Most of us learn about math from modern textbooks, with modern notation and often divorced from the historical original. No wonder people think math is a modern invention that&#8217;s only designed to torture students! </p>
<p>Isaac Newton wrote his ideas about calculus in a book called <em>The Principia</em> (or more fully, <em>Philosophiae Naturalis Principia Mathematica</em>, which means &quot;Mathematical Principles of Natural Philosphy&quot;). This was an amazing book for the time (first published in 1687), and included his Laws of Motion. </p>
<div class="imgRt" style="width:205px"><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/07/principia.jpg" alt="Principia cover" width="200" height="277" /><br />
Cover of the <em>Principia</em>. [<a href="http://www.isaac-newton.com/">Source</a>]</div>
<p>Newton wrote his <em>Principia</em> in Latin. It was common for mathematicians to write in Latin well into the 19th century, even though other scientists were writing (perhaps more sensibly) in their  native tongues (or in commonly spoken languages like French, German and English).</p>
<p>Let&#8217;s look at  one small part  (which he named &quot;Lemma II&quot;) of Newton&#8217;s work, from the first English translation made in 1729. You can see all of that translation here, thanks to Google Books (go to page 42 for Lemma II): </p>
<p><a href="http://books.google.com/books?id=Tm0FAAAAQAAJ&amp;pg=PA1#v=onepage&amp;q&amp;f=false">1729 English Translation of <i>Principia</i></a></p>
<p>The problem below was very important for scientists in the late 17th century, since there were pressing problems in navigation, astronomy and mechanical systems that couldn&#8217;t be solved with existing inefficient mathematical methods. </p>
<p>Some explanations before we begin:</p>
<ul>
<li>A <strong>Lemma</strong> is a statement that has been proven, and it leads to a more extensive result. </li>
<li>In old English, the &int; sign is an &#8220;S&#8221;. The first word where this appears below is &#8220;in&int;crib&#8217;d&#8221;, which we would write as &quot;inscribed&quot;. (Note the &quot;s&quot; used for plural nouns is the same as our &#8216;s&quot;.) The elongated S symbol &int; came to be used as the symbol for &quot;integration&quot;, since it is closely related to &quot;sum&quot;.</li>
<li>&quot;Dimini&int;hed&quot; is &quot;diminished&quot;, and means &quot;get smaller&quot;.</li>
<li><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/07/andC.gif" alt="&amp;c" width="24" height="15" /> is &quot;&amp;c&quot; which we would write these days as &quot;etc&quot; (<em>et cetera</em>)  </li>
<li>&quot;Augmented&quot; means &quot;get bigger&quot;.</li>
<li>&quot;<em>Ad infinitum</em>&quot; is Latin for &quot;keep doing it until you approach infinity&quot;.</li>
</ul>
<p class="imgCenter"><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/07/Newton-principia-area-under-curve-0.gif" alt="Newton's Principia" width="420" height="406" /></p>
<p>This is the diagram that is referred to in the above text. </p>
<p class="imgCenter"><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/07/area-rectangle.png" alt="area under a curve" width="254" height="213" /></p>
<h3>Explanation</h3>
<p>Let&#8217;s go through it one concept at a time, with appropriate tweaks to the diagram. We are trying to find the area between a curve AacE and 2 lines Aa and AE. </p>
<div class="imgCenter">
<p><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/07/Newton-principia-area-under-curve-1.gif" alt="Newton - area" width="416" height="76" /></p>
<p><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/07/area-rectangle-1.gif" alt="area under curve" width="198" height="209" /></p>
<p><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/07/Newton-principia-area-under-curve-2.gif" alt="Newton 2" width="397" height="121" /></p>
<p><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/07/area-rectangle2.gif" alt="area rectangles" width="186" height="205" /></p>
<p><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/07/Newton-principia-area-under-curve-3.gif" alt="Newton" width="395" height="76" /></p>
<p><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/07/area-rectangle3.gif" alt="area under curve - rectangles" width="186" height="205" /></p>
<p><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/07/Newton-principia-area-under-curve-4.gif" alt="Newton" width="410" height="190" /></p>
<table width="430" border="0">
<tr>
<td><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/07/Newton-principia-area-under-curve-5.gif" alt="Newton" width="186" height="205" /></td>
<td><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/07/Newton-principia-area-under-curve-6.gif" alt="Newton" width="186" height="205" /></td>
</tr>
<tr>
<td style="text-align:center">Lower rectangles </td>
<td style="text-align:center">Upper rectangles </td>
</tr>
</table>
</div>
<p>In other words, if we draw more and more thinner rectangles in the same manner, the area of the lower rectangles and the area of the upper rectangles will converge on the area under the curve. This is the area we need to find.</p>
<p>Below is the case where we have 25 rectangles. We can see the total areas of the rectangles is getting close to the area under the curve. Certainly the following ratio approaches 1, as Newton says. </p>
<p style="text-align:center">lower rectangles : upper rectangles : area under the curve </p>
<div class="imgCenter">
<table width="200" border="0">
<tr>
<td><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/07/rectangles-lower.gif" alt="rectangles - lower" width="204" height="255" /></td>
<td><img src="http://www.squarecirclez.com/blog/wp-content/uploads/2010/07/rectangles-upper.gif" alt="rectangles - upper" width="204" height="255" /></td>
</tr>
<tr>
<td style="text-align:center">Lower rectangles </td>
<td style="text-align:center">Upper rectangles </td>
</tr>
</table>
</div>
<p>This is a fundamental idea of calculus &#8211; find an area (or slope) for a small number of cases, increase the number of cases &quot;<em>ad infinitum</em>&quot;, and conclude that we are approaching the desired answer.</p>
<p>You can explore this concept further (using an interactive graph) in the article on <a href="http://www.squarecirclez.com/blog/riemann-sums/4715">Riemann Sums</a>. </p>
<h3>Archimedes&#8217; contribution </h3>
<p>This concept  of finding areas of curved surfaces using infinite sums was not that new, since Archimedes was aware of it 2000 years ago. (See <a href="http://www.squarecirclez.com/blog/archimedes-and-the-area-of-a-parabolic-segment/1652">Archimedes and the Area of a Parabolic Segment</a>.) </p>
<h3>Learn math from primary sources </h3>
<p>It is very interesting to see Newton&#8217;s original notation and expression, even if it is via an English translation. The above, of course, is a very small part of Newton&#8217;s original <em>Principia</em>. </p>
<p>We should learn (and teach) mathematics with a better understanding of why the math was developed, when it was developed and who developed it. We can&#8217;t always use primary sources, obviously, but it is better to learn math with an understanding of its historical context rather than do it in a vacuum. </p>


<p>Related posts:<ol><li><a href='http://www.squarecirclez.com/blog/riemann-sums/4715' rel='bookmark' title='Permanent Link: Riemann Sums'>Riemann Sums</a></li>
<li><a href='http://www.squarecirclez.com/blog/isaac-newton-loses-his-fortune/688' rel='bookmark' title='Permanent Link: Isaac Newton loses his fortune'>Isaac Newton loses his fortune</a></li>
<li><a href='http://www.squarecirclez.com/blog/archimedes-and-the-area-of-a-parabolic-segment/1652' rel='bookmark' title='Permanent Link: Archimedes and the area of a parabolic segment'>Archimedes and the area of a parabolic segment</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.squarecirclez.com/blog/what-did-newton-originally-say-about-integration/4878/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
