Cube root
Encyclopedia : C : CU : CUB : Cube root
In mathematics, the cube root ([\sqrt[3] ] ) of a number is the number which, when cubed (multiplied by itself and then multiplied by itself again), gives back the original number. For example, the cube root of 8 is 2, because 2 × 2 × 2 = 8, or:
- [\sqrt[3] = 2.]
Formal definition
The cube roots of a number x are the numbers y which solve the equation
- [y^3 = x\,]
- [\sqrt[3] = x^]
For instance, the cube roots of the number one are:
- [1]
- [-1 + \sqrti\over2]
- [-1 - \sqrti\over2.]
For complex numbers the principle cube root is usually defined by
- [x^ = \exp(\over3})]
- [x = r \exp(i \theta)]
- [-\pi < \theta \le \pi],
- [\sqrt[3] = \sqrt[3]\exp(i\theta/3)].
In programs that are aware of the imaginary plane (such as Mathematica) are told to graph the cube root of x on a real number plane, they will not display any output for negative values of x. When a person wants negative values of the cube displayed, these programs must be explicitly told to only use real numbers. (In Mathematica, this can be achieved by executing the following line >>Miscellaneous`RealOnly`.)
Infinitely nested cube roots
Under certain conditions infinitely nested radicals such as
- [ x = \sqrt[3]}}} ]
- [ x = \sqrt[3]. ]
- [ \sqrt[3]}}}] is the real root of the equation [ x^3-x-n=0 \,\!] for all n where n>0.
- [ \sqrt[3]}}} ] is the real root of the equation [ x^3+x-n=0 \,\!] for all n where n>0.
Cube root on standard calculator
From the identity:
- [\frac = \frac \left(1 + \frac\right) \left(1 + \frac\right) \left(1 + \frac\right) \left(1 + \frac}\right) \dots],
- Press the square root button once.
- 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...
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 in both sides of the above identity, one obtains:
- [x^} = x^ \left(1 + \frac\right) \left(1 + \frac\right) \left(1 + \frac\right) \left(1 + \frac}\right) ...}] (*)
The steps shown in the method give:
After 2nd step:
- [x^}]
- [x^ (1 + \frac)}]
- [x^ (1 + \frac) (1 + \frac)}]
- [x^ (1 + \frac) (1 + \frac) (1 + \frac)}]
After computing the necessary terms according to the calculator precision, the last square root finds the right hand of (*).
See also
References
- [Cube root] on PlanetMath
- , [Cube Root] at MathWorld.
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
