You have met the parent laws . Now we hunt every corner of the topic. Before working a single problem, we lay out a map of all the cases — so that when a new problem appears, you can point to the cell it belongs to and already know the plan.
Intuition Why a "scenario matrix" first?
A radical problem is never truly new. It is always one of a small finite family of shapes: extract a square factor, extract a cube factor, kill a single-root denominator, kill a two-term (conjugate) denominator, add "like" surds, or handle a degenerate input (zero, a perfect power, a negative under an even root). If you have seen one honest example of each shape, you have seen them all. This page fills every cell.
#
Case class
What triggers it
Master move
Example
A
Simplify a pure numeric square root
N , N has a square factor
pull out largest perfect square
Ex 1
B
Simplify a higher-index root
3 N or n N
pull out largest perfect n -th power
Ex 2
C
Simplify with variables
stuff ⋅ x k
split even/odd powers
Ex 3
D
Add / subtract surds
sum of roots
simplify each, combine like ones
Ex 4
E
Rationalize a single root denominator
n b a
multiply by n b n − 1
Ex 5
F
Rationalize a two-term denominator
c + d a
multiply by the conjugate
Ex 6
G
Degenerate / edge input
perfect power, 0 , or negative under even root
recognise, don't force the machine
Ex 7
H
Real-world word problem
geometry / physics phrasing
translate to a surd, simplify
Ex 8
I
Exam twist (nested + rationalize combined)
root-of-a-fraction with a binomial
chain the moves
Ex 9
Definition The two words we will keep saying
Radicand ::: the thing under the root symbol.
Conjugate of c + d ::: the same expression with the middle sign flipped, c − d . Multiplying a two-term surd by its conjugate uses Difference of Squares to erase the root.
Worked example Example 1 (cell A): Simplify
200
Forecast: guess now — is the tidy answer 10 2 , 2 50 , or 20 ? Hold your guess.
Step 1. Prime-factor the radicand.
200 = 2 3 × 5 2
Why this step? We use Prime Factorization because a factor can leave the root only when it forms a pair (a perfect square) — and prime factoring shows every pair at a glance.
Step 2. Group into (perfect square)× (leftover).
200 = ( 2 2 × 5 2 ) × 2 = 100 × 2
Why this step? 2 2 and 5 2 are pairs; the lone 2 has no partner and must stay inside.
Step 3. Split with the multiplication law ab = a b and take the square out.
200 = 100 ⋅ 2 = 10 2
Verify: ( 10 2 ) 2 = 100 × 2 = 200 ✓. The first guess was right.
Worked example Example 2 (cell B): Simplify
3 54
Forecast: for a cube root we need triples, not pairs. Guess the leftover under the root.
Step 1. Factor: 54 = 2 × 27 = 2 × 3 3 .
Why this step? A cube root releases a factor only when it appears three times . 3 3 is exactly one such triple.
Step 2. Extract the perfect cube.
3 54 = 3 3 3 × 2 = 3 3 3 ⋅ 3 2 = 3 3 2
Why this step? 3 3 3 = 3 by the Exponent Laws identity ( 3 3 ) 1/3 = 3 1 .
Verify: ( 3 3 2 ) 3 = 27 × 2 = 54 ✓.
Worked example Example 3 (cell C): Simplify
75 a 5 b 2 (assume a , b ≥ 0 )
Forecast: which letters escape the root, and to what power?
Step 1. Split every part into (even power)× (leftover).
75 = 5 2 × 3 , a 5 = a 4 ⋅ a = ( a 2 ) 2 ⋅ a , b 2 = ( b ) 2
Why this step? For a square root, only even exponents form full pairs and can leave; the odd remainder stays inside.
Step 2. Pull out the pairs.
75 a 5 b 2 = 5 a 2 b 3 a
Why this step? 5 2 = 5 , ( a 2 ) 2 = a 2 , b 2 = b ; the leftover 3 ⋅ a has no pair.
Verify: ( 5 a 2 b 3 a ) 2 = 25 a 4 b 2 ⋅ 3 a = 75 a 5 b 2 ✓.
a ≥ 0 warning
We wrote b 2 = b only because b ≥ 0 . In full generality b 2 = ∣ b ∣ , since a square root is never negative. Drop the absolute value only when the problem promises the letter is non-negative.
Worked example Example 4 (cell D): Simplify
45 + 2 20 − 80
Forecast: these look different, but after simplifying they may all be 5 in disguise. Guess the final coefficient.
Step 1. Simplify each radical to expose a common root.
45 = 9 ⋅ 5 = 3 5 , 20 = 4 ⋅ 5 = 2 5 , 80 = 16 ⋅ 5 = 4 5
Why this step? Only like surds (same index, same radicand) can be added — just like 3 x + 2 x . We must reveal the hidden 5 first.
Step 2. Substitute and collect.
3 5 + 2 ( 2 5 ) − 4 5 = ( 3 + 4 − 4 ) 5 = 3 5
Why this step? a 5 + c 5 = ( a + c ) 5 — the surd behaves like a single unknown you factor out.
Verify (numeric): 45 + 2 20 − 80 ≈ 6.708 + 8.944 − 8.944 = 6.708 and 3 5 ≈ 6.708 ✓.
Worked example Example 5 (cell E): Rationalize
3 9 7
Forecast: for a cube root in the bottom, one extra copy is not enough. Guess how many copies of 3 3 we need.
Step 1. See the denominator as an exponent. 3 9 = 3 3 2 = 3 2/3 .
Why this step? Writing it as 3 2/3 tells us exactly how far we are from a whole power of 3 : we need the exponent to reach 1 .
Step 2. We need 3 2/3 × 3 ? = 3 1 , so ? = 3 1 , i.e. multiply by 3 3 .
3 9 7 × 3 3 3 3 = 3 9 ⋅ 3 7 3 3 = 3 27 7 3 3 = 3 7 3 3
Why this step? Rationalizing Complex Denominators tells us to raise the denominator to a full cube; 3 27 = 3 is rational.
Verify (numeric): 3 9 7 ≈ 2.0801 7 ≈ 3.365 ; 3 7 3 3 ≈ 3 7 × 1.4422 ≈ 3.365 ✓.
Worked example Example 6 (cell F): Rationalize
7 − 3 4
Forecast: the conjugate flips the middle sign. Guess whether the final denominator is positive or negative.
Step 1. Multiply top and bottom by the conjugate 7 + 3 .
7 − 3 4 × 7 + 3 7 + 3
Why this step? The pattern ( x − y ) ( x + y ) = x 2 − y 2 from Difference of Squares turns two roots into a plain integer.
Step 2. Expand the denominator.
( 7 − 3 ) ( 7 + 3 ) = ( 7 ) 2 − ( 3 ) 2 = 7 − 3 = 4
Why this step? The cross terms 7 3 cancel; only the squares survive, and squaring a square root erases it.
Step 3. Assemble.
4 4 ( 7 + 3 ) = 7 + 3
Verify (numeric): 7 − 3 4 ≈ 2.6458 − 1.7321 4 ≈ 0.9137 4 ≈ 4.378 ; 7 + 3 ≈ 2.6458 + 1.7321 = 4.378 ✓.
Worked example Example 7 (cell G): Handle each edge case
(a) Simplify 144 . (b) Simplify 0 . (c) Simplify 3 − 8 . (d) What is − 9 over the real numbers?
Forecast: which of these is not a surd at all , and which one does not exist among real numbers?
Step 1 — (a) a perfect square.
144 = 1 2 2 ⇒ 144 = 12
Why this step? If the radicand is already a perfect power, the "extract" machine empties it completely — the result is rational, so it was never a surd . Always test for this first; it saves work.
Step 2 — (b) the zero radicand.
0 = 0 because 0 2 = 0
Why this step? Zero is the boundary case: it is a perfect square of itself, so the root is exactly 0 — no leftover, no irrational part. The extract machine never chokes on 0 ; it just returns 0 for any index.
Step 3 — (c) negative under an odd root.
3 − 8 = − 2 because ( − 2 ) 3 = − 8
Why this step? Odd roots keep the sign: an odd number of negatives is negative, so cube roots of negatives are fine and real.
Step 4 — (d) negative under an even root.
− 9 has no real value
Why this step? Any real number squared is ≥ 0 , so nothing real squares to − 9 . This case is outside the real-number playground (it needs imaginary numbers, a different topic).
Verify: 1 2 2 = 144 ✓, 0 2 = 0 ✓, ( − 2 ) 3 = − 8 ✓, and there is no real x with x 2 = − 9 ✓.
Worked example Example 8 (cell H): A square field has area
500 m 2 . Give its exact side length in simplest surd form, then its diagonal.
Forecast: guess whether the side is a "clean" number or a surd like 10 5 .
Step 1. Side from area. A square of side s has area s 2 , so s = 500 .
Why this step? Area of a square is side2 ; inverting that operation is exactly a square root.
Step 2. Simplify the surd.
500 = 100 × 5 = 10 5 m
Why this step? Same extraction rule as cell A — pull the largest perfect square 100 out.
Step 3. Diagonal via the Pythagorean Theorem : d = s 2 + s 2 = s 2 .
d = 10 5 ⋅ 2 = 10 10 m
Why this step? Look at the figure below: the diagonal (pink) cuts the square into two right triangles whose two legs are both the side s . Pythagoras on that triangle gives hypotenuse s 2 .
The figure makes the surd concrete: the yellow double-arrow is the side s = 10 5 , and the pink arrow is the diagonal d = 10 10 . Notice from the small right-angle mark in the corner why Pythagoras applies — the two legs meet at 9 0 ∘ , so d 2 = s 2 + s 2 , and the surd s 2 is not a formula to memorise but the direct length of that pink line.
Verify (units + value): s 2 = ( 10 5 ) 2 = 100 × 5 = 500 m 2 ✓. Numerically s ≈ 22.36 m , d ≈ 31.62 m , and d / s = 2 ≈ 1.414 ✓.
Worked example Example 9 (cell I): Simplify
5 + 2 3 3 into a denominator-free surd.
Forecast: two dangers at once — a fraction under a root and a two-term surd on the bottom. Which do we tackle first?
Step 1. Pull the square root over the fraction (division law).
5 + 2 3 3 = 5 + 2 3 3
Why this step? a / b = a / b separates the numerator so we can attack the messy denominator alone.
Step 2. The cleanest route is to rationalize the fraction inside the root before taking the square root, using the conjugate machine — no guessing of hidden perfect squares needed. Rationalize 5 + 2 3 3 with conjugate 5 − 2 3 :
5 + 2 3 3 ⋅ 5 − 2 3 5 − 2 3 = 25 − ( 2 3 ) 2 3 ( 5 − 2 3 ) = 25 − 12 15 − 6 3 = 13 15 − 6 3
Why this step? ( 5 + 2 3 ) ( 5 − 2 3 ) = 25 − 4 ⋅ 3 = 13 , a clean integer, by Difference of Squares . The conjugate always works, so we never have to hope a term is a perfect square.
Step 3. Take the root back over the fraction.
13 15 − 6 3 = 13 15 − 6 3
Why this step? Same division law as Step 1, now with a rational (integer) denominator underneath.
Step 4. Rationalize the remaining single-root denominator 13 (cell E move).
13 15 − 6 3 ⋅ 13 13 = 13 13 ( 15 − 6 3 ) = 13 195 − 78 3
Why this step? Multiplying by 13 / 13 turns the bottom into the integer 13 — the required "denominator-free" form.
Verify (numeric): original 3/ ( 5 + 2 3 ) = 3/8.4641 ≈ 0.35444 ≈ 0.5954 ; final 195 − 78 3 /13 = 195 − 135.10 /13 = 59.90 /13 ≈ 7.740/13 ≈ 0.5954 ✓.
Recall Quick self-test (reveal after guessing)
Which cell is 3 − 5 2 ? ::: Cell F — two-term denominator, use conjugate 3 + 5 .
Why can't 2 + 3 be combined into one surd? ::: They are unlike radicals (different radicands); addition needs identical radicands, like 2 + 2 .
First thing to check on any N ? ::: Whether N is already a perfect power (cell G) — then it's not a surd at all.
( − 5 ) 2 = ? ::: ∣ − 5∣ = 5 , not − 5 — square roots are never negative.
Mnemonic The whole page in one line
"Extract pairs (or triples), keep radicands identical to add, and multiply by a smart 1 to clear the bottom."
Related: Equations with Radicals · Quadratic Formula · Rationalizing Complex Denominators