made with Mathematica technology MathWorld

Cube Root
DOWNLOAD Mathematica Notebook
CubeRootReal
Min Max
Register for Unlimited Interactive Examples >>
Powered by webMathematica
CubeRootReImAbs
Min Max
Re
Register for Unlimited Interactive Examples >>
Im Powered by webMathematica

Given a number z, the cube root of z, denoted RadicalBox[z, 3] or z^(1/3) (z to the 1/3 power), is a number a such that a^3=z. Every real number has a unique real cube root, and every nonzero complex number has three distinct cube roots.

The schoolbook definition of the cube root of a negative number is (-x)^(1/3)=-(x^(1/3)). However, extension of the cube root into the complex plane gives a branch cut along the negative real axis for the principal value of the cube root. By convention, "the" (principal) cube root is therefore a complex number with positive imaginary part. As a result, Mathematica and other symbolic algebra programs that return results valid over the entire complex plane therefore return complex results for (-x)^(1/3). For example, in Mathematica, ComplexExpand[(-1)^(1/3)] gives the result 1/2+isqrt(3)/2. In versions of Mathematica prior to 6.0, this behavior could be changed by loading the package Miscellaneous`RealOnly`. The cube root of a number a can be computed using Newton's method by iteratively applying

 x_n=1/3(a/(x_(n-1)^2)+2x_(n-1))

for some real starting value x_0.

SEE ALSO: Cube Duplication, Cubed, Delian Constant, Geometric Problems of Antiquity, k-Matrix, Square Root




CITE THIS AS:

Weisstein, Eric W. "Cube Root." From MathWorld--A Wolfram Web Resource. http://mathworld.wolfram.com/CubeRoot.html

The Wolfram Demonstrations Project Browse Topics View Latest
JUST RELEASED: Wolfram Mathematica 7