Throw a Few Logs on the Fire
November 26, 2012 at 3:31 am 3 comments
When teaching apportionment and the Balinski-Young Impossibility Theorem to a group of gifted middle school students, it was necessary to discuss the geometric mean. Once the door was open, this was an opportunity to discuss logarithms, too. In particular, the geometric mean of two numbers is equal to the arithmetic mean of their logarithms.
As a trivial example of this property, the geometric mean of 101 and 103 is 102, and the arithmetic mean of 1 and 3 is 2. But you probably saw that coming. It’s a bit more powerful to use less nice numbers. For instance, the geometric mean of 101 and 102 is approximately 31.62, and the arithmetic mean of 1 and 2 is 1.5. So what, right? Well, the kids in my class gasped audibly when their calculators revealed that 101.5 = 31.62.
One of the students even whispered, “Oh, man, that is SO cool.”
Though that wasn’t my best lesson, that was certainly the best reaction I ever received from a classroom of students. Quite honestly, it surprised me. But recently, cognitive scientists at MIT have theorized that it may be more natural for humans to think logarithmically than linearly, so perhaps there’s a genetic reason that kids think it’s cool. Apparently, both young kids and people from some tradditional societies will say that 3 is the number halfway between 1 and 9.
Of course, logrithms are great fodder for math jokes…
Lumberjacks make good mathematicians because of their logarithms.
Although some people think that a logarithm is a birth control method for foresters.
This, of course, is the natural log: ln(x). And this is an unnatural log…
But as we all know, a logarithm is nothing more than a misspelled algorithm.
Entry filed under: Uncategorized. Tags: Duraflame, exponent, geometric mean, logarithm.
1.
xhenderson | November 26, 2012 at 9:24 am
I am not sure if TeX code works (or how to make it work), but:
(log(cabin) + C, i.e. a log cabin at sea!)
2.
venneblock | November 26, 2012 at 7:45 pm
Thanks, Xander! I fixed your equation above. WordPress uses
and you can enter it as follows:
$latex TeX_code_here$
That is, put a dollar sign and the word “latex” at the beginning and another dollar sign at the end of your TeX code.
3.
xhenderson | November 27, 2012 at 11:52 am
Ah, the vagaries of math on the interwebs. 🙂 My own setup uses MathJax, which allows me to use \[ stuff \] for display equations and \( stuff \) for inline equations. Thanks for the edit.