Member Login
Username:Password:
or Sign up here
Discover

CUBE ROOT


In mathematics, a 'cube root' of a number, denoted sqrt[3]{x} or x1/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 23 = 8. All the cube roots of −27''i'' are
:sqrt[3]{-27i} = egin{cases} 3i \ rac{3sqrt3}{2}- rac{3}{2}i \ - rac{3sqrt3}{2}- rac{3}{2}i end{cases}
The cube root operation is associative with exponentiation and distributive with multiplication and division, but is not associative or distributive with addition or subtraction.

Contents
Formal definition
Real numbers
Complex numbers
Cube root on a standard calculator
Why this method works
See also
External links

Formal definition


The cube roots of a number ''x'' are the numbers ''y'' which satisfy the equation
:y^3 = x,
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
:sqrt[3]{x} = x^{1over3}
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:
:sqrt[3]{1} = egin{cases} 1 \ - rac{1}{2}+ rac{sqrt{3}}{2}i \ - rac{1}{2}- rac{sqrt{3}}{2}i end{cases}
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
:x^{1over3} = exp left( {ln{x}over3}
ight)
where ln(''x'') is the principal branch of the natural logarithm. If we write ''x'' as
:x = r exp(i heta),
where ''r'' is a non-negative real number and θ lies in the range
:-pi < heta le pi,
then the complex cube root is
:sqrt[3]{x} = sqrt[3]{r}exp left( {i heta over 3}
ight).
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 sqrt[3]{-8} will not be -2, but rather 1 + isqrt{3}.
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:
: rac{1}{3} = rac{1}{2^2} left(1 + rac{1}{2^2}
ight) left(1 + rac{1}{2^4}
ight) left(1 + rac{1}{2^8}
ight) left(1 + rac{1}{2^{16}}
ight) dots,
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:
:x^{ rac{1}{3}} = x^{ rac{1}{2^2} left(1 + rac{1}{2^2}
ight) left(1 + rac{1}{2^4}
ight) left(1 + rac{1}{2^8}
ight) left(1 + rac{1}{2^{16}}
ight) ...} (
★ )
The left hand side is the cube root of ''x''.
The steps shown in the method give:
After the second step:
:x^{ rac{1}{2^2}}
After the fourth step:
:x^{ rac{1}{2^2} (1 + rac{1}{2^2})}
After the sixth step:
:x^{ rac{1}{2^2} (1 + rac{1}{2^2}) (1 + rac{1}{2^4})}
After the eighth step:
:x^{ rac{1}{2^2} (1 + rac{1}{2^2}) (1 + rac{1}{2^4}) (1 + rac{1}{2^8})}
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

This article provided by Wikipedia. To edit the contents of this article, click here for original source.