Why do new rules cause students to forget and misapply older rules?

Solution 1:

One approach for dealing with this problem: make a three-part worksheet. Part one is "stuff using the formulas we just learned today." Part two is "review of old stuff." Part three is "mixed problems."

In essence, when you teach the first concept, the student isn't learning it as an if-then statement: "when you see this, then do this." The student is just learning "do this," because that's the only sort of problem the student sees. So when you introduce the second concept, really the student has twice as many new things to learn - how to solve the second type of problem, and how to distinguish the first type of problem from the second type of problem. Of course there's no getting around this. You have to introduce something first. But that's my theory for why the second thing you introduce makes things slower.

Solution 2:

One article that immediately came to mind, and which I think you'd find very helpful for your purposes, is Memory and Mathematical Understanding (link to article abstract).

Also perhaps relevant is Working Memory and Mathematics. It is relatively recent (published in 2010) and has a long list of references, to explore further.

You might want to check out the Mathematical Association of America "special interest group"'s SIGMAA RUME website and this auxiliary site. (RUME = Research in Undergraduate Mathematics Education.) You will find additional resources and references on undergraduate math education, and perhaps connect with others sincerely interested in post-secondary teaching.

That said, I really think much of what you are observing is a "cognitive" phenomenon: not necessarily a phenomenon of "what is being learned" (i.e., mathematics), but more appropriately addressed in the domains of cognitive & educational psychology. Certainly, math cognition is, in many respects, qualitatively different than (or a more specific domain of) cognition in general. So I do not mean to imply that this question doesn't belong here. I suspect that there are a lot of people here with lots of experience teaching, and many of whom are also interested in improving students' comprehension of mathematics.

Solution 3:

Here is a guess:

It is possible, that as remedial students, they have an expectation that the problems will be difficult. I.e. they are expecting to put a lot of mental strain and effort into the solution.

This instinct may be appropriate in some situations, e.g. when they are learning the problem. However, in other situations it may make them discard the simpler (correct) solution and employ a more complex (incorrect) solution, simply because it seems to be more complex, and therefore meets the level of mental effort that they are expecting to experience.

If this hypothesis is correct, then perhaps additional practice on problems that they are already comfortable with will help recalibrate their "maths-is-hard" mental parameter?

Solution 4:

If the needed rule is not the rule being directly studied, the student must first select the rule from their entire toolbox of rules that could be used. This is much harder than trying to apply the one rule that will probably be needed to solve all problems in the current problem set.

To put it another way, when students are studying a specific topic and they try to solve exercises in that topic's section, they are effectively given a really big hint that the problem probably has something to do with that topic. If any other topics are also needed, they must refer to all previous topics to consider the set of possible applicable rules.

You can see this phenomenon at work by simply suggesting the rule, like combining alike terms, when the student gets stuck. Often they can then immediately see that this rule can be applied. Explanation: They got their hint back.

Once you move out of the laboratory and into the real world, what seemed easy may now be much harder!

Solution 5:

This is mostly speculative.

Consider doing exercises on when not to use a 'rule'.

I like to give an example from machine learning: if you design an AI to answer a particular question, and then give it a lot of training data for which the answer is "yes", then what the AI will learn is that every question should be given a "yes" answer. You have to give it enough examples where the answer is "no" in order to learn properly.

(aside: for the AI enthusiasts out there, I'm sure there are designs that the above doesn't apply to. I'm just trying to make a good example)

Of course, a human will realize that they're supposed to be learning some sort of pattern, and so they'll try and guess the pattern on their own. They'll get some feedback that their guess is wrong in the form "you did this problem wrong", but it will come slowly.

For students who are having trouble working out the pattern, seeing examples that don't fit the pattern may be far more informative than more examples that do. A variety of examples will surely help as well.

Consider explaining how to recognize when to use the rule

Rather than trying to learn the pattern through osmosis, it may help to explicitly describe what features they should be looking for in an expression that allow a rule to be used.

Explain how to break down expressions into terms and factors and such, and to see that one rule might be applied to combine terms of a sum (or to split one term into several), or another rule might be applied to combine the factors of a product (or to split one factor into several).

A full blown lesson on mathematical grammar might even be useful. I've always been curious if learning how to make parse trees out of an expression could help students.


On a related note, I think a lot of people (both on the learning and teaching sides) have trouble even recognizing the existence of this skill and how important it is -- students who focus on learning how to use tools without ever realizing they're supposed to be learning how to select tools (or maybe even how to pack a toolbox!), and teachers who think the latter skills will come automatically to anyone who learns the former.

I don't know how to teach it though, especially to a student to doesn't acknowledge it, or worse, rejects it because they think they need to focus on how to use tools. :(