Cognitive load when learning mathematics: Difference between revisions

From Learning
No edit summary
No edit summary
Line 6: Line 6:
* Level of nesting: nested sums, nested products, nested quantifiers, nested loops, combinations of nesting. Ideas like common knowledge involve "indefinite nesting".
* Level of nesting: nested sums, nested products, nested quantifiers, nested loops, combinations of nesting. Ideas like common knowledge involve "indefinite nesting".
* Number of variables in use. As a special case, the number of indices in use.
* Number of variables in use. As a special case, the number of indices in use.
* The number of new definitions/ideas introduced before getting to the "point" of the discussion.
* Numerical references, like "Lemma 5.8.9" and "Equation (63)". This is similar to the justifications one for proofs, but it also involves going outside the proof to look up statements.
* Numerical references, like "Lemma 5.8.9" and "Equation (63)". This is similar to the justifications one for proofs, but it also involves going outside the proof to look up statements.

Revision as of 23:02, 10 September 2018

This page lists some math-specific stuff relating to cognitive load.

Some things that increase strain on working memory:

  • If a proof has steps the proof is much easier to follow when the justifications for a step are close to . When much earlier stages of the proof are required to understand the current step, the reader has to go back to remember what was done early on. If is the set of justification numbers used on step (e.g. maybe ), then the quantity of interest is something like , which is the most number of steps the proof stretches backwards (or maybe it's the average of this quantity, or the average length of "stretching back"). Kind of related to space requirements for an algorithm and things like peephole optimization.
  • Level of nesting: nested sums, nested products, nested quantifiers, nested loops, combinations of nesting. Ideas like common knowledge involve "indefinite nesting".
  • Number of variables in use. As a special case, the number of indices in use.
  • The number of new definitions/ideas introduced before getting to the "point" of the discussion.
  • Numerical references, like "Lemma 5.8.9" and "Equation (63)". This is similar to the justifications one for proofs, but it also involves going outside the proof to look up statements.