Homeโ€บ Math & Scienceโ€บ Square Root / Nth Root Calculator

Square Root / Nth Root Calculator

Calculate the square root, cube root, or any nth root of a number. Handles negative numbers for odd roots (where defined) and shows results in multiple forms.

Inputs

n=2 for square root, n=3 for cube root, etc.
nth root
โ€”
Square root (n=2)
โ€”
Cube root (n=3)
โ€”
Check: result^n
โ€”

About Square Root / Nth Root Calculator

Why no even root of negative?

In real numbers, xยฒ โ‰ฅ 0 always, so no real x squares to a negative. The complex solution exists (using i = โˆšโˆ’1) but this calculator stays in real numbers.

Odd roots of negatives

These do exist: โˆ›(โˆ’8) = โˆ’2 because (โˆ’2)ยณ = โˆ’8. The cube of a negative is negative, so cube roots preserve sign.

Connection to exponents

The nth root of x is x^(1/n). All root calculations here use this identity via JavaScriptโ€™s Math.pow.