Jump to content

Cube root

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Arithmonic (talk | contribs) at 18:32, 6 November 2008 (→‎External links). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Plot of y = for . Complete plot is symmetric with respect to origin, as it is an odd function.

In mathematics, a cube root of a number, denoted or x1/3, is a number a such that a3 = x. All real numbers have exactly one real cube root and a pair of complex conjugate roots, and all nonzero complex numbers have three distinct complex cube roots. For example, the real cube root of 8 is 2, because 23 = 8. All the cube roots of −27i are

The cube root operation is not associative or distributive with addition or subtraction.

The cube root operation is associative with exponentiation and distributive with multiplication and division if consider only real numbers, but not always if consider complex number, for example:

but

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 .

This limitation can easily be avoided if we write the original complex number x in three equivalent forms, namely

, or .

The three complex cube roots are then

, or .

In general, these three complex numbers are distinct, even though the three representations of x were the same. For example, may then be calculated to be , or .

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 <<Miscellaneous`RealOnly`.)

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

  • Cube root calculator reduces any number to simplest radical form
  • "Cube root". PlanetMath.
  • Weisstein, Eric W. "Cube Root". MathWorld.
  • High-order cube root algorithms

Template:Link FA