The short answer
A root answers "what number, raised to this power, gives this result?" √16 = 4 because 4² = 16. ∛27 = 3 because 3³ = 27. Roots and exponents are inverse operations — the nth root of x is the same as x raised to the power 1/n.
Key takeaways
- Only perfect powers (16, 27, 64...) produce clean whole-number roots; most numbers have irrational roots that continue as non-repeating decimals.
- Even roots (square root, 4th root...) of negative numbers aren't real; odd roots (cube root, 5th root...) of negative numbers are.
- A root is mathematically identical to a fractional exponent: the nth root of x equals x^(1/n).
- Estimating a root by hand starts with bracketing it between two known perfect powers, then interpolating between them.
Roots as fractional exponents
√x = x^(1/2)
∛x = x^(1/3)
ⁿ√x = x^(1/n)
This is why root rules and exponent rules mirror each other — a root is simply an exponent that happens to be a fraction instead of a whole number.
Perfect powers by root index
| Root | Perfect power examples |
|---|---|
| Square (n=2) | 1, 4, 9, 16, 25, 36... |
| Cube (n=3) | 1, 8, 27, 64, 125... |
| 4th root (n=4) | 1, 16, 81, 256... |
Worked example: estimating √50 by hand
√49 = 7 and √64 = 8 — so √50 is between 7 and 8
7 + (50 − 49) / (64 − 49) = 7 + 1/15 ≈ 7.07
The actual value of √50 is about 7.071, so this quick interpolation gets remarkably close without any calculator — useful for a fast sanity check on an exact answer.
Common mistakes to avoid
- Assuming every root simplifies to a whole number — most don't, and an irrational decimal result is normal, not a sign of an error.
- Expecting a real answer from an even root of a negative number — square roots and 4th roots of negatives aren't real, while cube roots and 5th roots of negatives are.
- Confusing "root" with "divide by the index" — a root is nothing like dividing the number by n.
- Rounding an intermediate root result too early in a multi-step problem, which compounds error by the final answer.
Related calculators
- Exponent Calculator — work the inverse direction: powers instead of roots.
- Log Calculator — solve for the exponent itself rather than the root.
- Quadratic Formula Calculator — see square roots at work inside a larger formula.
- Pythagorean Theorem Calculator — apply square roots to solve for a triangle's side.