How to Solve It
From Free net encyclopedia
George Pólya's 1945 book How to Solve It (ISBN 0691080976) is a small volume describing methods of problem-solving. It suggests the following steps when solving a mathematical problem:
- First, you have to understand the problem.
- After understanding, then make a plan.
- Carry out the plan.
- Look back on your work. How could it be better?
If this technique fails, Polya advises: "If you can't solve a problem, then there is an easier problem you can solve: find it." Or: "If you cannot solve the proposed problem try to solve first some related problem. Could you imagine a more accessible related problem?"
His book contains a dictionary-style set of heuristics, many of which have to do with generating a more accessible problem. For example:
Heuristic | Informal Description | Formal analogue |
Analogy | can you find a problem analogous to your problem and solve that? | Map |
Generalization | can you find a problem more general than your problem...? | Generalization |
Induction | can you solve your problem by deriving a generalization from some examples? | Induction |
Variation of the Problem | can you vary or change your problem to create a new problem (or set of problems) whose solution(s) will help you solve your original problem? | Search |
Auxiliary Problem | can you find a subproblem or side problem whose solution will help you solve your problem? | Subgoal |
Here is a problem related to yours and solved before | can you find a problem related to yours that has already been solved and use that to solve your problem? | Pattern recognition Pattern matching |
Specialization | can you find a problem more specialized? | Specialization |
Decomposing and Recombining | can you decompose the problem and "recombine its elements in some new manner"? | Divide and conquer |
Working backward | can you start with the goal and work backwards to something you already know? | Backward chaining |
Draw a Figure | can you draw a picture of the problem? | Diagrammatic Reasoning [1] |
Auxiliary Elements | can you add some new element to your problem to get closer to a solution? | Extension |
The technique 'have I used everything' is perhaps most applicable to formal educational examinations (e.g. n men digging m ditches) problems. However perhaps because so little is written on the basic mechanics of problem solving, the book has achieved 'classic' status. Other books on problem solving are often related to more creative and less concrete techniques. See lateral thinking, mind mapping and brainstorming.
Influence
The book has had a large influence on mathematics textbooks. "Most formulations of a problem solving framework in U. S. textbooks attribute some relationship to Polya's problem solving stages (1945)." [2]