Cognitive load when learning mathematics: Difference between revisions
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
Some things that increase strain on working memory: | Some things that increase strain on working memory: | ||
* If a proof has steps <math>P_1, P_2, P_3, \ldots, P_n</math> the proof is much easier to follow when the justifications for a step <math>P_j</math> are close to <math>P_j</math>. 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 <math>J(j)</math> is the set of justification numbers used on step <math>P_j</math> (e.g. maybe <math>J(5) = \{1,3\}</math>), then the quantity of interest is something like <math>\ | * If a proof has steps <math>P_1, P_2, P_3, \ldots, P_n</math> the proof is much easier to follow when the justifications for a step <math>P_j</math> are close to <math>P_j</math>. 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 <math>J(j)</math> is the set of justification numbers used on step <math>P_j</math> (e.g. maybe <math>J(5) = \{1,3\}</math>), then the quantity of interest is something like <math>\max_{j\in \{1,\ldots,n\}}(j - \min J(j))</math>, which is the most number of steps the proof stretches backwards. | ||
* Level of nesting: nested sums, nested products, nested quantifiers, nested loops, combinations of nesting. | * Level of nesting: nested sums, nested products, nested quantifiers, nested loops, combinations of nesting. | ||
Revision as of 23:08, 4 August 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.
- Level of nesting: nested sums, nested products, nested quantifiers, nested loops, combinations of nesting.