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:
- Perfect square trinomial or a number near a round number squared — use (a \pm b)^2.
- Difference of two squares — use (a+b)(a-b) = a^2 - b^2.
- Cubed terms with \pm between — use a^3 \pm b^3 or (a \pm b)^3.
- An x + \frac{1}{x} in the question — square it or cube it; this is the classic JEE move.
- 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:
- Banning the slow path. "Without expanding" means: no FOIL, no long multiplication, no term-by-term grinding. They will not give you marks for that even if you reach the right answer.
- Pointing at an identity. Because they banned the slow path, the only path left is an identity. So one is in there. Your job is to find it.
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).
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:
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:
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:
Substitute x + \frac{1}{x} = 5:
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.
- Read the expression once with your eyes off the numbers. Look only at the shape: brackets, exponents, signs, repeated letters. The shape tells you which identity to try.
- Look for round-numbered neighbours. 103 near 100, 98 near 100, 1.02 near 1. These cry out for (a \pm b)^2 or (a \pm b)^3.
- Two squares with a minus between them, always a difference of squares. No exceptions in school maths.
- An x + 1/x in the question, always square or cube it. No exceptions in JEE-style problems either.
- Symmetric in three letters, always try (a+b+c)^2 first. It expands to six terms that often match what you need.
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
- Recognise (a+b)(a−b), (a+b)², (a−b)² — write the answer directly — the basic three-pattern version of this scan.
- Identity vs FOIL — when to use which expansion — the meta-decision before you even start.
- Sum and difference of cubes: SOAP mnemonic — locks down the signs in pattern 3.
- Sophie Germain identity — a sneakier identity for a^4 + 4b^4 that olympiad papers love.
References
- NCERT, Mathematics Class IX, Chapter 2: Polynomials — source of most "without expanding" problems in CBSE.
- R. D. Sharma, Mathematics for Class 9, Dhanpat Rai. Chapter 4 has a full section of "without expanding" exercises.
- Art of Problem Solving, Algebraic identities reference — community wiki listing every identity worth knowing.
- Brilliant.org, Algebraic manipulation — practice problems built around the same five patterns.