Square Root Calculator — Free √ Calculator with Steps & Simplification 2026 | AllInOneTools
√ Free Math Tool

Square Root Calculator

Calculate square roots, cube roots, and nth roots with step-by-step simplification. See prime factorization, perfect square detection, simplified radical form, and decimal approximation.

√ Square Root
³√ Cube Root
nth Root
Square Root
Root Value
--
Simplified
--
Perfect?
--
Type
--
Squared
--
Cubed
--
Perfect Squares & Roots Reference
n√n²³√n³
💡 Root Insight

Square Root Calculator: Complete Guide to Radicals, Simplification, and Root Mathematics

Square roots are one of the most fundamental operations in mathematics, appearing throughout algebra, geometry, physics, engineering, and everyday calculations. The square root of a number asks a simple question: what number, multiplied by itself, gives this value? Yet this simple question leads to deep mathematical territory — from the discovery of irrational numbers by ancient Greeks to the complex number system that underpins modern physics. This guide explains how square roots work, how to simplify radicals, and why these operations matter across mathematics and science.

What Is a Square Root?

The square root of a number x is a value y such that y² = x, written as √x = y. For example, √49 = 7 because 7² = 49. Every positive number actually has two square roots: a positive (principal) root and a negative root. √49 = ±7, but by convention the radical symbol √ refers to the principal (positive) root only. Zero has one square root: √0 = 0. Negative numbers have no real square roots, leading to the invention of imaginary numbers: √(−1) = i, the imaginary unit. This calculator handles positive real numbers and returns the principal root.

Simplifying Square Roots

Simplifying a square root means extracting as many perfect square factors as possible from under the radical. The process: (1) Find the prime factorization of the number. (2) Group prime factors into pairs. (3) Each pair comes out as a single factor. (4) Remaining unpaired factors stay under the radical. Example: √72. Prime factorization: 72 = 2³ × 3². Group pairs: (2²)(3²)(2). Extract: 2 × 3 = 6 comes out, 2 stays. Result: 6√2. The key insight: √(a² × b) = a√b. This property, √(ab) = √a × √b, is called the product rule for radicals and is the foundation of all radical simplification.

√x = y where y² = x
³√x = y where y³ = x
ⁿx√x = y where yⁿ = x

Product Rule: √(ab) = √a × √b
Simplification: √(a²×b) = a√b

Perfect squares: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100...
Perfect cubes: 1, 8, 27, 64, 125, 216, 343, 512, 729, 1000...

Perfect Squares and Irrational Numbers

A perfect square is an integer that is the square of another integer: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, and so on. The square root of a perfect square is always a rational whole number. The square root of any positive integer that is NOT a perfect square is irrational — its decimal expansion goes on forever without repeating. This was one of the most shocking discoveries in ancient mathematics. The Pythagoreans discovered that √2 is irrational around 500 BCE, which reportedly caused a philosophical crisis since they believed all numbers could be expressed as ratios of integers. Famous irrational roots include √2 ≈ 1.41421, √3 ≈ 1.73205, √5 ≈ 2.23607, and √7 ≈ 2.64575.

Cube Roots and Nth Roots

The cube root (³√) asks: what number cubed gives x? ³√27 = 3 because 3³ = 27. Unlike square roots, cube roots can be taken of negative numbers: ³√(−8) = −2. The nth root generalizes this: the nth root of x is y where yⁿ = x. Fourth roots (⁴√), fifth roots (⁵√), and beyond follow the same simplification principles as square roots, but factors are grouped in sets of n instead of pairs. This calculator supports square roots (n=2), cube roots (n=3), and custom nth roots up to n=20.

Square Roots in Real Life

Geometry: the Pythagorean theorem (c = √(a²+b²)) uses square roots to find distances and diagonals. The diagonal of a square with side s is s√2. Physics: velocity from kinetic energy (v = √(2E/m)), period of a pendulum (T = 2π√(L/g)), and many fundamental formulas involve square roots. Statistics: standard deviation is the square root of variance. Finance: compound annual growth rate (CAGR) uses nth roots. Engineering: electrical impedance, signal processing, and structural analysis all require root calculations. Computer graphics: distance calculations for rendering use square roots millions of times per frame.

How to Use This Calculator

Select the root type (square, cube, or nth), enter your number, and optionally specify the root index for nth roots. The calculator computes the exact root value, determines if the number is a perfect square/cube, performs prime factorization, and shows step-by-step radical simplification. Results include the decimal value, simplified radical form, number type (rational/irrational), squared and cubed values for reference, a visual prime factorization display, and a comprehensive reference table of perfect squares and cubes from 1 to 20.

Methods for Estimating Square Roots

Before calculators, several clever methods existed for approximating square roots. The Babylonian method (also called Heron’s method) is an iterative algorithm that converges extremely quickly: start with any guess g, then repeatedly compute g = (g + n/g) / 2 where n is the number. For √50 starting with guess 7: iteration 1 gives (7 + 50/7)/2 = 7.071, iteration 2 gives 7.07107, already accurate to 5 decimal places. This method doubles the number of correct digits with each iteration. The estimation method for mental math: find the two perfect squares that bracket your number, then interpolate. For √50: it falls between √49=7 and √64=8. Since 50 is close to 49, estimate slightly above 7, roughly 7.07 (actual: 7.071).

Square Roots in the Pythagorean Theorem

The most famous application of square roots is the Pythagorean theorem: in a right triangle, c = √(a² + b²) where c is the hypotenuse. This formula is used millions of times daily in computer graphics (calculating distances between points), GPS navigation (computing straight-line distances), construction (verifying right angles using 3-4-5 triangles), and game physics (collision detection). The closely related distance formula in coordinate geometry, d = √((x2−x1)² + (y2−y1)²), extends the Pythagorean theorem to find the distance between any two points on a plane. In three dimensions, the formula adds a z-component under the radical: d = √((x2−x1)² + (y2−y1)² + (z2−z1)²).

The Discovery of Irrational Numbers

The ancient Pythagoreans believed that all quantities could be expressed as ratios of whole numbers. The discovery that √2 is irrational — it cannot be written as any fraction p/q where p and q are integers — was one of the most revolutionary moments in mathematical history. The proof by contradiction is elegant: assume √2 = p/q in lowest terms, then 2 = p²/q², so p² = 2q², meaning p² is even, so p is even, write p = 2k, then 4k² = 2q², so q² = 2k², meaning q is also even — contradicting our assumption that p/q was in lowest terms. This proof established a new category of numbers and demonstrated the power of mathematical reasoning that continues to inspire mathematicians today.

Math Note
Square roots of negative numbers are not real numbers. They exist as imaginary numbers (involving i = √−1) in the complex number system. This calculator handles positive real numbers. For complex number calculations, use a scientific calculator with complex number support.

Frequently Asked Questions

What is a square root?
√x = y where y² = x. Example: √25 = 5 because 5² = 25. Every positive number has two roots (±), but √ gives the positive one.
How to simplify √?
Factor into perfect square × remainder. √72 = √(36×2) = 6√2. Find largest perfect square factor, extract its root.
Perfect squares?
Numbers whose square root is a whole number: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, 169, 196, 225...
What is a cube root?
³√x = y where y³ = x. ³√27 = 3. Can be taken of negatives: ³√(-8) = -2. Perfect cubes: 1, 8, 27, 64, 125...
Is √2 irrational?
Yes! √2 = 1.41421356... (never ends, never repeats). √ of any non-perfect-square integer is irrational. Proven by ancient Greeks ~500 BCE.