Exponent & root calculator

x to the n, square root, cube root, any nth root. Powers plotted and listed so the growth is visible.

Report error
xⁿ
power
ⁿ√x
nth root
√x · ∛x
square and cube
POWER SEQUENCE

Powers of the base

x¹ → x¹²
ROOT RELATIONSHIP

Power ↔ root

n = 2
256 ¹⁄₂ 16
16² = 256
START 256 x
raise to1 / n
ROOT 16 ⁿ√x

The square root is the number that, raised to 2, returns x.

x¹ … x¹²

12 rows
nxⁿ
xⁿ multiplies x by itself n times. The nth root undoes that.

Values

Understanding roots

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.

ROOT OPERATION ⁿ√a = b because bⁿ = a power root EXAMPLE ³√125 = 5 5³ = 125

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.

ⁿ√a = b   ⇔   bⁿ = a

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.

RootIndexEquivalent powerExample
Square root2a1/2√49 = 7
Cube root3a1/3∛64 = 4
Fourth root4a1/4∜81 = 3
nth rootna1/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.

Worked example · simplify √72

Start with the prime factorization:

72 = 2 × 2 × 2 × 3 × 3 = 2² × 3² × 2

Each pair forms a perfect square and can leave the radical:

√72 = √(2² × 3² × 2) = 2 × 3 × √2
√72 = 6√2 ≈ 8.4853

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.

Why does prime factorization help? Perfect powers are exactly the factors that a radical can undo cleanly. Factoring exposes those groups instead of forcing you to guess the answer.

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.

ExpressionReal result?Reason
√(−16)NoNo 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.

√a = a1/2
∛a = a1/3
ⁿ√a = a1/n
am/n = ⁿ√(am)

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.

Worked example · 18th root
18th root of 1.5597 = 1.55971/18 ≈ 1.025

If the multiplier is written as 1 + r, then:

1 + r ≈ 1.025
r ≈ 0.025 = 2.5%

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.

xnew = ½(x + a/x)
  1. Choose a reasonable positive starting guess.
  2. Divide the radicand by the current guess.
  3. Average the guess and that quotient.
  4. 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

What is the square root of 64?

8, because 8² = 64.

What is the cube root of −27?

−3, because (−3)³ = −27.

Can every root be written as a fractional exponent?

Yes, in the usual real-number domain where the expression is defined: ⁿ√a = a1/n.

Why is the 2 omitted from a square root?

It is a standard convention. The symbol √a already means the second root.

The central idea to remember: a root reverses a power. The index tells you how many equal factors belong to each group, the radicand is the value being rooted, and fractional exponents provide the same operation in another form.