keisoku

Square Root and Nth Root Calculator

Find the square root, cube root, and nth root of any number at once. Supports real roots of negative numbers with odd indices, with a graph.

Input

Enter a number x and an index n to compute the nth root, which is x to the power of 1 over n. The square root and cube root are shown as well.

The number to take the root of. Negative numbers are allowed.

The degree of the root. Use 2 for the square root and 3 for the cube root.

Result

The 2th root of x

4

xx to the 1/2 power

Square root

4

Cube root

2.5198421

Nth root

4


Check (nth root to the 2th power)

16

When x is negative, a real root exists only when the index n is odd. For an even index the result is shown as no real root.

How it works

  • The nth root is defined as x raised to the power of 1 divided by n. Raising it to the nth power returns the original number x.
  • When the index n is 2 the result is the square root, and when n is 3 it is the cube root.
  • For a positive x the calculator returns the positive real root. When x is 0 the root is also 0.
  • When x is negative a real root exists only when the index n is odd, and that value is negative. For example, the cube root of minus 8 is minus 2.
  • When x is negative and the index n is even, no real root exists, so the result is shown as no real root.
  • The verification field shows the nth root raised back to the nth power, which in theory equals the x you entered.

Reviews

Tell us what you think of this calculator.

Write a review

  1. Home
  2. Square Root and Nth Root Calculator