Calculate the square root, cube root, or any nth root of any number.
One of the most useful insights in algebra: roots are just fractional exponents. The square root of x is x^(1/2). The cube root is x^(1/3). The fourth root is x^(1/4). This connection is more than notation — it means roots follow all the same algebraic rules as exponents.
For example: √(x^4) = (x^4)^(1/2) = x^(4×1/2) = x^2. Or: (√8)^3 = 8^(1/2×3) = 8^(3/2) = (8^3)^(1/2) = √512 ≈ 22.6. Understanding this unification of roots and exponents makes simplifying algebraic expressions much faster.
Fractional exponents also explain negative roots naturally: x^(-1/2) = 1/√x. A negative fractional exponent is a reciprocal root. This appears in physics formulas, statistics (standard error ∝ n^(-1/2)), and engineering regularly.
Find the two perfect squares that bracket your number, then interpolate. Example: estimate √50. √49 = 7 and √64 = 8. Since 50 is very close to 49, the root is just above 7 — specifically 7.07. For more precision: (50-49)/(64-49) = 1/15 ≈ 0.07 above 7, giving 7.07. Actual: 7.071.
Perfect squares worth memorizing: 1²=1, 2²=4, 3²=9, 4²=16, 5²=25, 6²=36, 7²=49, 8²=64, 9²=81, 10²=100, 11²=121, 12²=144, 13²=169, 14²=196, 15²=225. Knowing these allows instant recognition of perfect squares and rapid estimation of non-perfect square roots.