Hacker News new | past | comments | ask | show | jobs | submit login
Economist's View: "The Mathematics Generation Gap" (economistsview.typepad.com)
96 points by ColinWright on May 31, 2011 | hide | past | favorite | 96 comments



The points brought up here, especially by Thoma but less so by the quoted passage by Woolley, are very valid in my experience. Often times the shortest way surpass a difficult abstract challenge is to find a practical instance of it and then slough through the mechanics. You abuse the natural pattern searching of the human brain very productively that way.

Simultaneously, these arguments tend to be reactionary and ignore the benefits of calculators. A calculator, use effectively, allows for a far larger number of examples to be considered together than the brain is often able to achieve. This is was most apparent for me in pre-calculus classes where students should be gaining abstract intuition about the behaviors of functions. Here, graphing large numbers of functions varying their parameters allows one to quickly get a sense of a parametric family.

There's an implicit statement here that the "gap" is one such that the lower generation is worse off than their elders --- which is a pretty common human narrative, really. I think instead that this difference is less well-ordered than assumed. Technology is definitely capable of improving human cognition and learning by providing new capacity, and curricula need to explicitly study and take advantage of these capacities.


The argument though is that it is simply impossible to use a calculator effectively without first understanding the basics.

If you don't understand that 50*80 should give you something starting with 40, you don't even understand that getting 3745 as an answer on your calculator because you mistyped is horribly incorrect.

You can chalk it up to "kids these days" all you want, but if you do some basic math problems with a 60 year old the odds are they will simply leave you in the dust while you go looking for a calculator.


    > The argument though is that it is simply impossible to
    > use a calculator effectively without first understanding
    > the basics.
I don't think that's the case. I think the author is perfectly happy that people know how to use the calculator. I think the point is that without working through the basics underneath, mind-numbingly repeatedly, you don't gain any real insights about what's going on.

It's certainly true for me. Many's the time, when I've had monster power under my fingertips, that I've brute-forced solutions and failed to gain any insight. Then I've worked a few small, single instances by hand, and realised that there was structure I hadn't seen before.

The pattern-matching, pattern-finding parts of the brain are phenomenal. Sometimes they are best exercised by getting machines to produce loads of examples, and loads of visualisations very quickly.

Sometimes they are better exercised by working tedious examples by hand.

Balance.


I think the point is that without working through the basics underneath, mind-numbingly repeatedly, you don't gain any real insights about what's going on.

I don't think that's true. And I'll say something controversial. Programming is taught more effectively than math and its because you don't spend a lot of time mind-numbingly repeating the basics.

Half the people on HN recommend teaching with Python for just this reason.

And think about it, when you teach programming do you make your student walk through what every instruction does? When I learned recursion, I walked through fib(n) by hand -- once. That's the sum total of how many times I've done a full hand expansion of a recursion in my life. How many times have I run a full program on paper with the substitution model? Never. How many times have I iterated even a small loop by hand? Never. These are concepts that I understand as well as anything that I know, yet I've never "mind-numingly" worked through them by hand.

A lot of traditional math teachers want us to sit down with an instruction pointer, stacks, heaps, physical/virtual pages, laid out and have us repeatedly simulate program. That's really the mathematical equivalent of doing this rote computation. I say teach them the concepts and give them interesting and challenging problems that make use of the concepts. The concepts will stick better, they'll learn faster, and they'll be more engaged.


As both a PhD in math and a working programmer who started with machine code (not even assembly language) and now programs primarily in Python and C, I think the analogy you make is incorrect.

I don't think there is much insight to be gained about programming in Python from repeatedly simulating the program at the level of tracing stacks, etc. - on that we agree. But I don't agree that doing so is the equivalent of learning how to add, subtract, multiply and divide fractions, or graph quadratics and cubics, or solve linear equations.

I believe the insights gained from doing quite a lot of arithmetic by hand are genuine.

Having said all that, if people aren't going to go on to careers or jobs in hard sciences then I believe the concept of qualitative computation is more valuable than doing any kind of mental arithmetic. But if you want to do proper math, or use calculus for real, or understand Fourier Transforms, or manipulate sheaves over higher dimensional topological spaces, then the abstract insights gained from arithmetic are, in my opinion, more than are generally suspected.

That's not to say that calculators are bad. Enormous computing power has let me get insights that I otherwise wouldn't have had. I'm just saying that not learning and internalising the underlying arithmetic basics is like not learning how to carve basic joints in carpentry.

To do so is to deliberately limit your skill set. Can't be good.


I believe the insights gained from doing quite a lot of arithmetic by hand are genuine.

But what are the insights gained from doing them by hand? I agree that learning arithmetic is important. But we spend a lot of time (or at least did) on things like times tables. I remember looking at a page of 30 long addition problems as a kid. I knew that the hardest ones were at the end, so I'd start there. After about three of them I realized -- every one of these is virtually the same thing. But I have 27 more to do.

I was lucky. I actually had a teacher in 3rd grade who let me work at my own pace and actually got math books not in the school curriculum (and looking back, she probably did this out of pocket). But I imagine there are a lot of bright kids who just gave up on math and school out of sheer boredom.


It seems that you did a lot of problems, and gained no insights. Perhaps you were never intended or destined to be a mathematician. This is no insult - I genuinely believe that different people think in different ways, and the balance is important. I work with engineers who do things I never could, and I do theoretical work in which they have no interest. I don't understand why everyone seems to want to be mathematicians. However, having good math is valuable.

But there are insights about differences of two squares, sums of cubes, divisibility tests, prime factorizations, smaller denominators imply larger numbers, greatest common divisors and lowest common multipliers, and many many more.

