Understanding the nth root
A root asks a simple reverse question: which number produces the value under the radical when raised to a given power? The square root uses an index of 2, the cube root uses 3, and an nth root generalizes the same idea to any positive integer index.
What is a root in mathematics?
The nth root of a number a is a number b whose nth power equals a. In symbols, ⁿ√a = b precisely when bⁿ = a. This is why taking a root is best understood as the inverse operation of raising a number to a power.
For example, because 5³ = 125, the cube root of 125 is 5. The small number attached to the radical is the index; the number inside it is the radicand.
Square, cube, and higher roots
The familiar square root is simply the second root, so its index is normally omitted. The same definition then extends naturally to cube roots, fourth roots, fifth roots, and beyond.
| Root | Index | Equivalent power | Example |
|---|---|---|---|
| Square root | 2 | a1/2 | √49 = 7 |
| Cube root | 3 | a1/3 | ∛64 = 4 |
| Fourth root | 4 | a1/4 | ∜81 = 3 |
| nth root | n | a1/n | ⁿ√a = b |
How radical simplification works
A decimal answer and a simplified radical are not always the same kind of result. When the radicand can be factored into perfect powers, those factors can be taken outside the radical.
Start with the prime factorization:
Each pair forms a perfect square and can leave the radical:
The same pattern works for higher roots. For a cube root, group equal prime factors in threes; for a fourth root, group them in fours. The index tells you how large each group must be.
Negative radicands and real roots
The parity of the index matters. An odd root can return a real negative number because an odd power preserves the sign: for example, ∛(−27) = −3. An even root of a negative real number has no real-valued result because every real number raised to an even power is nonnegative.
| Expression | Real result? | Reason |
|---|---|---|
| √(−16) | No | No real square has a negative value. |
| ∛(−27) | Yes, −3 | (−3)³ = −27. |
| ⁵√(−32) | Yes, −2 | (−2)⁵ = −32. |
Roots and fractional exponents
Roots can be rewritten as fractional powers. This is more than a notational trick: it puts roots and exponent rules into one algebraic system.
For example, 272/3 can be read as the cube root first and then squared: ∛27 = 3, so 272/3 = 3² = 9.
A higher-root example
Suppose a quantity has changed over 18 equal compounding periods. If the total growth factor is 1.5597, the per-period multiplier is the 18th root of that factor.
If the multiplier is written as 1 + r, then:
This is a useful way to see why higher roots matter: they recover the repeated factor hidden inside a power.
How roots can be estimated by hand
For square roots, one classical numerical approach is the Babylonian method, a special case of Newton's method. Start with a guess x and repeatedly replace it with the average of x and a/x.
- Choose a reasonable positive starting guess.
- Divide the radicand by the current guess.
- Average the guess and that quotient.
- Repeat until the digits stop changing at the precision you need.
The calculator is faster for ordinary use, but the iteration explains where a numerical square-root result comes from rather than treating it as a mysterious button press.
Common mistakes
- Confusing the index with the radicand: in ⁿ√a, n is the root index and a is the number being rooted.
- Assuming every negative radicand is invalid: odd roots can be real and negative.
- Forgetting the principal square root: √49 denotes the nonnegative value 7, even though x² = 49 has two solutions, ±7.
- Rounding too early: keep extra digits during intermediate calculations when the root is part of a longer formula.
Frequently asked questions
8, because 8² = 64.
−3, because (−3)³ = −27.
Yes, in the usual real-number domain where the expression is defined: ⁿ√a = a1/n.
It is a standard convention. The symbol √a already means the second root.