Square Root & Cube Root Calculator

Square roots, cube roots, and nth roots with steps and Newton's method approximations.

Square Root (√)
Cube Root (∛)
Nth Root
Newton's Method
Perfect Roots

Square Root & Cube Root Finder

Calculate square roots, cube roots, and nth roots with detailed explanations and approximation methods

Quick Examples

Roots and radicals

ⁿ√a = b means bn = a. Square root (n = 2) and cube root (n = 3) are the usual cases; any positive integer degree works.

Even roots need a ≥ 0 in the reals and return non-negative values. Odd roots accept negatives and keep the sign: ∛(-8) = -2.

Square root: Pythagorean theorem, distance, std. deviation

Cube root: volumes, cubic equations

Higher roots: engineering and polynomial work

Properties

ⁿ√(ab) = ⁿ√a × ⁿ√b
ⁿ√(a/b) = ⁿ√a / ⁿ√b
ⁿ√a = a^(1/n)
√(a + b) is not √a + √b
√(x²) = |x|, not always x
Simplify: √12 = 2√3
Perfect squares: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100…
Perfect cubes: 1, 8, 27, 64, 125, 216, 343, 512, 729, 1000

Newton's method for √a

Iterate xn+1 = ½(xn + a/xn). Digits roughly double each step. The Babylonian method is the same idea for square roots.

√16, start at 8 → 5 → 4.1 → ≈4.002

Uses

  • Geometry: c = √(a² + b²); distance √[(x₂−x₁)² + (y₂−y₁)²]
  • Physics: pendulum T = 2π√(L/g); escape velocity √(2GM/r)
  • Stats: standard deviation is √variance; SE = σ/√n
  • Finance: volatility often scales with √t

Common mistakes

  • √(a + b) ≠ √a + √b
  • Treating √(-4) like -√4
  • Assuming √ always returns ±
  • Principal square root is ≥ 0
  • Check domain before even roots of negatives
  • Verify by raising the answer to the nth power

Frequently Asked Questions

Why no real square root of negatives?

No real number squares to a negative. Complex numbers use i = √-1. Odd roots of negatives are fine in the reals.

√4 vs ±√4?

√4 is the principal root, 2. ±√4 means both 2 and -2 (as in x² = 4).

Exact or approximate?

Exact when the result is rational (√16 = 4). Most other roots are irrational and get approximated.

How accurate is Newton's method?

With a decent start, a few iterations usually match calculator precision.

Roots and exponents?

ⁿ√a = a^(1/n). That is why (ⁿ√a)n = a (with the usual caveats for even roots).

Related mathematical tools

Related tools

Related tools

Related Number Tools

Remove Non-Numeric Characters - Extract Numbers from Text

Remove non-numeric characters from text and extract numbers instantly. Keep decimals, negative signs, and spaces. Clean text data for calculations and analysis.

Roman Numeral Converter - Convert Between Numbers and Roman Numerals

Convert numbers to Roman numerals and vice versa instantly. Learn Roman numeral rules, history, and usage. Perfect for education, documents, and historical references.

Number Rounding Tool - Round Numbers with Multiple Methods

Round numbers to specified decimal places using various methods: standard, banker\

Scientific Notation Converter - Convert Numbers to Scientific Format

Convert between decimal numbers and scientific notation instantly. Support for E notation, mantissa/exponent breakdown, and multiple input formats. Free scientific notation calculator with examples.

Speed Converter

Convert speeds between km/h, mph, m/s, knots, Mach, and more. Free online speed conversion calculator with formulas, examples, and instant results for all speed units.

Standard Deviation Calculator - Measure Data Variability

Calculate sample and population standard deviation with detailed statistical analysis. Free online tool with step-by-step calculations, examples, and interpretations.

Sum of Numbers Calculator - Add Multiple Numbers Online

Calculate the sum of multiple numbers instantly. Supports positive, negative, and decimal numbers with detailed breakdown and analysis. Free online sum calculator.

Tax & VAT Calculator - Sales Tax, GST, and VAT Calculator

Calculate sales tax, VAT, GST, and consumption taxes for any country. Perfect for business, shopping, and international transactions.

Temperature Converter - Celsius, Fahrenheit, Kelvin & More Temperature Scales

Free online temperature converter supporting 8 temperature scales including Celsius, Fahrenheit, Kelvin, Rankine, Réaumur, Newton, Delisle, and Rømer. Instant conversion with formulas and reference temperatures.

Time Duration Calculator

Calculate time durations between start and end times, or determine end times from start plus duration. Perfect for work hours, project timing, and schedule planning.