The first time you see "without expanding, find (103)^2" on a CBSE paper, your brain does something strange. It reads "without expanding" and panics — what else am I supposed to do? You stare at the bracket, you stare at the squared, and you wonder if this is a trick question or if the examiner made a typo.

It is not a trick. It is a hint, and a generous one. The phrase "without expanding" is exam-shorthand for "there is an identity hiding here, please use it instead of grinding through the multiplication." The examiner is telling you that an answer-in-one-line is possible, and they want you to spot the identity that makes it possible.

Why: examiners use "without expanding" because the long way also gives the right answer — you could multiply 103 \times 103 by hand and get 10609. They want to test pattern recognition, not arithmetic stamina. So they ban the long way by writing "without expanding".

In short

"Without expanding, find..." means: an algebraic identity makes this a one-liner. Scan the expression for these five patterns and use the matching identity:

  1. Perfect square trinomial or a number near a round number squared — use (a \pm b)^2.
  2. Difference of two squares — use (a+b)(a-b) = a^2 - b^2.
  3. Cubed terms with \pm between — use a^3 \pm b^3 or (a \pm b)^3.
  4. An x + \frac{1}{x} in the question — square it or cube it; this is the classic JEE move.
  5. A symmetric expression in three variables — use (a+b+c)^2 or a^3+b^3+c^3 - 3abc.

If none match, you missed one — re-read the expression, the identity is in there.

Why "without expanding" is a hint, not a wall

Read the phrase like a friendly tap on the shoulder. The examiner has written a number or expression that could be expanded the slow way, but they have arranged it so that one of the standard identities reduces it instantly. Their sentence is doing two jobs:

Why: this is the same logic as a coach yelling "without using your right hand!" during a left-hand drill. The instruction is what forces you to develop the skill the coach actually wants — pattern recognition, not arithmetic.

The five-pattern recognition checklist

When you see "without expanding", run through this list in order. The first match is almost always the right identity.

1. Perfect square trinomial — or a number near a round number, squared

Look for a^2 + 2ab + b^2, or a^2 - 2ab + b^2, or a single number-squared like (103)^2 or (98)^2. Rewrite the awkward number as a round-number-plus-or-minus-something. Then apply (a \pm b)^2 = a^2 \pm 2ab + b^2.

2. Difference of two squares

Look for one square minus another square — x^2 - 9, or (53)^2 - (47)^2, or even a^4 - b^4. The moment you see something squared minus something else squared, write (a+b)(a-b).

3. Cubed terms with a plus or minus

Look for a^3 + b^3, a^3 - b^3, (a+b)^3, or numbers like 7^3 + 3^3. Use a^3 + b^3 = (a+b)(a^2 - ab + b^2) or a^3 - b^3 = (a-b)(a^2 + ab + b^2). (Mnemonic for the signs: SOAP — Same, Opposite, Always Positive.)

4. An x + \frac{1}{x} in the problem

This is the classic JEE recognise-the-trick move. If the question gives you x + \frac{1}{x} = k and asks for x^2 + \frac{1}{x^2} or x^3 + \frac{1}{x^3} — square or cube the given equation. Squaring gives the x^2 + 1/x^2 family; cubing gives the x^3 + 1/x^3 family.

5. A symmetric expression in three variables

If the expression looks the same when you swap any two of a, b, c — like a^2 + b^2 + c^2 + 2ab + 2bc + 2ca, or a^3 + b^3 + c^3 - 3abc — try (a+b+c)^2 = a^2+b^2+c^2+2(ab+bc+ca) or a^3+b^3+c^3 - 3abc = (a+b+c)(a^2+b^2+c^2-ab-bc-ca).

Spot-the-pattern decision flow for "without expanding" problemsA central diamond labeled "Without expanding" branches to five rectangles, each labeled with one identity pattern: perfect square, difference of squares, sum or difference of cubes, x plus one over x, and three-variable symmetric. "without expanding" — scan for one of these — (103)², (98)² (a±b)² (53)² − (47)² a² − b² 7³ + 3³ a³ ± b³ x + 1/x = 5 square / cube it a+b+c symmetric (a+b+c)² perfect square difference of squares sum/diff of cubes x + 1/x trick three-variable First match wins. Apply the identity. Done in one line.
Five branches, one identity each. Run the scan top-to-bottom; the first pattern that matches the expression is your tool.

Three worked examples — the trick in action

Without expanding, find (103)^2.

Scan the checklist. The expression is a single number squared, and 103 is close to the round number 100. Pattern 1 matches — perfect-square trinomial via (a+b)^2.

Rewrite 103 = 100 + 3. Apply (a+b)^2 = a^2 + 2ab + b^2 with a = 100, b = 3:

(103)^2 = (100 + 3)^2 = 100^2 + 2 \cdot 100 \cdot 3 + 3^2 = 10000 + 600 + 9 = \boxed{10609}

Three additions, no long multiplication. Why this counts as "without expanding": you never wrote out 103 \times 103 and FOILed term by term. The identity was the work.

Without expanding, find (53)^2 - (47)^2.

Scan the checklist. The expression is one square minus another square. Pattern 2 matches — difference of two squares.

Apply a^2 - b^2 = (a+b)(a-b) with a = 53, b = 47:

(53)^2 - (47)^2 = (53 + 47)(53 - 47) = 100 \cdot 6 = \boxed{600}

The slow path would have been compute 53^2 = 2809, compute 47^2 = 2209, subtract to get 600. Three multiplications and a subtraction, with two chances to make an arithmetic slip. The identity replaces all of that with one addition and one subtraction. That is the whole point of the question.

If x + \frac{1}{x} = 5, find x^3 + \frac{1}{x^3} without expanding.

Scan the checklist. The expression x + \frac{1}{x} is sitting right there, and the question asks for x^3 + \frac{1}{x^3}. Pattern 4 matches — cube the given equation.

Use the identity (a+b)^3 = a^3 + b^3 + 3ab(a+b) with a = x, b = \frac{1}{x}. Note that ab = x \cdot \frac{1}{x} = 1, which makes the cross term clean:

\left(x + \frac{1}{x}\right)^3 = x^3 + \frac{1}{x^3} + 3 \cdot 1 \cdot \left(x + \frac{1}{x}\right)

Substitute x + \frac{1}{x} = 5:

5^3 = x^3 + \frac{1}{x^3} + 3 \cdot 5
125 = x^3 + \frac{1}{x^3} + 15
x^3 + \frac{1}{x^3} = 125 - 15 = \boxed{110}

You never solved for x. You never needed to — the identity bypasses x entirely and connects x + 1/x directly to x^3 + 1/x^3. Why this is THE classic JEE trick: solving x + 1/x = 5 for x gives an ugly quadratic with irrational roots; cubing them by hand would be a nightmare. The identity reduces a 20-minute calculation to four lines.

How to spot the pattern fast

A few habits make the scan automatic.

If you finish your scan and nothing matches, the most common error is missing a hidden square — for example, x^4 - 16 is (x^2)^2 - 4^2, a difference of squares in disguise. Re-read with a wider lens.

Related satellites

References

  1. NCERT, Mathematics Class IX, Chapter 2: Polynomials — source of most "without expanding" problems in CBSE.
  2. R. D. Sharma, Mathematics for Class 9, Dhanpat Rai. Chapter 4 has a full section of "without expanding" exercises.
  3. Art of Problem Solving, Algebraic identities reference — community wiki listing every identity worth knowing.
  4. Brilliant.org, Algebraic manipulation — practice problems built around the same five patterns.