What is an nth root?
The nth root of x is the number r that satisfies rโฟ = x. For n=2 it's the square root; for n=3 the cube root; for any n, the nth root.
The square root of 9 is 3 because 3ยฒ = 9. The cube root of 8 is 2 because 2ยณ = 8. The fourth root of 81 is 3 because 3โด = 81.
In general, โฟโx = r means rโฟ = x. The index n is what distinguishes the operation: 2 = square, 3 = cube, 4 = fourth, and so on.
Most calculators (including this one) return the principal root โ the non-negative value for even indices. Technically, xยฒ = 4 has two solutions (x = 2 and x = โ2), but โ4 by convention means just 2.
- โ25 = 5 (the 2 is implicit on square roots)
- ยณโ64 = 4
- โดโ16 = 2
- โตโ32 = 2
โฟโx is "the number that, raised to n, gives x." Simple in concept, occasionally tricky in practice.
Perfect roots โ when the answer is exact
If x = kโฟ for some integer k, then โฟโx = k exactly โ no decimals, no approximation.
Perfect squares are the easiest to spot: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, โฆ Each is the square of an integer, so its square root is that integer.
Perfect cubes grow faster: 1, 8, 27, 64, 125, 216, 343, 512, 729, 1000, โฆ
Perfect fourth powers grow faster still: 1, 16, 81, 256, 625, 1296, 2401, โฆ
The calculator detects these automatically โ if the input matches a perfect nth power, you get the exact integer instead of a decimal approximation.
- 144 = 12ยฒ โ โ perfect square
- 150 = 12.247โฆยฒ โ โ not a perfect square
- 169 = 13ยฒ โ
- 200 = 14.142โฆยฒ โ
If the radicand is a perfect nth power, the root is exactly the integer k. Otherwise it's irrational (or needs simplification).
Simplifying radicals
A radical can often be pulled apart into an integer factor outside the root and a smaller radicand inside.
The trick: factor the radicand and look for perfect nth-power factors. If x = kโฟ ยท m, then โฟโx = k ยท โฟโm.
For square roots, look for perfect-square factors (4, 9, 16, 25, โฆ). For cube roots, look for perfect-cube factors (8, 27, 64, โฆ).
This matters for algebra: "simplify โ72" isn't the same question as "what's โ72 as a decimal?" The exact answer 6โ2 preserves precision; the decimal 8.485โฆ loses it.
- 200 = 100 ยท 2
- 100 is a perfect square: 100 = 10ยฒ
- โ200 = โ(100 ยท 2) = โ100 ยท โ2 = 10 ยท โ2
- Answer: 10โ2 (โ 14.1421โฆ)
Simplified form preserves exactness. 10โ2 beats 14.1421 when you need to keep algebraic precision.
Negative radicands โ odd vs even index
Odd-index roots of negatives are real. Even-index roots of negatives are complex โ the calculator returns the principal complex root automatically.
Odd powers preserve sign: (โ2)ยณ = โ8, so ยณโโ8 = โ2. Works for any odd index: โตโโ32 = โ2.
Even powers are always non-negative: (โ2)ยฒ = 4, not โ4. So there's no real number whose square is โ4 โ but there is a complex one: โโ4 = 2i (and โ2i).
The calculator returns the principal complex root for even-index negative radicands. For n=2 it's purely imaginary (โโ4 = 2i); for higher even n like 4, the principal root has both real and imaginary parts (โดโโ16 = โ2 + โ2ยทi). The general formula is |x|^(1/n) ยท (cos(ฯ/n) + iยทsin(ฯ/n)).
- ยณโโ8 = โ2 โ (odd index, real result)
- โโ4 = 2i (even index, principal complex root)
- โตโโ32 = โ2 โ (odd index)
- โดโโ16 = โ2 + โ2ยทi (even index, complex principal root)
Odd index โ real result, sign travels through. Even index on a negative radicand โ complex principal root (|x|^(1/n) at angle ฯ/n).
Four common mistakes
Root mistakes tend to cluster around a few specific misreads of the algebra rules.
1. Distributing roots over addition. โ(a + b) โ โa + โb. Try it: โ(9 + 16) = โ25 = 5, but โ9 + โ16 = 3 + 4 = 7. Only products distribute: โ(aยทb) = โa ยท โb.
2. Forgetting the ยฑ in equations. โx and xยฒ are not inverse for all x. In xยฒ = 4, x is ยฑ2, not just 2. The โ symbol returns only the principal (non-negative) root by convention.
3. Mixing simplified and decimal forms. 5โ2 and 7.071 refer to the same number โ but one preserves exactness. In algebra, prefer the simplified radical; in applied contexts, the decimal.
4. Confusing radicand with index. In โฟโx, n is the index (the small number above the radical symbol) and x is the radicand (the number inside). Don't swap them: ยณโ8 = 2 but โธโ3 โ 1.147.
Don't distribute over addition, remember ยฑ when solving equations, keep radical form for exactness, and don't mix up index and radicand.
Frequently Asked Questions
What's the difference between โ50 and its decimal value?
โพ
What's the difference between โ50 and its decimal value?
โพโ50 is the exact algebraic value, which simplifies to 5โ2. Its decimal approximation is 7.0710678โฆ โ useful for computing but rounded. In algebra, stick with 5โ2 for exactness; in applied work where a number goes into a larger calculation, the decimal is fine.
Can I take the square root of a negative number here?
โพ
Can I take the square root of a negative number here?
โพYes โ the calculator returns the principal complex root. โโ4 = 2i, โโ9 = 3i, and so on. For even indices higher than 2, the principal root has both real and imaginary parts (โดโโ16 = โ2 + โ2ยทi). For odd indices, negative radicands give a real negative result (ยณโโ8 = โ2).
How do I know if a number is a perfect square without checking manually?
โพ
How do I know if a number is a perfect square without checking manually?
โพThe calculator detects it automatically โ enter the number with index 2 and look for "Perfect root? Yes" in the results. Manually, a number x is a perfect square if โx rounds to an integer and that integer squared equals x back.
Why does โ72 show as 6โ2 instead of just 8.485?
โพ
Why does โ72 show as 6โ2 instead of just 8.485?
โพ6โ2 is the exact simplified radical form; 8.485โฆ is a decimal approximation. The calculator shows both โ the simplified form for algebraic work, the decimal for numerical estimates.
What's the largest radicand this calculator handles?
โพ
What's the largest radicand this calculator handles?
โพUp to ยฑ1 ร 10ยนยฒ. That's enough for any typical algebra or physics problem. Beyond that, floating-point precision starts to affect the "perfect root?" check, so the calculator errors out rather than mislead you.
Open the Nth Root Calculator
Enter the radicand and index โ see whether it's a perfect root, get the simplified radical form, and a decimal approximation.
Open calculator