Skip to main content
🟢 Beginner 🔥 Popular

Square Root Calculator

Calculate the square root of any number instantly. Also shows cube root and nth root calculations. This free math tool gives instant, accurate results.

★★★★★ 4.8/5 · 📊 0 calculations · 🔒 Private & free

What Is a Square Root?

The square root of a number x is the value y such that y² = x. Written as √x or x^(1/2), the square root is the inverse operation of squaring.

√25 = 5 because 5² = 25.
√144 = 12 because 12² = 144.
√2 ≈ 1.41421 — irrational, decimal never terminates or repeats.

Key algebraic properties of square roots:

Every positive number has two square roots: +√x and −√x. The principal square root function √x returns only the positive root. For example, √9 = 3 (not ±3) when using the principal root notation. Negative numbers have no real square roots — √(−4) = 2i, entering the complex number system.

Perfect Squares Reference Table

Memorizing perfect squares from 1 to 25 is highly useful for mental math, estimating square roots, and simplifying radicals in algebra:

n√(n²) = nn√(n²) = n
1111112111
2421214412
3931316913
41641419614
52551522515
63661625616
74971728917
86481832418
98192040020
10100102562525

Knowing these perfect squares instantly tells you that √50 is between √49 = 7 and √64 = 8, making 7.07 a reasonable first guess. √200 = √(100 × 2) = 10√2 ≈ 14.14. Perfect square knowledge also helps simplify expressions like √72 = √(36 × 2) = 6√2.

How to Estimate Square Roots Without a Calculator

