Profile

unixronin: Galen the technomage, from Babylon 5: Crusade (Default)
Unixronin

December 2012

S M T W T F S
      1
2345678
9101112131415
16171819202122
23242526272829
3031     

Most Popular Tags

Expand Cut Tags

No cut tags
Wednesday, October 29th, 2008 04:33 pm

The school just sent a letter home with a booklet of vocabulary words ... from the math program.  It contains things like "number sentence".

You'd immediately recognize what they call a "number sentence".  It looks like, for example, "2 + 3 = 5".

There's a perfectly good word for that already.  We call it an equation.  What asshat thought it was a good idea to go muddying the water by making up inaccurate terms like "number sentence"?  (The previous iteration was "number fact".)

Precision and accuracy are important in mathematics.  There are reasons why we use terms whose meanings are precisely defined.  Equations — or mathematical statements in general — have different structure and obey different rules than sentences, and different sets of operations can be performed upon them.  Calling them sentences confuses the issue to no purpose.

Instead of kludging together some artificial term that vaguely approximates what something is, why not just teach the correct word and its meaning in the first place?  We don't teach children to talk about "milkable dogs" when we mean a cow, so why are we making up crap like "number sentence"?  Talking about a number sentence is like talking about a feathered cat.  If it has feathers, it isn't a cat, it's a bird; and if it's made up of constants, variables, and mathematical operators, it's not a sentence, it's an equation.  (Or an inequality, or an identity, or one of several other kinds of mathematical statement.)

And we wonder why our schools are failing.

Thursday, October 30th, 2008 12:52 am (UTC)
The specific example isn't important though. Things can have different categories at different levels of generality.

1 + 2 = 3 is a number sentence that communicates an equation and a fact. "Your eyes are like a pair of shining diamonds" is a word sentence that is a simile that communicates a compliment.

FWIW, in poking around on this, I found lots on mathematical logic involving sentences and whatnot. A logical sentence basically amounted to a mathematical statement with no free variables (which may be in sharp contrast to cipherpunk's definition w/ x + y = z).

This really looks like a higher-level concept finding its way into elementary math. I just have to wonder why this is a bad thing, assuming they still learn the math too. I bet some of the "new math" set theory was pretty damned useful to computer science years later.
Thursday, October 30th, 2008 02:14 am (UTC)
some people probably find it objectionable, because it's new to them, and out of context, doesn't make sense. of course, it's possible the context is never revealed during the teaching either.

in thinking about this... math IS a language. a simple 4 banger calculator (+ - * /) and numbers and = is pretty easy to represent as a formal grammar (BNF say). that said, grammars have atomic units - tokens. tokens are then built up to form sentences. number sentences if you will.

later, they learn that number sentences can be (if i got this right), form portions of equations... equations however, are not number sentences, nor degrade that way, even if you happen to construct an equation that looks like a number sentence. the grammar, and thus the parsing (and parser) just don't grok that :>

i think the difficulty is overloading the word sentence, and thinking "natural language". which is incorrect. this has nothing to do with that.

#