close
Image TOPICS
Image
Search

nth Root


For a positive integer n, an nth root (or "nth radical") of a quantity z is a value r such that z=r^n. Thus taking an nth root reverses the taking of an nth power. Since different roots may exist, constructing a single-valued inverse function requires restricting the domain and choosing a branch. The nth root is denoted r=RadicalBox[z, n] or, using power notation, r=z^(1/n). The special case of the square root (n=2) is denoted sqrt(z). The case n=3 is known as the cube root.

The quantities for which a general function equals 0 are also called roots, or sometimes zeros.

The quantities eta_k such that eta_k^n=1 are called the nth roots of unity.

Rolle proved that any nonzero complex number has exactly n distinct nth roots (Boyer 1968, p. 476). Since complex numbers have two square roots and three cube roots, care is needed in determining which root is under consideration. The principal root is obtained by using the complex argument phi in the range -pi<phi<=pi and taking the root whose complex argument is phi/n. When n is odd and z is a real number, applications may instead select the unique real root.

The principal root of a complex number z can be found in the Wolfram Language as z^(1/n) or equivalently Power[z, 1/n]. When a root in the real numbers is required, the command Surd[x, n] returns the real-valued nth root for real x and odd n, and the principal root for nonnegative real x and even n.

The nth roots of a complex number w can be found analytically by solving the equation

 z^n=w.
(1)

Writing

 w=|w|(cosphi+isinphi),
(2)

the roots are

 z_k=|w|^(1/n)[cos((phi+2pik)/n)+isin((phi+2pik)/n)],
(3)

where k=0, 1, ..., n-1. They have complex modulus

 |z|=|w|^(1/n)
(4)

and complex arguments

 theta_k=(phi+2pik)/n.
(5)

See also

Cube Root, Principal Root, Radical, Root, Root of Unity, Square Root, Surd, Vinculum

Explore with Wolfram|Alpha

References

Boyer, C. B. A History of Mathematics. New York: Wiley, 1968.

Referenced on Wolfram|Alpha

nth Root

Cite this as:

Weisstein, Eric W. "nth Root." From MathWorld--A Wolfram Resource. https://mathworld.wolfram.com/nthRoot.html

Subject classifications