Square Root Calculator
Compute square roots, cube roots, and nth roots with principal value, simplified radical form, and imaginary handling.
MATHCalculate the square root, cube root, or any nth root (up to n = 10) of a real number. Returns the principal root, the simplified radical form using the largest perfect-nth-power factor, and a decimal approximation. Even roots of positive numbers show both the positive and negative real solutions; even roots of negative numbers are handled as imaginary numbers using i = √-1.
The nth root of x is the value y such that y^n = x. For even n with positive x there are two real solutions (±y); the principal root is the non-negative one (this is what the radical symbol denotes). For odd n the result inherits the sign of x. Simplified radical form pulls the largest perfect-nth-power factor out from under the radical: for √72, the largest perfect square dividing 72 is 36, so √72 = √(36 × 2) = 6√2. Negative inputs to even roots produce imaginary numbers of the form bi. Worked example: √72 = 6√2 ≈ 8.485; ∛125 = 5; √-9 = 3i.