<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Learning and Unlearning Math &#187; unlearning</title>
	<atom:link href="http://unlearningmath.com/tag/unlearning/feed/" rel="self" type="application/rss+xml" />
	<link>http://unlearningmath.com</link>
	<description>math as a garden, friendly and always new</description>
	<lastBuildDate>Wed, 18 Jan 2012 18:04:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='unlearningmath.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/8d493ad6804e080f2f6ff5c0e5055b36?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Learning and Unlearning Math &#187; unlearning</title>
		<link>http://unlearningmath.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://unlearningmath.com/osd.xml" title="Learning and Unlearning Math" />
	<atom:link rel='hub' href='http://unlearningmath.com/?pushpress=hub'/>
		<item>
		<title>Operators, Functions, and Properties &#8211; part 30</title>
		<link>http://unlearningmath.com/2010/11/16/operators-functions-and-properties-part-30/</link>
		<comments>http://unlearningmath.com/2010/11/16/operators-functions-and-properties-part-30/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 19:07:42 +0000</pubDate>
		<dc:creator>Bert Speelpenning</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[extending patterns]]></category>
		<category><![CDATA[models]]></category>
		<category><![CDATA[unlearning]]></category>
		<category><![CDATA[whole vs. parts]]></category>

		<guid isPermaLink="false">http://unlearningmath.com/?p=2029</guid>
		<description><![CDATA[In many of the posts in this series we&#8217;ve shown operators that work on a single number coming in and that produce a single number coming out.  This is a hugely important subcategory of operators, but single-in single-out operators aren&#8217;t by any means the only type.  So let&#8217;s take a look at the operators typically [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unlearningmath.com&amp;blog=5951213&amp;post=2029&amp;subd=bertspeelpenning&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In many of the posts in this <a href="http://unlearningmath.com/2010/07/20/operators-functions-and-properties-the-series/">series</a> we&#8217;ve shown operators that work on a single number coming in and that  produce a single number coming out.  This is a hugely important  subcategory of operators, but single-in single-out operators aren&#8217;t by  any means the only type.  So let&#8217;s take a look at the operators typically encountered in K-12 mathematics in the United States.</p>
<p>The arithmetic operations from elementary  school: add, subtract, multiply, divide &#8211; these are usually conceived as  two-input, one-output operations.  There are some more you learn in  secondary school: exponentiation, and perhaps the <em>min</em> and <em>max</em> operators we looked at in the <a href="http://unlearningmath.com/2010/10/11/operators-functions-and-properties-part-28/">previous</a> post.  Interestingly, most of the new operations you learn in secondary school are single-input types: <em>absolute value</em>, <em>square</em>, <em>square roo</em>t; and later on <em>sin</em>, <em>cos</em>, <em>tan </em>and other trigonometric functions, and <em>log</em>.   Occasionally, secondary school students run into situations where there  are more than two inputs (e.g. to find a slope of a line going through  two given points) but these rarely rise to the level of standardized  notation.</p>
<p style="padding-left:30px;">Even things like the <a href="http://en.wikipedia.org/wiki/Quadratic_equation">quadratic formula</a>, which looks for the value of <img src='http://s0.wp.com/latex.php?latex=x+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='x ' title='x ' class='latex' /> for which <img src='http://s0.wp.com/latex.php?latex=ax%5E2+%2Bbx+%2B+c+%3D+0+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='ax^2 +bx + c = 0 ' title='ax^2 +bx + c = 0 ' class='latex' />, and where the numbers <img src='http://s0.wp.com/latex.php?latex=a%2C+b+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='a, b ' title='a, b ' class='latex' />, and <img src='http://s0.wp.com/latex.php?latex=c+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='c ' title='c ' class='latex' /> could be regarded as the inputs, is rarely seen or treated as an operator.  Instead, it is treated as a series of one-offs: here&#8217;s an equation, solve it.  Here&#8217;s another equation, solve it too.</p>
<p>There is a vocabulary to distinguish these kinds of operators and functions, though the vocabulary is more firmly established in computer science than it is in mathematics.  The one-in, one-out kind are called unary operators and unary functions; the two-in, one-out kind are called binary operators and binary functions.  Functions with three values coming in and one coming out would be called ternary functions, and so on.  Sometimes you see the notation &#8220;n-ary function&#8221; for a function that has <em>n</em> values coming in (for some unspecified <em>n</em>) and one value coming out.</p>
<p>Some mathematicians might scoff at all this, and bring up that in some sense, all operators and all functions are of the one-in, one-out type.  What comes in, no matter what it is, is called the <em>domain</em>, and what comes out, whatever it is, is called the <em>range</em>.  Neither domain and range have to be numbers.  They can be whatever they need to be.</p>
<p style="padding-left:30px;">For example, subtraction can be seen as a single-in, single-out function where the domain (what comes in) consists of pairs of numbers.  The range (what comes out) consists of single numbers.  The image below compares the way we normally think of subtraction, on the left, and subtraction as an operator on a pair of numbers, on the right.</p>
<p style="padding-left:30px;">Though the view on the right may seem artificial, it seems less so if you see what we have to do to the diagram on the left to keep straight what input is what.</p>
<p style="padding-left:30px;"><a href="http://bertspeelpenning.files.wordpress.com/2010/11/subtraction-two-views.jpg"><img class="aligncenter size-full wp-image-2051" title="Subtraction - Two Views" src="http://bertspeelpenning.files.wordpress.com/2010/11/subtraction-two-views.jpg?w=600" alt=""   /></a></p>
<p style="padding-left:30px;">As another example, <em>sort-by-due-date </em>can be seen as a single-in, single-out operator where the domain consists of a bag of bills and the range consists of a linear arrangement  of these same bills &#8211; a special arrangement where the bills that need to be paid soon are up front and the bills that need to be paid later are in the back.</p>
<p>In prior posts in this series, we&#8217;ve looked at <em>state machines</em>, where the operators operate on the <em>state </em>of the machine.   We&#8217;ve played with stopwatches and calculators as examples of such machines.  Sometimes the state of these machines consisted of a single number, but more commonly, the state consists of multiple numbers and other things.  For example, the state of the tab in your browser window includes a history of sites, so that the &#8220;back&#8221; operator has a way to get you back to the site you were before you clicked on a link.</p>
<p>In the next post, we&#8217;ll play with some operators that have interesting domains and interesting ranges.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bertspeelpenning.wordpress.com/2029/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bertspeelpenning.wordpress.com/2029/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bertspeelpenning.wordpress.com/2029/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bertspeelpenning.wordpress.com/2029/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bertspeelpenning.wordpress.com/2029/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bertspeelpenning.wordpress.com/2029/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bertspeelpenning.wordpress.com/2029/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bertspeelpenning.wordpress.com/2029/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bertspeelpenning.wordpress.com/2029/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bertspeelpenning.wordpress.com/2029/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bertspeelpenning.wordpress.com/2029/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bertspeelpenning.wordpress.com/2029/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bertspeelpenning.wordpress.com/2029/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bertspeelpenning.wordpress.com/2029/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unlearningmath.com&amp;blog=5951213&amp;post=2029&amp;subd=bertspeelpenning&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://unlearningmath.com/2010/11/16/operators-functions-and-properties-part-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d3c9b59b905ea20e7394130345ac717?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kweetal</media:title>
		</media:content>

		<media:content url="http://bertspeelpenning.files.wordpress.com/2010/11/subtraction-two-views.jpg" medium="image">
			<media:title type="html">Subtraction - Two Views</media:title>
		</media:content>
	</item>
		<item>
		<title>Representations &#8211; Black Boxes &#8211; Equivalence 2</title>
		<link>http://unlearningmath.com/2010/05/08/representations-black-boxes-equivalence-2/</link>
		<comments>http://unlearningmath.com/2010/05/08/representations-black-boxes-equivalence-2/#comments</comments>
		<pubDate>Sun, 09 May 2010 04:49:59 +0000</pubDate>
		<dc:creator>Bert Speelpenning</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[black box]]></category>
		<category><![CDATA[denominations]]></category>
		<category><![CDATA[equivalence]]></category>
		<category><![CDATA[extending patterns]]></category>
		<category><![CDATA[models]]></category>
		<category><![CDATA[representations]]></category>
		<category><![CDATA[reverse engineering]]></category>
		<category><![CDATA[unlearning]]></category>

		<guid isPermaLink="false">http://unlearningmath.com/?p=1310</guid>
		<description><![CDATA[We ended the previous post in this series by looking at this figure: To recap, a black box is something where we have access to the behavior but not the internal organization.  We can propose a model for a black box, and we can talk about the equivalence between the model and the black box.  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unlearningmath.com&amp;blog=5951213&amp;post=1310&amp;subd=bertspeelpenning&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We ended the <a href="http://unlearningmath.com/2009/09/10/representations-black-boxes-equivalence/">previous post in this series</a> by looking at this figure:</p>
<p><img class="aligncenter size-full wp-image-1308" title="Equivalence Bb Model" src="http://bertspeelpenning.files.wordpress.com/2009/09/equivalence-bb-model.jpg?w=600" alt="Equivalence Bb Model"   />To recap, a <em>black box</em> is something where we have access to the behavior but not the internal organization.  We can propose a <em>model </em>for a black box, and we can talk about the equivalence between the model and the black box.  We call the black box and the model equivalent if they show the same behavior, regardless whether the model accurately matches the internal organization of the black box.  In the figure, two different models are shown, on the right, and I suggested in the previous post that those two boxes at the right have identical behavior, and hence would be equivalent to each other, even though they have a different internal organization.</p>
<p>Since the claim about equivalence is a claim about behavior, it might be tempting to just test the two boxes with many input values, and watch the output values to see if they are indeed the same.</p>
<p><img class="aligncenter size-full wp-image-1312" title="Equivalence between models" src="http://bertspeelpenning.files.wordpress.com/2009/09/equivalence-between-models.jpg?w=600" alt="Equivalence between models"   /></p>
<p>Yet how many inputs would you have to try, and in what order, to gain sufficient confidence that the two models behave the same?  Would a thousand be enough, or would you give up after five or six and consider it done?  Or, alternatively, you could just take my word for it, and save yourself even the minimal amount of work of checking five or six behaviors?</p>
<p>When we only look at some particular in-out behaviors, or grant authority to somebody and accept their take on what is going on, we are engaged in something other than mathematical reasoning.  We&#8217;ve given up on making sense of a situation for ourselves.  In this situation, we would be ignoring the information available to us, ignoring that we&#8217;ve been offered a glance inside of the box.  This is akin to playing poker without looking at your own cards &#8211; you might still luck out and win, but your odds of winning have gone way way down.</p>
<p>If we have the luxury of knowing what is inside of the box in model 1, we can use that info to see how the insides drive its behavior.  There are many different ways to approach this.  We might use the common language of algebra to describe it, and say that if &#8220;x&#8221; goes in, then &#8220;2x+1&#8243; comes out.  Or we might simply note that whenever we increase the value of what goes in by one, the value coming out of the &#8220;double&#8221; box will have gone up by two, and therefore the value coming out of the &#8220;add one&#8221; box will also have gone up by two.  The upshot of all of this is that if &#8220;in&#8221; goes up by one, then &#8220;out&#8221; goes up by two.  If we can agree that this is true for both boxes, and if we can further agree that both boxes have identical outputs for one identical input, then they must always behave the same, or would they?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bertspeelpenning.wordpress.com/1310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bertspeelpenning.wordpress.com/1310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bertspeelpenning.wordpress.com/1310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bertspeelpenning.wordpress.com/1310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bertspeelpenning.wordpress.com/1310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bertspeelpenning.wordpress.com/1310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bertspeelpenning.wordpress.com/1310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bertspeelpenning.wordpress.com/1310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bertspeelpenning.wordpress.com/1310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bertspeelpenning.wordpress.com/1310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bertspeelpenning.wordpress.com/1310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bertspeelpenning.wordpress.com/1310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bertspeelpenning.wordpress.com/1310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bertspeelpenning.wordpress.com/1310/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unlearningmath.com&amp;blog=5951213&amp;post=1310&amp;subd=bertspeelpenning&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://unlearningmath.com/2010/05/08/representations-black-boxes-equivalence-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d3c9b59b905ea20e7394130345ac717?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kweetal</media:title>
		</media:content>

		<media:content url="http://bertspeelpenning.files.wordpress.com/2009/09/equivalence-bb-model.jpg" medium="image">
			<media:title type="html">Equivalence Bb Model</media:title>
		</media:content>

		<media:content url="http://bertspeelpenning.files.wordpress.com/2009/09/equivalence-between-models.jpg" medium="image">
			<media:title type="html">Equivalence between models</media:title>
		</media:content>
	</item>
		<item>
		<title>Operators, Functions, and Properties &#8211; part 1</title>
		<link>http://unlearningmath.com/2010/04/19/operators-functions-and-properties-part-1/</link>
		<comments>http://unlearningmath.com/2010/04/19/operators-functions-and-properties-part-1/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 07:07:19 +0000</pubDate>
		<dc:creator>Bert Speelpenning</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[deferred computation]]></category>
		<category><![CDATA[extending patterns]]></category>
		<category><![CDATA[models]]></category>
		<category><![CDATA[naming]]></category>
		<category><![CDATA[representations]]></category>
		<category><![CDATA[state]]></category>
		<category><![CDATA[unlearning]]></category>

		<guid isPermaLink="false">http://unlearningmath.com/?p=1633</guid>
		<description><![CDATA[I intend to write some things on operators in mathematics, beginning in this post.  Functions and properties will be brought in as appropriate.   The idea of operators is absolutely basic and central to computers and computing; they are also important in mathematics, but aren&#8217;t usually put front and center in K-12 education.  In mathematics education, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unlearningmath.com&amp;blog=5951213&amp;post=1633&amp;subd=bertspeelpenning&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I intend to write some things on <em>operators </em>in mathematics, beginning in this post.  Functions and properties will be brought in as appropriate.   The idea of operators is absolutely basic and central to computers and computing; they are also important in mathematics, but aren&#8217;t usually put front and center in K-12 education.  In mathematics education, operators and functions don&#8217;t usually come to the fore until college level math, though you can easily find them foreshadowed in high school math or earlier.  Earlier still, kids learn about four particular <em>operations</em>: add, subtract, multiply and divide, and kids typically know that a calculator that can perform these four operations (but not much else) is called a four-<em>function </em>calculator.   So one of the things we can look at is the question whether a function is the same as an operation, and if not, how they are different.  Or whether an operation is the same as an operator, and if not, how they are different.  More important, I think, is to look for what is interesting and relevant about these ideas that is worth introducing earlier in school.  How, and how early, can kids get a handle on the idea that the &#8220;+&#8221; in 3+5 isn&#8217;t just a command to do something with 3 and 5 and get us a new number, 8, but that &#8220;plus&#8217; is something that can be looked at independently of the particular numbers 3 and 5 &#8211; that &#8220;plus&#8221; can be held up to the light and looked at and talked about.</p>
<p>As our starting point, I&#8217;d like us to imagine a small device with a single red button, and a screen that shows a single digit.  When you receive it, the device shows &#8220;3&#8243; on the screen, and nothing further happens until you push the button.</p>
<p style="text-align:center;"><a href="http://bertspeelpenning.files.wordpress.com/2010/04/single-digit-device-outside.jpg"><img class="size-full wp-image-1635 aligncenter" title="Single Digit Device - outside" src="http://bertspeelpenning.files.wordpress.com/2010/04/single-digit-device-outside.jpg?w=600" alt=""   /></a></p>
<p>The screen then shows &#8220;4&#8243; on the screen, and the &#8220;4&#8243; stays there until your patience runs out and you push the button again.  After playing with this device for several days, you&#8217;ve observed that the screen cycles through the single digits as follows, and it has kept up its repetitive behavior for that entire time:</p>
<p><a href="http://bertspeelpenning.files.wordpress.com/2010/04/single-digit-device-behavior.jpg"><img class="aligncenter size-full wp-image-1636" title="Single Digit Device - behavior" src="http://bertspeelpenning.files.wordpress.com/2010/04/single-digit-device-behavior.jpg?w=600" alt=""   /></a>Can we tell what the device does and how it works?  We have seen its outside, we&#8217;ve been able to shake it and rattle it, and listen for any signs of a clock or a rodent inside.  Probably more importantly, we&#8217;ve played with it and observed its behavior, which we characterized in the diagram above.</p>
<p>Just as important, but trickier: you probably have formed a model for what&#8217;s inside of the device.  The model may be detailed enough so that a device could be built from your model, or it may be a simple sketch or a simple mental image with lots of details lacking.  It is easier to predict that you have in fact formed some kind of a model of what the device is like than to predict what your model looks like.  There are many different models that fit the behavior observed.</p>
<p>For right now, I&#8217;d like to focus on the button and on what it does.  You might say that it makes a &#8220;4&#8243; appear on the screen, but that is only true in certain situations.  Since the device was showing a &#8220;3&#8243; when you got it, the first time you pushed the button, it did make a &#8220;4&#8243; appear.  Also, later, when another &#8220;3&#8243; is showing, when you pushed the button again a &#8220;4&#8243; appeared.  Yet in other situations, e.g. when a &#8220;0&#8243; is showing, pushing the button does not make a &#8220;4&#8243; appear.</p>
<p>So the description of what pushing the button does is not as straightforward as saying it makes a &#8220;4&#8243; appear &#8211; and yet clearly the button does <em>something</em>, regardless of what particular digit is currently showing, and there are different ways to characterize what it does.  We can talk about the button as doing something as part of the device, as an <em>operator</em> acting on the current <em>state </em>of the device.  How we talk about the operator, and what language we use for that, will depend on our model for the device.  In future posts, I will show three different models which yet all show the same outside behavior, each described in a different language.  And our view of the button as an operator will be colored accordingly.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bertspeelpenning.wordpress.com/1633/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bertspeelpenning.wordpress.com/1633/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bertspeelpenning.wordpress.com/1633/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bertspeelpenning.wordpress.com/1633/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bertspeelpenning.wordpress.com/1633/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bertspeelpenning.wordpress.com/1633/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bertspeelpenning.wordpress.com/1633/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bertspeelpenning.wordpress.com/1633/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bertspeelpenning.wordpress.com/1633/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bertspeelpenning.wordpress.com/1633/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bertspeelpenning.wordpress.com/1633/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bertspeelpenning.wordpress.com/1633/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bertspeelpenning.wordpress.com/1633/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bertspeelpenning.wordpress.com/1633/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unlearningmath.com&amp;blog=5951213&amp;post=1633&amp;subd=bertspeelpenning&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://unlearningmath.com/2010/04/19/operators-functions-and-properties-part-1/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d3c9b59b905ea20e7394130345ac717?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kweetal</media:title>
		</media:content>

		<media:content url="http://bertspeelpenning.files.wordpress.com/2010/04/single-digit-device-outside.jpg" medium="image">
			<media:title type="html">Single Digit Device - outside</media:title>
		</media:content>

		<media:content url="http://bertspeelpenning.files.wordpress.com/2010/04/single-digit-device-behavior.jpg" medium="image">
			<media:title type="html">Single Digit Device - behavior</media:title>
		</media:content>
	</item>
		<item>
		<title>Representations &#8211; Black Boxes &#8211; Equivalence</title>
		<link>http://unlearningmath.com/2009/09/10/representations-black-boxes-equivalence/</link>
		<comments>http://unlearningmath.com/2009/09/10/representations-black-boxes-equivalence/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 19:35:05 +0000</pubDate>
		<dc:creator>Bert Speelpenning</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[black box]]></category>
		<category><![CDATA[embedding]]></category>
		<category><![CDATA[extending patterns]]></category>
		<category><![CDATA[models]]></category>
		<category><![CDATA[representations]]></category>
		<category><![CDATA[reverse engineering]]></category>
		<category><![CDATA[unlearning]]></category>

		<guid isPermaLink="false">http://unlearningmath.com/?p=1298</guid>
		<description><![CDATA[I introduced the notion of a black box in an earlier post as some thing that has an internal organization that drives its behavior, and though we can see the behavior, we don&#8217;t have perfect knowledge of that internal organization.  In short, a black box has an inside and an outside, and we only have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unlearningmath.com&amp;blog=5951213&amp;post=1298&amp;subd=bertspeelpenning&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I introduced the notion of a <em>black box</em> in an <a href="http://unlearningmath.com/2009/08/31/representations-black-boxes/">earlier post</a> as some thing that has an internal organization that drives its behavior, and though we can see the behavior, we don&#8217;t have perfect knowledge of that internal organization.  In short, a black box has an inside and an outside, and we only have access to the outside.  What makes a black box interesting is when it has interesting behavior &#8211; but also because many different internal organizations could account for the behavior observed.   The notion that the internal organization is under-determined by external behavior is part and parcel of our modern age.</p>
<p>We call two black boxes <em>equivalent </em>if they exhibit the very same behavior.  This doesn&#8217;t require them to be identical.  A simple example is the telephone.  Let&#8217;s say I&#8217;ve been calling you every week for years, and I do the same today.  I dial the number, and I expect you to pick it up and talk.  Unbeknownst to me, you got a new phone yesterday, one with new-fangled bells and whistles: it plays music, takes pictures, and files your taxes.  Yet those differences, so important to you, don&#8217;t affect my call to you at all.  You still pick up and we still talk, and unless you tell me about your new phone, I would be none the wiser.  From my end, your phone behaves exactly the same as it did before.  My phone can still &#8220;talk&#8221; to your phone, and I can still talk to you.  It wasn&#8217;t necessary for me to upgrade my phone at the same time you upgraded yours.  For a phone to properly connect to the telephone network, it needs to behave in a particular way.  But if it does, it can be yellow or green, play Bach or Beatles for its ring tone, take pictures, be wired or wireless, have a headset or a speaker phone, fit in your pocket or hang from the wall.  The telephone network itself, the network to which telephones connect, has changed gradually: it used to only respond to the clicks of a rotary dial, then for a long time would accept either rotary dials or push button tones, and now many regions no longer support rotary dials.  Rotary dials and push button tones are an example of phones that are <em>not equivalent</em>: they behave differently in ways that &#8220;count&#8221; as far as the telephone network is concerned.  Land lines and cell phones (mobile phones) are likewise not equivalent, yet as long as the cell phone is within the reception area of the towers, the person on the other side of the telephone might not necessarily notice the difference.</p>
<p>Just like we can compare two black boxes and see if they have the same behavior, we can compare a black box and a model.  Imagine we had a black box and tried to figure out what the organization inside is like.  In doing so we might come up with a possible model for what the box is like.  The model might explain the behavior of the black box or it might give us a way to replicate the box.  If the model&#8217;s specification is too vague, none if this will work, but if it is precise enough, we can look at the functional match between the black box and the model.</p>
<p>For an example, let&#8217;s look at a particular black box with one input and one output.  Whenever you put &#8220;1&#8243; on the input, you get &#8220;3&#8243; on the output, whenever you put &#8220;5&#8243; on the input, you get &#8220;11&#8243; on the output, and the following table records the results of the experiment:</p>
<p><img class="aligncenter size-full wp-image-1308" title="Equivalence Bb Model" src="http://bertspeelpenning.files.wordpress.com/2009/09/equivalence-bb-model.jpg?w=600" alt="Equivalence Bb Model"   />On the left, I show the black box, and next to it a table of its behavior, to the extent we tested it in our experiment.  To the right of the table is a model.  In it, we figure that if we have a box that double the number fed in to it, and then feed its output to another box that adds one, we get a box that matches the behavior in the table.  Is this model equivalent to the black box?  Truth is, we don&#8217;t know.  We haven&#8217;t done enough experiments to be confident that the pattern holds beyond the four values we established in the table.  The model represents a <em>generalization </em>of what has been observed, it represents a <em>hypothesis</em>.  It is a real question whether any amount of experimenting would ever establish the equivalence between the black box and the model &#8211; and this is a question coming back to at greater length.  Right now, I&#8217;m more interested in comparing this model &#8211; the one with the &#8220;double&#8221; box inside of it &#8211; with the model shown on the right.  This model, too, matches the behavior laid out in the table.  I am confident that I can make a much stronger claim than that &#8211; that the two models will show identical behavior no matter what values are put on the input.  I suggest that it is possible to show equivalence between the two models without relying on a large amount of experimentation.  To do so (and I won&#8217;t do this in this post) requires a kind of thinking and a kind of making sense that&#8217;s of a very different nature.  It is this kind of thinking that we usually call mathematical thinking.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bertspeelpenning.wordpress.com/1298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bertspeelpenning.wordpress.com/1298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bertspeelpenning.wordpress.com/1298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bertspeelpenning.wordpress.com/1298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bertspeelpenning.wordpress.com/1298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bertspeelpenning.wordpress.com/1298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bertspeelpenning.wordpress.com/1298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bertspeelpenning.wordpress.com/1298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bertspeelpenning.wordpress.com/1298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bertspeelpenning.wordpress.com/1298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bertspeelpenning.wordpress.com/1298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bertspeelpenning.wordpress.com/1298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bertspeelpenning.wordpress.com/1298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bertspeelpenning.wordpress.com/1298/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unlearningmath.com&amp;blog=5951213&amp;post=1298&amp;subd=bertspeelpenning&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://unlearningmath.com/2009/09/10/representations-black-boxes-equivalence/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d3c9b59b905ea20e7394130345ac717?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kweetal</media:title>
		</media:content>

		<media:content url="http://bertspeelpenning.files.wordpress.com/2009/09/equivalence-bb-model.jpg" medium="image">
			<media:title type="html">Equivalence Bb Model</media:title>
		</media:content>
	</item>
		<item>
		<title>Representations &#8211; Number and Some Alternatives</title>
		<link>http://unlearningmath.com/2009/08/25/representations-number-and-some-alternatives/</link>
		<comments>http://unlearningmath.com/2009/08/25/representations-number-and-some-alternatives/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 22:38:02 +0000</pubDate>
		<dc:creator>Bert Speelpenning</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[denominations]]></category>
		<category><![CDATA[extending patterns]]></category>
		<category><![CDATA[invariants]]></category>
		<category><![CDATA[representations]]></category>
		<category><![CDATA[unlearning]]></category>

		<guid isPermaLink="false">http://unlearningmath.com/?p=1279</guid>
		<description><![CDATA[There are lots of ways to represent number - such as the number &#8220;ten&#8221;.  As grown-ups, we&#8217;re so used to a particular way of representing &#8220;ten&#8221; that we don&#8217;t often stop to think about what we&#8217;re doing &#8211; we just write &#8220;10&#8243; and we move on to something else.  And, indeed, our decimal system of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unlearningmath.com&amp;blog=5951213&amp;post=1279&amp;subd=bertspeelpenning&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are lots of ways to represent <em>number </em>- such as the number &#8220;ten&#8221;.  As grown-ups, we&#8217;re so used to a particular way of representing &#8220;ten&#8221; that we don&#8217;t often stop to think about what we&#8217;re doing &#8211; we just write &#8220;10&#8243; and we move on to something else.  And, indeed, our decimal system of writing numbers has enough good things going for it that it may seem strange to even bother with alternatives.  And yet, you only have to look at your wallet or your coin purse to see a whole different way of representing number.  In your wallet, you have some combination of standard denominations.  My wallet contains a single five dollar bill, and eight single-dollar bills.  My coin purse contains three quarters, seven dimes, two nickels and seven pennies.  Together, they represent the value of an asset called &#8220;cash&#8221;.  In the decimal system of representation, we would write this as $14.62, which combines the unit ($) and the number (14.62).  Number can be represented by a set of objects like coins, of standard denominations.</p>
<p>The &#8220;coin purse&#8221; approach for representing number has its advantages and disadvantages.  The most obvious advantage is the ease of addition.  To add a number represented by a pile of coins to another number represented by a pile of coins, I simply join to the two piles of coins.  Done -  I am now left with a pile of coins representing the sum of the two numbers!  If this seems like cheating &#8211; it really isn&#8217;t.  In the world of the coin purse representation, the question &#8220;how much is in the coin purse?&#8221; is as nonsensical a question as &#8220;how much is 10?&#8221; in our normal way of representing number.  The answer to &#8220;how much is in the coin purse?&#8221; in the world of the coin purse representation is  simply showing the coin purse and saying &#8220;this much&#8221;.  However, this whole tale points to a disadvantage of the coin purse representation: the conversion to our normal representation takes some work, and takes some time.  However, the primary use for wallets and coin purses is when paying in stores, and there the question isn&#8217;t usually &#8220;how much money is in your coin purse?&#8221; but something more like &#8220;do you have two pennies?&#8221;.  Another common use for coin purses is when dealing with soda machines or the like.  Then the question is: &#8220;do you have enough quarters?&#8221;  All of these are easy to answer even without knowing the total make up of what&#8217;s in your coin purse.  Increasingly, the major use of my coin purse has become accepting coins in change &#8211; and not payment at all.  I pay with bills, and get coins back, which are put in the coin purse without any counting whatsoever.  When coin purse gets full, it is emptied into the coin jar, and once a year or so I find a way to exchange the stuff in the coin jar for bills, which then go into the wallet.<br />
For the kinds of uses that wallets and coin purses are most often used for, that representation of number is quite successful.</p>
<p>The main theme here is that the suitability of a particular representation is very related to what the representation is being used for.  In rare cases, a representation can be so well suited for a particular use that we are completely willing to put up with the conversion into and out of that representation from the more familiar representations.  (A simple example:  if I ask you how much 34 x 1376 is, you may be completely willing to convert the &#8220;34&#8243; from a representation on paper to one inside of a calculator by pressing the &#8220;3&#8243; and the &#8220;4&#8243; button, etc.  You would judge the conversion worth it because the calculator is so much better suited to the job of multiplying large numbers than the sheet of paper is.)</p>
<p>As a final example in this blog entry, let&#8217;s examine the representation of number used in the picture below.  Imagine that you have a friend who counts cars at a particular intersection, to collect evidence that a traffic light might be needed.  You relieve her at the agreed-upon time, and she hands you this, saying &#8220;sorry &#8211; got to run.&#8221;  You notice that she has been doing the counting differently than you do.  You would have used tally marks.  How did she do it instead?  How does she represent the number of cars on her piece of paper?</p>
<p style="text-align:center;"><img class="aligncenter size-full wp-image-1282" title="cluster count" src="http://bertspeelpenning.files.wordpress.com/2009/08/cluster-count.jpg?w=600" alt="cluster count"   /></p>
<p style="text-align:left;">You figure that as cars approach the intersection, she wrote down the number of cars she saw.  You figure that when three cars approached the intersection at the same time, she simply wrote down &#8220;3&#8243; instead of &#8220;|||&#8221;.  At the top, on the left, you see such a &#8220;3&#8243;, and it is followed by a &#8220;2&#8243;, so you figure she then saw two cars approach the intersection.  And then one car, and another, and then three.  Or was it eleven cars and then three?  You then notice that the top left 3 and 2 are crossed out, and you see a &#8220;5&#8243; below.  You surmise that she must have used periods of relative calm to replace some groups of numbers by their total.  The two &#8220;1&#8243;s have also been crossed out, and there is a &#8220;2&#8243; below, so you figure your guess that the two &#8220;1&#8243;s represented two single cars rather than a wave of eleven cars is correct.  Below the &#8220;3 1 2 4&#8243;, which are crossed out, you find a &#8220;1&#8243; and a &#8220;0&#8243;, and since 3+1+2+4=10, you figure that this &#8220;1 0&#8243; represents ten.</p>
<p style="text-align:left;">So while you have been tally marking the cars that arrived since you took over, you think you have figured out her system, and you decide that it is a workable system.  It occurs to you that not only is it a system for marking cars as they arrive at the intersection, it also gives a representation of number.  In this system, number is represented as a bunch of smaller numbers, those not crossed out.  Like the coin purse, what matters is the total.  Unlike the coin purse, the pieces that make up the total don&#8217;t come in standard denominations.   Yet unlike the coin purse, I never need to worry about making change.  In the coin purse, when I need a quarter, and there is no quarter in the coin purse, I need to find somebody to give my two dimes and five pennies to, in return for the quarter.  In the car count situation, if I have an &#8220;8&#8243; and a &#8220;7&#8243; on my paper, I am free to cross them both out and replace them with a &#8220;9&#8243; and a &#8220;6&#8243;, or a &#8220;10&#8243; and a &#8220;5&#8243;, or a &#8220;15&#8243;, all according to my choosing.</p>
<p style="text-align:left;">Come to think of it, my assets are represented as a bunch of smaller numbers to be totaled up: the cash in my pockets, the coins in my coin jar, the balance in my checking account, the balance in my brokerage account &#8211; and this is even before we look at the less easily unlocked value in my house, my car, my collection of CDs and so on.  When I withdraw $60 from the ATM, I&#8217;ve got $60 more in my wallet, and $60 less in my checking account.  It nets out.  From a bird&#8217;s eye view, from the view of the representation of my assets, nothing has really changed.  It wouldn&#8217;t make sense for me to look at my wallet and exclaim that I was now richer by $60.  Nor would it make sense for me to look at my bank account balance and exclaim that I was now $60 poorer.  Until I spend the cash, I&#8217;m neither richer nor poorer.  Representing number as the total of a bunch of smaller numbers might actually be quite common and quite useful, even if I never actually total up these numbers.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bertspeelpenning.wordpress.com/1279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bertspeelpenning.wordpress.com/1279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bertspeelpenning.wordpress.com/1279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bertspeelpenning.wordpress.com/1279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bertspeelpenning.wordpress.com/1279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bertspeelpenning.wordpress.com/1279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bertspeelpenning.wordpress.com/1279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bertspeelpenning.wordpress.com/1279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bertspeelpenning.wordpress.com/1279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bertspeelpenning.wordpress.com/1279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bertspeelpenning.wordpress.com/1279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bertspeelpenning.wordpress.com/1279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bertspeelpenning.wordpress.com/1279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bertspeelpenning.wordpress.com/1279/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unlearningmath.com&amp;blog=5951213&amp;post=1279&amp;subd=bertspeelpenning&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://unlearningmath.com/2009/08/25/representations-number-and-some-alternatives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d3c9b59b905ea20e7394130345ac717?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kweetal</media:title>
		</media:content>

		<media:content url="http://bertspeelpenning.files.wordpress.com/2009/08/cluster-count.jpg" medium="image">
			<media:title type="html">cluster count</media:title>
		</media:content>
	</item>
		<item>
		<title>Representations &#8211; Formulas and Some Alternatives</title>
		<link>http://unlearningmath.com/2009/08/23/representations-formulas-and-some-alternatives/</link>
		<comments>http://unlearningmath.com/2009/08/23/representations-formulas-and-some-alternatives/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 15:59:27 +0000</pubDate>
		<dc:creator>Bert Speelpenning</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[embedding]]></category>
		<category><![CDATA[extending patterns]]></category>
		<category><![CDATA[math class]]></category>
		<category><![CDATA[models]]></category>
		<category><![CDATA[representations]]></category>
		<category><![CDATA[unlearning]]></category>
		<category><![CDATA[whole vs. parts]]></category>

		<guid isPermaLink="false">http://unlearningmath.com/?p=1258</guid>
		<description><![CDATA[There are systems of notation for mathematical expressions that are in wide use.  One of them is so widely used and so well-known that we often think of it as the only one, the real one, the true one and the best one. If I write , then people the world over will agree that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unlearningmath.com&amp;blog=5951213&amp;post=1258&amp;subd=bertspeelpenning&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are systems of notation for mathematical expressions that are in wide use.  One of them is so widely used and so well-known that we often think of it as the only one, the real one, the true one and the best one.</p>
<p>If I write <img src='http://s0.wp.com/latex.php?latex=%5Cpi+r%5E2+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;pi r^2 ' title='&#92;pi r^2 ' class='latex' />, then people the world over will agree that this means the multiplication of three quantities: the quantity indicated by <img src='http://s0.wp.com/latex.php?latex=%5Cpi+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;pi ' title='&#92;pi ' class='latex' />, the quantity indicated by <img src='http://s0.wp.com/latex.php?latex=r+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='r ' title='r ' class='latex' /> and again the quantity indicated by <img src='http://s0.wp.com/latex.php?latex=r+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='r ' title='r ' class='latex' /> .   Within the same general scheme, we can yet find alternative ways to render this mathematical expression: <img src='http://s0.wp.com/latex.php?latex=r%5E2+%5Cpi+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='r^2 &#92;pi ' title='r^2 &#92;pi ' class='latex' /> or <img src='http://s0.wp.com/latex.php?latex=%5Cpi+r+r+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;pi r r ' title='&#92;pi r r ' class='latex' /> .</p>
<p>Certainly, <img src='http://s0.wp.com/latex.php?latex=%5Cpi+r%5E2+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;pi r^2 ' title='&#92;pi r^2 ' class='latex' /> stands as the standard &#8211; some of you may even consider the alternatives I gave as incorrect.  After all, you might say, the constant must come before the variable, and exponents should be used rather than repeated multiplication.  True, as far as it goes &#8211; but I don&#8217;t think it goes very far.  Among several equal renderings <img src='http://s0.wp.com/latex.php?latex=pi+r%5E2+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='pi r^2 ' title='pi r^2 ' class='latex' />, <img src='http://s0.wp.com/latex.php?latex=r+r+%5Cpi+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='r r &#92;pi ' title='r r &#92;pi ' class='latex' />, <img src='http://s0.wp.com/latex.php?latex=r%5E2+%5Cpi+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='r^2 &#92;pi ' title='r^2 &#92;pi ' class='latex' />, <img src='http://s0.wp.com/latex.php?latex=r+%5Cpi+r+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='r &#92;pi r ' title='r &#92;pi r ' class='latex' />, some are &#8220;more equal than others&#8221;, in the wonderful phrasing of George Orwell.  By writing the formula in the standard way, <img src='http://s0.wp.com/latex.php?latex=%5Cpi+r%5E2+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;pi r^2 ' title='&#92;pi r^2 ' class='latex' />, others will recognize it immediately, and remember it as the formula for the area of a circle.  The other variants require more effort to recognize as the area of a circle.</p>
<p>Yet the historical fact of the spread of a particular system of notation needn&#8217;t blind us to the virtues of other kinds of representations, even if we don&#8217;t typically encounter them in math class in secondary schools.  It isn&#8217;t actually hard to imagine an alternate history in which a whole different system of representation would have come down to us, a system we then would think of as the true one.  As recent as a hundred years ago, we would still encounter peoples in jungles or in remote places like the highlands of New Guinea who had lived in isolation, with strange languages and strange cultures and strange civilizations.  Star Trek also got us interested in boldly going to seek new civilizations.  Such new civilizations may well know how to get the area of a circle, but there is no reason to assume their way to represent this would be <img src='http://s0.wp.com/latex.php?latex=%5Cpi+r%5E2+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;pi r^2 ' title='&#92;pi r^2 ' class='latex' />.</p>
<p>Let&#8217;s imagine a civilization where the formula for the area of a circle would routinely be represented as follows:</p>
<p><img class="aligncenter size-full wp-image-1267" title="Area of Circle" src="http://bertspeelpenning.files.wordpress.com/2009/08/area-of-circle-box1.jpg?w=600" alt="Area of Circle"   />Let&#8217;s be clear: I&#8217;m not asking you to look at this as a <em>picture </em>for the formula, I&#8217;m asking you to consider a civilization in which this would <em>be </em>the formula.  In this civilization, the basic building blocks for formulas are boxes where something goes in and something comes out.  If what happens in a box is simple enough, you simply state it (&#8220;multiply&#8221;), if what happens is more involved, you draw the box with smaller boxes inside that indicate what happens to produce the quantity that comes out.  You could also imagine that when people in this civilization jot down something quickly on scratch paper, they would cut corners and streamline it some, perhaps coming up with something like this:</p>
<p><img class="aligncenter size-full wp-image-1269" title="Area of Circle, streamlined" src="http://bertspeelpenning.files.wordpress.com/2009/08/area-of-circle-streamlined.jpg?w=600" alt="Area of Circle, streamlined"   /></p>
<p>The representation with boxes, as well as the streamlined version with arrows, shows quantities being obtained from other quantities through some orderly process.  It&#8217;s the same &#8220;orderliness&#8221; that underlies the notation <img src='http://s0.wp.com/latex.php?latex=%5Cpi+r%5E2+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;pi r^2 ' title='&#92;pi r^2 ' class='latex' /> but note how it is expressed in a completely different way.</p>
<p>Here is yet another way to represent these ideas, this time in a more verbal way, but still quite precise.</p>
<p style="padding-left:30px;">The area of a circle =  pi times s,<br />
<strong>where</strong> pi is a constant, which is often given as 3.14 or 22/7, though each is an approximation,<br />
<strong>where</strong> s is the area of a square that has r as its side:   s = r times r,<br />
<strong>where</strong> r is the radius of the circle,<br />
<strong>where</strong> the radius of the circle is the distance from the edge of the circle to its center.</p>
<p>This style of representation, based on &#8220;where clauses&#8221;, may seem cumbersome at first glance, yet it contains a lot of information.  It also maps onto a picture of the situation really well:</p>
<p><img class="aligncenter size-full wp-image-1272" title="Area of Circle &quot;where clauses&quot;" src="http://bertspeelpenning.files.wordpress.com/2009/08/area-of-circle-where.jpg?w=600" alt="Area of Circle &quot;where clauses&quot;"   /></p>
<p>We could spend a lot of time on each of these representations, and showing how come each is in fact a legitimate and precise way to render the idea of the area of the circle.  In addition, we could look at the advantages and disadvantages of each.  Each pushes something into the <a href="http://unlearningmath.com/2009/08/14/representations-foreground-and-background/">foreground, relegating something else into the background</a>.  Some may be more suitable for learners, some may be more suitable for experienced folks.  Some may be more suitable on a piece of scratch paper or a blackboard, some may be more suitable using a standard keyboard.</p>
<p>Of all these representational approaches, quite different from each other, one approach is the one we happen to have inherited.  The result is that, for most of us, we think of <img src='http://s0.wp.com/latex.php?latex=%5Cpi+r%5E2+&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;pi r^2 ' title='&#92;pi r^2 ' class='latex' /> as the true representation, better than all the other ones.</p>
<p>In my experience with sixth and seventh graders, the representation with the boxes appears natural for them.  You show it, they start using it on their own.  The boxes don&#8217;t seem to occur to them as something that&#8217;s hard to learn &#8211; it seems to occur to them as something that doesn&#8217;t require learning at all.  It is interesting to watch them play with these and discover notions like &#8220;nesting&#8221; (boxes within boxes) and never having to stop to talk about parentheses or order of operations.  Still, I am not suggesting we change which representations we teach, and in what grades.  Rather, I&#8217;m suggesting that freeing yourself up from the single standard representation yields important benefits when working with students.  It is good when math students show a fluidity and flexibility in moving in and out of various representations, and coming up with their own.  Sometimes, such non-standard use of representations is discouraged in the classroom rather than celebrated.</p>
<p style="text-align:left;">
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bertspeelpenning.wordpress.com/1258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bertspeelpenning.wordpress.com/1258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bertspeelpenning.wordpress.com/1258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bertspeelpenning.wordpress.com/1258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bertspeelpenning.wordpress.com/1258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bertspeelpenning.wordpress.com/1258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bertspeelpenning.wordpress.com/1258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bertspeelpenning.wordpress.com/1258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bertspeelpenning.wordpress.com/1258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bertspeelpenning.wordpress.com/1258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bertspeelpenning.wordpress.com/1258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bertspeelpenning.wordpress.com/1258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bertspeelpenning.wordpress.com/1258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bertspeelpenning.wordpress.com/1258/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unlearningmath.com&amp;blog=5951213&amp;post=1258&amp;subd=bertspeelpenning&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://unlearningmath.com/2009/08/23/representations-formulas-and-some-alternatives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d3c9b59b905ea20e7394130345ac717?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kweetal</media:title>
		</media:content>

		<media:content url="http://bertspeelpenning.files.wordpress.com/2009/08/area-of-circle-box1.jpg" medium="image">
			<media:title type="html">Area of Circle</media:title>
		</media:content>

		<media:content url="http://bertspeelpenning.files.wordpress.com/2009/08/area-of-circle-streamlined.jpg" medium="image">
			<media:title type="html">Area of Circle, streamlined</media:title>
		</media:content>

		<media:content url="http://bertspeelpenning.files.wordpress.com/2009/08/area-of-circle-where.jpg" medium="image">
			<media:title type="html">Area of Circle &#34;where clauses&#34;</media:title>
		</media:content>
	</item>
		<item>
		<title>Key Math Ideas Not Taught In School &#8211; Invariants</title>
		<link>http://unlearningmath.com/2009/07/27/key-math-ideas-not-taught-in-school-invariants/</link>
		<comments>http://unlearningmath.com/2009/07/27/key-math-ideas-not-taught-in-school-invariants/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 06:14:51 +0000</pubDate>
		<dc:creator>Bert Speelpenning</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[invariants]]></category>
		<category><![CDATA[math class]]></category>
		<category><![CDATA[models]]></category>
		<category><![CDATA[reverse engineering]]></category>
		<category><![CDATA[unlearning]]></category>

		<guid isPermaLink="false">http://unlearningmath.com/?p=1194</guid>
		<description><![CDATA[&#8220;Counting&#8221; involves a number of different mathematical ideas If you watch really young children count, you may notice that they aren&#8217;t all doing the same thing.  For some children, counting &#8220;one-two-three&#8221; is done in very much the same way as singing a song, or as reciting the Pledge of Allegiance.  One word comes after another, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unlearningmath.com&amp;blog=5951213&amp;post=1194&amp;subd=bertspeelpenning&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>&#8220;Counting&#8221; involves a number of different mathematical ideas</strong></p>
<p>If you watch really young children count, you may notice that they aren&#8217;t all doing the same thing.  For some children, counting &#8220;one-two-three&#8221; is done in very much the same way as singing a song, or as reciting the Pledge of Allegiance.  One word comes after another, in a predictable and repeatable way.  The one-two-three sequence isn&#8217;t yet linked to a notion of quantity.</p>
<p>For other kids, counting &#8220;one-two-three&#8221; is done the same way as reciting &#8220;eeny meeny miny moe&#8221; while pointing at one thing after another, more or less in unison.  These kids show understanding of some idea of <em>correspondence</em>, that the counting words have some relation to the things being counted.</p>
<p>When kids start to be able to count piles of blocks or stacks of pennies &#8211; that is, they are clear that the number they come up with is a number that tells you something important about the pile of blocks &#8211; there are significant variations in the degree of repeatability, organization, and certainty in the process of counting.  Some kids carefully count the blocks moving from left to right, others count in what looks to the observer to be a random order but somehow seem to be able to keep track visually as to which blocks have already been visited and which blocks have not.  Other kids move the blocks as they count them, yet others move their fingers to help them separate the blocks that have been counted from the blocks that haven&#8217;t yet been counted.</p>
<p>Why am I looking at counting rather than at something more mathematically sophisticated?  I actually think there is plenty of sophistication in the conglomeration of ideas that make up &#8220;counting&#8221;.  Looking at what kids do with it is one way to really get the subtlety of it.  As adults, we are so familiar with counting that it is hard to see all the assumptions that go into it, hard to see all the stuff about counting that we take for granted.</p>
<p>One of the ways to talk about all the stuff we take for granted about counting is to come up with some scenarios in which we recoil from trying to count at all.  A simple one is counting the bees in a swarm of bees.  Me, if I needed to do such a thing, I&#8217;d be more inclined to trap them all in a big plastic bag, and then weigh the bag.  From the weight of the bag (strictly speaking, the difference in the weight before and after) I could make a pretty shrewd estimate of the number of bees in the bag.  But counting them?  Not likely.<br />
A trickier example is counting the bubbles after you pour yourself a glass of Coke.  But here we might dismiss the example as one where maybe there isn&#8217;t a real count that the process of counting could reveal.  For we all know that bubbles come and go faster than we can count.</p>
<p><strong>Counting takes time</strong></p>
<p>One of the irreducible facts about counting is that it takes time.  We go through stages, steps.  And something is happening in these steps, something mathematical.  The mathematics doesn&#8217;t just magically show up when we&#8217;re done, it is there along the way.  There&#8217;s something <em>we&#8217;ve got</em>, all the way along the way, even before we&#8217;re all the way done counting, something worth standing still and paying attention to.  If our way of counting is intentional, we expect to be making progress, to get closer to a final result we call <em>the count</em>.  While we&#8217;re counting, we are proceeding from just beginning, to being somewhere along the way, to being almost done, to being done.  Clear, then, something is changing along the way.  It is not hard for us to pay attention to what it is that is changing, it seems a rather natural thing to do.  Not so natural, but just as important, is to look at what it is that is staying the same, all along the way.  Along the way, something is staying <em>invariant</em>, something important to the process of counting.</p>
<p><strong>Invariants during counting</strong></p>
<p>Once you decide to look for things that stay the same during the process of counting, you won&#8217;t have much difficulty finding some.  A key idea in counting is that there is a pile of stuff that&#8217;s<em> already counted</em>, and a pile of stuff that <em>hasn&#8217;t been counted yet</em>.  How the piles are organized, and how you can tell where one pile ends and the other one begins, that depends on the details on how you do your counting.   I&#8217;ve given some examples of how kids count above.  The pile of stuff that&#8217;s already counted has a number associated with it, and this is a number important to keep track of.  It is the number that you hear children say out loud when they count.  The number they say out loud is the number that matches the number of items in the pile <em>already counted</em>.  This is the fundamental invariant of the act of counting, no matter the details of how you do your counting.  You may count by ones or by twos, from left to right or from right to left, you may move the things you count or simply move your finger.  Regardless of the details, you are keeping track of a pile or group that you consider <em>already counted</em>, and you have a number to go with it.  As you make progress in your process of counting, the pile of <em>hasn&#8217;t been counted yet</em> will shrink.  When that pile is all gone, the other pile will have all the stuff in it, and the number you&#8217;ve been keeping track of can now be promoted from intermediary result to final result.<br />
(There are other invariants during the process of counting &#8211; you may have thought of some while we discussed this.  One is the total count &#8211; even though we don&#8217;t know what this number is (until we&#8217;re done), we assume there is such a number, and that it doesn&#8217;t change while counting.  If the things we&#8217;re counting are dying or breeding while we count, we can come up with a count alright, but we wouldn&#8217;t put much stock in being able to say what exactly it was that we counted.  We end up with a number, but without a clear idea of the pile of stuff that the number corresponds to.)</p>
<p><strong>Other invariants</strong></p>
<p>I discussed the process of counting, since we&#8217;re all familiar with it, and with a number of variations of it.  It provides us with a useful starting point from which to start looking for invariants.  Invariants are a useful thing to look for whenever the process of getting our result takes more than a single step.  Below is a picture for the standard algorithm for multiplying 34 x 12.  The final result is 408.  The 408 is obtained by adding 48 and 360.  Yet many people (kids as well as adults) who use this method have nevertheless no idea what the 48 and the 360 represent.  That wasn&#8217;t considered important.</p>
<p style="text-align:center;"><img class="aligncenter size-full wp-image-1210" title="multiplication, standard algorithm" src="http://bertspeelpenning.files.wordpress.com/2009/07/multiplication.jpg?w=600" alt="multiplication, standard algorithm"   /></p>
<p style="text-align:left;">The 48 represents 4 x 12.  In this, 12 is the top number, and 4 is the rightmost digit of 34.  By putting down 48 we&#8217;re saying essentially that we&#8217;ve now dealt with the 4, and the 30 is still to be dealt with.  When we put down 360, which represents 30 x 12, we are saying that both the 4 and the 30 of the 34 has been dealt with (and if 34 had any hundreds or thousands in it, we would have added more lines till all of those would be accounted for as well.)  Below is the same multiplication, but this time annotated.</p>
<p style="text-align:center;"><img class="aligncenter size-full wp-image-1212" title="multiplication annotated" src="http://bertspeelpenning.files.wordpress.com/2009/07/multiplication-annotated.jpg?w=600" alt="multiplication annotated"   /></p>
<p style="text-align:left;">The annotation is just for our benefit &#8211; I&#8217;m not suggesting that anybody should write their multiplications this way.  We start with having to do 34 x 12.  After the first line, we&#8217;ve got 4 x 12 of the 34 x 12 accounted for, and we&#8217;ve got 30 x 12 left to do.  After the second line, we&#8217;ve got another 30 x 12 accounted for, and we&#8217;ve got 0 x 12 left to do.  When we add the numbers on the left, 48 and 360, what we&#8217;re adding is 4 x 12 and 30 x 12, so we can see that 408 matches 34 x 12.  What is invariant in each step is that we have numbers that represent multiples of 12, and that more and more digits of 34 have been accounted for.  For us to be more precise in our formulation it would help to bring in a three- or four-digit bottom number, but I&#8217;ll spare you that.</p>
<p style="text-align:left;"><strong>What about invariants?</strong></p>
<p style="text-align:left;">Looking for invariants in a computational process is something that can gain us clarity.  It isn&#8217;t necessarily a new way of doing things, but rather a different way to look at what it is we&#8217;re doing already.  When we&#8217;re doing something with many steps, we must be keeping track of some number of things while we move from step to step.  The numbers we&#8217;re saying out loud, or the partial results we&#8217;re writing down, they tell us something; they represent a truth about some part of the process we&#8217;ve already dealt with.  Articulating what truth those partial results represent, and finding and describing the invariants, turns out to be a very useful practice.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bertspeelpenning.wordpress.com/1194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bertspeelpenning.wordpress.com/1194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bertspeelpenning.wordpress.com/1194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bertspeelpenning.wordpress.com/1194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bertspeelpenning.wordpress.com/1194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bertspeelpenning.wordpress.com/1194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bertspeelpenning.wordpress.com/1194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bertspeelpenning.wordpress.com/1194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bertspeelpenning.wordpress.com/1194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bertspeelpenning.wordpress.com/1194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bertspeelpenning.wordpress.com/1194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bertspeelpenning.wordpress.com/1194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bertspeelpenning.wordpress.com/1194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bertspeelpenning.wordpress.com/1194/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unlearningmath.com&amp;blog=5951213&amp;post=1194&amp;subd=bertspeelpenning&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://unlearningmath.com/2009/07/27/key-math-ideas-not-taught-in-school-invariants/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d3c9b59b905ea20e7394130345ac717?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kweetal</media:title>
		</media:content>

		<media:content url="http://bertspeelpenning.files.wordpress.com/2009/07/multiplication.jpg" medium="image">
			<media:title type="html">multiplication, standard algorithm</media:title>
		</media:content>

		<media:content url="http://bertspeelpenning.files.wordpress.com/2009/07/multiplication-annotated.jpg" medium="image">
			<media:title type="html">multiplication annotated</media:title>
		</media:content>
	</item>
		<item>
		<title>Key Math Ideas Not Taught In School</title>
		<link>http://unlearningmath.com/2009/07/01/key-math-ideas-not-taught-in-school/</link>
		<comments>http://unlearningmath.com/2009/07/01/key-math-ideas-not-taught-in-school/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 22:55:55 +0000</pubDate>
		<dc:creator>Bert Speelpenning</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[extending patterns]]></category>
		<category><![CDATA[invariants]]></category>
		<category><![CDATA[math class]]></category>
		<category><![CDATA[models]]></category>
		<category><![CDATA[representations]]></category>
		<category><![CDATA[reverse engineering]]></category>
		<category><![CDATA[unlearning]]></category>

		<guid isPermaLink="false">http://unlearningmath.com/?p=1186</guid>
		<description><![CDATA[There is a shape, a progression, to the typical school curriculum from Kindergarten through High School, at least in the United States, and this progression hasn&#8217;t changed much in the last 50 years or so.  We&#8217;ve gotten used to this progression, this story arc, and it shapes our very perception of what math is.  There [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unlearningmath.com&amp;blog=5951213&amp;post=1186&amp;subd=bertspeelpenning&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There is a shape, a progression, to the typical school curriculum from Kindergarten through High School, at least in the United States, and this progression hasn&#8217;t changed much in the last 50 years or so.  We&#8217;ve gotten used to this progression, this story arc, and it shapes our very perception of what math is.  There is nothing particularly wrong with this, but it is useful at times to take a fresh look and question this arc.</p>
<p>In a recent <a href="http://www.ted.com/talks/lang/eng/arthur_benjamin_s_formula_for_changing_math_education.html">TED talk</a>, Arthur Benjamin does exactly this, by suggesting that the apex of the arc may want to be Statistics rather than Calculus.  If I understand him correctly, he isn&#8217;t merely talking about the courses you take in college, he is talking about the material taught at lower levels that prepare people properly for Calculus or for Statistics.  His argument, roughly, is that no matter how important Calculus is as a cultural heritage, and no matter how important it is for college students in the sciences and engineering, very few others will use Calculus in daily life, and many more would benefit from a grounding in statistics and probability, as a way to deal with risk and uncertainty.</p>
<p>I&#8217;m not interested, at least not here, in discussing the details of Benjamin&#8217;s idea further.   My first reaction is two-fold: the first one is that it is great that somebody is doing this kind of thinking, though I predict that even such a relatively mild shift in how mathematics is taught (and seen) will undoubtedly provoke a massive amount of reaction arguing that the way we currently do things must not be altered lest Western Civilization collapse.  The second one is that Benjamin is looking at relatively late stages in the curriculum &#8211; too late, I think &#8211; given that vast masses of children will be permanently turned off from any kind of enjoyment of mathematics well before any fork in the road appears where one way leads to Calculus and the other leads to Statistics.</p>
<p>I am starting a new series, with this post, to look at important mathematical ideas that currently have no place in the math curriculum.  They aren&#8217;t necessarily complicated ideas, and the ideas aren&#8217;t necessarily alien to the current way of doing it.  They are mostly ideas whose relevance to the math curriculum has been largely unexamined.  The ideas that I will highlight mostly have their origin in the field of computer science, a branch of thinking that has revolutionized the way  we look at computation and algorithms over the last 50 years, and which has helped shape the computer revolution that has utterly changed the face of the world, yet has left almost no trace in the mathematics curriculum (other than in the arguments whether to allow children to use calculators when doing their math homework)!</p>
<p>The ideas I want to highlight in this series are interesting and fascinating in their own right, I think, and I don&#8217;t want to leave the impression that I have a fully-formed curriculum in mind in which those ideas would fit.  You may find it more useful to read the entries as background ideas aimed at teachers rather than content for a curriculum for children.</p>
<p>In the next few entries in this series we will be looking at the notion of <em>invariants</em> and <em>transactions</em>.  Both are, at bottom, very simple ideas, which have become refined and well-articulated in the world of computer science.  A number of well-known mathematical ideas and practices will look very different once viewed through this other perspective.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bertspeelpenning.wordpress.com/1186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bertspeelpenning.wordpress.com/1186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bertspeelpenning.wordpress.com/1186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bertspeelpenning.wordpress.com/1186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bertspeelpenning.wordpress.com/1186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bertspeelpenning.wordpress.com/1186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bertspeelpenning.wordpress.com/1186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bertspeelpenning.wordpress.com/1186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bertspeelpenning.wordpress.com/1186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bertspeelpenning.wordpress.com/1186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bertspeelpenning.wordpress.com/1186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bertspeelpenning.wordpress.com/1186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bertspeelpenning.wordpress.com/1186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bertspeelpenning.wordpress.com/1186/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unlearningmath.com&amp;blog=5951213&amp;post=1186&amp;subd=bertspeelpenning&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://unlearningmath.com/2009/07/01/key-math-ideas-not-taught-in-school/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d3c9b59b905ea20e7394130345ac717?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kweetal</media:title>
		</media:content>
	</item>
		<item>
		<title>Quantity &#8211; Different Kinds of Numbers: Notations</title>
		<link>http://unlearningmath.com/2009/06/13/quantity-different-kinds-of-numbers-notations/</link>
		<comments>http://unlearningmath.com/2009/06/13/quantity-different-kinds-of-numbers-notations/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 14:21:32 +0000</pubDate>
		<dc:creator>Bert Speelpenning</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[denominations]]></category>
		<category><![CDATA[extending patterns]]></category>
		<category><![CDATA[models]]></category>
		<category><![CDATA[naming]]></category>
		<category><![CDATA[representations]]></category>
		<category><![CDATA[reverse engineering]]></category>
		<category><![CDATA[unlearning]]></category>

		<guid isPermaLink="false">http://unlearningmath.com/2009/06/13/quantity-different-kinds-of-numbers-passkeys/</guid>
		<description><![CDATA[When you think of operations as having a front office component and a back office component, where the front office component provides the public face and the back office component provides the implementation, as we first introduced in the post about classes, a new view of quantities emerges.  In traditional school math, for example, there [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unlearningmath.com&amp;blog=5951213&amp;post=1175&amp;subd=bertspeelpenning&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When you think of operations as having a front office component and a back office component, where the front office component provides the public face and the back office component provides the implementation, as we first introduced in the post about <a href="http://unlearningmath.com/2009/06/12/quantity-different-kinds-of-numbers-classes/"><em>classes</em></a>, a new view of quantities emerges.  In traditional school math, for example, there is little talk about cleanly separating issues of representation and implementation from the result that is to be produced.  There is no perceived need.  As a result, we tend to think of &#8220;14&#8243; as a number, rather than the representation of a number.  We tend to look at &#8220;06/13/2009&#8243; as a date, rather than the representation of a date, and we tend to take for granted that &#8220;06/13/2009&#8243; has nothing to do with division, let alone two divisions.  Similarly, &#8220;123-45-6789&#8243; looks like a Social Security Number, and not a set of subtractions.  &#8220;34&#215;32&#8243; looks like a blue jeans size, rather than a multiplication.  In a sense, I think it is rather amazing that people, adults and kids alike, aren&#8217;t more confused than they are about notational issues.  Typically, it isn&#8217;t until you run into an instance of real confusion that it becomes clear that there is something to be confused about.</p>
<p>The way we denote money amounts is one of those where there appears to be widespread confusion.  An amount like $2.69 is easily read and interpreted as 2 dollars and 69 cents.  The &#8220;$&#8221; symbol announces the dollars, and the &#8220;.&#8221; symbol announces the cents.  This is a reading that is consistent with many other constructs: the symbols that announce can come before, in the middle, or after the number involved.  In the construct 2&#8217;3&#8243;, which you are supposed to read as 2 feet and 3 inches, the symbol &#8216; comes after.  In the date 06/13/2009, the slash separates the month from the day, telling us the 06 is the month and the 13 is the day (following USA conventions), and the second slash separates the day from the year.  In fact, the leading zero is completely unnecessary, and I can write or 7/4/2009 or 7/04/2009 or 07/04/2009 interchangeably without confusion.</p>
<p>So when a child writes &#8220;2 dollars and 9 cents&#8221; as follows: $2.9  <em>we</em> know that this is wrong because the &#8220;.&#8221; really denotes a decimal point.  But how is the child to know this?  Unlike the case with dates, suddenly the leading zero is critical.   But it is only critical for the cents, not for the dollar part.</p>
<p>In the American system for denoting money values, there is a subtle clue the child gets when hearing &#8220;2 dollars and 69 cents&#8221;.  The clue is that we are talking about value, and not about currency.  When hearing &#8220;2 dollars and 69 pennies&#8221; the child knows we are talking about currency: 2 dollar bills, and sixty-nine penny coins.  In contrast, &#8220;2 dollars and 69 cents&#8221; may come as 2 dollar bills, 2 quarters, 2 nickels, and 4 pennies &#8211; or in many other ways.  There is no standard notation for 2 dollars bills, 2 quarters, 2 nickels and 4 pennies.  What this suggests is that the value is considered important, but not the make-up in terms of particular coins and bills.  This matches the convention that any number of coins adding up to 2 dollars and 69 cents will be accepted by the store.  Yet it doesn&#8217;t match the convention that Coca Cola machines take quarters but not pennies, and that machines that take bills rarely accept bills over $5, and rarely accept 2-dollar bills at all.</p>
<p>When the store rings you up and announces the total amount you are to pay, they present you with the <em>value interface</em>.  $2.69 can be paid in many different ways, and you expect the store to accept it all.  You give them Susan B Anthony dollar coins, Kennedy 50-cent pieces, and expect them to accept it, though perhaps not with a smile.  You expect to be able to pay them with a $20 bill and get change back.  Where the model breaks down is when you present them with a $1,000 bill (I have to admit I have never even seen one, but I&#8217;m told they are in circulation).  Conversely, if you present them with a $20 bill, they are allowed to give you the change as a huge stack of pennies, even if they will rarely do so.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bertspeelpenning.wordpress.com/1175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bertspeelpenning.wordpress.com/1175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bertspeelpenning.wordpress.com/1175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bertspeelpenning.wordpress.com/1175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bertspeelpenning.wordpress.com/1175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bertspeelpenning.wordpress.com/1175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bertspeelpenning.wordpress.com/1175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bertspeelpenning.wordpress.com/1175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bertspeelpenning.wordpress.com/1175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bertspeelpenning.wordpress.com/1175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bertspeelpenning.wordpress.com/1175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bertspeelpenning.wordpress.com/1175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bertspeelpenning.wordpress.com/1175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bertspeelpenning.wordpress.com/1175/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unlearningmath.com&amp;blog=5951213&amp;post=1175&amp;subd=bertspeelpenning&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://unlearningmath.com/2009/06/13/quantity-different-kinds-of-numbers-notations/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d3c9b59b905ea20e7394130345ac717?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kweetal</media:title>
		</media:content>
	</item>
		<item>
		<title>Quantity &#8211; Different Kinds of Numbers: Classes</title>
		<link>http://unlearningmath.com/2009/06/12/quantity-different-kinds-of-numbers-classes/</link>
		<comments>http://unlearningmath.com/2009/06/12/quantity-different-kinds-of-numbers-classes/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 00:11:53 +0000</pubDate>
		<dc:creator>Bert Speelpenning</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[denominations]]></category>
		<category><![CDATA[embedding]]></category>
		<category><![CDATA[invariants]]></category>
		<category><![CDATA[models]]></category>
		<category><![CDATA[naming]]></category>
		<category><![CDATA[representations]]></category>
		<category><![CDATA[unlearning]]></category>

		<guid isPermaLink="false">http://unlearningmath.com/?p=1165</guid>
		<description><![CDATA[Let me recap what this series of blog posts has been about.  I&#8217;ve been looking at different kinds of quantities, different kinds of numbers.  I started with observations like: it&#8217;s meaningless to add 1951 AD to 2009 AD but completely meaningful to take away 1951 AD from 2009 AD.  It doesn&#8217;t make sense to take [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unlearningmath.com&amp;blog=5951213&amp;post=1165&amp;subd=bertspeelpenning&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Let me recap what this series of blog posts has been about.  I&#8217;ve been looking at different kinds of quantities, different kinds of numbers.  I started with observations like: it&#8217;s meaningless to add 1951 AD to 2009 AD but completely meaningful to take away 1951 AD from 2009 AD.  It doesn&#8217;t make sense to take half of a phone number, nor twice a phone number, though comparing two phone numbers will tell us if we&#8217;re in the same region or not.</p>
<p>It is fun to think about classifications of different kinds of quantities, and there isn&#8217;t a single way to achieve such a classification.  Those of you familiar with the subject will have noticed that I deviated from a <a href="http://en.wikipedia.org/wiki/Level_of_measurement">well-known approach</a> suggested by Stanley Smith Stevens in 1946.  Many of the discussions about this subject have been focused on statistics &#8211; for example, if I use a survey where the answer &#8220;1&#8243; means &#8220;very unsatisfactory&#8221;, up to &#8220;5&#8243; meaning &#8220;very satisfactory&#8221;, does it make sense to compute the mean (average) score of a bunch of these surveys?</p>
<p>My intentions for engaging in this exercise are somewhat different.  One, I am interested in the different mathematical reasoning that goes with different kinds of quantities, reasoning that is quite distinct even if the numbers used (e.g. &#8220;two&#8221;) are not.  What you can do with a &#8220;two&#8221; depends a lot on whether we&#8217;re talking about a scalar number or a key.  In some ways, the numbers take their meaning from the operations rather than the other way around.  More precisely, the operations take their meaning from the actions they represent in the context in which they are used.  In fact, what to you and me may sound like a single operation, like &#8220;minus&#8221;, may have quite different meanings depending on the context in which it is used.  We addressed this in a <a href="http://unlearningmath.com/2009/05/26/notes-on-operations-unary-minus/">post on unary minus</a>, but the idea applies just as much to ordinary subtraction (&#8220;binary minus&#8221;).  Ordinary subtraction has different meanings (though identical numerical results) when thought of as &#8220;take away&#8221;, as &#8220;missing addend&#8221; or as &#8220;distance&#8221;, and which one we think of most naturally depends on the situation.  As grown-ups, we&#8217;re have become so familiar with all three giving the same results that we are hard pressed to look at them as different operations.  We call them all subtraction, and we expect a single key on the calculator to stand for each of them, undistinguished.  For a child, there is nothing obvious or inevitable about this &#8211; it must all be learned.</p>
<p>Two, I&#8217;ve been wondering how to bring in some of the fundamental thinking and some of the fundamental ideas from computer science into the whole discussion about math learning.  There is half a century of re-thinking of mathematics that has been taking place in the world of computers and software, and almost none of that thinking has found its way into the thinking about mathematics we do in school.  Depending on how much computer programming you&#8217;ve done, you may be familiar with one or more of these terms: interface, data types, data abstraction, data hiding, records, classes, function prototype, implementation, class instance, inheritance.<br />
There is a way of thinking about data, and about working with data, and about representing data in different ways, that comes together in the notion of a <em>class</em> &#8211; or at least this is what it is called in some common programming languages, such as Java or C# &#8211; that I think could be very usefully imported into the world of school mathematics.  I don&#8217;t have an easy way to talk about it yet &#8211; I haven&#8217;t articulated it carefully in ways that will make sense to educators and teachers of mathematics.  I don&#8217;t quite know where to start.  You shouldn&#8217;t need a computer science degree to make sense of this, and yet there seems to be a limit of how much I can say about them without bringing in computer stuff left and right.  I will attempt to talk about it in settings that are not computer-like, but I assume that some precision will be lost.</p>
<p>The main idea of a <em>class </em>is that of a carefully designed abstraction, one that leaves room for different kinds of implementation.  Let&#8217;s say I design a bank building, where customers walk in and stand in line for a counter, and behind the counter is a person who is authorized to perform certain transactions on the customer&#8217;s behalf.  The counter can be thought of as the interface, the boundary, between the customer and the bank.  Certain actions can be performed across the interface.  The counters provide the face of the bank to the customer.  Lots of the work that goes on in the bank will not be seen by the customer.  If I, as the customer, come in the bank to deposit a $20 bill into my checking account, I won&#8217;t typically see what happens to the $20 bill after I hand it to the teller.  I do see my new balance, increased by $20, and that tends to be the limit of my interest in the matter.  For example, if I were to come in a week later, and withdraw $20 from my checking account, I would expect them to hand me a $20 bill, but I could care less if it was the same $20 bill that I deposited.   Those are the kinds of details that the bank is free to implement in a variety of ways,  I just want to know for sure that I can withdraw all my money from my account, meaning I get back the kind of money I can spend in a store, in the amount that corresponds to my bank balance.<br />
Almost all business have a similar distinction between their front office and back office.  Certain interactions are public, exposed, accessible from the outside, and they form the basis of my view of what a bank is.  It represents a contract of sorts, that the bank has with me, whether explicit and enforced by law, or implicit.  An example of an implicit contract would be the Google interface.  Google never promised me explicitly what would happen if I type &#8220;unlearning math&#8221; into their search engine.  But I do expect a page back with ten entries, sorted in some way that I trust is helpful to me, each of the entries representing pages that contain the words &#8220;unlearning&#8221; and &#8220;math&#8221; closely together.  How Google manages to deliver this is not my primary concern, and I trust that the details on how their search engine works have changed considerably since I first started to use them years ago.  I assume they have replaced their disk drives for newer models many times over, I assume their web crawling software has been redone many times over, I assume their web page sorting algorithms have been refined many times over, all behind the covers.  But for all I know, Google works by having a pool of really smart and really fast Marians the Librarians responding to my queries.<br />
One of the key ideas behind all this is that <em>things can be done in more than one way</em>, and that it is essential to maintain some flexibility in the means and separate it carefully from the ends.  For the bank customer, the ultimate item is the stack of $20 bills, for the bank itself, cash and currency are a nuisance, a bother, an expense, compared with the low cost of a megabyte of data on a disk drive and the low cost of sending a megabyte of data over a wire from one place of the world to another.</p>
<p>For a first post on the notion of a <em>class</em>, and on how it may be a useful concept in school math, this will have to do; more to follow.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bertspeelpenning.wordpress.com/1165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bertspeelpenning.wordpress.com/1165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bertspeelpenning.wordpress.com/1165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bertspeelpenning.wordpress.com/1165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bertspeelpenning.wordpress.com/1165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bertspeelpenning.wordpress.com/1165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bertspeelpenning.wordpress.com/1165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bertspeelpenning.wordpress.com/1165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bertspeelpenning.wordpress.com/1165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bertspeelpenning.wordpress.com/1165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bertspeelpenning.wordpress.com/1165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bertspeelpenning.wordpress.com/1165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bertspeelpenning.wordpress.com/1165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bertspeelpenning.wordpress.com/1165/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unlearningmath.com&amp;blog=5951213&amp;post=1165&amp;subd=bertspeelpenning&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://unlearningmath.com/2009/06/12/quantity-different-kinds-of-numbers-classes/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d3c9b59b905ea20e7394130345ac717?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kweetal</media:title>
		</media:content>
	</item>
	</channel>
</rss>
