Welcome to the Toolbox: Solving a Simpler/Similar Problem

In H3 Mathematics, you often encounter "monster" problems—questions that look intimidating because they have huge numbers, complex variables, or structures you’ve never seen before. Don't panic! Even the world’s greatest mathematicians don't solve these in one giant leap. Instead, they use a heuristic (a problem-solving strategy) called "Solving a Simpler or Similar Problem."

Think of it like training for a marathon. You wouldn't run 42 kilometers on your first day of training, right? You’d start with a 2km jog. In math, if a problem involves 100 variables, we start by trying to solve it with just 2. By the end of these notes, you'll know exactly how to shrink a big problem down to size and use it to conquer the original challenge.


1. What Exactly Is This Heuristic?

The core idea is simple: if you can't solve the problem as it is stated, find a related problem that is easier to handle. Solving the easier version helps you:

  • Understand the "mechanics" or rules of the problem.
  • Identify a pattern or structure that might be hidden.
  • Test a specific hypothesis before applying it to the general case.

Analogy: Imagine you are trying to figure out how a complex clock works. Instead of taking the whole grandfather clock apart, you might look at a tiny, simple pocket watch that uses the same basic gears. Once you understand the pocket watch, the big clock doesn't seem so mysterious anymore!


2. How to Simplify a Problem

There are several ways to make a problem "simpler." Here are the most common strategies you can use in your H3 exams:

A. Use Smaller Numbers

If a question asks you to find a property of the number \( 10^{100} \), try looking at what happens with \( 10^1 \), \( 10^2 \), and \( 10^3 \). The logic often remains the same regardless of the size of the number.

B. Reduce the Number of Variables

If a problem involves \( n \) variables (like \( x_1, x_2, ... x_n \)), try solving it for \( n=1 \), \( n=2 \), or \( n=3 \). This is often the first step toward a Proof by Mathematical Induction (which you learned in Section 2!).

C. Focus on a Special Case

If a theorem is supposed to work for all triangles, see if you can prove it for a Right-Angled Triangle first. Often, the insight you gain from the special case gives you the "key" to the general one.

Quick Review: Simplifying isn't "cheating"—it's building a bridge from what you don't know to what you do know.


3. Step-by-Step: The "Simplify and Scale" Process

Don't worry if this seems tricky at first; just follow these four steps:

Step 1: Identify the "Complexity." What makes the problem hard? Is it a huge sum? Too many dimensions? A scary-looking function?

Step 2: Create a "Mini-Version." Change the big numbers to small ones (e.g., change \( n=100 \) to \( n=3 \)) or simplify the shapes/functions involved.

Step 3: Solve the Mini-Version. Find the answer to your simpler problem. Look closely at how you got the answer.

Step 4: Look for a Pattern and Generalize. Does the logic you used in Step 3 work for the next step up? Can you create a formula that applies back to the original monster problem?


4. Real-World Example: The Handshake Problem

The Problem: There are 20 people at a party. If every person shakes hands with every other person exactly once, how many handshakes happen in total?

Solving a Simpler Problem: Let's use smaller numbers!

  • 2 people: Only 1 handshake. \( (A-B) \)
  • 3 people: 3 handshakes. \( (A-B, A-C, B-C) \)
  • 4 people: 6 handshakes. \( (A-B, A-C, A-D, B-C, B-D, C-D) \)

The Pattern: Look at the sequence of answers: 1, 3, 6... these are Triangular Numbers!
For \( n \) people, the number of handshakes is the sum of the first \( n-1 \) integers.
Formula: \( \frac{(n-1)n}{2} \)

Applying it back: For 20 people, the answer is \( \frac{19 \times 20}{2} = 190 \). Much easier than drawing 20 people and counting lines!


5. Identifying "Similar" Problems

Sometimes the problem isn't "big," it's just "different." This is where you look for a Similar Problem you’ve solved before.

Ask yourself: "Have I seen a problem with this structure before?"

  • Does this summation look like a Method of Differences problem from H2?
  • Can this probability question be mapped to a stars and bars (indistinguishable objects in boxes) problem?
  • Does this geometry problem look like it could be solved using Complex Numbers (treating points as coordinates)?

Did you know? Many breakthroughs in mathematics happen because someone realized that a problem in one field (like Geometry) was actually the "same" as a problem in another field (like Algebra)!


6. Common Pitfalls to Avoid

1. Assuming the pattern always continues: Just because it works for \( n=1, 2, \) and \( 3 \) doesn't mean it works for \( n=100 \). Always try to find the reason the pattern exists. In H3, you might be expected to follow up your "simpler problem" insight with a formal Direct Proof or Induction.

2. Over-simplifying: If you simplify too much, you might lose the very thing that makes the problem challenging. Ensure your simpler version still shares the same core logic as the original.


7. Summary & Key Takeaways

Key Points to Remember:

  • When stuck, downsize the problem.
  • Small numbers and special cases are your best friends.
  • Solving a simpler version is a way to uncover patterns and structure.
  • Always re-check your generalization against the original problem constraints.

Final Tip: On your scratch paper, always leave a little corner to test "What if \( n=1 \)?" It often clears the fog faster than any complex formula!