Root

Nth root of a number.

3th root
3

How to Use the Root Calculator

  1. Enter the **radicand** (x) — the number you want to find the root of — in the first input field.
  2. Enter the **root index** (n) — the degree of the root (e.g., 2 for square root, 3 for cube root) — in the second field.
  3. Click **Calculate** to instantly compute the nth root.
  4. Read the principal root result displayed, along with its decimal approximation if the result is irrational.
  5. To start a new calculation, click **Reset** and enter new values.

Nth Root Formula

r = x^(1/n)

The nth root of a number x is computed by raising x to the power of 1/n. This works for any positive radicand and any positive integer root index. For even-indexed roots of positive numbers there are two real results (positive and negative), but the principal root is always the positive one. For odd-indexed roots, the real root of a negative number also exists and is negative.

  • r — The result — the nth root (principal root) of x.
  • x — The radicand — the number whose root you want to find. Must be non-negative when n is even; can be any real number when n is odd.
  • n — The root index (degree) — a positive integer indicating which root to take (e.g., 2 for square root, 3 for cube root, 4 for fourth root, etc.).

Worked Example: Fifth Root of 3125

x = 3125, n = 5
r = 3125^(1/5) = 3125^0.2 = 5

Result: r = 5

What Your Result Means

The fifth root of 3125 is exactly 5, because 5⁵ = 5 × 5 × 5 × 5 × 5 = 3125. This is a perfect fifth power, so the result is a whole number. For non-perfect powers — for example, the cube root of 10 ≈ 2.1544 — the calculator returns a decimal approximation rounded to four significant figures.

Understanding Root

Understanding Nth Roots and Radicals

What Is an Nth Root?

An nth root of a number x is a value r satisfying rⁿ = x. The most familiar case is the square root (n = 2): √9 = 3 because 3² = 9. The cube root (n = 3) and higher roots follow the same logic.

Radical Notation vs. Exponent Notation

Radical notation writes ⁿ√x with the index n in the notch of the radical symbol. Exponent notation writes x^(1/n). Both are mathematically equivalent and can be used interchangeably in calculators and computer algebra systems.

Principal Root

For even indices and positive radicands, there are always two real roots: one positive and one negative (e.g., √25 = ±5). The principal root is defined as the non-negative root, which is what this calculator returns.

Complex Roots

When n is even and x is negative, no real root exists — the result is a complex number (e.g., √(−4) = 2i). This calculator focuses on real-number results.

Perfect Powers

A number is a perfect nth power when its nth root is a whole integer. Examples: 8 is a perfect cube (∛8 = 2), 81 is a perfect fourth power (⁴√81 = 3).

Real-World Applications

  • Geometry: Finding the side length of an n-dimensional hypercube given its volume.
  • Finance: Computing the per-period growth rate using the compound growth formula r = (FV/PV)^(1/n) − 1.
  • Science and Engineering: Scaling relationships, signal processing, and many physical laws involve nth roots.
  • Statistics: The geometric mean of n values is the nth root of their product.

Common Mistakes

  • **Confusing index and radicand**: Make sure n is the root index (e.g., 3 for cube root) and x is the number under the radical, not the other way around.
  • **Even root of a negative number**: Entering a negative radicand with an even index (e.g., √(−9)) produces no real result. Check your sign before calculating.
  • **Index of 1**: A root index of 1 always returns the number itself (¹√x = x), so if your result looks unchanged, verify you meant a higher root.
  • **Expecting an integer when one doesn't exist**: Not every root is a whole number. For example, ∛7 ≈ 1.9129 — accept the decimal approximation.
  • **Forgetting the negative root**: For even indices, remember the full solution includes ±r, even though the calculator returns only the principal (positive) root.

Common Questions About Root

What is ⁴√625?

⁴√625 = 625^(1/4) = 5, because 5⁴ = 625.

How do you calculate nth root without a calculator?

Use logarithms: ⁿ√x = e^(ln(x)/n). For simple cases like perfect powers, trial multiplication is faster — e.g., guess and check integers until rⁿ = x.

Is the square root of 2 rational or irrational?

√2 is irrational. Its decimal expansion is approximately 1.41421356…, continuing forever without repeating. This was one of the first irrational numbers proven by ancient Greek mathematicians.

How is the nth root used in finance?

In compound interest, the formula for per-period rate is r = (FV/PV)^(1/n) − 1, where n is the number of periods. This is a direct application of the nth root.

What is a radical expression?

A radical expression is any algebraic expression that contains a root symbol (√, ∛, etc.) or an exponent of the form 1/n. Simplifying radical expressions is a core skill in algebra.

Frequently Asked Questions

What is the difference between a square root and an nth root?

A square root is simply an nth root where n = 2. The nth root generalises this concept to any positive integer index — cube root (n = 3), fourth root (n = 4), and so on.

Can I calculate the root of a decimal or fraction?

Yes. The radicand x can be any non-negative real number, including decimals and fractions. For example, ∛0.125 = 0.5 because 0.5³ = 0.125.

Why does the calculator return a decimal for some roots?

Most nth roots are irrational numbers — they cannot be expressed as a finite decimal or simple fraction. The calculator returns a decimal approximation in those cases, rounded to four significant figures by default.

How do I find the cube root of a negative number?

For odd indices like 3, negative radicands do have a real root. Enter the absolute value, calculate, then apply a negative sign to the result. For example, ∛(−27) = −3 because (−3)³ = −27.

What happens if I enter 0 as the root index (n = 0)?

Division by zero occurs in the exponent 1/n, so n = 0 is undefined. The calculator will flag this as an invalid input.

Related Calculators

Sources

Only sources that have been reviewed are shown. Unverified citations are never published.

Spotted a calculation error?Report an Error