Rationalization
Rationalization clears surds from a denominator so an expression becomes computable. For a single surd, multiply top and bottom by that surd: 1/√5 = √5/5. For a two-term denominator like √a + √b, multiply by its conjugate √a − √b, because (√a + √b)(√a − √b) = a − b removes both roots. So 1/(√7 − √3) = (√7 + √3)/[(√7)² − (√3)²] = (√7 + √3)/4. This is the engine behind a classic CAT pattern: a long sum 1/(√1+√2) + 1/(√2+√3) + … telescopes after rationalizing, since each term becomes √(n+1) − √n and the middle terms cancel, leaving just the last minus the first. Always simplify the resulting numerator and remember the denominator a − b can be negative — keep track of the sign so you do not flip the whole fraction by accident.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Laws of indices
| Product of same base | a^m × a^n = a^(m+n) |
|---|---|
| Quotient of same base | a^m ÷ a^n = a^(m−n) |
| Power of a power | (a^m)^n = a^(m×n) |
| Power of a product / quotient | (ab)^n = a^n b^n; (a/b)^n = a^n / b^n |
| Zero and negative index | a^0 = 1; a^(−n) = 1 / a^n |
Surds & rationalization
| Fractional index = root | a^(m/n) = (ⁿ√a)^m = ⁿ√(a^m) |
|---|---|
| Product / quotient of roots | ⁿ√a × ⁿ√b = ⁿ√(ab); ⁿ√a ÷ ⁿ√b = ⁿ√(a/b) |
| Conjugate of (√a + √b) | √a − √b (their product = a − b) |
| Rationalize 1/(√a + √b) | (√a − √b) / (a − b) |
| Compound surd √(a ± 2√b) | √x ± √y where x + y = a, xy = b |