The Babylonian method (also called Newton's method for square roots) is an ancient iterative algorithm for approximating √N that converges extremely quickly:

Algorithm: Start with initial guess x₀. Repeat: xₙ₊₁ = (xₙ + N/xₙ) ÷ 2. Continue until desired precision is reached.

Example: √50

The Babylonian method doubles the number of correct digits with each iteration — a property called quadratic convergence, making it extremely efficient. It was known to Babylonian mathematicians by 1800 BCE and appears in clay tablets as an approximation algorithm for √2.

Quick linear interpolation method: For √50, note that 7² = 49 and 8² = 64. √50 ≈ 7 + (50 − 49)/(64 − 49) = 7 + 1/15 ≈ 7.07. This gives a decent 2-3 digit approximation in one step. Better method: 7 + (50 − 49)/(2 × 7) = 7 + 1/14 ≈ 7.071 (using the differential approximation √(N + δ) ≈ √N + δ/(2√N)).

Simplifying Radicals: Finding Exact Forms

When a number is not a perfect square, its square root can often be simplified by factoring out perfect squares. This gives an exact form (not a decimal approximation):

Procedure: Factor the radicand to pull out perfect square factors, then take the square root of those factors outside the radical.

ExpressionFactored FormSimplifiedDecimal Approx.
√8√(4 × 2)2√2≈ 2.828
√12√(4 × 3)2√3≈ 3.464
√18√(9 × 2)3√2≈ 4.243
√20√(4 × 5)2√5≈ 4.472
√45√(9 × 5)3√5≈ 6.708
√72√(36 × 2)6√2≈ 8.485
√98√(49 × 2)7√2≈ 9.899
√200√(100 × 2)10√2≈ 14.142

The simplified form (e.g., 6√2) is preferred in algebra because it is exact and keeps expressions simple. Decimal approximations introduce rounding error and make symbolic manipulation harder. When adding radicals: you can only combine "like radicals" (same radicand): 3√2 + 5√2 = 8√2, but 3√2 + 5√3 cannot be simplified further.

Square Roots in Geometry and the Pythagorean Theorem

Square roots appear naturally whenever the Pythagorean theorem is applied: a² + b² = c². Solving for the hypotenuse or a leg always involves a square root.

Common Pythagorean triples (integer solutions, no square root needed):

abc = √(a²+b²)Context
345Classic; used in construction to ensure right angles
51213Common in geometry problems
81517Less common but exact
72425Useful for 25-unit problems
6810Multiple of 3-4-5
202129Advanced competition

Real-world applications of the Pythagorean theorem:

Cube Roots and Higher-Order Roots

The square root is a special case of the n-th root. The cube root (∛x) gives a value y such that y³ = x. Higher roots are denoted ⁿ√x or x^(1/n).

Key cube roots to know:

Unlike square roots, cube roots of negative numbers ARE real: ∛(−8) = −2 because (−2)³ = −8. This is because cubing an even power vs. odd power gives different sign behavior.

Fourth roots (⁴√x = (x^(1/2))^(1/2)): ⁴√16 = 2; ⁴√81 = 3; ⁴√256 = 4. Fourth roots can be computed as the square root of the square root.

Applications:

Irrational Numbers and Radicals

Most square roots are irrational numbers — their decimal expansions neither terminate nor repeat, and they cannot be expressed as a fraction of two integers.

The irrationality of √2 was proven by the ancient Greeks (attributed to the Pythagorean school) using proof by contradiction: assume √2 = p/q in lowest terms, then p² = 2q², meaning p² is even, so p is even (p = 2k), giving (2k)² = 2q² → q² = 2k² → q is also even, contradicting the assumption that p/q is in lowest terms.

The decimal expansions of key irrational roots:

A square root is rational if and only if the radicand is a perfect square. √4 = 2 (rational), √9 = 3 (rational), but √(4.41) = 2.1 (rational! because 4.41 = (2.1)² = 21/10 squared = 441/100). The key insight: √(p/q) is rational when both numerator and denominator are perfect squares.

Frequently Asked Questions

What is the square root of 2?

√2 ≈ 1.41421356... It is irrational — its decimal never terminates or repeats. It appears in geometry as the ratio of a square's diagonal to its side length. It was the first number proven to be irrational by ancient Greek mathematicians.

What is the square root of a negative number?

Real square roots of negative numbers do not exist in the real number system. In complex mathematics, √(−1) = i (the imaginary unit). √(−4) = 2i. These have practical applications in electrical engineering (AC circuits), quantum mechanics, and signal processing.

How do I simplify √72?

Factor out the largest perfect square: 72 = 36 × 2. √72 = √(36 × 2) = √36 × √2 = 6√2. In decimal: 6 × 1.41421 ≈ 8.485.

What is the square root of 0?

√0 = 0. Zero is a perfect square (0² = 0), and its square root is uniquely 0. Zero is the only number whose square root equals itself (besides 1, since 1² = 1 and √1 = 1).

Is the square root of 2 exactly 1.41421?

No — √2 = 1.41421356... is irrational with infinite non-repeating decimals. 1.41421 is a 5-decimal approximation accurate to ±0.000003. The exact value cannot be written as a finite decimal or fraction, only as the symbol √2.

How do I find the square root of a fraction?

Apply the quotient property: √(a/b) = √a ÷ √b. Examples: √(1/4) = √1/√4 = 1/2 = 0.5; √(9/25) = 3/5 = 0.6; √(3/4) = √3/2 ≈ 0.866. For a fraction to have a rational square root, both numerator and denominator must be perfect squares.

What is the difference between square root and cube root?

Square root (√x) finds y where y² = x. Cube root (∛x) finds y where y³ = x. Key difference: square roots of negative numbers are not real, but cube roots of negative numbers ARE real (∛(−8) = −2). Fourth roots and higher even roots behave like square roots; odd roots (3rd, 5th, 7th...) always produce real results for any real input.

How do I calculate √50 without a calculator?

Method 1 (simplify): √50 = √(25 × 2) = 5√2 ≈ 5 × 1.414 = 7.07. Method 2 (Babylonian): guess 7, iterate: (7 + 50/7)/2 = (7 + 7.143)/2 = 7.071. Both give √50 ≈ 7.07107.

Why is √(a + b) ≠ √a + √b?

This is a common algebraic mistake. Squaring both sides reveals the error: (√a + √b)² = a + 2√(ab) + b ≠ a + b unless √(ab) = 0. Example: √(9 + 16) = √25 = 5, but √9 + √16 = 3 + 4 = 7 ≠ 5. You cannot split a square root over addition — only over multiplication and division.

What is the square root of a large number like 1,000,000?

√1,000,000 = 1,000. General rule: √(10^n) = 10^(n/2). For even powers of 10: √10² = 10; √10⁴ = 100; √10⁶ = 1,000; √10⁸ = 10,000. For odd powers: √10¹ = √10 ≈ 3.162; √10³ = 10√10 ≈ 31.62. A number with n digits has a square root with either ⌈n/2⌉ digits.

Square Roots in Statistics and Science

Square roots appear throughout statistics and science, often in formulas that involve measuring spread, distance, or uncertainty. Recognizing these appearances helps you apply the square root calculator to real-world problems beyond basic arithmetic.

Standard deviation: σ = √(variance) = √[Σ(xᵢ − μ)² / N]. The standard deviation is the square root of the average squared deviation from the mean. Taking the square root brings the measure back to the same units as the original data — if heights are in cm, variance is in cm², and standard deviation is in cm. A runner's pace variability might have a variance of 9 (sec/km)², giving a standard deviation of √9 = 3 sec/km.

Root mean square (RMS): RMS = √(mean of squares) is used in physics and engineering to measure the effective magnitude of varying quantities. AC voltage is expressed as RMS: a "120V AC" outlet has a peak voltage of 120 × √2 ≈ 170 V, but the RMS value (120V) represents the equivalent DC voltage for power delivery. Sound pressure levels, vibration magnitudes, and signal noise are all commonly expressed as RMS values.

Uncertainty propagation: When combining independent measurement uncertainties, the combined uncertainty = √(σ₁² + σ₂²). If a GPS measures distance with ±5 m uncertainty and a stopwatch measures time with ±0.5 s uncertainty, the combined speed uncertainty depends on the square root of the sum of squared fractional uncertainties.

Quantum mechanics: The Heisenberg uncertainty principle involves square roots: Δx × Δp ≥ ℏ/2. The wave functions of quantum particles involve complex square roots and exponentials. The probability of finding a particle at a position is |ψ|² (the square of the wave function magnitude), and the uncertainty in position involves √(⟨x²⟩ − ⟨x⟩²) — the standard deviation of the position probability distribution.

},{"@type":"Question","name":"What is the square root of a negative number?","acceptedAnswer":{"@type":"Answer","text":"Real square roots of negative numbers don't exist in the real number system. In complex mathematics, √(−1) = i (the imaginary unit). √(−4) = 2i. These have important applications in electrical engineering, quantum mechanics, and signal processing."}},{"@type":"Question","name":"How do I simplify √72?","acceptedAnswer":{"@type":"Answer","text":"Factor out perfect squares: 72 = 36 × 2. √72 = √(36 × 2) = √36 × √2 = 6√2. In decimal: 6 × 1.41421 ≈ 8.485."}},{"@type":"Question","name":"What is the square root of 0?","acceptedAnswer":{"@type":"Answer","text":"√0 = 0. Zero is a perfect square (0² = 0), and its square root is 0."}},{"@type":"Question","name":"Is the square root of 2 exactly 1.41421?","acceptedAnswer":{"@type":"Answer","text":"No — √2 = 1.41421356... is an irrational number with infinite non-repeating decimals. 1.41421 is a 5-decimal-place approximation. The exact value cannot be written as a finite decimal or fraction."}}]}