Root Calculator

Enter a number and root degree to compute square roots, cube roots, or any nth root. See the complete solution with step-by-step working and formula explanations.

#

Enter your values above to see the results.

Tips & Notes

  • The square root of x is y such that y squared = x. For non-perfect squares the result is irrational: sqrt(2) = 1.41421356 and never terminates.
  • To simplify a square root: extract the largest perfect square factor. sqrt(72) = sqrt(36 x 2) = 6 x sqrt(2) approximately 8.485.
  • Fractional exponents equal roots: x^(1/n) = nth root of x. So 8^(1/3) = cube root of 8 = 2. And 27^(2/3) = (cube root of 27)^2 = 9.
  • The square root of a negative number is not real. In real-world problems a negative under a square root usually signals a setup error.
  • Perfect squares have integer square roots: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144. Memorizing these speeds mental estimation.

Common Mistakes

  • Taking an even root of a negative number produces no real result — sqrt(-9) is undefined in real numbers. If your problem requires this, the answer lies in complex numbers (sqrt(-9) = 3i).
  • Confusing the root degree n with the result: the cube root of 8 is 2 (because 2³ = 8), not 8/3 or 8×3.
  • Assuming all roots are irrational — many are perfect integers. sqrt(144) = 12, cube root of 125 = 5. Check for perfect powers before reaching for a calculator.
  • Rounding too early in a multi-step calculation. Keep full decimal precision until the final answer, then round. Rounding sqrt(2) to 1.41 early can accumulate errors.
  • Forgetting that x^(1/n) and nth root of x are identical: 64^(1/3) = cube root of 64 = 4. This equivalence lets you use the exponent key on any calculator for any root.
  • For odd roots of negative numbers: cube root of -8 = -2 (valid), but 4th root of -16 is undefined in real numbers. Odd-degree roots of negatives exist; even-degree roots do not.

Root Calculator Overview

The root of a number is the inverse of exponentiation. Where exponentiation multiplies a base by itself a given number of times, a root asks the reverse question: what base, raised to this power, produces this result? Every root operation has a direct equivalent as a fractional exponent, making roots and exponents two ways of expressing the same underlying mathematical relationship.

The general nth root is defined as the value y satisfying yⁿ = x:

ⁿ√x = x^(1/n)
EX: √25 = 5 because 5² = 25 (square root, n = 2)
EX: ∛64 = 4 because 4³ = 64 (cube root, n = 3)
EX: ⁴√81 = 3 because 3⁴ = 81 (fourth root, n = 4)
For combined fractional exponents: a^(m/n) = (ⁿ√a)ᵐ. So 8^(2/3) = (∛8)² = 4, and 16^(3/4) = (⁴√16)³ = 8. Simplifying radicals means extracting the largest perfect nth power from inside the root to produce the cleanest equivalent expression:
EX: √72 → 72 = 36 × 2, and 36 is the largest perfect square factor → √72 = 6√2 ≈ 8.485
EX: ∛54 → 54 = 27 × 2, and 27 is the largest perfect cube factor → ∛54 = 3∛2 ≈ 3.780
Using the largest perfect power achieves full simplification in a single step. Choosing a smaller factor produces an intermediate result that still needs further work. Root behavior differs significantly depending on whether the index n is even or odd — understanding this prevents errors with negative inputs: - Square roots (n = 2): every positive number has exactly one positive square root. Zero has one root: √0 = 0. Negative numbers have no real square root — √(−4) enters the domain of imaginary numbers. Even roots (n = 4, 6, 8...): only defined for non-negative inputs in real arithmetic. Always produce one positive result. - Odd roots (n = 5, 7, 9...): defined for all real numbers. The sign of the root matches the sign of the input.

Frequently Asked Questions

The nth root of a number x is the value r such that rⁿ = x. Square root (n=2): √x = r means r² = x. Cube root (n=3): ∛x = r means r³ = x. For even roots (n=2,4,6...), negative inputs have no real result — only complex numbers. For odd roots (n=3,5,7...), negative inputs are valid: ∛(−27) = −3 because (−3)³ = −27. Formula: ⁿ√x = x^(1/n). Example: ⁴√81 = 81^(1/4) = 3 because 3⁴ = 81.

Simplify by factoring out perfect nth powers. √72: find perfect square factors. 72 = 36 × 2. √72 = √36 × √2 = 6√2. For cube roots: ∛54 = ∛(27×2) = ∛27 × ∛2 = 3∛2. For ⁴√48: 48 = 16×3. ⁴√48 = ⁴√16 × ⁴√3 = 2⁴√3. Always look for the largest perfect power factor first. 72 = 4×18 = 4×9×2 = 36×2; using 36 (not 4 or 9) gives the simplest result directly.

Newton's method finds roots iteratively. To find ⁿ√x: start with guess g, iterate: g_new = ((n−1)×g + x/gⁿ⁻¹)/n. Example: ∛27, starting with g=2. Next: ((2×2 + 27/4))/3 = (4+6.75)/3 = 3.583. Next: ((2×3.583 + 27/3.583²))/3 = (7.166+2.103)/3 = 3.090. Next: ≈3.001. Each iteration roughly doubles the accurate digits. Newton's method is how calculators compute roots internally, converging very rapidly after a few iterations.

Product rule: ⁿ√(a×b) = ⁿ√a × ⁿ√b. Quotient rule: ⁿ√(a/b) = ⁿ√a / ⁿ√b. Power of a root: ⁿ√(aᵐ) = a^(m/n). Example: √(16×9) = √16 × √9 = 4×3 = 12. √(100/4) = √100/√4 = 10/2 = 5. ³√(8²) = 8^(2/3) = (8^(1/3))² = 2² = 4. Important exception: ⁿ√(aⁿ) = |a| for even n. √(x²) = |x|, not ±x — the square root function always returns the non-negative value.

√2 ≈ 1.41421356, √3 ≈ 1.73205081, √5 ≈ 2.23606798. These are irrational — their decimal expansions never terminate or repeat. √2 appears in the diagonal of a unit square (Pythagoras), √3 in equilateral triangles, √5 in the golden ratio φ = (1+√5)/2. The Babylonians computed √2 to 6 decimal places around 1800 BCE. Proof that √2 is irrational: assume √2 = p/q in lowest terms → 2q² = p² → p is even → p=2k → 2q²=4k² → q²=2k² → q is even → contradiction.

Roots appear in the distance formula: d = √((x₂−x₁)² + (y₂−y₁)²). For (0,0) to (3,4): d = √(9+16) = √25 = 5. Standard deviation: σ = √(Σ(xᵢ−μ)²/N) — square root of variance converts squared units back to original units. Physics: escape velocity v = √(2GM/r) where G=gravitational constant, M=mass, r=radius. Earth's escape velocity: v = √(2×6.67×10⁻¹¹ × 5.97×10²⁴ / 6.37×10⁶) ≈ 11,186 m/s ≈ 40,270 km/h.