Enter your value
Tip: Use n = 2 for square root, n = 3 for cube root, or any positive integer for n-th roots.
Find square roots, cube roots, and any n-th root in one place. This calculator gives the principal root instantly, shows a quick power check, and can list all complex roots when needed.
Tip: Use n = 2 for square root, n = 3 for cube root, or any positive integer for n-th roots.
A root answers a simple question: “What number do I multiply by itself (a certain number of times) to get this value?” The most common root is the square root, written as √x. It’s the number which, when squared, gives x. But roots come in all “degrees”:
In general, the n-th root of a number a is a value r such that: rn = a. If you think of exponents as “repeat multiplication,” roots are the reverse operation: they “undo” an exponent.
The most important relationship is: ⁿ√a = a1/n. That means you can compute roots using exponent rules, and you can simplify many expressions by converting roots to fractional exponents. For example:
Roots behave differently for negative numbers:
This calculator supports both cases. If you enter a negative value with an even degree, you can still get a correct complex root (and optionally all n complex roots).
This tool focuses on accuracy and clarity. Here’s the exact logic:
Any nonzero number has exactly n complex n-th roots. In polar form, write the number as: a = r·(cos θ + i sin θ). Then the roots are: r1/n · (cos((θ + 2πk)/n) + i sin((θ + 2πk)/n)) for k = 0, 1, …, n−1. If you turn on “Show all complex roots,” the calculator will list them.
Results are rounded to a reasonable number of decimals by default. If you need more precision, use the “Decimals” option. For exact radicals (like √50 = 5√2), you’d need symbolic simplification. This page focuses on fast numeric answers that work for homework checks, engineering estimates, finance formulas, and everyday math.
Try these to see how roots behave across different cases:
If you know the area of a square and want the side length, you take a square root. If a square has area 81, the side length is √81 = 9. Similarly, if you know the volume of a cube and want the side length, you take a cube root. A cube with volume 216 has side length ∛216 = 6.
√x is the square root (n = 2). n√x is the n-th root for any degree n, like cube roots (n = 3) or 4th roots (n = 4). They’re all special cases of a1/n.
Because no real number squared equals -1. Complex numbers extend the number system with i defined as the solution to i² = -1. That’s why √(-9) = 3i and √(-16) = 4i (principal roots).
In complex numbers, yes. Any nonzero number has exactly n complex n-th roots. For real numbers, you often talk about the principal root (the standard one shown by calculators), but there are multiple solutions in the complex plane.
The principal root is the single root chosen by convention so calculators always give one consistent answer. For positive real numbers, it’s the positive real root. For complex cases, it’s the root with angle in the principal range.
This calculator is optimized for numeric roots. For √50, the decimal result is about 7.0711. Symbolically, √50 = √(25·2) = 5√2. If you need symbolic simplification often, use the “Square Root Calculator” and “Prime Factorization” tools in the links below.
Roots are fractional exponents: ⁿ√a = a1/n. Logarithms are another inverse of exponents: logb(a) answers “what exponent on b gives a?” These three topics—exponents, roots, logs—are a connected triangle.
Yes for numeric answers. It uses the same math most scientific calculators use for principal roots, and it can show complex roots. For formal proofs or exact radical simplification, you may want symbolic algebra software, but for checking and estimating, this is fast and reliable.
Raise the answer back to the power n. If you computed r = ⁿ√a, then rn should equal a (or be extremely close due to rounding). This page shows a “Check” value so you can verify instantly.
Once you understand ⁿ√a as a1/n, a lot of “root tricks” become simple exponent rules. These identities are the ones you’ll see in algebra, geometry, physics, coding, and finance:
ⁿ√(ab) = ⁿ√a · ⁿ√b (works cleanly when a and b are nonnegative reals; in complex numbers there are extra caveats). Example: √(36·4) = √36 · √4 = 6·2 = 12.
ⁿ√(a/b) = ⁿ√a / ⁿ√b (again, typically used for nonnegative real values). Example: √(49/4) = √49 / √4 = 7/2 = 3.5.
(am)1/n = am/n. Example: 3√(26) = 26/3 = 22 = 4.
If a number has a perfect n-th power factor, you can “pull it out.” Example: √72 = √(36·2) = 6√2. Another: 3√(54) = 3√(27·2) = 33√2.
The “odd = real, even = complex” rule is the big one: ⁿ√(-a) is real only when n is odd. When n is even, you need complex numbers to represent the solution.
Pro tip: If you’re simplifying by hand, prime factorization is the fastest way to spot perfect squares/cubes. That’s why the “Prime Factorization” tool in the Related section pairs well with roots.
Roots are “inverse exponents,” but they don’t behave like distribution over addition, and they come with conventions (like principal roots) that can be confusing at first. The best habit is to verify: take your computed root and raise it back to the power n.
Roots are not just homework—they’re a daily tool in science, tech, and business:
Suppose an investment grows from 10,000 to 12,100 in 2 years. If growth is steady, the annual growth factor is the 2nd root of 12,100/10,000: (12,100/10,000)1/2 = 1.1, meaning about 10% per year. That “take the n-th root” step is the same operation this calculator performs.
It’s the number that you would multiply by itself n times to get the original number. Example: the 5th root of 32 is 2, because 2·2·2·2·2 = 32.
Because “the” root usually means the principal root by convention. When solving equations, you may have multiple solutions (like ±5), but calculators default to one so results are consistent and predictable.
An n-th root is typically defined with integer n. If you want something like “the 2.5th root,” you’re really asking for a fractional power: a1/2.5. This page is designed for integer n.
Because 0 raised to any positive power is still 0. So the only value r that satisfies rn=0 is r=0.
Pulled from the Math & Conversions category:
If you’re studying with friends, here’s a quick “roots challenge” that gets shared like crazy: pick a random perfect power (like 210 = 1024), set n, and see who can predict ⁿ√a before the calculator does. Screenshot the result card and drop it into your group chat.