Root Calculator
Free online Root Calculator with step-by-step solutions. 100% client-side, no data upload.
Recent Calculations
Root Calculator
This free online root calculator computes square roots, cube roots, and general nth roots instantly in your browser, with no signup, no ads, and no server uploads.
Roots are the inverse operation of exponentiation. For example, $\sqrt{16} = 4$ because $4^2 = 16$, and $\sqrt[3]{27} = 3$ because $3^3 = 27$.
$$x_{k+1} = \frac{(n-1)x_k + a / x_k^{n-1}}{n}$$
Each iteration is shown in the step-by-step display.
Frequently Asked Questions
Got questions about roots and radicals? We've got answers.
What is a square root?
A square root of a number a is a value b such that b² = a. For example, the square root of 16 is 4 because 4² = 16. Every non-negative number has two square roots (positive and negative), but the principal square root is the non-negative one.
What is the difference between a square root and an nth root?
A square root finds a value that, when multiplied by itself twice (squared), equals the radicand. An nth root finds a value that, when multiplied by itself n times, equals the radicand. For example, the cube root (n=3) of 27 is 3 because 3³ = 27.
Can I take the square root of a negative number?
In real numbers, no — the square root of a negative number is not a real number. However, in complex numbers, it is defined using the imaginary unit i, where √(-1) = i. This calculator works with real numbers only.
What is the Newton-Raphson method?
The Newton-Raphson method is an iterative algorithm for finding successively better approximations to the roots of a real-valued function. For nth roots, it starts with an initial guess and refines it using the formula: x_{k+1} = ((n-1)x_k + a / x_k^(n-1)) / n until the result converges.
What is a surd?
A surd is an expression containing a radical that cannot be simplified to remove the radical. For example, √2 is a surd because it is irrational. Surds are often left in radical form in mathematics rather than being expressed as decimals.
Is this calculator private?
Yes. All calculations run locally in your browser. No data is transmitted or stored on any server.