Root Calculator

Whether you're solving a geometry problem, checking an engineering formula, or just trying to remember how square roots work, a root calculator handles the heavy lifting fast. Punch in a number, pick your root type, and you've got your answer in seconds. Roots show up constantly in math and science. Square roots, cube roots, and nth roots are all variations of the same core idea: what number, multiplied by itself a certain number of times, gives you the original value? This page covers how each type works, the formulas behind them, and some practical context so the numbers actually make sense.

Enter Details

Result

Enter a number and root degree (n ≥ 2).

Note — This result is an estimate. Talk to a healthcare provider for personalized guidance.

How to Calculate Roots

Calculating a root means reversing exponentiation. If raising a number to a power means multiplying it by itself repeatedly, finding a root means asking the opposite question. What base number, raised to a given power, produces the value you started with?

For a square root, you're looking for a number that when multiplied by itself gives you the original. For a cube root, you need three multiplications. For any nth root, it's n multiplications. The process scales cleanly once you understand the pattern.

In practice, most people use a calculator for anything beyond the most familiar perfect squares or cubes. The formulas and methods below are worth understanding, though, because they help you estimate, check your work, and catch errors when a result looks off.

Square Root Calculator

The square root is probably the most familiar root you'll encounter. It answers a simple question: what number times itself equals this value? The square root of 25 is 5, because 5 × 5 = 25. The square root of 144 is 12, because 12 × 12 = 144.

Most real numbers don't produce a whole-number square root. The square root of 2, for example, is roughly 1.41421356 and goes on forever without repeating. That's an irrational number, and it comes up constantly in geometry, particularly when working with right triangles.

A square root calculator takes any non-negative number and returns its principal (positive) square root instantly. Negative numbers don't have real square roots, so if you're working with negatives, you'd be stepping into the territory of imaginary numbers.

Square Root Formula

The square root of a number x is written as √x, and the formal relationship is:

√x = x^(1/2)

That exponent form matters because it connects square roots to the broader world of exponents and makes it easier to work with roots algebraically. If √x = y, then y² = x. That's the definition you're working from every time.

