Pattern recognition is the difference between a fast exam and a slow one. One of the cleanest triggers in surd algebra is this: you see an expression of the form \sqrt{a + b\sqrt{c}} — a single radical with another radical living inside it — and the correct first move is to guess that the whole thing collapses to \sqrt{x} + \sqrt{y} and then solve for x and y. This is a one-line recognition skill that turns intimidating expressions into two-line answers.
This article is about seeing the trigger and firing off the move automatically.
The trigger
The exact shape to look for:
where a, b, c are rationals (usually small integers on an exam), c is positive and not a perfect square, and the outer square root encloses a sum or difference whose second term has its own radical.
Examples the trigger should fire on:
- \sqrt{3 + 2\sqrt{2}}
- \sqrt{7 - 4\sqrt{3}}
- \sqrt{11 + 6\sqrt{2}}
- \sqrt{8 + 2\sqrt{15}}
Examples where it should not fire:
- \sqrt{3 + 2} (no nested radical — just an ordinary root).
- \sqrt{\sqrt{5} \cdot \sqrt{7}} (no sum inside — use the product rule instead).
- \sqrt{a + \sqrt{b + \sqrt{c}}} (triply nested — denest the inner layer first).
If the radicand is "number plus coefficient times a radical," the trigger fires.
The reflex move
Once the trigger fires, write down — as a hypothesis — that
for some rationals x, y to be determined. Then square both sides:
Why this works: (\sqrt{x}+\sqrt{y})^2 = x + 2\sqrt{xy} + y. The cross term 2\sqrt{xy} is the only place a radical survives on the right, so it must be matched against the b\sqrt{c} term on the left. The rest of each side is rational.
Matching the rational and irrational parts separately gives a clean two-equation system:
Sum a, product \dfrac{b^2 c}{4} — and now x, y are the roots of the quadratic t^2 - a t + \dfrac{b^2 c}{4} = 0. That quadratic either factors by inspection or surrenders to the formula.
Recognition in action: √(3 + 2√2)
Spot: radicand is 3 + 2\sqrt{2}, matches a + b\sqrt{c} with a = 3, b = 2, c = 2.
Set up: x + y = 3, xy = \dfrac{4 \cdot 2}{4} = 2.
Solve: Two numbers summing to 3 and multiplying to 2: that is 1 and 2, spotted in one second.
Answer: \sqrt{3 + 2\sqrt{2}} = \sqrt{1} + \sqrt{2} = 1 + \sqrt{2}.
Check: (1 + \sqrt{2})^2 = 1 + 2\sqrt{2} + 2 = 3 + 2\sqrt{2}. ✓
From trigger-recognition to verified answer in about four lines. No calculator, no decimals.
Recognition in action: √(7 − 4√3)
Radicand matches the pattern with a = 7, b = 4, c = 3.
x + y = 7, xy = \dfrac{16 \cdot 3}{4} = 12. Two numbers summing to 7 and multiplying to 12: 3 and 4.
Since the sign inside is minus, write \sqrt{x} - \sqrt{y} with x > y:
Check: (2 - \sqrt{3})^2 = 4 - 4\sqrt{3} + 3 = 7 - 4\sqrt{3}. ✓
The quick-check: will the denesting produce nice numbers?
Not every nested radical has integer x, y. Before committing to the full algebra, run this one-second check: compute a^2 - b^2 c. If it is a perfect square, the denesting will give you rational x, y (usually integers).
- \sqrt{3 + 2\sqrt{2}}: a^2 - b^2 c = 9 - 8 = 1, a perfect square. ✓
- \sqrt{7 - 4\sqrt{3}}: 49 - 48 = 1. ✓
- \sqrt{11 + 6\sqrt{2}}: 121 - 72 = 49 = 7^2. ✓
- \sqrt{8 + 2\sqrt{15}}: 64 - 60 = 4 = 2^2. ✓
- \sqrt{1 + \sqrt{2}}: 1 - 2 = -1, negative — will not denest with real x, y. ✗
JEE problems are almost always set up so this quick check passes. If it does not pass on a problem, double-check the transcription — it is rare for the denesting to genuinely fail on an exam.
Why a^2 - b^2 c being a perfect square matters: the quadratic t^2 - a t + \tfrac{b^2 c}{4} has discriminant a^2 - b^2 c. A perfect-square discriminant means the quadratic factors over the rationals, so x and y are rational (and typically integer on an exam problem).
When the question is phrased differently
Sometimes the expression is disguised. A fraction with a denominator like \sqrt{3 + 2\sqrt{2}} is still a denesting trigger — denest first, then worry about the fraction. An expression like \sqrt{5 + \sqrt{24}} is also a trigger in disguise, because \sqrt{24} = 2\sqrt{6}, so the radicand is really 5 + 2\sqrt{6} and matches the pattern with a = 5, b = 2, c = 6. Learn to rewrite \sqrt{kc} as \sqrt{k}\sqrt{c} where helpful so the pattern becomes visible.
The pattern in compressed form
See \sqrt{a + b\sqrt{c}} → guess \sqrt{x} + \sqrt{y} → square and match x + y = a and xy = b^2 c / 4 → solve the sum-and-product pair for x, y → plug in. Four steps, each one-line, and the whole move takes under a minute once the trigger fires automatically.
For the full treatment — including triply-nested radicals, the when-does-denesting-fail question, and more worked examples — see How to Handle Nested Radicals Like √(3 + 2√2). This article is specifically the recognition skill: the moment the trigger appears, you know what move to reach for.
Related: Roots and Radicals · How to Handle Nested Radicals Like √(3 + 2√2) · Sum and Product of Roots · Surd in the Denominator? Multiply Top and Bottom by the Conjugate