Math

Square Root

Find square & cube roots. Fast, accurate, and completely free.

Favorites

Recent Tools

Results
Square Root (√)
12

All Roots

Square Root (√)
12
Cube Root (∛)
5.241483
4th Root (⁴√)
3.464102
nth Root
12
Is Perfect Square?
Yes (12² = 144)
Is Perfect Cube?
No

Mathematical Formula

\sqrt[n]{x} = x^{\frac{1}{n}}

x = The number (radicand) whose root you want to find

n = The degree of the root (2 for square root, 3 for cube root, etc.)

√x = x1/2 (square root)

∛x = x1/3 (cube root)

⁴√x = x1/4 (fourth root)

How to Use this Calculator

  1. Enter the number you want to find the root of in the "Number" field.

  2. The calculator automatically displays the square root, cube root, and 4th root.

  3. To find a custom nth root, enter the root degree in the "Custom nth Root" field (e.g., enter 5 for the 5th root).

  4. The calculator also tells you whether the number is a perfect square or perfect cube.

  5. For negative numbers, cube roots and odd nth roots are computed; even roots of negatives will show "Not Real."

Understanding Roots in Mathematics

A root of a number is a value that, when raised to a given power, equals the original number. The most familiar root is the square root: the square root of 25 is 5 because 5 × 5 = 25. More generally, the nth root of x is a value r such that rn = x. Roots are the inverse operation of exponentiation, just as subtraction is the inverse of addition.

Square Roots

The square root of a number x, written as √x, is the non-negative value that when multiplied by itself gives x. For example, √81 = 9 because 9² = 81. Every positive number has two square roots — one positive and one negative — but by convention, the radical symbol √ refers to the principal (positive) root. The square root of zero is zero, and negative numbers do not have real square roots (they have imaginary roots involving i).

A number is called a perfect square if its square root is an integer. The sequence of perfect squares — 1, 4, 9, 16, 25, 36, 49, 64, 81, 100 — appears frequently in geometry, algebra, and number theory. Recognizing perfect squares speeds up mental arithmetic and simplifies radical expressions.

Cube Roots

The cube root of x, written as ∛x, is the value that when cubed equals x. Unlike square roots, cube roots are defined for negative numbers in the real number system: ∛(−27) = −3 because (−3)³ = −27. Perfect cubes include 1, 8, 27, 64, 125, 216, 343, and 512. Cube roots appear in volume calculations — if a cube has a volume of 729 cubic centimeters, its side length is ∛729 = 9 cm.

Higher-Order and Custom nth Roots

The fourth root (⁴√x), fifth root, and beyond follow the same principle. The nth root of x equals x raised to the power of 1/n. This calculator lets you specify any positive integer n for the root degree. For instance, the 5th root of 32 is 2 because 25 = 32. Even-degree roots of negative numbers are not real, while odd-degree roots of negative numbers are negative real numbers.

Computing Roots

Modern calculators and computers use the exponential identity to compute roots: √[n]{x} = x1/n. Historically, methods like the Babylonian method (also known as Heron's method) were used to approximate square roots through iterative averaging. Starting with an initial guess g, you refine it using g = (g + x/g) / 2 until the desired precision is achieved. This method converges remarkably fast — typically within 5–6 iterations for 15 digits of precision.

Applications of Roots

  • Geometry: The Pythagorean theorem uses square roots to find distances: c = √(a² + b²). The diagonal of a rectangle, the distance between two points in a plane, and the magnitude of a vector all require square roots.
  • Physics: Root-mean-square (RMS) values are used in electrical engineering to measure alternating current. The speed of sound involves square roots of temperature ratios.
  • Statistics: Standard deviation is the square root of variance, making it one of the most computed roots in data science.
  • Finance: Compound Annual Growth Rate (CAGR) uses nth roots: CAGR = (Final/Initial)1/n − 1.
  • Computer Graphics: Normalizing vectors for lighting calculations requires computing inverse square roots — famously optimized in the Quake III Arena "fast inverse square root" algorithm.

Simplifying Radical Expressions

Not every square root simplifies to a whole number. For non-perfect squares, you can simplify the radical by factoring out perfect-square components. For example, √72 = √(36 × 2) = 6√2. This process involves finding the largest perfect-square factor of the radicand. Simplified radicals are preferred in exact mathematical expressions because they avoid rounding errors inherent in decimal approximations.

Irrational Numbers and Roots

Most roots of non-perfect powers are irrational numbers — they cannot be expressed as a simple fraction, and their decimal expansions never terminate or repeat. Famous examples include √2 ≈ 1.41421356…, √3 ≈ 1.73205080…, and √5 ≈ 2.23606797…. The ancient Greeks proved the irrationality of √2, which was a groundbreaking discovery that challenged their belief that all numbers were rational.

Frequently Asked Questions (FAQ)

What is the square root of a negative number?

In the real number system, the square root of a negative number does not exist. In the complex number system, √(−1) is defined as the imaginary unit i, so √(−9) = 3i.

What is a perfect square?

A perfect square is a number whose square root is a whole integer. Examples: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144.

How is the nth root calculated?

The nth root of x is computed as x raised to the power of 1/n. For example, the 5th root of 32 = 32^(1/5) = 2.

Can I find the cube root of a negative number?

Yes. Cube roots (and all odd-degree roots) of negative numbers are negative real numbers. For example, ∛(−8) = −2 because (−2)³ = −8.

What is the difference between √ and ∛?

√ denotes the square root (2nd root) — a number multiplied by itself gives the radicand. ∛ denotes the cube root (3rd root) — a number multiplied by itself three times gives the radicand.

Why is √2 irrational?

√2 cannot be expressed as a ratio of two integers. Its decimal expansion (1.41421356…) never terminates or repeats. This was proven by the ancient Greeks using a proof by contradiction.

Explore more tools you might find useful