√ Square Root Calculator
Calculate square roots, cube roots, and nth roots instantly with full step-by-step workings. See whether a number is a perfect square, get the simplified radical form, check the perfect squares and cubes tables, and understand the Babylonian method - all in one free tool.
√ Root Calculator
📋 Perfect Squares (1–30)
Click any card to calculate its square root.
🎯 Perfect Cubes (1–20)
Click any card to calculate its cube root.
💡 Square Root Facts & History
📐 Root Formulas & Methods
Basic Definitions
Cube Root: ∛x = x^(1/3) → if ∛x = y, then y³ = x
Nth Root: ⁿ√x = x^(1/n) → if ⁿ√x = y, then yⁿ = x
Properties of Square Roots
√(a / b) = √a / √b
√(a²) = |a| (absolute value)
(√a)² = a (for a ≥ 0)
√a + √b ≠ √(a+b) ← Common mistake!
Simplifying Square Roots
Find the largest perfect square factor and pull it out.
√48 = √(16 × 3) = √16 × √3 = 4√3
√200 = √(100 × 2) = 10√2
Babylonian Method (Newton's Method)
Ancient iterative algorithm to calculate √N:
Repeat: g = (g + N/g) / 2
Until g² ≈ N
Example: √2, start g=1
g₁ = (1 + 2/1) / 2 = 1.5
g₂ = (1.5 + 2/1.5) / 2 = 1.4167
g₃ = (1.4167 + 2/1.4167) / 2 = 1.41422...
Converges very fast!
Perfect Square Check
√n is an integer (no decimal part)
OR: n = k² for some integer k
Perfect squares: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100...
Distance Formula (Uses √)
Example: Distance from (0,0) to (3,4):
= √((3-0)² + (4-0)²)
= √(9 + 16) = √25 = 5
❓ Frequently Asked Questions
Square Root Calculator - Everything You Need to Know About Roots
Square roots show up everywhere - in geometry, physics, statistics, finance, and everyday calculations. Whether you need a quick answer, a step-by-step explanation for a homework problem, or a deep understanding of why irrational numbers exist, this calculator covers all of it. Enter any number and instantly see the result, whether it's a perfect square, its simplified radical form, and a worked solution using the Babylonian method.
Square Root - The Basics
The square root of a number x is the value y that satisfies y² = x. The symbol √ is called a radical sign. Every positive number has two square roots - a positive one (called the principal root) and a negative one - but when someone says "the square root of 9," they mean the positive root, which is 3.
- √0 = 0 - zero is its own square root
- √1 = 1 - one is also its own square root
- √144 = 12 - perfect square, exact whole number answer
- √2 ≈ 1.41421356… - irrational, the decimal never ends or repeats
- √(−4) - not a real number; result is 2i in complex mathematics
Perfect Squares vs Irrational Roots
This is one of the most important distinctions in basic math. A perfect square is any number that is the square of a whole integer - its square root comes out as a clean, exact integer. Every other positive number has an irrational square root - the decimal goes on forever with no repeating pattern.
✓ Perfect Squares (exact integer roots)
- √1 = 1, √4 = 2, √9 = 3, √16 = 4
- √25 = 5, √36 = 6, √49 = 7, √64 = 8
- √81 = 9, √100 = 10, √121 = 11, √144 = 12
- √169 = 13, √196 = 14, √225 = 15, √256 = 16
- √289 = 17, √324 = 18, √361 = 19, √400 = 20
~ Irrational Roots (decimal, never ends)
- √2 ≈ 1.41421356…
- √3 ≈ 1.73205080…
- √5 ≈ 2.23606797…
- √6 ≈ 2.44948974…
- √7 ≈ 2.64575131…
- √8 ≈ 2.82842712… (= 2√2)
- √10 ≈ 3.16227766…
- √12 ≈ 3.46410161… (= 2√3)
How to Simplify a Square Root (Simplest Radical Form)
When a square root is not a perfect square, the standard approach is to simplify it into its simplest radical form by factoring out any perfect square hiding inside the number:
- √72 → find largest perfect square factor: 36 → √(36 × 2) = 6√2
- √48 → largest perfect square factor: 16 → √(16 × 3) = 4√3
- √200 → largest perfect square factor: 100 → √(100 × 2) = 10√2
- √50 → largest perfect square factor: 25 → √(25 × 2) = 5√2
- √98 → largest perfect square factor: 49 → √(49 × 2) = 7√2
The key rule to remember: √(a × b) = √a × √b. This is valid. But √(a + b) ≠ √a + √b - that's one of the most common mistakes in algebra.
Cube Roots and Nth Roots
The cube root of x (written ∛x) is the value y such that y³ = x. Unlike square roots, cube roots can be negative - ∛(−8) = −2 because (−2)³ = −8. The nth root extends this: ⁿ√x = x^(1/n), so the 4th root of 81 is 81^(1/4) = 3 because 3⁴ = 81.
- Even roots (4th, 6th…) of negative numbers are not real
- Odd roots (3rd, 5th…) of negative numbers are real and negative
- The calculator handles nth roots for any n from 2 to 100
Where Square Roots Actually Show Up in Real Life
Square roots aren't just a school topic - they're built into formulas used in science, engineering, and finance every day:
- Pythagorean theorem: c = √(a² + b²) - used in construction, navigation, and screen diagonal measurements (a 16×9 screen has diagonal √(16²+9²) = √337 ≈ 18.4 units)
- Standard deviation in statistics: σ = √(variance) - used in finance, science, and quality control
- Distance formula: d = √((x₂−x₁)² + (y₂−y₁)²) - used in mapping and GPS
- Physics - velocity from kinetic energy: v = √(2KE/m)
- Finance - volatility: annualised volatility = daily volatility × √252 (trading days per year)
- Einstein's relativity: Lorentz factor γ = 1/√(1−v²/c²)