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.

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

Spot it, factor it: a decision flowA four-step flowchart. Step one: see a pattern in the problem. Step two: recognise it as a known identity. Step three: factor, not expand. Step four: solve, cancel, or simplify using the factored form. See a shape a² − b², (a±b)² Recognise the identity Factor — do NOT expand Solve / cancel / simplify Wrong move: expand the identity back into a longer polynomial. Loses the structure.
Pattern in, factored form out. Expanding sends you backwards.

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:

(x+5)^2 - 25 = (x^2 + 10x + 25) - 25 = x^2 + 10x

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:

(x+5)^2 - 5^2 = \big((x+5) + 5\big)\big((x+5) - 5\big) = (x+10) \cdot x

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:

4x^2 - 9 = (2x + 3)(2x - 3)

Set each factor to zero (the zero-product principle):

2x + 3 = 0 \;\Rightarrow\; x = -\tfrac{3}{2}, \qquad 2x - 3 = 0 \;\Rightarrow\; x = \tfrac{3}{2}

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:

x^4 - 16 = (x^2)^2 - 4^2 = (x^2 - 4)(x^2 + 4)

Now look at x^2 - 4 — another difference of squares with a = x, b = 2. Factor again:

x^2 - 4 = (x - 2)(x + 2)

So:

x^4 - 16 = (x - 2)(x + 2)(x^2 + 4)

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.

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:

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

  1. NCERT, Mathematics Textbook for Class IX, Chapter 2: Polynomials — identities and factorisation worked through the official Indian syllabus.
  2. Khan Academy, Factoring quadratics with difference of squares — short video walkthrough.
  3. Art of Problem Solving, Difference of squares — competition-level problem set.
  4. Wikipedia, Difference of two squares — proofs and generalisations.
  5. Paul's Online Math Notes, Factoring polynomials — clear walkthrough of pattern recognition for factoring.