calculatorkong

Square Root Calculator

²√48

Check

As exponent

Roots are exponents
ⁿ√x = x^(1⁄n) · √48 = √(16·3) = 4√3

Roots undo powers: √144 asks "what, squared, gives 144?" (answer: 12). This calculator handles any root and any integer power — and for square roots of whole numbers it also produces the exact simplified radical your math teacher wants.

Simplifying radicals

√48 isn't "wrong" as 6.9282…, but the exact form carries more truth: 48 = 16 × 3, so √48 = 4√3. The calculator hunts the largest perfect-square factor automatically — √72 → 6√2, √200 → 10√2 — and says "= n exactly" when the number is a perfect square.

Negative numbers: the even/odd split

Odd roots of negatives are perfectly real — ∛−8 = −2, since (−2)³ = −8. Even roots are not: no real number squares to −9, and the calculator says so plainly, noting the complex-plane answer (3i) rather than erroring. That even/odd asymmetry is the whole story of why the quadratic formula sometimes "has no real solutions" — see it in action in the quadratic calculator.

Roots are just fractional exponents

x^(1/2) is √x — same object, different clothes. That identity makes the exponent laws do all the work: x^(3/2) is "square root, then cube," and ⁿ√(xᵐ) = x^(m/n). The "as exponent" badge keeps the translation visible.

How machines actually take roots

Heron of Alexandria's 2,000-year-old method still wins: guess g, replace it with the average of g and x/g, repeat. Each pass doubles the correct digits — √2 from a guess of 1 reaches 1.41421 in four steps. Modern CPUs refine the same idea in silicon.

Results to double precision; radical simplification for integer square roots.

Frequently Asked Questions

How do I calculate a square root? +

The square root of x is the number that multiplied by itself gives x: √144 = 12 because 12 × 12 = 144. Non-perfect squares give irrational decimals: √2 ≈ 1.41421.

How do I simplify a radical like √48? +

Pull out the largest perfect-square factor: 48 = 16 × 3, so √48 = 4√3. The calculator finds this exact form automatically for square roots of integers.

What is the square root of a negative number? +

No real number squares to a negative, so √−9 is not real — it is the imaginary number 3i. Odd roots of negatives are fine: ∛−8 = −2.

What is a cube root or nth root? +

The cube root of x is the number that cubed gives x (∛27 = 3). Generally the nth root is x^(1⁄n) — roots are just fractional exponents.

How were square roots computed before calculators? +

Mostly by iteration: guess g, then average g with x⁄g and repeat. This Babylonian (Heron’s) method doubles correct digits per step and is essentially what hardware does today.

Is x^0.5 the same as √x? +

Yes — fractional exponents ARE roots: x^(1/2) = √x, x^(1/3) = ∛x, and x^(3/2) = (√x)³. The two notations are interchangeable.

Powered by Calculator Kong ↗

Related Calculators