In
mathematics, a 'cube root' of a number, denoted
or x
1/3, is a number ''a'' such that ''a''
3 = ''x''. All
real numbers have exactly one
real cube root and 2
complex roots, and all nonzero complex numbers have 3 distinct complex cube roots. For example, the real cube root of 8 is 2, because 2
3 = 8. All the cube roots of −27''i'' are
:
The cube root operation is
associative with
exponentiation and
distributive with
multiplication and
division, but is not associative or distributive with
addition or
subtraction.
Formal definition
The cube roots of a number ''x'' are the numbers ''y'' which satisfy the equation
:
Real numbers
If ''x'' and ''y'' are
real, then there is a unique solution and so the cube root of a real number is sometimes defined by this equation. If this definition is used, the cube root of a negative number is a negative number. The principal cube root of ''x'' is also represented by
:
If ''x'' and ''y'' are allowed to be
complex, then there are three solutions (if ''x'' is non-zero) and so ''x'' has three cube roots. A real number has one real cube root and two further cube roots, which form a
complex conjugate pair. This can lead to some interesting results.
For instance, the cube roots of the number
one are:
:
These two roots lead to a relationship between all roots. If a number is one cube root of any real or complex number, the other two cube roots can be found by multiplying that number by the two complex cube roots of one.
Complex numbers

Plot of the complex cube root together with its two additional leaves. The first picture shows the main branch which is described in the text

Riemann surface of the cube root. One can see, how all three leaves fit together
For complex numbers, the principal cube root is usually defined by
:
where ln(''x'') is the principal branch of the
natural logarithm. If we write ''x'' as
:
where ''r'' is a non-negative real number and θ lies in the range
:
,
then the complex cube root is
:
.
This means that in
polar coordinates, we are taking the cube root of the radius and dividing the polar angle by three in order to define a cube root. With this definition, the cube root of a negative number is a complex number, and for instance
will not be
, but rather
.
In programs that are aware of the imaginary plane, the graph of the cube root of ''x'' on the real plane will not display any output for negative values of ''x''. To also include negative roots, these programs must be explicitly instructed to only use real numbers. (In
Mathematica, this can be achieved by executing the following line
<.)
Cube root on a standard calculator
From the identity:
:,
there is a simple method to compute the cube roots using a non-scientific calculator, which requires only the multiplication and square root buttons. No memory is required. The following method is used:
★ Press the square root button twice.
★ Press the multiplication button.
★ Press the square root button twice.
★ Press the multiplication button.
★ Press the square root button four times.
★ Press the multiplication button.
★ Press the square root button eight times.
★ Press the multiplication button...
This process is continued until the number does not change when the multiplication button is pressed, since the repeated square root gives 1 (this means that the solution has been determined to as many significant digits as the calculator can handle). At this point an approximation of the cube root of the original number will be shown in the display.
If the first multiplication is replaced by division, instead of the cube root, the fifth root will be shown on the display.
Why this method works
After raising ''x'' to the power on both sides of the above identity:
: (
★ )
The left hand side is the cube root of ''x''.
The steps shown in the method give:
After the second step:
:
After the fourth step:
:
After the sixth step:
:
After the eighth step:
:
etc.
Once the value of the expression is equal to 1 to the accuracy of the calculator, the final square root will return the right hand of (
★ ).
See also
★ List of polynomial topics
★ Radical (mathematics)
★ Square root
★ Nested radical
★ Root of unity
★ Shifting nth-root algorithm
External links
★ Cube root calculator reduces any number to simplest radical form
★
★
★ MATHPATH: Cube roots via Mediants
★ MATHPAGES, Kevin Brown: D. Gomez's Cube-root method
★ Rational Mean: Arithmetical Root-solving methods