I find repeatedly that I show people small arithmetical tricks and they are intrigued and surprised. I then expand on the basic ideas and derive things like RSA and DHMW codes, or the fact that primes of the form 4k+1 are always the sum of two squares, or that for primes larger than 3, p^2-1 is divisible by 24.

And so on. People are often fascinated by these trinkets, and yet they are observations that for me arose from doing the arithmetic.

I don't deny that most math teaching is appalling, and that many bright kids give up out of sheer boredom, but without the basics they are equally ill-served. We need teachers who actually understand the math they are teaching, and not just regurgitating the curriculum they've been given.

That's why I spend around half my time going around talking about what math is really about, and how it can be interesting, useful, fun, and occasionally exciting.

Without a basic facility in arithmetic, so much of real math - as opposed to arithmetic - is denied. If every calculation you do requires that you reach for a calculator, or fire up a symbolic math package, you are slowed to a crawl.

It's like trying to programming without being able to type. The ideas can't flow when you are constantly held up by not having mastered an underlying skill.

And i suspect we are more in agreement than not, each colored by our own experiences. Mine were happy, full of discovery. Yours weren't. How can we make kids experience more discoveries if they won't actually play with the underlying basics?


It's like trying to programming without being able to type. The ideas can't flow when you are constantly held up by not having mastered an underlying skill.

I almost love this analogy. There's certainly an aspect of "menial mathematics" which is like typing in that it directly translates into fluency of thought. There's also an aspect of discovery, though, that's missing from the metaphor.

There is a large difference between inferring that some equality holds based on abstract principles and actually performing the evaluation and directly tracing out why that equality holds (even very non-generally). I liken it to statistical modeling sometimes: models allow you to talk about and comprehend data on a high level, but only by directly plotting all of the data at high resolution can you let your brain's natural pattern seeking tendencies reach out for further insight.

That's a common theme there: granularity versus generality.


It seems that you did a lot of problems, and gained no insights. Perhaps you were never intended or destined to be a mathematician. This is no insult - I genuinely believe that different people think in different ways, and the balance is important

Indeed. It was Knuth who said that mathematicians and computer scientists think in very different ways. With that I don't disagree.

How can we make kids experience more discoveries if they won't actually play with the underlying basics?

I'd argue that we should let them play with calculators and other tools. My discoveries came as I did programming. In 4th grade I wrote an arbitrary precision number package. I learned more about arithmetic doing that than all of the rote drills combined.


It's not the arithmetic you're trying to get insight into - it's the structures.

I have a feeling I'm never going to be able to convey what I'm trying to because you're not a mathematician, and I'm not a good enough writer. It's not just about becoming better at the arithmetic, it's about finding and creating structure, order, relationships and mappings.

But I'm going to stop now. It's clear that I'm just not expressing myself well enough to make the point, and I've spent far too long on it. I regret not being a good enough writer - and perhaps not a good enough mathematician - to explain in a way so as to make it clearer.


This is even true in college, where for example a large part of a physics education is spent computing integrals and solving differential equations in special cases, using approximation methods by hand. It would be more appropriate for an intuition of the physics to use symbolic and numerical methods on a computer a lot more. You realize that doing arithmetic by hand is a largely pointless exercise when you get a calculator, and we should similarly recognize that doing integrals and differential equations by hand is largely futile when you have things like maple and scipy.


I can tell you right now I'd never hire someone who wasn't able to compute the result of a linear differential equation without using a computer, because it's something that every person I hire needs to do very frequently while designing circuits. The difference in quality of design between one who can analyze a circuit on paper or in the head and one who relies on simulation to discover basic properties of the circuit is massive. Iterated simulation is not a tenable approach to the design of any sufficiently complex circuit.

Moreover, the nature of innovation in my corner of the mixed-signal circuit design world is such that said innovation rarely (if ever) comes as a result of a computer simulation. Much more likely, a person with a deep understanding of the fundamental underpinnings of his/her particular problem gains insight into its solution as a result of the same experience and intuition that leads to the aforementioned understanding.

I can have a computer calculate Fourier transforms for me all day, but it's vanishingly unlikely that any amount of such calculation will lead me to the kind of insight that sparked the invention of CDMA.


It is definitely useful to be able to do linear differential equations by hand. It's not useful to keep doing these things by hand. Just like it's useful to know the algorithm for multiplying two numbers, and it's not useful to keep doing multiplication by hand.

What lets people invent new circuits is their good intuition about circuits, not their ability to solve linear differential equations quickly by hand or to compute integrals by hand. When an expert is analyzing a circuit on paper he is thinking about "what happens if the input to this circuit is a sine wave with high frequency", he's not going to solve the differential equations by hand.

Rather than circuits look at how electromagnetism or quantum mechanics is taught in college. In my case it was integrals, integrals, integrals. Doing these by hand provided approximately zero intuition into the physics. We could have covered more ground if the instructor would just type these into maple, instead of doing them on the board or in the book by hand. Or how many times have I not had to compute eigenvalues of 2x2 or 3x3 matrices. How many times have we not applied crude approximations in class because doing it by hand was too difficult, when typing it into a compute would give you 100 digits of precision in a couple of milliseconds. One time one of my maths teachers how to compute tan(2) or something like that by hand. After half an hour of calculation he had 2 digits. Computing the integral of something to a crude approximation in an edge case strikes me as futile as computing tan(2) by hand.


Maybe, but maybe not. Just like driving through a city doesn't give you the same understanding as walking through a city, immediately solving (say) the Schroedinger Wave Equation for a finite square well doesn't give you the same appreciation for the underlying physics as struggling with the terms one by one.