For manual estimation, one common method is the Babylonian method (also called Heron's method): start with a rough guess, divide your original number by that guess, average the result with your guess, and repeat. Each iteration brings you closer to the true value surprisingly quickly.

Perfect Squares and Square Roots

A perfect square is any integer that is the square of another integer. These are the numbers where the square root comes out clean, with no decimals. Knowing a handful of them by memory makes mental math a lot faster.

  • 1 → √1 = 1
  • 4 → √4 = 2
  • 9 → √9 = 3
  • 16 → √16 = 4
  • 25 → √25 = 5
  • 36 → √36 = 6
  • 49 → √49 = 7
  • 64 → √64 = 8
  • 81 → √81 = 9
  • 100 → √100 = 10

Beyond 100, the list keeps going: 121, 144, 169, 196, 225, and so on. When a number falls between two perfect squares, you can estimate its square root by figuring out where it sits between them. The square root of 50, for instance, is somewhere between 7 and 8, closer to 7 since 49 is much closer to 50 than 64 is.

Cube Root Calculator

The cube root of a number answers this: what value, multiplied by itself three times, gives you the original number? The cube root of 27 is 3, because 3 × 3 × 3 = 27. The cube root of 8 is 2, because 2 × 2 × 2 = 8.

Unlike square roots, cube roots can be negative. The cube root of -27 is -3, because (-3) × (-3) × (-3) = -27. That's a meaningful difference that shows up in physics and engineering, where negative values represent real-world directions or quantities.

Cube roots come up in problems involving volume. If you know the volume of a cube and want to find the side length, you're taking a cube root. Same thing applies to density calculations and certain fluid dynamics formulas.

Cube Root Formula

The cube root of a number x is written as ∛x, and in exponent form:

∛x = x^(1/3)

If ∛x = y, then y³ = x. That relationship is the backbone of the formula. You can verify any cube root result by cubing your answer and checking that it matches the original number.

Calculators handle cube roots easily using the exponent form. Enter x, raise it to the power of 1/3, and you have your cube root. Just be careful with negative numbers on some calculators since they may return an error rather than the negative real root. In those cases, take the cube root of the absolute value and apply the negative sign manually.

Finding Cube Roots of Large Numbers

Large numbers look intimidating, but there's a reliable approach. Start by factoring the number or identifying its order of magnitude. The cube root of 1,000 is 10 (because 10³ = 1,000), and the cube root of 1,000,000 is 100 (because 100³ = 1,000,000). Those benchmarks help you bracket an answer quickly.

For numbers that aren't perfect cubes, you can narrow in with estimation. Want the cube root of 50,000? You know ∛27,000 = 30 and ∛64,000 = 40, so the answer is somewhere between 30 and 40. A calculator pins it at about 36.84.

Prime factorization also helps when you're working by hand. If a number breaks into prime factors that appear in groups of three, you can pull those groups out as whole numbers. 216 = 2³ × 3³, so ∛216 = 2 × 3 = 6. Clean and exact, no calculator needed.

Nth Root Calculator

The nth root generalizes everything. Instead of squaring or cubing, you're asking: what number raised to the power n gives you the original value? Square roots use n = 2, cube roots use n = 3, but n can be any positive integer.

Fourth roots (n = 4) show up in some physics and statistics formulas. Fifth roots appear in certain financial calculations. Beyond that, higher roots are less common in everyday work but come up in higher-level math and signal processing.

An nth root calculator lets you specify both the number and the root index, so you can solve any of these with the same tool. The underlying math is consistent regardless of what n you choose.

Nth Root Formula

The nth root of a number x is written as ⁿ√x, and in exponent notation:

ⁿ√x = x^(1/n)

If ⁿ√x = y, then yⁿ = x. That's the definition that makes everything else work. To verify any nth root, raise your result to the power n and confirm it equals your original number.

One thing to keep in mind: when n is even, the nth root of a negative number doesn't exist in the real number system. When n is odd, negative inputs are fine and produce negative outputs. This is the same behavior you saw with square and cube roots, just generalized.

Fractional Exponents and Roots

Fractional exponents tie roots and powers together in one compact notation. An exponent of 1/n means the nth root. An exponent of m/n means take the nth root and then raise to the power m, or equivalently raise to m first and then take the nth root. Both routes give the same answer.

So x^(3/4) means the fourth root of x, cubed. Or you could cube x first and then take the fourth root. In practice, it's usually easier to take the root first to keep the numbers smaller before raising to a power.

This notation is especially useful in algebra because exponent rules apply cleanly. Multiplying terms with fractional exponents follows the same rules as multiplying terms with integer exponents. That consistency makes fractional exponents a powerful tool in simplifying expressions that would otherwise be messy in radical notation.

Radical Expressions and Simplification

A radical expression is any expression that contains a root symbol (the radical sign). They show up constantly in algebra, geometry, and calculus. Being comfortable simplifying them saves real time and reduces errors down the line.

The goal when simplifying is usually to get the expression into its most reduced form: smallest possible number under the radical, no fractions under the radical if you can help it, and no radicals in the denominator of a fraction. Each of those steps has a specific technique behind it.

Simplifying Radical Expressions

To simplify a square root, look for perfect square factors hiding inside the number under the radical. √72 can be rewritten as √(36 × 2), and since √36 = 6, you get 6√2. That's the simplified form.

The general approach: factor the number under the radical, pull out any factors that are perfect powers matching your root index, and leave the rest under the radical sign.

  • √50 = √(25 × 2) = 5√2
  • √48 = √(16 × 3) = 4√3
  • ∛54 = ∛(27 × 2) = 3∛2

When the radical expression contains variables, the same logic applies. √(x⁴) = x², because x⁴ is a perfect square. √(x⁵) = x²√x, because x⁴ comes out clean and one x remains under the radical.

Adding and subtracting radical expressions works like combining like terms. You can add 3√2 and 5√2 to get 8√2, but you can't combine 3√2 and 5√3 any further since the radicands are different.

Rationalizing Radicals

Rationalizing the denominator means rewriting a fraction so there's no radical in the bottom. It's a standard simplification step in algebra, and it makes expressions easier to compare and work with.

If you have 1/√3, multiply the top and bottom by √3 to get √3/3. The denominator is now rational. Simple enough for a single term.

When the denominator has two terms involving radicals, like 1/(√5 + √2), you multiply by the conjugate. The conjugate flips the sign between the two terms: (√5 - √2). Multiplying (√5 + √2)(√5 - √2) gives 5 - 2 = 3, which is rational. So 1/(√5 + √2) becomes (√5 - √2)/3 after rationalizing.

This technique works because multiplying conjugates always eliminates the radicals through the difference of squares pattern. Once you see how that pattern applies, rationalizing becomes pretty mechanical.

Roots and Exponents Relationship

Roots and exponents are two sides of the same operation. Exponentiation multiplies a base by itself n times. Taking a root reverses that. Because they're inverses of each other, they follow a tight set of rules that you can use to move between radical notation and exponent notation freely.

This relationship isn't just a math curiosity. It's genuinely useful for simplifying expressions, solving equations, and understanding why certain formulas look the way they do. Once you see roots as fractional exponents, a lot of algebra that looked complicated starts to click.

Converting Roots to Exponents

The conversion rule is straightforward: ⁿ√x = x^(1/n). Square root becomes x^(1/2). Cube root becomes x^(1/3). Fourth root becomes x^(1/4). And so on.

This matters because exponent rules are easier to apply than radical rules. Multiplying x^(1/2) by x^(1/3) just means adding the exponents: x^(1/2 + 1/3) = x^(5/6). Try doing that with radical notation and it gets messy fast.

Radical FormExponent Form
√xx^(1/2)
∛xx^(1/3)
∜xx^(1/4)
ⁿ√xx^(1/n)
ⁿ√(x^m)x^(m/n)

When simplifying complex expressions, convert everything to exponent form, apply the standard rules (multiply by adding exponents, divide by subtracting, raise a power by multiplying), then convert back to radical form at the end if needed.

Negative and Fractional Powers

A negative exponent means take the reciprocal. x^(-1) = 1/x. x^(-2) = 1/x². That's it. The base doesn't become negative; the position of the term flips.

Combine that with fractional exponents and you can express some interesting things. x^(-1/2) is the same as 1/√x. x^(-2/3) is 1/(∛x)². Both of those are valid, real expressions as long as x is positive.

Negative fractional exponents show up in calculus, particularly when differentiating or integrating functions involving roots. Recognizing that √x = x^(1/2) lets you apply the power rule directly without any special-case handling for radicals. That kind of notational flexibility is one of the reasons fractional and negative exponents are worth getting comfortable with early.

Other Maths Calculators

Explore all