Square Root Calculator: Calculate √ Square Root, Cube Root, Nth Root & Simplify Radicals — Step-by-Step Solutions, Perfect Squares Table & Worked Examples

Math tool

Square Root Calculator

Calculate square roots, cube roots, and any nth root instantly. Simplify radicals into the form a√b, see step-by-step solutions, and use the perfect squares reference table.

Enter a number to calculate its root.

The square root calculator is one of the most fundamental math tools available — computing the number that, when multiplied by itself, equals a given value. The square root of 25 is 5 (because 5 × 5 = 25); the square root of 2 is approximately 1.41421356 (an irrational number that never terminates or repeats). Beyond simple square roots, a comprehensive root calculator handles cube roots, nth roots, and the simplification of radical expressions into simplified form a√b — the format required in algebra and precalculus coursework.

Square roots appear throughout mathematics and applied sciences: the Pythagorean theorem (c = √(a² + b²)), the quadratic formula (x = (−b ± √(b²−4ac)) / 2a), standard deviation (σ = √(variance)), distance formula, and wave frequency calculations all depend on square root computation. Understanding when a root is rational (a perfect square), irrational (a non-perfect square), or imaginary (negative under the radical in real number arithmetic) is essential for working through these formulas correctly.

This guide explains how square roots work, how to calculate them by hand, how to simplify radicals, how cube roots and nth roots differ from square roots, the relationship between exponents and roots, and provides comprehensive reference tables for perfect squares and common roots. Whether you're in middle school arithmetic or advanced calculus, this is your complete guide to roots and radicals.


Table of Contents

  1. What Is a Square Root?
  2. Perfect Squares and Their Roots
  3. How to Calculate Square Roots by Hand
  4. Simplifying Radical Expressions
  5. Cube Root Calculator
  6. Nth Root Calculator
  7. Square Roots of Negative Numbers — Imaginary Numbers
  8. The Relationship Between Roots and Fractional Exponents
  9. The Pythagorean Theorem and Square Roots
  10. The Quadratic Formula and Square Roots
  11. Square Root in Statistics — Standard Deviation
  12. Operations with Radical Expressions
  13. Rationalizing the Denominator
  14. Perfect Squares Reference Table (1–200)
  15. Frequently Asked Questions

1. What Is a Square Root?

The square root of a non-negative number n is the non-negative value x such that x² = n. The principal square root is denoted √n. Every positive number has exactly two square roots: a positive one (+√n) and a negative one (−√n). By convention, √n refers to the positive (principal) root. Zero has exactly one square root: √0 = 0. Negative numbers have no real square roots (their roots are imaginary numbers).

Exact vs. Approximate Roots

Perfect squares have exact integer square roots: √1 = 1, √4 = 2, √9 = 3, √16 = 4, √25 = 5... Non-perfect squares have irrational roots that are expressed as decimals (approximate) or simplified radicals (exact): √2 ≈ 1.41421, √3 ≈ 1.73205, √5 ≈ 2.23607, √7 ≈ 2.64575. These decimal approximations are infinite and non-repeating.


2. Perfect Squares and Their Roots

Number (n) Square (n²) √(n²)
111
242
393
4164
5255
6366
7497
8648
9819
1010010
1112111
1214412
1316913
1419614
1522515
2040020
2562525
502,50050
10010,000100

3. How to Calculate Square Roots by Hand

For non-perfect squares, several methods exist for manual calculation. The most practical: the long division method for square roots, which produces digits one by one to any desired precision.

