--
-------------------------
Algot Runeman
algot....@verizon.net
Web Site: http://www.runeman.org
Twitter: http://twitter.com/algotruneman/
sip:algot....@ekiga.net
Open Source Blog: http://mosssig.wordpress.com
MOSS SIG Mailing List: http://groups.google.com/group/mosssig2
--
You received this message because you are subscribed to the Google Groups "MathFuture" group.
To post to this group, send email to mathf...@googlegroups.com.
To unsubscribe from this group, send email to mathfuture+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mathfuture?hl=en.
What are math idioms?
To unsubscribe from this group, send email to mathfuture+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mathfuture?hl=en.
--
You received this message because you are subscribed to the Google Groups "MathFuture" group.
To post to this group, send email to mathf...@googlegroups.com.
To unsubscribe from this group, send email to mathfuture+...@googlegroups.com.
I'm making a "learning canvas" to illustrate deep ideas in basic math,
such as fractions. So I'm thinking along similar lines.
I'm going to include a large circle of 24 slots for items. Because 24 is
a good number for breaking down into fractions. And 20 or 30 pieces of
data, or stories, or examples, is good for looking for patterns in life,
etc. And if I add one, 25 is good for percentages. Here are my notes for
that:
http://www.selflearners.net/Math/Circle
and for other basic ideas
http://www.selflearners.net/Math/DeepIdeas
I think that fractions (parts of a whole) are important for relative
comparisons, but that's important only if we deal with more than one
problem, if we compare between problems. Otherwise, it would be simpler
to deal with absolutes. The real point of fractions is to be able to
compare, say, 3 out of 8 in one situation with 5 out of 20 in another
situation, which is to say, to compare across two different situations.
That comes up in betting, in probabilities. What's the chance that... ?
And all of the algebra of fractions comes up.
Andrius
Andrius Kulikauskas
m...@ms.lt
(773) 306-3807
| Since you are drawing pictures of circles and making divisions to look
at fractions, why not just fold them. The 9 creases that makes the
tetrahedron net yields 24 proportional divisions on one side of the
circle, another 24 on the other side, add 12 more for the circle ring
that holds the two sides together. All considered you have 60 divisions
in the circle; just like minutes in an hour. You also have a tetrahedron. The areas in the circle
are more interesting as fractions being proportionally related and not
everything the same. If 60 is too big a number then start with just 3
diameters; 6 areas on each side and the ring making 18 individual
areas. By using only one side of the circle there are 6 equal areas and
720 different combinations with which to explore fractions. Brad --- On Sun, 11/20/11, m...@ms.lt <m...@ms.lt> wrote: |
|
|
--
You received this message because you are subscribed to the Google Groups "MathFuture" group.
To post to this group, send email to mathf...@googlegroups.com.
To unsubscribe from this group, send email to mathfuture+...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "MathFuture" group.
To post to this group, send email to mathf...@googlegroups.com.
To unsubscribe from this group, send email to mathfuture+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mathfuture?hl=en.
You are planning a party for n guests, and you want to make sure that you
have enough pizza for them, allowing 3 slices each (big pizza eaters, your
guests, like my son's gamer friends who convene twice weekly). How many
pizzas do you need to order? Divide n by 3/8 and round up.
Ask the identical question, but dress it up as a problem of paying pirates
with pieces of eight broken into eighths.
I want to make two and a half times a recipe in English/American units,
not in metric. So I have to double all of the fractional measurements.
What is 2 1/2 times 3/8 cup?
However, your real question is, what do your students measure in fractions
rather than decimals, in addition to the possibilities of pie, cake, and
cup measures, and odd sizes of historical money? Ask your students, not
us. And please let us know what you find out.
>> Suggestions?
>>
>> Thanks,
>> Sue
--
Edward Mokurai
(默雷/धर्ममेघशब्दगर्ज/دھرممیگھشبدگر
ج) Cherlin
Silent Thunder is my name, and Children are my nation.
The Cosmos is my dwelling place, the Truth my destination.
http://wiki.sugarlabs.org/go/Replacing_Textbooks
Any language with good arithmetic and good graphics will do, of course. I
do stuff like that in J. Let us define the mnemonics
gcd=.+.
rp=.(1:=gcd)"0
so that
48 gcd 66
6
48 rp 66 NB. 48 (1:=gcd) 66; 1=48 gcd 66 NB. 0 is false
0
49 gcd 66 NB. 1 is true
1
49 rp 66
1
and
48 gcd
and consider
]l=.1+i.8
1 2 3 4 5 6 7 8
l rp/ l
1 1 1 1 1 1 1 1
1 0 1 0 1 0 1 0
1 1 0 1 1 0 1 1
1 0 1 0 1 0 1 0
1 1 1 1 0 1 1 1
1 0 0 0 1 0 1 0
1 1 1 1 1 1 0 1
1 0 1 0 1 0 1 0
> This gives us a nice way to visualize the countability of the rationals as
> well as the Dedekind cut -
>
> Here's a fun way to generate relatively prime ordered pairs - start with
> (0,1) and (1,0) and find mediants. (1,0) corresponds to 0/1, and (0,1)
> corresponds to 1/0, which for this purpose we'll call 'inifinity'. The
> mediant of two fractions (a,b) and (c,d) is simply (a+c, b+d). It is a
> kind
> of average. Batting averages are mediants. So if you start with 0/1 and
> 1/0
> and successively find mediants, you will generate a list that will
> eventually include ALL the positive rationals, and this can essentially
> turn into Cantor's demonstration of the countability of the rationals.
0/1 1/0
0/2 1/1 2/1
0/3 1/2 2/1 2/2 (=1/1) 3/2 0/4 1/3 2/3 4/2 (=2/1)
...
At each stage, we add the numbers in the last line generated to all of the
numbers encountered so far, including each other.
> Now consider the line y = sqrt(2)*x. This line will never encounter
> another
> lattice point other than (0,0) and will cut the Rational Number Plane into
> two distinct sets. This is essentially the Dedekind cut.
Actually, we need to plot y^2=x, so that we are not using the result of a
cut to define the cut.
> I like to say that 'Fractions are objects, not unfinished division
> problems.' A fraction is a two-part data structure. It is a
> two-dimensional
> object, and so visualizing fractions in two dimensions seems better than
> trying to map them onto a one-dimensional number line before we've
> explored their two-dimensional structure.
J includes a rational data type suitable for reinforcing this point. The
expression 1/2 is a command in J. The expression 1r2 is a number just as
it is. Some other languages do likewise.
Michel's approach is also good for introducing the idea, fundamental to so
much of mathematics, of equivalence classes.
--
> mathfuture+...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/mathfuture?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "MathFuture" group.
> To post to this group, send email to mathf...@googlegroups.com.
> To unsubscribe from this group, send email to
> mathfuture+...@googlegroups.com.
|
|
|
|
|
|
This reminds me of a “rich problem” I was complaining about (yes, yes I know – it is hard to remember this particular complaint – there are so many J).
Anyway, it was the: A mouse crosses diagonally across a rectangular floor with a zillion square tiles. How many tiles does he touch? (Problem: http://www.ohiorc.org/pm/math/richProblemMath.aspx?pmrid=56 )
A friend of mine from GeoGebra asked about how to highlight the squares crossed by a diagonal. Luckily I did NOT have time to think about this and he posted it on the GeoGebra forum. It is incredible – people solved and made beautiful applets of this – one has only 7 objects (including the text object). Another added sliders to allow for rectangular tiles. I posted a couple of them at: http://geogebrawiki.wikispaces.com/Mouse+Diagonal+Problem and there is a link there to the forum page. (You can click on View file in your browser to see the uploads without downloading them.)
I then realized that this question was in fact the mouse problem that I found so tedious.
I am amazed that (a) so many people find this problem interesting, (b) how elegant the solution is in GeoGebra (and hence must be mathematically) and (c) how incredibly active are these math forums (the GeoGebra forum, the LinkedIn forum, this forum, et.al.).
All of these people fascinated by mathematics – if only our students could catch our enthusiasm. This is the way to teach. Show them what we do and how we use our spare time to think about these things. Okay, done blabbing.
Linda
What are math idioms?
To unsubscribe from this group, send email to mathfuture+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mathfuture?hl=en.
--
You received this message because you are subscribed to the Google Groups "MathFuture" group.
To post to this group, send email to mathf...@googlegroups.com.
To unsubscribe from this group, send email to mathfuture+...@googlegroups.com.