In short

Walk into any CBSE class 9 or class 10 maths teacher's staff room, ask which single mistake costs students the most marks, and you will get the same answer: (a+b)^2 = a^2 + b^2. It is the most-graded-wrong identity in school algebra. The hand writes it almost on its own, the eye nods, the marker bleeds red. The fix is not "memorise harder" — that has already failed for millions of students. The fix is three small mental-discipline techniques you run every time you see a squared bracket: (1) test with numbers, (2) draw the rectangle picture in your head, (3) FOIL out loud. Any one of them catches the bug. Run all three for two weeks and the wrong answer stops appearing on your paper for the rest of your life. Why: the mistake is a habit of pattern matching, not a gap in knowledge. You need habits to kill habits.

You already know the correct identity. Every textbook says it: (a+b)^2 = a^2 + 2ab + b^2. Your teacher said it. The board said it. You wrote it down. You may have even ticked it on a multiple-choice quiz last week.

And then in the next exam, in the middle of a quadratic problem, your hand wrote (x+3)^2 = x^2 + 9 and you lost two marks. Again.

This article is not about the identity. The identity is in Algebraic Identities. The geometric picture of the missing rectangles is in (a+b)² vs a²+b². This article is about something else: the cognitive reason the mistake keeps coming back even after you "know" the answer, and the three habits that finally end it.

Why the mistake survives

The brain pattern-matches. When you see a small operator outside a bracket — a minus sign, a number, a fraction — it has learned that the operator can be pushed inside:

-(a+b) = -a - b \qquad 3(a+b) = 3a + 3b \qquad \tfrac{1}{2}(a+b) = \tfrac{a}{2} + \tfrac{b}{2}

This is the distributive law: k(a+b) = ka + kb for any fixed multiplier k. It is one of the most reliable rules in arithmetic. Your brain has used it thousands of times since class 6 and it has never let you down.

Now you see (a+b)^2. The little 2 outside the bracket looks like another small operator. Your pattern-matcher fires. Push it in:

(a+b)^2 \stackrel{?}{=} a^2 + b^2

It feels just like the previous examples. Tidy. Symmetric. Done.

But the 2 in (a+b)^2 is not a multiplier. It is an exponent — a count of how many times the bracket multiplies itself. Distributivity is for repeated addition inside a bracket; squaring is repeated multiplication of the whole bracket. They are different operations and they have different rules.

Trap warning: linear operators distribute, but powers do notA flowchart with two parallel paths. The left path, marked with a green tick, shows k(a+b) flowing into ka + kb with the label "linear ops distribute". The right path, marked with a red cross, shows (a+b) squared flowing into a squared plus b squared with the label "powers do NOT distribute" and a warning sign. SAFE TRAP k · (a + b) k·a + k·b linear op distributes k is one fixed number (a + b)² a² + b² power does NOT distribute ² says "multiply by itself"
Two paths that look identical to your pattern-matcher but live in different worlds. On the left, $k$ is a single fixed multiplier; the distributive law sends it cleanly inside. On the right, the little $2$ tells the *whole bracket* to multiply itself — every term has to meet every other term — and the cross terms cannot be skipped.

The mistake is not stupidity. It is a correctly trained pattern applied to the wrong shape. Killing it means re-training the pattern.

In CBSE class 9 and class 10 papers, this single error is one of the top reasons students lose algebra marks — examiners see it in factorisation questions, in completing-the-square steps, in identity-application proofs, and in the algebraic part of coordinate geometry. The cost compounds across an entire paper.

Technique 1: Test with numbers

The fastest, dumbest, most reliable bug-detector in algebra is to plug in small numbers and check.

The test

Suppose you wrote (a+b)^2 = a^2 + b^2. Pause. Pick the easiest possible numbers: a = 1, b = 1.

Left side: (1 + 1)^2 = 2^2 = 4.

Right side: 1^2 + 1^2 = 1 + 1 = 2.

4 \neq 2. The two sides disagree by 2. Whatever you wrote down is wrong — and you have a proof of wrongness in three seconds.

Why: an identity claims to hold for every value of a and b. So a single counter-example is enough to kill it. You don't need to find the most clever values; a = 1, b = 1 exposes nearly every false identity in school algebra.

Make this a reflex: any time you write down a "rule" you are unsure about, test it with a=1, b=1 before moving on. The cost is three seconds. The benefit is two marks.

If a=1, b=1 accidentally makes both sides equal (it sometimes does — for example, a + b = 2ab is true at (1,1) even though it is not an identity), repeat with a=2, b=3. Two tests with different numbers catch essentially every false identity you will meet in school.

The "test with numbers" technique is what good mathematicians do under their breath all day long. It is not cheating. It is sanity-checking. Once it becomes automatic, you stop committing wrong identities to the page.

Technique 2: The rectangle picture