Estimation Method (Newton's Method)

1. Start with an initial guess x₀ ≈ √n (guess a nearby perfect square's root). 2. Refine: x₁ = (x₀ + n/x₀) / 2. 3. Repeat until satisfied. For √50: guess x₀ = 7 (since 7² = 49 ≈ 50). x₁ = (7 + 50/7)/2 = (7 + 7.143)/2 = 7.071. x₂ = (7.071 + 50/7.071)/2 = (7.071 + 7.071)/2 = 7.071. Converges in just 2 steps to √50 ≈ 7.071.

Babylonian Method

The same as Newton's Method — one of the oldest numerical algorithms, dating to approximately 1600 BC. The iterative formula (x + n/x)/2 converges quadratically — the number of correct digits approximately doubles with each iteration.


4. Simplifying Radical Expressions

A radical is in simplified form when: no perfect square factor remains under the radical, no fractions appear under the radical, and no radicals appear in a denominator. To simplify √72: factor 72 = 36 × 2; √(36 × 2) = √36 × √2 = 6√2. To simplify √200: 200 = 100 × 2; √200 = 10√2. Always find the largest perfect square factor for efficient simplification.

Step-by-Step Simplification

For √180: Prime factorize: 180 = 2² × 3² × 5. Extract pairs: 2¹ × 3¹ = 6 comes out, leaving 5 under the radical. Result: 6√5. Verify: (6√5)² = 36 × 5 = 180 ✓. The general rule: for each pair of identical prime factors, one factor comes out of the radical.


5. Cube Root Calculator

The cube root ∛n (or n^(1/3)) returns the number x such that x³ = n. Unlike square roots, cube roots are defined for negative numbers: ∛(−8) = −2 because (−2)³ = −8. Perfect cubes: ∛1 = 1, ∛8 = 2, ∛27 = 3, ∛64 = 4, ∛125 = 5, ∛216 = 6, ∛343 = 7, ∛512 = 8, ∛729 = 9, ∛1000 = 10.

n ∛(n³)
111
282
3273
4644
51255
62166
73437
85128
97299
101,00010

6. Nth Root Calculator

The nth root ⁿ√x = x^(1/n) returns the value r such that rⁿ = x. The 4th root of 81 = 81^(1/4) = 3 (since 3⁴ = 81). The 5th root of 32 = 32^(1/5) = 2 (since 2⁵ = 32). For even roots (2nd, 4th, 6th...), the input must be non-negative for real results. For odd roots (3rd, 5th, 7th...), negative inputs are valid. General formula: ⁿ√x = e^(ln(x)/n) for positive x.


7. Square Roots of Negative Numbers — Imaginary Numbers

The square root of a negative number is an imaginary number. The fundamental imaginary unit is i = √(−1). Therefore √(−4) = 2i, √(−9) = 3i, √(−n) = i√n. Complex numbers combine real and imaginary parts: a + bi. Imaginary and complex numbers are used in electrical engineering (impedance calculations), quantum mechanics, signal processing (Fourier transforms), and control systems theory.


8. Roots and Fractional Exponents

Roots and exponents are equivalent notations: ⁿ√x = x^(1/n). Therefore: √x = x^(1/2); ∛x = x^(1/3); ⁴√x = x^(1/4). More generally: ⁿ√(x^m) = x^(m/n). This equivalence allows roots to be treated as exponents in algebraic manipulation, enabling application of all exponent rules: (x^(1/2))² = x^1 = x; (x^(1/3))³ = x; x^(3/2) = (√x)³ = √(x³).


9. The Pythagorean Theorem and Square Roots

The Pythagorean theorem states that for a right triangle with legs a, b and hypotenuse c: a² + b² = c². Solving for the hypotenuse: c = √(a² + b²). For a 3-4-5 triangle: c = √(9 + 16) = √25 = 5. For a 5-12-13 triangle: c = √(25 + 144) = √169 = 13. The distance formula between two points (x₁,y₁) and (x₂,y₂) is derived directly from the Pythagorean theorem: d = √((x₂−x₁)² + (y₂−y₁)²).


10. The Quadratic Formula and Square Roots

The quadratic formula solves ax² + bx + c = 0 for x: x = (−b ± √(b²−4ac)) / 2a. The discriminant b²−4ac determines the nature of the roots: positive → two real roots; zero → one real root (repeated); negative → two complex roots. The square root operation in the quadratic formula is why solving quadratics involves roots, and why imaginary numbers naturally arise when the discriminant is negative.


11. Square Root in Statistics

Standard deviation σ = √(variance) — the square root of the average squared deviation from the mean. For a dataset {2, 4, 4, 4, 5, 5, 7, 9}: mean = 5; variance = [(2−5)² + (4−5)² + ...]/8 = 4; σ = √4 = 2. The square root returns the measure to the original units, making standard deviation interpretable (a variance of 4 sq ft is less intuitive than a standard deviation of 2 ft).


12. Operations with Radical Expressions

Adding/subtracting radicals: like terms only — √3 + 2√3 = 3√3 (same radical, add coefficients). √2 + √3 ≠ √5 (different radicals, cannot add). Multiplying radicals: √a × √b = √(a×b) — √6 × √2 = √12 = 2√3. Dividing: √a / √b = √(a/b). These rules apply only to non-negative values under the radicals.


13. Rationalizing the Denominator

Standard form requires no radicals in the denominator. To rationalize: multiply numerator and denominator by the radical. Example: 5/√3 → (5 × √3)/(√3 × √3) = 5√3/3. For binomial denominators containing radicals: multiply by the conjugate. Example: 1/(2+√3) → (2−√3)/[(2+√3)(2−√3)] = (2−√3)/(4−3) = 2−√3. This process eliminates irrational denominators.


14. Perfect Squares Reference (1–200)

Perfect squares from 1 to 200: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, 169, 196. The 14th perfect square (14² = 196) is the last one below 200. The next perfect square is 225 (15²). A number is a perfect square if and only if all prime factors appear an even number of times in its prime factorization.


15. Frequently Asked Questions

What is the square root of 2?

√2 ≈ 1.41421356237... It is an irrational number — its decimal expansion is infinite and non-repeating. It's exactly equal to the diagonal of a unit square (1 × 1 square), proved irrational by the ancient Greeks in one of the earliest indirect proofs.

What is √0?

√0 = 0. Zero has exactly one square root: itself.

Can you take the square root of a negative number?

Not in the real number system. In the complex number system, √(−n) = i√n where i is the imaginary unit (i = √(−1)). So √(−9) = 3i.

What is the difference between √x and x²?

√x is the inverse of squaring: √(x²) = x (for x ≥ 0). x² multiplies x by itself; √x finds the number that, multiplied by itself, gives x. They are inverse operations: squaring and square-rooting undo each other.

How do I simplify √48?

Factor 48 into perfect square × remaining: 48 = 16 × 3. So √48 = √(16 × 3) = √16 × √3 = 4√3. Verify: (4√3)² = 16 × 3 = 48 ✓.


Disclaimer: Decimal results are computed to standard floating-point precision (approximately 15 significant digits). For exact symbolic computation, use a computer algebra system (CAS) like Wolfram Alpha or Symbolab.