In mathematics, a cube root of a number x is a number y that has the given number as its third power; that is The number of cube roots of a number depends on the number system that is considered.
Every nonzero real number x has exactly one real cube root that is denoted and called the real cube root of x or simply the cube root of x in contexts where complex numbers are not considered. For example, the real cube roots of 8 and −8 are respectively 2 and −2. The real cube root of an integer or of a rational number is generally not a rational number, neither a constructible number.
Every nonzero real of complex number has exactly three cube roots that are complex numbers. If the number is real, one of the cube roots is real and the two other are nonreal complex conjugate numbers. Otherwise, the three cube roots are all nonreal. For example, the real cube root of 8 is 2 and the other cube roots of 8 are and . The three cube roots of −27i are and The number zero has a unique cube root, which is zero itself.
The cube root is a multivalued function. The principal cube root is its principal value, that is a unique cube root that has been chosen once for all. The principal cube root is the cube root with the largest real part. In the case of negative real numbers, the largest real part is shared by the two nonreal cube roots, and the principal cube root is the one with positive imaginary part. So, for negative real numbers, the real cube root is not the principal cube root. For positive real numbers, the principal cube root is the real cube root.
If y is any cube root of the complex number x, the other cube roots are and
In an algebraically closed field of characteristic different from three, every nonzero element has exactly three cube roots, which can be obtained from any of them by multiplying it by either root of the polynomial In an algebraically closed field of characteristic three, every element has exactly one cube root.
In other number systems or other algebraic structures, a number or element may have more than three cube roots. For example, in the quaternions, a real number has infinitely many cube roots.
Definition
The cube roots of a number x are the numbers y which satisfy the equation
Properties
Real numbers
For any real number x, there is exactly one real number y such that . Indeeed, the cube function is increasing, so does not give the same result for two different inputs, and covers all real numbers. In other words, it is a bijection or one-to-one correspondence.
That is, one can define the cube root of a real number as its unique cube root that is also real. With this definition, the cube root of a negative number is a negative number.
However this definition may be confusing when real numbers are considered as specific complex numbers, since, in this case the cube root is generally defined as the principal cube root, and the principal cube root of a negative real number is not real.
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. For instance, the cube roots of 1 are:
The last two of these roots lead to a relationship between all roots of any real or complex number. If a number is one cube root of a particular real or complex number, the other two cube roots can be found by multiplying that cube root by one or the other of the two complex cube roots of 1.
Complex numbers
For complex numbers, the principal cube root is usually defined as the cube root that has the greatest real part, or, equivalently, the cube root whose argument has the least absolute value. It is related to the principal value of the natural logarithm by the formula
If we write x as
where r is a non-negative real number and lies in the range
- ,
then the principal 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 principal cube root of a negative number is a complex number, and for instance will not be −2, but rather
This difficulty can also be solved by considering the cube root as a multivalued function: if we write the original complex number x in three equivalent forms, namely
The principal complex cube roots of these three forms are then respectively
Unless x = 0, these three complex numbers are distinct, even though the three representations of x were equivalent. For example, may then be calculated to be −2, , or .
This is related with the concept of monodromy: if one follows by continuity the function cube root along a closed path around zero, after a turn the value of the cube root is multiplied (or divided) by
Impossibility of compass-and-straightedge construction
Cube roots arise in the problem of finding an angle whose measure is one third that of a given angle (angle trisection) and in the problem of finding the edge of a cube whose volume is twice that of a cube with a given edge (doubling the cube). In 1837 Pierre Wantzel proved that neither of these can be done with a compass-and-straightedge construction.
Numerical methods
Newton's method is an iterative method that can be used to calculate the cube root. For real floating-point numbers this method reduces to the following iterative algorithm to produce successively better approximations of the cube root of a:
The method is simply averaging three factors chosen such that
at each iteration.
Halley's method improves upon this with an algorithm that converges more quickly with each iteration, albeit with more work per iteration:
This converges cubically, so two iterations do as much work as three iterations of Newton's method. Each iteration of Newton's method costs two multiplications, one addition and one division, assuming that 1/3a is precomputed, so three iterations plus the precomputation require seven multiplications, three additions, and three divisions.
Each iteration of Halley's method requires three multiplications, three additions, and one division, so two iterations cost six multiplications, six additions, and two divisions. Thus, Halley's method has the potential to be faster if one division is more expensive than three additions.
With either method a poor initial approximation of x0 can give very poor algorithm performance, and coming up with a good initial approximation is somewhat of a black art. Some implementations manipulate the exponent bits of the floating-point number; i.e. they arrive at an initial approximation by dividing the exponent by 3.
Also useful is this generalized continued fraction, based on the nth root method:
If x is a good first approximation to the cube root of a and , then:
The second equation combines each pair of fractions from the first into a single fraction, thus doubling the speed of convergence.
Appearance in solutions of third and fourth degree equations
Cubic equations, which are polynomial equations of the third degree (meaning the highest power of the unknown is 3) can always be solved for their three solutions in terms of cube roots and square roots (although simpler expressions only in terms of square roots exist for all three solutions, if at least one of them is a rational number). If two of the solutions are complex numbers, then all three solution expressions involve the real cube root of a real number, while if all three solutions are real numbers then they may be expressed in terms of the complex cube root of a complex number.
Quartic equations can also be solved in terms of cube roots and square roots.
History
The calculation of cube roots can be traced back to Babylonian mathematicians from as early as 1800 BCE. In the fourth century BCE Plato posed the problem of doubling the cube, which required a compass-and-straightedge construction of the edge of a cube with twice the volume of a given cube; this required the construction, now known to be impossible, of the length .
A method for extracting cube roots appears in The Nine Chapters on the Mathematical Art, a Chinese mathematical text compiled around the second century BCE and commented on by Liu Hui in the third century CE. The Greek mathematician Hero of Alexandria devised a method for calculating cube roots in the first century CE. His formula is again mentioned by Eutokios in a commentary on Archimedes. In 499 CE Aryabhata, a mathematician-astronomer from the classical age of Indian mathematics and Indian astronomy, gave a method for finding the cube root of numbers having many digits in the Aryabhatiya (section 2.5).
See also
- Methods of computing square roots
- List of polynomial topics
- Nth root
- Square root
- Nested radical
- Root of unity
References
- "In Search of a Fast Cube Root". metamerist.com. 2008. Archived from the original on 27 December 2013.
- Saggs, H. W. F. (1989). Civilization Before Greece and Rome. Yale University Press. p. 227. ISBN 978-0-300-05031-8.
- Crossley, John; W.-C. Lun, Anthony (1999). The Nine Chapters on the Mathematical Art: Companion and Commentary. Oxford University Press. p. 213. ISBN 978-0-19-853936-0.
- Smyly, J. Gilbart (1920). "Heron's Formula for Cube Root". Hermathena. 19 (42). Trinity College Dublin: 64–67. JSTOR 23037103.
- Aryabhatiya Archived 15 August 2011 at archive.today Marathi: आर्यभटीय, Mohan Apte, Pune, India, Rajhans Publications, 2009, p. 62, ISBN 978-81-7434-480-9
External links
- Cube root calculator reduces any number to simplest radical form
- Computing the Cube Root, Ken Turkowski, Apple Technical Report #KT-32, 1998. Includes C source code.
- Weisstein, Eric W. "Cube Root". MathWorld.
In mathematics a cube root of a number x is a number y that has the given number as its third power that is y3 x displaystyle y 3 x The number of cube roots of a number depends on the number system that is considered Every nonzero real number x has exactly one real cube root that is denoted x3 textstyle sqrt 3 x and called the real cube root of x or simply the cube root of x in contexts where complex numbers are not considered For example the real cube roots of 8 and 8 are respectively 2 and 2 The real cube root of an integer or of a rational number is generally not a rational number neither a constructible number Every nonzero real of complex number has exactly three cube roots that are complex numbers If the number is real one of the cube roots is real and the two other are nonreal complex conjugate numbers Otherwise the three cube roots are all nonreal For example the real cube root of 8 is 2 and the other cube roots of 8 are 1 i3 displaystyle 1 i sqrt 3 and 1 i3 displaystyle 1 i sqrt 3 The three cube roots of 27i are 3i 332 32i displaystyle 3i frac 3 sqrt 3 2 frac 3 2 i and 332 32i displaystyle frac 3 sqrt 3 2 frac 3 2 i The number zero has a unique cube root which is zero itself The cube root is a multivalued function The principal cube root is its principal value that is a unique cube root that has been chosen once for all The principal cube root is the cube root with the largest real part In the case of negative real numbers the largest real part is shared by the two nonreal cube roots and the principal cube root is the one with positive imaginary part So for negative real numbers the real cube root is not the principal cube root For positive real numbers the principal cube root is the real cube root If y is any cube root of the complex number x the other cube roots are y 1 i32 textstyle y frac 1 i sqrt 3 2 and y 1 i32 textstyle y frac 1 i sqrt 3 2 In an algebraically closed field of characteristic different from three every nonzero element has exactly three cube roots which can be obtained from any of them by multiplying it by either root of the polynomial x2 x 1 displaystyle x 2 x 1 In an algebraically closed field of characteristic three every element has exactly one cube root In other number systems or other algebraic structures a number or element may have more than three cube roots For example in the quaternions a real number has infinitely many cube roots Plot of y 3 x The plot is symmetric with respect to origin as it is an odd function At x 0 this graph has a vertical tangent A unit cube side 1 and a cube with twice the volume side 3 2 1 2599 OEIS A002580 DefinitionThe cube roots of a number x are the numbers y which satisfy the equation y3 x displaystyle y 3 x PropertiesReal numbers For any real number x there is exactly one real number y such that y3 x displaystyle y 3 x Indeeed the cube function is increasing so does not give the same result for two different inputs and covers all real numbers In other words it is a bijection or one to one correspondence That is one can define the cube root of a real number as its unique cube root that is also real With this definition the cube root of a negative number is a negative number However this definition may be confusing when real numbers are considered as specific complex numbers since in this case the cube root is generally defined as the principal cube root and the principal cube root of a negative real number is not real The three cube roots of 1 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 For instance the cube roots of 1 are 1 12 32i 12 32i displaystyle 1 quad frac 1 2 frac sqrt 3 2 i quad frac 1 2 frac sqrt 3 2 i The last two of these roots lead to a relationship between all roots of any real or complex number If a number is one cube root of a particular real or complex number the other two cube roots can be found by multiplying that cube root by one or the other of the two complex cube roots of 1 Complex numbers Plot of the complex cube root together with its two additional leaves The first image 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 as the cube root that has the greatest real part or equivalently the cube root whose argument has the least absolute value It is related to the principal value of the natural logarithm by the formula x1 3 exp 13ln x displaystyle x 1 3 exp left frac 1 3 ln x right If we write x as x rexp i8 displaystyle x r exp i theta where r is a non negative real number and 8 displaystyle theta lies in the range p lt 8 p displaystyle pi lt theta leq pi then the principal complex cube root is x3 r3exp i83 displaystyle sqrt 3 x sqrt 3 r exp left frac i theta 3 right 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 principal cube root of a negative number is a complex number and for instance 83 displaystyle sqrt 3 8 will not be 2 but rather 1 i3 displaystyle 1 i sqrt 3 This difficulty can also be solved by considering the cube root as a multivalued function if we write the original complex number x in three equivalent forms namely x rexp i8 rexp i8 2ip rexp i8 2ip displaystyle x begin cases r exp i theta 3px r exp i theta 2i pi 3px r exp i theta 2i pi end cases Geometric representation of the 2nd to 6th roots of a complex number z in polar form reif where r z and f arg z If z is real f 0 or p Principal roots are shown in black The principal complex cube roots of these three forms are then respectively x3 r3exp i83 r3exp i83 2ip3 r3exp i83 2ip3 displaystyle sqrt 3 x begin cases sqrt 3 r exp left frac i theta 3 right sqrt 3 r exp left frac i theta 3 frac 2i pi 3 right sqrt 3 r exp left frac i theta 3 frac 2i pi 3 right end cases Unless x 0 these three complex numbers are distinct even though the three representations of x were equivalent For example 83 displaystyle sqrt 3 8 may then be calculated to be 2 1 i3 displaystyle 1 i sqrt 3 or 1 i3 displaystyle 1 i sqrt 3 This is related with the concept of monodromy if one follows by continuity the function cube root along a closed path around zero after a turn the value of the cube root is multiplied or divided by e2ip 3 displaystyle e 2i pi 3 Impossibility of compass and straightedge constructionCube roots arise in the problem of finding an angle whose measure is one third that of a given angle angle trisection and in the problem of finding the edge of a cube whose volume is twice that of a cube with a given edge doubling the cube In 1837 Pierre Wantzel proved that neither of these can be done with a compass and straightedge construction Numerical methodsNewton s method is an iterative method that can be used to calculate the cube root For real floating point numbers this method reduces to the following iterative algorithm to produce successively better approximations of the cube root of a xn 1 13 axn2 2xn displaystyle x n 1 frac 1 3 left frac a x n 2 2x n right The method is simply averaging three factors chosen such that xn xn axn2 a displaystyle x n times x n times frac a x n 2 a at each iteration Halley s method improves upon this with an algorithm that converges more quickly with each iteration albeit with more work per iteration xn 1 xn xn3 2a2xn3 a displaystyle x n 1 x n left frac x n 3 2a 2x n 3 a right This converges cubically so two iterations do as much work as three iterations of Newton s method Each iteration of Newton s method costs two multiplications one addition and one division assuming that 1 3 a is precomputed so three iterations plus the precomputation require seven multiplications three additions and three divisions Each iteration of Halley s method requires three multiplications three additions and one division so two iterations cost six multiplications six additions and two divisions Thus Halley s method has the potential to be faster if one division is more expensive than three additions With either method a poor initial approximation of x0 can give very poor algorithm performance and coming up with a good initial approximation is somewhat of a black art Some implementations manipulate the exponent bits of the floating point number i e they arrive at an initial approximation by dividing the exponent by 3 Also useful is this generalized continued fraction based on the nth root method If x is a good first approximation to the cube root of a and y a x3 displaystyle y a x 3 then a3 x3 y3 x y3x2 2y2x 4y9x2 5y2x 7y15x2 8y2x displaystyle sqrt 3 a sqrt 3 x 3 y x cfrac y 3x 2 cfrac 2y 2x cfrac 4y 9x 2 cfrac 5y 2x cfrac 7y 15x 2 cfrac 8y 2x ddots x 2x y3 2x3 y y 2 4y29 2x3 y 5 7y215 2x3 y 8 10y221 2x3 y displaystyle x cfrac 2x cdot y 3 2x 3 y y cfrac 2 cdot 4y 2 9 2x 3 y cfrac 5 cdot 7y 2 15 2x 3 y cfrac 8 cdot 10y 2 21 2x 3 y ddots The second equation combines each pair of fractions from the first into a single fraction thus doubling the speed of convergence Appearance in solutions of third and fourth degree equationsCubic equations which are polynomial equations of the third degree meaning the highest power of the unknown is 3 can always be solved for their three solutions in terms of cube roots and square roots although simpler expressions only in terms of square roots exist for all three solutions if at least one of them is a rational number If two of the solutions are complex numbers then all three solution expressions involve the real cube root of a real number while if all three solutions are real numbers then they may be expressed in terms of the complex cube root of a complex number Quartic equations can also be solved in terms of cube roots and square roots HistoryThe calculation of cube roots can be traced back to Babylonian mathematicians from as early as 1800 BCE In the fourth century BCE Plato posed the problem of doubling the cube which required a compass and straightedge construction of the edge of a cube with twice the volume of a given cube this required the construction now known to be impossible of the length 23 displaystyle sqrt 3 2 A method for extracting cube roots appears in The Nine Chapters on the Mathematical Art a Chinese mathematical text compiled around the second century BCE and commented on by Liu Hui in the third century CE The Greek mathematician Hero of Alexandria devised a method for calculating cube roots in the first century CE His formula is again mentioned by Eutokios in a commentary on Archimedes In 499 CE Aryabhata a mathematician astronomer from the classical age of Indian mathematics and Indian astronomy gave a method for finding the cube root of numbers having many digits in the Aryabhatiya section 2 5 See alsoMethods of computing square roots List of polynomial topics Nth root Square root Nested radical Root of unityReferences In Search of a Fast Cube Root metamerist com 2008 Archived from the original on 27 December 2013 Saggs H W F 1989 Civilization Before Greece and Rome Yale University Press p 227 ISBN 978 0 300 05031 8 Crossley John W C Lun Anthony 1999 The Nine Chapters on the Mathematical Art Companion and Commentary Oxford University Press p 213 ISBN 978 0 19 853936 0 Smyly J Gilbart 1920 Heron s Formula for Cube Root Hermathena 19 42 Trinity College Dublin 64 67 JSTOR 23037103 Aryabhatiya Archived 15 August 2011 at archive today Marathi आर यभट य Mohan Apte Pune India Rajhans Publications 2009 p 62 ISBN 978 81 7434 480 9External linksCube root calculator reduces any number to simplest radical form Computing the Cube Root Ken Turkowski Apple Technical Report KT 32 1998 Includes C source code Weisstein Eric W Cube Root MathWorld