The second discipline is to see the squared bracket, not just read it. (a+b)^2 is the area of a square whose side is a+b. That square is not made of two pieces; it is made of four.

The visual gut-check

Imagine a piece of land of side a+b. You want to fence it. Walk along one edge: you cover a metres, then another b metres. Same on the perpendicular edge. Inside, the land naturally splits into a grid:

A square of side a+b shown as a 2 by 2 grid with four pieces and a finger pointing to the two missing rectanglesA square divided into four regions by horizontal and vertical lines. Top-left region is labelled a squared, bottom-right is labelled b squared. The top-right and bottom-left regions are highlighted with arrows and labelled "the two pieces your hand wants to forget". ab ab the two pieces your hand wants to forget a + b
Four pieces, not two. The squared bracket is a *grid*, not a list. Whenever your hand writes $(a+b)^2$, your brain should reflexively see this 2×2 grid before any equals sign appears. The two orange rectangles, each of area $ab$, are the cross terms — the bits you must not forget.

The corner squares a^2 and b^2 are obvious — they are the "diagonal" pieces. The two side rectangles, each of area ab, are off-diagonal — they are what makes the bracket squared and not just two squares. Together they contribute 2ab.

Why: a square of side a+b has area (a+b)^2. The same area, cut by a horizontal and a vertical line at the a/b split, must add up to the four pieces a^2 + ab + ab + b^2 = a^2 + 2ab + b^2. The picture and the formula are the same fact.

Different angle from the missing-rectangles visual: there, the focus is on the hole in the wrong answer. Here, the focus is on the grid — your brain should picture a 2×2 block any time it sees (a+b)^2, in the same way it pictures a clock face when you say "three o'clock".

Practise drawing this 2×2 grid five times on a page. By the sixth, you will see it whenever you read (a+b)^2, and the urge to write only two pieces will die.

The rectangle picture is a visual reflex. Once you have it, you can no longer write (a+b)^2 = a^2 + b^2 — your brain shouts at you that two of the four boxes are empty.

Technique 3: FOIL out loud

The third discipline is to enumerate the products. (a+b)^2 does not mean "square each thing"; it means (a+b)(a+b). Two brackets. Multiply every term in the first by every term in the second. Out loud.

FOIL out loud

Whisper this to yourself, slowly, the first time:

"a times a. a times b. b times a. b times b."

Write each one down as you say it:

(a+b)(a+b) = \underbrace{a \cdot a}_{a^2} + \underbrace{a \cdot b}_{ab} + \underbrace{b \cdot a}_{ab} + \underbrace{b \cdot b}_{b^2}

Four products. Always four. Not two. Why: each of the two terms in the first bracket has to meet both terms in the second bracket. 2 \times 2 = 4 products, by the same counting argument that says four people shake hands 4 times in two pairs.

Now collect: a \cdot b and b \cdot a are the same number (multiplication is commutative), so the middle two collapse into 2ab:

= a^2 + 2ab + b^2

The "out loud" part is the trick. Saying the four products with your mouth — even silently in your head — forces your brain to enumerate rather than pattern-match. Pattern-matching is what gives you a^2 + b^2. Enumeration is what gives you the truth.

This works for any squared bracket. (2x + 5)^2? Whisper: "2x times 2x, 2x times 5, 5 times 2x, 5 times 5." Write: 4x^2 + 10x + 10x + 25 = 4x^2 + 20x + 25. Done. No identity recall, no formula lookup — just four products, said out loud.

After a week of FOIL-out-loud, you will start enumerating silently. After two weeks, the four-products structure will be so internalised that the wrong shortcut a^2 + b^2 feels physically incomplete — like writing only two letters of a four-letter word.

Putting them together

Three techniques, three different cognitive tools:

You don't need all three at once. Use whichever is easiest in the moment. In a fast exam, the rectangle picture is silent and quick. In a long derivation, FOIL out loud keeps you honest. When you're tired and unsure, plug in a=1, b=1 and just check.

For two weeks, deliberately run at least one of the three on every squared bracket you meet. After that, the right answer becomes automatic and the wrong answer feels strange — which is the goal. The mistake is killed not by knowing the identity better, but by training the habits that make the mistake impossible to write.

References

  1. Wikipedia: Freshman's dream — the formal name for (a+b)^n = a^n + b^n and why it fails over the real numbers.
  2. NCERT Class 8 Mathematics, Chapter 9: Algebraic Expressions and Identities — the standard Indian school treatment of the identity.
  3. NCERT Class 9 Mathematics, Chapter 2: Polynomials — where the identity is formalised and applied in factorisation.
  4. Khan Academy: Squaring binomials — short videos with worked examples and the FOIL approach.
  5. Cut the Knot: Square of a Sum — gallery of dissection proofs of (a+b)^2.