Lets be clear, no one isn't saying that you shouldn't struggle with the terms one-by-one. Or to not solve something by hand ever -- but teach it and then find useful engaging (and appropriate) ways to use it. But its the current nostalgia over doing things "mind numbingly" repetitively. And "mind numbing" really is the operative phrase here.

I went through this as a child, where you do the same problem over and over again. Some of the symbols change, but the operations are identical.

It reminds me of when I was in 1st or 2nd grade doing long subtraction. And I had informed the teacher that I wanted to create the problems for the class, so she let me (on the chalkboard). But I snuck in some problems where the result would be negative. The kids struggled with these problems, but not a single student in the class said anything about the structure of the problem. And why would they? They learned nothing about what they were actually doing. It was a sequence of subtractions and carrys and other magic.


Pretty much nothing works if it's done badly. many things work if they're done well. I claim that when done well, exercising skills by hand that can be done by the computer yields insight in some cases.

the fact that when done badly it rarely yields insight does not necessarily mean it shouldn't be done.

I'm about to make a sweeping generalisation.

The problem is virtually no one in the world can teach math properly. Those who love teaching kids usually hate math and transfer their lack of skills and negative attitude. Those who really, really understand math are usually the type of people who would never teach 3, 4, 5 year olds.

People end up doing math despite the system, rather than because of it. They can usually point to one specific inspirational teacher. My specific inspirational teacher gave me lots of mind-numbing exercises and helped me find the insights.

Rote learning of mechanical processes will rarely, of itself, lead to anything other than a hatred of math and a lack of understanding about what math is. Repetition of mechanical processes, guided by someone who really understands stuff, and asks prompting questions, can lead to discoveries and genuine excitement and engagement - I've seen it happen.

How will we ever get really good math teachers?

There I have no answer.


Not to minimize the importance of teaching, but the content is important too. Instead of the content consisting of memorizing and performing algorithms, hoping for students to discover meaningful patterns/concepts/insights or rely on teachers to provide them, maybe the content should be doing this explicitly. One topic in the high school syllabus which actually does this is Euclidean geometry, where everything is coherently derived from basic principles as opposed to a grabbag of techniques. Maybe, one could present arithmetic in the same way, not focussing on the how to do calculations but the patterns in these calculations and a few basic principles too discover/prove them. Alternatively, one could focus on applications of mathematical techniques in toy versions of real world problems.

Arithmetic algorithms still have value - for the insight they give on arithmetic and because following a complex algorithm is itself a skill with value.

But there is no need, as we do now, to insist on performing them so many times, or to do them very quickly in exams.

The main problem with this new approach, I feel, is that it makes learning mathematics harder. Building richer conceptual models which is necessary for both applications or theory is more interesting and meaningful, but also more difficult than following prescribed algorithms. It is harder to test in an exam, and where testable the problems are much harder.

This issue of algorithms vs conceptual understanding, is important at the undergrad level too. Eric Mazur has a nice video about this where he also talks about his way of testing conceptual understanding by asking very simple but illuminating questions - http://www.youtube.com/watch?v=WwslBPj8GgI


Thank you for that Eric Mazur talk -- it really captures what I see. In particular the part where he talks about how his students, at Harvard, were solving triple integrals of complicated bodies to calculate the moment of inertia -- yet they didn't have basic high school level intuition of Newtonian physics.

We're so "drill, drill, drill" focused that we lose sight of why we're doing the drills (Eric Mazur calls it "plug and chug"). It's possible that these drills will in rare instances create the likes of a Colin or an Andrew Wiles, but for virtually everyone else you have a group of students that can solve triple integrals, multiple 5 digit numbers in their head, factor matrices into any form desired -- yet not have a clue why.


I think we're essentially in agreement; you've just defined "know how to use a calculator" a little more specifically than I did.

In my mind, if you don't know the concepts behind what you are doing, you don't know what you are doing. It's like copy and pasting code from the interwebs and then saying you are a python programmer.

But it isn't about balance, it's about using a tool to extend your abilities, not to replace them. If you are doing 36+19 on a calculator, I would posit that you simply aren't every good at math.


This is precisely the example repeatedly cited by the author of the post and the author he quoted: people doing very basic addition using a calculator.

If you focus your vision on these sorts of example, the rise of calculators is reasonably disastrous-looking! My comment meant to destroy the artificial dichotomy that calculators are "good" or "bad". They are clearly capable of generating some appalling lazy mathematical habits, but they're also clearly able to extend your abilities, improve pedagogy, and garner insights impossible to consider unaided.

Science and mathematics have wholeheartedly embraced computers as a tool for analysis and exploration. Education cannot ignore that. Simultaneously, many abstract concepts that people must know to make use of computers are best learned by replicating the exact work the computer can save you later.

The benefits of trading off toward laborious computation are going to be especially pronounced while learning things, of course.


"Conrad Wolfram says the part of math we teach -- calculation by hand -- isn't just tedious, it's mostly irrelevant to real mathematics and the real world. He presents his radical idea: teaching kids math through computer programming."

http://www.ted.com/talks/conrad_wolfram_teaching_kids_real_m...


Y'know, maybe what we should really do is to completely decouple "mathematics" from "arithmetic". Arithmetic is useful but boring and you mostly learn it from age 5 to 12. Mathematics is harder, more interesting, and either useful or useless depending on what you eventually do with your life (no doubt 60% of people could go through life without understanding any mathematics at all -- all they need is arithmetic).


Seems to me there was an article a few months back on how the use of GPS in cars was handicapping drivers -- damaging their ability to form and manipulate abstract mental maps.

