How to Solve It: Pólya's Problem-Solving Framework
An in-depth look at George Pólya's four-step problem-solving method, with concrete mathematical examples showing how to apply each step in practice.
The Book That Changed Problem Solving
In 1945, the Hungarian-American mathematician George Pólya published How to Solve It, a slim book that became one of the most influential works on mathematical problem solving ever written. Over a million copies have been sold, and its ideas have shaped how mathematics is taught worldwide.
Pólya's central insight was that problem solving is a skill that can be taught and learned, not just an innate talent. He distilled the process into four steps, each with a set of guiding questions.
This post explains Pólya's framework in detail and shows how to apply it to real mathematical problems.
The Four Steps
Pólya's Four Steps:
- Understand the problem.
- Devise a plan.
- Carry out the plan.
- Look back.
These steps seem obvious, but the power lies in the specific questions Pólya associates with each step. Most students fail not because they lack knowledge, but because they skip Steps 1 and 4.
Step 1: Understand the Problem
This is the most underrated step. Many students read a problem once and immediately start calculating. Pólya insists that you must first understand the problem completely.
Key Questions
- What is the unknown? What are you asked to find or prove?
- What are the data? What information is given?
- What are the conditions? What relationships connect the unknown to the data?
- Is it possible to satisfy all the conditions simultaneously?
- Can you restate the problem in your own words?
- Can you draw a figure or diagram?
Example
Problem. Prove that if are positive real numbers with , then .
Understanding the problem:
- Unknown: We need to prove an inequality.
- Data: positive real numbers whose product is 1.
- Condition: The product constraint .
- Restatement: The arithmetic mean of positive numbers with product 1 is at least 1.
- Connection: This is the AM-GM inequality.
Already, just by restating the problem, we have identified what tool to use.
Step 2: Devise a Plan
This is the creative step. Pólya lists many strategies, and an experienced problem solver has all of them available:
Strategy 1: Look for a Pattern
Try small cases. If the problem involves , try and look for a pattern.
For our example: when , we need given . We can write and check that for , which is equivalent to . This suggests the general proof might use a similar algebraic trick — or induction.
Strategy 2: Use a Related Problem
Have you seen a similar problem before? Can you use its result or method?
The AM-GM inequality states:
Since the product is 1, the right side equals 1, and we immediately get .
Strategy 3: Work Backwards
Start from the conclusion and ask: what would I need to prove this?
Strategy 4: Introduce Auxiliary Elements
Sometimes adding a new variable, function, or construction reveals the solution.
Strategy 5: Decompose and Recombine
Break the problem into smaller subproblems. Solve each one, then combine the results.
Strategy 6: Specialize, then Generalize
Solve a simpler version of the problem first, then adapt the method to the general case.
Strategy 7: Draw a Picture
In geometry, analysis, and many other areas, a good diagram can immediately suggest the proof.
Strategy 8: Consider Extreme Cases
What happens when a variable is very large, very small, zero, or equal to another variable?
Step 3: Carry Out the Plan
Once you have a plan, execute it carefully. Check each step.
Key Advice
- If you get stuck, go back to Step 2 — your plan might need revision.
- Write clearly. Even in scratch work, sloppy notation leads to errors.
- Check that each step follows logically from the previous one.
Example Continued
Let us carry out the AM-GM approach.
Proof. By the AM-GM inequality,
Multiplying both sides by gives .
Alternatively, we can prove this by induction, which is more elementary.
Proof by induction. Base case: . If , then . ✓
Inductive step: Assume the result holds for positive reals. Let be positive reals with product 1. Without loss of generality, assume (such a pair must exist since the product is 1 and not all terms can be strictly greater than 1 or strictly less than 1).
Define and keep for . Then and by the inductive hypothesis:
So
We need to show that . This is equivalent to , which holds because .
Thus .
Step 4: Look Back
This step is what separates good problem solvers from great ones. After solving the problem:
Check the Result
- Does the answer make sense?
- Can you verify it with a specific example?
- Can you derive the result differently?
Reflect on the Method
- Can you solve it a different way?
- Can you generalize the result?
- What was the key idea?
- Could you use this method on other problems?
For Our Example
- Check: For , : sum is . ✓
- Generalize: The result is the AM-GM inequality, which generalizes to weighted means.
- Key idea: The constraint "product equals 1" combined with the inequality between arithmetic and geometric means.
Pólya's Heuristics in Practice
Example: A Geometry Problem
Problem. Prove that in any triangle, the sum of any two sides is greater than the third side.
Step 1: Understand. We need to show for any sides of a triangle.
Step 2: Plan. This is the triangle inequality. A direct proof uses the fact that the shortest path between two points is a straight line. Alternatively, use the definition of a triangle: three non-collinear points.
Step 3: Execute. In a triangle with vertices , the side is a straight line segment of length . The path from to to has length . Since a straight line is the shortest path, . Equality holds only if , , are collinear, which contradicts the triangle assumption. So .
Step 4: Look back. This proves one instance; by symmetry, and as well. The key idea is the shortest-path property.
Example: A Number Theory Problem
Problem. Show that every integer greater than 1 has a prime divisor.
Step 1: Understand. For any , there exists a prime with .
Step 2: Plan. Try strong induction. If is prime, we are done. If is composite, write with , and apply the hypothesis to .
Step 3: Execute.
Proof by strong induction. Base case: is prime, so it is its own prime divisor.
Inductive step: Assume every integer with has a prime divisor. If is prime, then itself is a prime divisor of . If is not prime, then with . By the inductive hypothesis, has a prime divisor . Then and , so .
Step 4: Look back. This is the first step toward proving the fundamental theorem of arithmetic. The key idea is reducing a composite number to a smaller factor.
Beyond Pólya: Modern Problem-Solving Resources
Pólya's framework has been expanded by many authors:
- Paul Zeitz, The Art and Craft of Problem Solving, emphasizes tactical and strategic thinking.
- Arthur Engel, Problem-Solving Strategies, catalogs hundreds of techniques with examples from mathematical olympiads.
- Terence Tao has written extensively on problem-solving strategies in his blog and in Solving Mathematical Problems: A Personal Perspective.
These books build on Pólya's foundation with more advanced techniques and harder problems.
Why Pólya's Method Works
The method works because it imposes structure on a process that otherwise feels chaotic. When you are stuck, instead of staring at the page, you have a checklist of specific actions to try.
Over time, the four steps become automatic. You will find yourself naturally asking "What is the unknown?" and "Have I seen something like this before?" without consciously thinking about Pólya.
That is the goal: to internalize the method so deeply that it becomes a natural part of how you think about mathematics.
Summary
| Step | Key Question | Action |
|---|---|---|
| Understand | What am I asked to find or prove? | Restate, draw diagrams, identify data and conditions |
| Plan | How can I connect the data to the unknown? | Use related problems, try special cases, work backwards |
| Execute | Does each step follow logically? | Write carefully, check each deduction |
| Look back | Can I verify? Can I generalize? | Test with examples, find alternative proofs |
References
- George Pólya, How to Solve It, Princeton University Press, 1945 (reprinted 2014).
- George Pólya, Mathematics and Plausible Reasoning (2 volumes), Princeton University Press, 1954.
- Paul Zeitz, The Art and Craft of Problem Solving, Wiley, 2017.
- Arthur Engel, Problem-Solving Strategies, Springer, 1998.
- Terence Tao, Solving Mathematical Problems: A Personal Perspective, Oxford University Press, 2006.