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