I'm of the opinion that you should always learn the thing at about two levels down in automation from where you normally use it. So, for programming, I'm all for assembler, compiler, and C programming skills, even though those might never be used in the real world. By the same principle, if you're learning navigation in an airplane, you should learn dead reckoning and a wet compass. If you're learning to driver and shoot a tank you should have pretty good concepts of how rifle combat works, etc.

In math and economics, however, I'm not sure what "2 levels down" means. Is math the rote memorization and repetition of stuff? Most definitely not. But does it depend on it? Maybe. Is it the application of pre-existing patterns in any fashion -- such as punching numbers into a calculator? I don't think so. I think it's much more about the ability to teach yourself to find and exploit patterns through trial and error. That's one of the reasons I've always thought so highly of High School Geometry classes -- when done well, they begin to teach how to think, not just what to think.

Food for thought.


In my mind, math is a language like any other. Whereas you wouldn't be considered fluent in English until you have memorized a significant number of words and phrases, the same holds for mathematics.

Al that rote memorization that everyone hates is the same as understanding a basic sentence.


What rote memorization?


Back in the 90s there was an episode of the Outer Limits that touched on this subject. Effectively there was a nexus of information that everyone connected to through their minds. Anytime they wanted to know something, they just looked it up by thought and presto, instant expert. One guy couldn't connect, so he had to learn things the old fashioned way by research and practice. Naturally, the nexus goes down and people can barely function. He goes from being the village idiot to the village savior.


There's an Asimov story similar to this: http://en.wikipedia.org/wiki/Profession_%28short_story%29



We don't need a nexus and poor math skills to have that happen. How's your farming?


Of course, spending significant amounts of time and brainpower preparing for the nexus collapse instead of optimizing for a continually functional nexus greatly lowers your income as long as the nexus continues to function.


Sure, of course the best approach would be to optimize for one non-nexus function and then collaborate with others. For example, you probably don't need to know how to farm if you are a doctor. :-)

Major digression though.


