Fractional Indices
A fractional index is a compact way of writing a root: a^(m/n) = ⁿ√(a^m) = (ⁿ√a)^m. The denominator is the root, the numerator is the power, and you may apply them in either order — usually root first to keep numbers small. So 16^(3/4) = (⁴√16)^3 = 2^3 = 8, far easier than (16^3)^(1/4). A negative fractional index combines two rules: 27^(−2/3) = 1/27^(2/3) = 1/(∛27)^2 = 1/9. The CAT-smart move when faced with messy numbers is to write the base as a prime power first: 8^(2/3) = (2^3)^(2/3) = 2^2 = 4. The same laws of indices (add, subtract, multiply exponents) all carry over to fractions, so 2^(1/2) × 2^(1/3) = 2^(5/6). Treat the exponents as ordinary fractions and find a common denominator.
✅ 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 |