In short
When a problem hands you a familiar identity shape — a^2 - b^2, (a+b)^2, (a-b)^2 — your first instinct should be to use it, not undo it. Factor the difference of squares. Read off the perfect square. Then solve, cancel, or simplify from the factored form. Expanding the identity back into a polynomial throws away the very structure that made the problem easy. Pattern in, factored form out — that is the shortcut.
You are mid-way through a problem and you spot it: x^2 - 49 sitting innocently in the expression. Your hand wants to do something with it. The wrong instinct is to leave it as x^2 - 49 and grind on. The even more wrong instinct is to expand (x-7)(x+7) back into x^2 - 49 if it had already been factored. The right instinct is to stop and factor: x^2 - 49 = (x-7)(x+7), and then look at what the rest of the problem wants from you.
This article is about a single pen-discipline rule: when you see one of the standard identity shapes inside a bigger problem, use the identity to factor, not to expand. Factored form is almost always more useful than expanded form, because factored form gives you roots, cancellations, and the zero-product principle for free.
The rule, stated bluntly
Three patterns trigger the pause.
- a^2 - b^2 — difference of squares.
- a^2 + 2ab + b^2 — square of a sum.
- a^2 - 2ab + b^2 — square of a difference.
If you see any of them in the middle of a problem — solving an equation, simplifying a fraction, finding roots, comparing two expressions — your move is to factor, not to multiply back out. Why: the factored form (a-b)(a+b) or (a\pm b)^2 tells you immediately when the expression equals zero, what divides what, and which terms cancel against the rest of the problem. The expanded form hides all of that.
The decision flow
The flow is the whole habit. It does not matter what the rest of the problem looks like — the moment you see a difference of squares or a perfect-square trinomial, factor first and worry about the rest second.
Three worked examples
Example 1 — Simplify $(x+5)^2 - 25$
The slow way is to expand (x+5)^2 first:
That works. But notice you wrote out three terms, then cancelled one of them, then had to factor x^2 + 10x = x(x+10) if the next step needed roots. Five operations, easy to slip a sign.
The fast way is to see 25 = 5^2 and treat the whole thing as a difference of squares with a = (x+5) and b = 5:
One line. Same answer, x(x+10). Why factored form wins: if the problem then asks "for what x does this equal zero?", you read off x = 0 or x = -10 instantly. From the expanded form you would have to factor anyway.
The lesson: (\text{something})^2 - (\text{number})^2 is always a difference of squares, even when the "something" is itself a small expression. Don't expand the square — factor across it.
Example 2 — Solve $4x^2 - 9 = 0$
The instinct from CBSE quadratic-formula land is to plug into x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a} with a = 4, b = 0, c = -9. That gives x = \dfrac{\pm \sqrt{144}}{8} = \pm \dfrac{12}{8} = \pm \dfrac{3}{2}. Correct, but heavy.
Pause first. Is 4x^2 - 9 a difference of squares? 4x^2 = (2x)^2 and 9 = 3^2. Yes. So:
Set each factor to zero (the zero-product principle):
Done in two lines. Why factoring beats the formula here: the zero-product principle turns "find roots of a quadratic" into "set each linear factor to zero". No discriminant, no square roots, no division by 2a. Less arithmetic means fewer slip errors under exam pressure.
In a JEE paper where you have ninety seconds per question, this is the difference between attempting the next problem and not.
Example 3 — Find the roots of $x^4 - 16$
A degree-four polynomial looks intimidating. But x^4 = (x^2)^2 and 16 = 4^2, so it is a difference of squares at the level of x^2. Factor once:
Now look at x^2 - 4 — another difference of squares with a = x, b = 2. Factor again:
So:
Real roots: x = 2 and x = -2 (from the linear factors). The quadratic x^2 + 4 never hits zero for real x, so it has no real roots — only complex ones, x = \pm 2i, if you have met complex numbers.
Why chaining identities matters: each application of difference of squares peels off two factors. A degree-2^n "difference of 2^n-th powers" can be cracked open in n rounds, no quartic formula needed. If you had instead expanded x^4 - 16 into a messier polynomial (say by multiplying out a guess), you would have made the problem harder. The structure was the gift; spending it on expansion is a waste.
Why factored form is more useful
Three reasons, drilled in by every problem you will meet.
- Roots fall out for free. A product equals zero only when one of its factors equals zero. So (x-2)(x+2)(x^2+4) = 0 gives you the roots in one read. Why: zero-product principle — if AB = 0 then A = 0 or B = 0. Expanded form hides this clean split.
- Cancellation in fractions becomes obvious. A rational expression like \dfrac{x^2 - 9}{x - 3} becomes \dfrac{(x-3)(x+3)}{x-3} = x + 3 once you factor the top. From the unfactored form you would never spot the cancellation.
- Substitution and limits get cleaner. In a limit like \lim_{x \to 3} \dfrac{x^2 - 9}{x - 3}, factoring kills the 0/0 indeterminate form. Plug in after you cancel: limit equals 6. Try this from the expanded form and you are stuck.
These three pay-offs apply all the time. There is almost no problem where the expanded form helps you more than the factored form, except the rare case where you specifically need the polynomial coefficients (say, comparing to a target polynomial via matching coefficients).
A small subtlety: not every minus is a difference of squares
The pattern is square minus square. The pattern is not:
- x^2 - 5 — the second term is not a perfect square (well, it is (\sqrt 5)^2, which works for finding real roots but is not the standard "tidy factorisation" you want in a school problem).
- x^3 - 8 — this is a difference of cubes, a different identity: a^3 - b^3 = (a - b)(a^2 + ab + b^2). Same instinct (pause, factor) but a different formula.
- x^2 + 9 — sum of squares does not factor over real numbers. (Over complex numbers it does: (x+3i)(x-3i).)
The discipline is to recognise the exact pattern, not just "two terms with a minus." When the pattern is exact, factor. When it is close but not exact, you may still be able to factor with a different identity — just don't force the wrong one.
Why this habit matters in CBSE and JEE
CBSE Class 9 and 10 boards are stuffed with "factorise" and "find the value" questions where the answer route is: spot the identity, factor, simplify. The marking scheme rewards the cleaner method. Students who expand the identity instead of using it lose marks for needless steps and for the small algebra slips that creep in along the way.
JEE Main and Advanced amplify this. A typical algebra question takes ninety seconds. Spotting that a^2 - b^2 in the middle of an expression and factoring it instead of expanding can save thirty to sixty seconds — enough across a paper to attempt one or two more questions. Why this scales: identities are everywhere in Indian-syllabus algebra (polynomials, quadratics, complex numbers, conic sections), so the recognition habit pays off in dozens of problems per paper, not a handful.
The bottom line: when you see a^2 - b^2 or (a \pm b)^2 inside a problem, your pen should slow down for two seconds and your eyes should do the work. Recognise the shape. Factor. Then solve. Expanding the identity is almost always the long way home.
References
- NCERT, Mathematics Textbook for Class IX, Chapter 2: Polynomials — identities and factorisation worked through the official Indian syllabus.
- Khan Academy, Factoring quadratics with difference of squares — short video walkthrough.
- Art of Problem Solving, Difference of squares — competition-level problem set.
- Wikipedia, Difference of two squares — proofs and generalisations.
- Paul's Online Math Notes, Factoring polynomials — clear walkthrough of pattern recognition for factoring.