Tangentially, up until grade 6 or 7 (in the late 80's), my math books also included BASIC code related to the concepts --- usually at the end of the chapter. It's how I became curious about programming and more so about math (though in my case none of the teachers ever did anything with the material, I either just typed the code into my family's TI-99A or tried to mentally work out what the program was doing).


This was largely a result of Seymour Papert and his work on constructionism: http://en.wikipedia.org/wiki/Constructionist_learning

The trend has been away from this as programming has gotten more difficult and the general decline in resources for developing and updating school curricula.


That's amazing, I wish any of my math books had that; we would probably see a lot more young programmers these days. I can seriously say that the only reason I even got into programming was discovering TI-Basic in 7th grade (although the habits it taught me had to be slowly unlearned as I started using a real language ;)


Well, the entry barriers to programming were actually lower in the 1980s. Pretty much every home computer came with a flavor of BASIC built right in to ROM or at the worst bundled with it on a disk. Anybody with a TI-99/4A, C64, various Apples, Atari 400/800/ST, or many others could jump right in to that kind of programming.

What's the equivalent nowadays? Windows doesn't really come with any programming environment. There's no standard for those math books to write towards. Yeah, there's plenty of free compilers for any language, but the funnel from even knowing they exist, to having a reason to get one, then finding it, and downloading and installing, gets pretty lengthy and technical for your average seventh-grader or whatever.

Heck, I would argue that TI calculator BASIC is the closest thing we have to a universally available development environment for secondary students today.


Every desktop of laptop OS I know of comes with at least one JavaScript interpreter installed.

The real problem is the growth of phones and tablets as preferred client devices; while the JS interpreter is still there, it becomes a challenge to enter and run the code.


To some extent the problem is our options are too rich, we've gone from flavours of basic to everything being available since all machines have a browser. One kid might use Scratch, another JavaScript, another GameMaker.


The crux of the issue as I see it is an extension of what mathematics educators call "number sense." (http://en.wikipedia.org/wiki/Number_sense)

It seems from many of the other comments is that people recognize that performing exact mental-arithmetic calculations is rarely necessary; however, the more intuitive understanding of how numbers relate in magnitude etc. is critically important. Estimation is something that I think many of us take for granted, but that has some significant mental pre-requisites.

Interestingly, a growing branch of mathematics education has been working to explore whether the traditional rote memorization is the most effective way of instilling this more hollistic understanding of numbers. If people were interested, I could ask some educator friends for more up-to-date links/citations on this topic.


I think the problem with Economics in this case (I'm an undergraduate) is that it has become overly mathematical, often for its own sake.

A great article to read is here: http://www.jstor.org/stable/30042661 - much of UG level Economics can be taught and explained with the use of diagrams and graphs.

Overall, I think the generation gap argument is fairly sound - we aren't taught in the same way that our parents and their parents were, and for better or worse, this is how it is.


I like the way Sowell did it (recounted in his A Personal Odyssey); when teaching economics to engineers he concentrated on a "literary" conceptual teaching style, since he already knew they were competent in the needed math.

Presumably, though he didn't discuss this directly, he used more math with those who needed it to understand the mathematical underpinnings of the theories.

His idea was to present the coursework in a way that would make the students think about what they were doing. As he put it about the engineering students, if he presented it in the regular mathematical way, they could have just plugged the numbers into the formulas without necessarily understanding what he wanted them to learn.


I remember doing "Mad Minutes" in Grade 4 (1986). We'd have to do 30 multiplication problems (up to 12 * 12) in 60 seconds. It was a game to see how many we could complete.

I think I might need to revive these for my technical-college math students.


About that Mad Minute.... Sure it may be great for for kids that are already good at it. The fact that you thought it was a "game" says a lot.

But for kids that haven't gotten the fluency with the arithmetic tables yet it just raises their anxiety level, even to the point of near-panic. Which of course shuts down exactly those parts of the brain that you need to be running well to be good at math. The anxiety association with math becomes the lesson learned and as a result students can end up absolutely hating math because they feel sure that "I'm just not good at it".

Of course, it could be a fun experiment to try on some college students.


it just raises their anxiety level, even to the point of near-panic.

If a child is this adverse to a simple competitive math challenge, (or any competitive challenge) the problem is much larger than hating math.

Not everyone takes to math, but not everyone takes to reading either. Both skills are essential to a certain level to function properly in our world. You wouldn't suggest that a child who finds reading difficult not be expected to read a novel, so I'm not sure why there is such aversion to multiplication tables.

Even if all the child does is mesmerize the patterns, they've still learned a useful construct that will serve them well for the rest of their lives.


You seem to think I'm against working hard on multiplication tables - I'm not.

What I'm saying is this particular test is notorious for turning borderline kids into outright failures. I spoke with an educational PhD specialist about it once.

There are issues here of personality, temperament, and biology. If you haven't experienced it yourself or seen it up close, it's very hard to appreciate but very easy to think that you do.

Think of a skill that takes a significant amount of gentle, enjoyable practice - until it clicks. Like whistling or riding a bicycle. We wouldn't expect kids to learn to whistle or bicycle by having daily contests to see who could whistle the most notes or bike the fastest in 3 minutes, would we? No, the kids who hadn't got the hang of it yet would simply be repeatedly crashing and burning in front of their peers.

Whistling and biking are relatively easy to pick up once you have the physical maturity, but the development that enables math kicks in over a range of several years in different people.

This is also the time the kids are developing likes and dislikes and academic self-image. At this age, it's better to learn to like math and to enjoy the experience of new concepts sinking in. Pressure drills which tend to exaggerate and reinforce differences can be downright harmful for elementary school kids.


Yes, this is a concern. You wouldn't expect someone to compete athletically without training first.

I like the "gamification" aspect, and would prefer to frame this as self-competition.

The same "being beat down at math again" reaction can be turned around into "OMG I'm getting better at math" with some empathy and debugging. It's a wonderful thing to see.

I have students who can't do exponents and have trouble answering 3 x 5. We're trying to teach them symbolic and linear algebra. Dur. No wonder they can't keep up.

I can debug the exponents deficits (integer exponents) in about 3 hours with a small group. Perhaps another session for radicals and fractional exponents.

It's somewhat addictive, to see them realize "I don't have to suck at math".


The same "being beat down at math again" reaction can be turned around into "OMG I'm getting better at math" with some empathy and debugging. It's a wonderful thing to see.

It really is.

I have students who can't do exponents and have trouble answering 3 x 5. We're trying to teach them symbolic and linear algebra. Dur. No wonder they can't keep up.

I think the thing to keep in mind is symbolic math and 3 x 5 are almost completely different tasks.

We lump them together under "math" but I've met many teachers who are excessively attached to these false dependencies.

I'd love to bring back Euclid himself and sit him down in one of these third grade classrooms and see how he does on the Mad Minute. It's not like he knew how to do long division or anything. :-P

I can debug the exponents deficits (integer exponents) in about 3 hours with a small group. Perhaps another session for radicals and fractional exponents.

It's somewhat addictive, to see them realize "I don't have to suck at math".

Thank you for what you're doing.


Thanks for your awesome comment.

Personally, I'm not familiar with these exact games, so perhaps I didn't grasp the full weight/level of competition they encouraged.

I do agree with you that learning anything requires a level of comfort prior to applying what you know. My assumption is that such a comfort would be achieved prior to using a competition as practice.

Food for thought, thanks.


I was doing these as well in Grade 5 (2000) with our sets going up to 50 questions in 60 seconds.


From the original article 'Students today might be taught by a teacher who is himself unable to work out 37+16 without help' I take it that this is extreme exaggeration to make the point. Such a person would clearly not be fit to teach any subject let alone one requiring numeracy skills at its core.


I think most people who seem unable are just unwilling. I can do that in my head, but it's a lot of effort without practice. Someone less patient might put "37" and "16" in their mind, start adding, and interpret the block they hit when trying to carry the 1 as "can't do it."

It's hard to imagine not being able to do it if you're practiced, but it's as hard to do as anything else you never have to do when you never do it.


You're kidding right? I know many teachers that can't utilize the correct "your|you're" instance with any degree of consistency; I don't see how they'd be able to work out 37+16 without at least writing it down.


Conservative generation gap nonsense. The prevelance of Google Maps means people can't plan directions and hence can't read some graphs?

Ban television, radio, electric lights, the horseless carriage, automated looms, steam engines, the printing press, and writing while you're at it.

This sort of "the basics are really important" nonsense is sometimes heard from the old directed at the young because they can no longer argue against calculators themselves, so they make a proxy.


The big issue here, since most reading this are probably of the generation in question, is found in the first comment:

As a result they have no quantitative intuition, which means they have no idea if their arithmetic results (achieved by simply hitting buttons on a keypad) even make sense.

That's scary. It'll be quite difficult to teach my kids math if their own schools don't see it as a requirement.


I think we should aim for "quantitative intuition" by teaching how to do rough calculations instead of spending time teaching precise calculations.

There is a lot of "cheats" possible when calculating approximations that makes it much easier to learn/perform.

In real life there is often so many uncertainties in the source numbers that a 'precise' answer is not meaningful anyway. Many people think that all the digits displayed in the calculator are significant/meaningful.

If you are a painter that estimates an offer price to the customer, you don't need to be able to work out in your head that 10.5 * 21.5 is 225.75, the estimate 'approx 215-230' is almost always good enough.


I think we should aim for "quantitative intuition" by teaching how to do rough calculations instead of spending time teaching precise calculations.

This is like saying we should teach children how to swim by letting them splash around in the wading pool.

In real life there is often so many uncertainties in the source numbers that a 'precise' answer is not meaningful anyway.

Math is precise. That's the whole point of it. I don't want my banker, accountant, civil engineer, pilot, cartographer, or architect working on "good enough". I want them to be precise. Consistently.


"Math is precise."

Your brain is not. I've seen a lot more evidence of people bootstrapping from intuition up to mathematical precision than simply starting with mathematical precision. Taken to its logical conclusion (and I do mean that I believe this is the logical conclusion), this leads to trying to teach number and set theory to kindergarteners, berating them for failing to get it, throwing your hands up and declaring they just aren't suited for math. You have to start with quantitative intuition, the alternative is not to teach math at all. There isn't a "start them out on correct pedagogy immediately" choice. You can and should argue about what tradeoffs are best, but you will have to have tradeoffs.


I don't seen how quantitative intuition and precision are somehow opposed to each other. 4*5 is 20. Not 21. Not 18. 20.

That is logical, and it's vitally important in the understanding of all future concepts. You don't need to understand advanced calculus to grasp the concept that 2 3/4 oranges + 2 1/3 oranges is not 5 oranges altogther, but actually more, and that left over bit is in fact meaningful and relevant.

It's when you start to play with abstractions that mathematics becomes confusing, not when you are being precise.


When is the last time you had a use for exactly 1/12 oranges?

"some bit more than 5" is plenty of precision for nearly any conceivable situation in which your example could appear.

https://secure.wikimedia.org/wikipedia/en/wiki/Significant_f...


I think you misunderstood my example. My point was that knowing that there is 5 1/12 oranges (as opposed to 5) is the important precision, and it works logically to a child's mind.

It's quite a bit more complex to expect the child to discard the 1/12 and suggest there are 5 oranges. It's not that the 1/12 is useful for anything, it's the fact that it exists, and is accounted for.


> Math is precise.

No, this statement is too strong. There are many examples in mathematics where one cannot exactly calculate a result (e.g. because one doesn't know all inputs), but one can give an estimation and prove that it is good enough for a certain purpose.

Example: Chebyshev's inequality in probability theory: http://en.wikipedia.org/wiki/Chebyshev%27s_inequality


Certainly, but in order to properly appreciate these more advanced aspects, you need to have an appreciation of the precision and logic of more basic math.

More importantly, I'd suggest that you need to know very basic math (simple addition, subtraction, multiplication and division) on the same level that you can type at your keyboard or drive a stick shift.

If you're spending brain effort on the basics, you've got less of it left for the complexities, making the entire exercise much more difficult.


Math is one of the huge things leading me to home school rather than sending the kids to school. It's bad enough that schools teach "calculation" rather "math", but now they're not even teaching "calculation"‽

It's a lot of work but it has gotten to the point that I feel like I'd be screwing my kids over to send them to school. Changes are in play that may make me comfortable with them sending their children to a 21st century school, but I can't stomach the thought of sending them to these 19th century monstrosities in their final days.


I have little quantitative intuition, which typically leads me to have to work through everything rather than give an off-the-cuff answer and checking my results multiple times.


Don't blame this on affordable technology.

It is the curriculum.


This generation gap doesn't exist in the sciences and engineering, IMO.

For example, even the crappiest students in my class (in Physics) knew how to do a taylor expansion to approximate the sine of something, and they knew power series and all sorts of other stuff. You have to know how in order to simplify algebra in many cases.

If there is a generation gap, it's because professors aren't strict enough and unwavering on their decisions to not use calculators, or the courses aren't doing hard enough algebra and calculus to really merit not using a calculator. When you get into the really hard stuff, not even Maple can help you half the time.


I agree - calculators have been generally available for a long time, well over 30 years.


calculators have been generally available for a long time, well over 30 years

Thirty years before 2011 is 1981. That's not true of graphing calculators generally being in the hands of high school students. By that year, many engineering students at university had calculators that could do calculus (usually with a "solve" algorithm) but the graphics plotting was just beginning for hand-held devices for university students. I was alive and studying math in the relevant years. Four-function or "scientific" calculators in K-12 schooling were just coming in during the 1970s.

After edit: while I disagree that calculators have been pervasive and encouraged in either elementary education or higher education for much longer than thirty years, I agree with the (grandparent?) comment that the curriculum in K-12 mathematics in the United States is lousy, and has been lousy through at least three different eras of curriculum fads, calculators or no calculators. The curriculum is indeed the key issue. Calculators are a useful tool, and today they belong in K-12 and in higher education. For a classic comment on how much calculator technology has progressed in the last fifteen years, see

http://xkcd.com/768/


In my elementary school, we had math superstars. These were math teaser problems.

One week, one of the problems actually required the use of a calculator (it was specified in the problem).

I remember my father taking me to RadioShack, where he purchased a calculator for me, only to solve this one particular problem.

This was in 1986. This one is from 1976...

http://cgi.ebay.com/Vintage-Radio-Shack-EC-490-Scientific-Ca...

Math Superstars link: http://it.pinellas.k12.fl.us/schools/curlew-es/studentconnec...


I had an HP-48GX in engineering school.

It was pretty badass.


Sure they were available when I was a student. They were even required in science and physics -- and banned in math class.


I see the lack of mental arithmetic ability all the time when scuba diving. There are many experienced divers who are totally dependent on wrist computers or pre-calculated tables, and can't do simple things like figuring out decompression schedules or gas consumption rates in their heads. If you have a good sense of numbers then it's really easy to do these things in your head after you memorize a few simple rules. Yet so many divers think it's some kind of black magic, or even that it's somehow "dangerous" to make your own calculations.


It's a good idea to keep a table and a wrist calculator when scuba diving anyway, in case you're subject to nitrogen narcosis, which makes you really stupid.


Nonsense. It's a good idea to not do stupid things like breathing narcotic mixes at significant depths.


Did you actually dive at sea? You may feel the narcosis at varying depths, depending upon the temperature, your fatigue and some other parameters. You may usually dive at 50m breathing ordinary air without problem, and some other day get completely stoned at 40m. This happens sometimes, particularly when you dive for the first time after the winter break for instance.


I was diving at sea last weekend. I don't dive air at 40m. Your other comments about narcosis are sheer nonsense, completely off base. Don't breathe narcotic mixes.


> I was diving at sea last weekend. I don't dive air at 40m.

Good for you. In France, you're allowed breathe air down to 60m. Most people commonly breathe air down to 40/50m, or did so recently enough.

> Your other comments about narcosis are sheer nonsense, completely off base. Don't breathe narcotic mixes.

My oh so numerous comments about narcosis? What are you talking about? Instead of giving condescending lessons, would mind explain what you mean?


I don't care what's "allowed" or not. Where I dive there are no scuba police to tell you how deep you can go or what gasses to breathe. There is no evidence that most divers breathe air down to 50m. What you subjectively "feel" about narcosis has little relevance to what's actually happening in your body or how impaired you are. As for your comment about feeling "stoned" the first time diving after a break you seem to be implying that divers can somehow adapt to narcosis over time, which of course is completely wrong. http://www.us.elsevierhealth.com/product.jsp?sid=EHS_US_BS-S...

I am being condescending because you are posting dangerous misinformation in a public forum. Divers who believe those lies and fairy tales tend to end up hurt. If you don't know what you're talking about then it's better not to post at all.


> I am being condescending because you are posting dangerous misinformation in a public forum. Divers who believe those lies and fairy tales tend to end up hurt. If you don't know what you're talking about then it's better not to post at all.

I didn't know that people came to HN to learn about diving. On the other hand, they go to wikipedia, where you should have a look.


It is a difficult issue. I do a mathematics and computer science degree hence there's obviously no real lack of mental arithmetic maths skills for this degree (well, at least the basics are consistent across the maths students).

Anywhoo, this is - IMO - something that the author's college should look at collectively. If there are some students and professors with massively different ideas of the required level of mental maths skills, perhaps the college should look at introducing a mandatory first year 'mental maths' crash course/module?

This would help to make things a little more consistent. If there's genuine confusion/disagreement between the students and Professors, this should - IMO - be addresses by a course-wide decision being made.

Regarding programmable calculators - they can be reset in about 2 seconds total (it's usually Menu -> Settings -> Memory -> Reset All).

In our University, the exam invigilators ensure that all programmable calculators are reset (with them watching them being reset, of course) before the start of the exam.

So I'm not sure why this (to me) fairly obvious idea seems to be overlooked in the article? As I say, it takes 2 seconds total.

An interesting article though; even though I think the author/prof is approaching things in a slightly muddled (for want of a better - non insulting- term!) way. The college should (IMO) decide on how they want to approach things, and then be consistent across all modules and all Professors.


Skills become outdated over time. The skill of mental calculations, I think, is not really that valuable on the average nor is it unlearnable later on if you sit at a cashier's desk at some point ... but the skill of doing quantitative calculations mentally greatly helps me make connections that I suspect I won't make otherwise. I think this is because I'm morphing pictures in my head instead of crunching numbers.

Next step - lets allow all kids to use google search during their tests.


There has been a profound change in mathematics education in the years indicated, and the author of the submitted article is on to something. One of my favorite authors on mathematics, Professor John Stillwell, writes, in the preface to his book Numbers and Geometry (New York: Springer-Verlag, 1998):

"What should every aspiring mathematician know? The answer for most of the 20th century has been: calculus. . . . Mathematics today is . . . much more than calculus; and the calculus now taught is, sadly, much less than it used to be. Little by little, calculus has been deprived of the algebra, geometry, and logic it needs to sustain it, until many institutions have had to put it on high-tech life-support systems. A subject struggling to survive is hardly a good introduction to the vigor of real mathematics.

". . . . In the current situation, we need to revive not only calculus, but also algebra, geometry, and the whole idea that mathematics is a rigorous, cumulative discipline in which each mathematician stands on the shoulders of giants.

"The best way to teach real mathematics, I believe, is to start deeper down, with the elementary ideas of number and space. Everyone concedes that these are fundamental, but they have been scandalously neglected, perhaps in the naive belief that anyone learning calculus has outgrown them. In fact, arithmetic, algebra, and geometry can never be outgrown, and the most rewarding path to higher mathematics sustains their development alongside the 'advanced' branches such as calculus. Also, by maintaining ties between these disciplines, it is possible to present a more unified view of mathematics, yet at the same time to include more spice and variety."

Stillwell demonstrates what he means about the interconnectedness and depth of "elementary" topics in the rest of his book, which is a delight to read and full of thought-provoking problems.

http://www.amazon.com/gp/product/0387982892/

I have a collection of analytic geometry and calculus books, accumulated as used books from various readers, that includes the books used by my late father in his higher education as a chemistry major during the Truman administration, followed by books from other previous owners reflecting "new math," "back to basics," and "reform" approaches to mathematics education. Plainly today's secondary and tertiary students of mathematics need to take advantage of current technology so that they can devote more time to THINKING about the mathematics they learn and less time to what even any mathematician would call "tedious calculation." But too few students have ever been guided to through the kind of insight-producing problems in which the tedious steps themselves and the false starts while struggling with the problem produce deep understanding. Stillwell gives examples of such problems in his books, and the minority of students who participate in math contexts or who voluntarily work the "challenge" problems not assigned in their textbooks may gain such insight, but most school textbook problems of all eras are mere exercises, and too few students do enough of those thoughtfully to have hope of learning mathematical concepts.

See "Basic skills versus conceptual understanding: A bogus dichotomy in mathematics education," American Educator, Fall 1999, Vol. 23, No. 3, pp. 14-19, 50-52 for additional commentary on mathematics education,

http://www.aft.org/newspubs/periodicals/ae/fall1999/index.cf...

and see an earlier HN comment

http://news.ycombinator.com/item?id=2515796

for a FAQ on the distinction between problems and exercises in mathematics education.


I side much more Conrad Wolfram on this than Stillwell [1]. Computation simply is a lot less important now as we have tools that do them with far greater speed and accuracy. And I'm from the generation that did tons of computation, but I honestly never had a great grasp of it. I just knew there were steps to be taken (leave an extra space to right as you do long multiplication) -- and I was one of the top math students in the district.

In fact I'd argue that I never really understood much of any math until grad school. I was computational sophisticated, but lacked understanding.

And oddly, I seem to find quite the opposite problem from what the blog author describes. I find students who know 3x5. But struggle to understand when the Fourier Transform is appropriate. Sure, if they're looking at problem sets at the back of the chapter about Fourier Transforms then they'll start with it, but in the real world they lack the conceptual understanding of it. I've met students who can compute the SVD, they can tell you the text book definition, but don't actually intuitively know what it means. They don't know when it should be applied, or when it is applied, what it means.

[1] http://blog.wolfram.com/2010/11/23/conrad-wolframs-ted-talk-...


As a student in a fairly good university(Umass), Math tends to be taught exactly how you describe it. "Heres the FT. This is where you use it. This is how you do it". Most students will be able to do the FT, and most students can actually find the correct answer. However, because teachers and books tend to formulate very artificial situations where the a specific tool students often are used to looking for very specific patterns inside problems to decide what tool they will use for the job. When a problem falls outside the usual patterns, students will have a hard time identifying the tool they should use.

I see this all the time when I help someone with a programming assignment. They may understand the problem, they may understand each individual solution if you explain it to them. However, they usually do not know where they should start. They may understand what a hash table is, and they may even know how to implement one. However if a problem does not fall into one of the patterns they are used to for a "hash table problem" they may not realize right away that they could use such a solution.

Kids need to be taught how to break down a problem into its elements, and then realize which elements can be solved most effectively by what tool. This can also be learned through experience. Program enough and you will eventually start to break down problems yourself. But some kids don't seem to take initiative and work on themselves outside school. Which also is the reason why some kids from Umass CS are working at Facebook, Google, Microsoft, and others serve me coffee.


"I plan to remain hard-headed about this until I am convinced that abandoning the rote sorts of exercises done in, say, a linear algebra class (which can also be done on a calculator) does not hinder our ability to form intuition about how to do proofs, etc"

It is positive statements that require proof, not negative ones. If you believe that the introduction of calculators, google maps, etc., has negatively impacted number sense and human spacial reasoning, it is on you to prove it.


I saw nothing about mathematics here; this was all about arithmetic.


what i gained from learnign math using trig and log tables, pencil and paper to calculate fractions, multiplying them, more numbers, more calculations, => feel for a solution. yes, it is subjective, by looking at a problem there are no magic that pops out, just a feel for what would be a correct answer. objectively, the experience how to simplify is a great gain as well. ... then i studied logics. today i can calcualte areas, circumferences in my head, faster then using my phones calculator. the precesion is acceptable for my daily use.


The best way to teach mathematics is to put it in a useful context. Want to teach trig? Have students build a set of stairs. When students need it to solve a problem they will figure it out and intuitively understand it. The primary problem with mathematics teaching and education in general is that students know the knowledge but have no idea how to apply it.

I didn't learn to program by sitting in a class having someone drone on, I learned it because I needed it to solve problems I had.


The worst part is, how old is all this stuff, and how was it able to be passed along for generations until now?


I read years ago that taking notes about everything diminished our capacity to memorize things. Now I can't remember where I left my notepad ;) (But seriously, exercizing our natural gift of thought is essential for good brain shape.)


Just count in binary, everything will be easier.

110 * 111 = 101010

Very easy, don't you think? :)


This might be true for any other field than math, but the basic understanding of math you need today is no different from what Pythagoras and Euclid needed.


Arab numerals, negative numbers, basic statistics, understanding interest rates and compounding (for mortgages), basic accounting. These are skills common people can no longer do without.


You're right! That new-fangled "calculus" stuff is just a pointless fad. And what's this shit I keep hearing about "zero"?


You're arguing against basic mathematical education on the basis of not being needed to a country with the highest personal debt levels the world has ever seen.


To me, US personal debt seems like more of a self control issue than a problem of innumeracy.


Self control however is much better maintained with a proper understanding of the problem.

This is why payday loan sharks target poor areas: lack of education.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: