Square Root Calculator
Instantly calculate square roots, cube roots, and any nth root — with step-by-step solutions and formulas.
Root Formulas
Mathematical definitions and relationships used in root calculations.
How to Calculate
Manual estimation method using Babylonian (Heron's) algorithm — no calculator needed.
Choose an initial estimate b close to the answer.
Divide the original number a by your estimate to get c: c = a ÷ b
Average the estimate and quotient: b = (b + c) / 2
Repeat steps 2–3 until the desired decimal precision is reached.
27 ÷ 5.125 = 5.268 → avg = (5.125 + 5.268)/2 = 5.197
27 ÷ 5.197 = 5.195 → avg = (5.197 + 5.195)/2 = 5.196
27 ÷ 5.196 = 5.196 ✓ → √27 ≈ 5.196
Estimate an initial value b.
Compute c using: c = a ÷ b^(n−1)
Update your estimate using: b = [b × (n−1) + c] / n
Repeat until your answer stabilises to the desired precision.
15 ÷ 1.432⁷ = 1.405 → update = (1.432×7 + 1.405)/8 = 1.388
15 ÷ 1.388⁷ = 1.403 → update = (1.403×7 + 1.388)/8 = 1.402
Converges → ⁸√15 ≈ 1.403
Perfect Squares Reference
Common values for square roots and cube roots at a glance.
| Number (n) | n² | √n | n³ | ∛n |
|---|
Frequently Asked Questions
Common questions about square roots and root calculations.