TOPICS
Search

nth Root


The nth root (or "nth radical") of a quantity z is a value r such that z=r^n, and therefore is the inverse function to the taking of a power. 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 complex number has exactly n nth roots (Boyer 1968, p. 476), though some are possibly degenerate. However, since complex numbers have two square roots and three cube roots, care is needed in determining which root is under consideration. For complex numbers z, the root of interest (generally taken as the root having smallest positive complex argument) is known as the principal root. However, for real numbers, the root of interest is usually the root that is real (when it exists).

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

The nth root z=w^(1/n) of a complex number w can be found analytically by solving the equation

 z^n=w.
(1)

Writing the nth power of a complex number z in terms of its norm and phase gives

z^n=|z|^n[cos(ntheta)+isin(ntheta)]
(2)
=|w|(cosphi+isinphi),
(3)

so the roots have complex modulus

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

and complex argument

 arg(z)=phi/n.
(5)

See also

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

Explore with Wolfram|Alpha

Cite this as:

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

Subject classifications