HOME

TheInfoList



OR:

In
mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in modern mathematics ...
, a cube root of a number is a number such that . All nonzero
real number In mathematics, a real number is a number that can be used to measure a ''continuous'' one-dimensional quantity such as a distance, duration or temperature. Here, ''continuous'' means that values can have arbitrarily small variations. Every ...
s, have exactly one real cube root and a pair of complex conjugate cube roots, and all nonzero
complex number In mathematics, a complex number is an element of a number system that extends the real numbers with a specific element denoted , called the imaginary unit and satisfying the equation i^= -1; every complex number can be expressed in the fo ...
s have three distinct complex cube roots. For example, the real cube root of , denoted \sqrt , is , because , while the other cube roots of are -1+i\sqrt 3 and -1-i\sqrt 3. The three cube roots of are :3i, \quad \frac-\fraci, \quad \text \quad -\frac-\fraci. In some contexts, particularly when the number whose cube root is to be taken is a real number, one of the cube roots (in this particular case the real one) is referred to as the ''principal cube root'', denoted with the
radical sign In mathematics, the radical sign, radical symbol, root symbol, radix, or surd is a symbol for the square root or higher-order root of a number. The square root of a number x is written as :\sqrt, while the nth root of x is written as :\sqrt ...
\sqrt The cube root is the inverse function of the cube function if considering only real numbers, but not if considering also complex numbers: although one has always \left(\sqrt \right)^3 =x, the cube of a nonzero number has more than one complex cube root and its principal cube root may not be the number that was cubed. For example, (-1+i\sqrt 3)^3=8, but \sqrt =2.


Formal definition

The cube roots of a number ''x'' are the numbers ''y'' which satisfy the equation :y^3 = x.\


Properties


Real numbers

For any real number ''x'', there is ''one'' real number ''y'' such that ''y''3 = ''x''. The cube function is increasing, so does not give the same result for two different inputs, and it covers all real numbers. In other words, it is a bijection, or one-to-one. Then we can define an inverse function that is also one-to-one. For real numbers, we can define a unique cube root of all real numbers. If this definition is used, the cube root of a negative number is a negative number. 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, \quad -\frac+\fraci, \quad -\frac-\fraci. 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 An argument is a statement or group of statements called premises intended to determine the degree of truth or acceptability of another statement called conclusion. Arguments can be studied from three main perspectives: the logical, the dialecti ...
has the least
absolute value In mathematics, the absolute value or modulus of a real number x, is the non-negative value without regard to its sign. Namely, , x, =x if is a positive number, and , x, =-x if x is negative (in which case negating x makes -x positive), ...
. It is related to the principal value of the
natural logarithm The natural logarithm of a number is its logarithm to the base of the mathematical constant , which is an irrational and transcendental number approximately equal to . The natural logarithm of is generally written as , , or sometimes, if ...
by the formula :x^ = \exp \left( \frac13 \ln \right). If we write ''x'' as :x = r \exp(i \theta)\, where ''r'' is a non-negative real number and ''θ'' lies in the range :-\pi < \theta \le \pi, then the principal complex cube root is :\sqrt = \sqrt exp \left(\frac \right). This means that in
polar coordinates In mathematics, the polar coordinate system is a two-dimensional coordinate system in which each point on a plane is determined by a distance from a reference point and an angle from a reference direction. The reference point (analogous to th ...
, 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 :x = \begin r \exp (i \theta ), \\ pxr \exp (i \theta + 2i\pi ), \\ pxr \exp ( i \theta - 2i\pi ). \end The principal complex cube roots of these three forms are then respectively :\sqrt = \begin \sqrt exp \left( \frac\right), \\ \sqrt exp \left(\frac + \frac \right), \\ \sqrt exp \left(\frac - \frac \right). \end Unless , 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 In mathematics, monodromy is the study of how objects from mathematical analysis, algebraic topology, algebraic geometry and differential geometry behave as they "run round" a singularity. As the name implies, the fundamental meaning of ''mono ...
: 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 e^.


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 Angle trisection is a classical problem of straightedge and compass construction of ancient Greek mathematics. It concerns construction of an angle equal to one third of a given arbitrary angle, using only two tools: an unmarked straightedge an ...
) 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 In geometry, straightedge-and-compass construction – also known as ruler-and-compass construction, Euclidean construction, or classical construction – is the construction of lengths, angles, and other geometric figures using only an ideali ...
.


Numerical methods

Newton's method In numerical analysis, Newton's method, also known as the Newton–Raphson method, named after Isaac Newton and Joseph Raphson, is a root-finding algorithm which produces successively better approximations to the roots (or zeroes) of a real- ...
is an
iterative method In computational mathematics, an iterative method is a mathematical procedure that uses an initial value to generate a sequence of improving approximate solutions for a class of problems, in which the ''n''-th approximation is derived from the pre ...
that can be used to calculate the cube root. For real
floating-point In computing, floating-point arithmetic (FP) is arithmetic that represents real numbers approximately, using an integer with a fixed precision, called the significand, scaled by an integer exponent of a fixed base. For example, 12.345 can ...
numbers this method reduces to the following iterative algorithm to produce successively better approximations of the cube root of ''a'': :x_ = \frac \left(\frac + 2x_n\right). The method is simply averaging three factors chosen such that : x_n \times x_n \times \frac=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: :x_ = x_n \left(\frac\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 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 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'' − ''x''3, then: :\sqrt = \sqrt = x+\cfrac := x+\cfrac . 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 In mathematics, a rational number is a number that can be expressed as the quotient or fraction of two integers, a numerator and a non-zero denominator . For example, is a rational number, as is every integer (e.g. ). The set of all ra ...
). 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 Plato ( ; grc-gre, Πλάτων ; 428/427 or 424/423 – 348/347 BC) was a Greek philosopher born in Athens during the Classical period in Ancient Greece. He founded the Platonist school of thought and the Academy, the first institution ...
posed the problem of doubling the cube, which required a
compass-and-straightedge construction In geometry, straightedge-and-compass construction – also known as ruler-and-compass construction, Euclidean construction, or classical construction – is the construction of lengths, angles, and other geometric figures using only an ideali ...
of the edge of a
cube In geometry, a cube is a three-dimensional solid object bounded by six square faces, facets or sides, with three meeting at each vertex. Viewed from a corner it is a hexagon and its net is usually depicted as a cross. The cube is the only ...
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 2nd century BCE and commented on by
Liu Hui Liu Hui () was a Chinese mathematician who published a commentary in 263 CE on ''Jiu Zhang Suan Shu ( The Nine Chapters on the Mathematical Art).'' He was a descendant of the Marquis of Zixiang of the Eastern Han dynasty and lived in the state ...
in the 3rd century CE. The
Greek mathematician Greek mathematics refers to mathematics texts and ideas stemming from the Archaic through the Hellenistic and Roman periods, mostly extant from the 7th century BC to the 4th century AD, around the shores of the Eastern Mediterranean. Greek mathe ...
Hero of Alexandria Hero of Alexandria (; grc-gre, Ἥρων ὁ Ἀλεξανδρεύς, ''Heron ho Alexandreus'', also known as Heron of Alexandria ; 60 AD) was a Greek mathematician and engineer who was active in his native city of Alexandria, Roman Egypt. H ...
devised a method for calculating cube roots in the 1st century CE. His formula is again mentioned by Eutokios in a commentary on
Archimedes Archimedes of Syracuse (;; ) was a Greek mathematician, physicist, engineer, astronomer, and inventor from the ancient city of Syracuse in Sicily. Although few details of his life are known, he is regarded as one of the leading scientis ...
. In 499 CE Aryabhata, a
mathematician A mathematician is someone who uses an extensive knowledge of mathematics in their work, typically to solve mathematical problems. Mathematicians are concerned with numbers, data, quantity, structure, space, models, and change. History On ...
-
astronomer An astronomer is a scientist in the field of astronomy who focuses their studies on a specific question or field outside the scope of Earth. They observe astronomical objects such as stars, planets, moons, comets and galaxies – in either ...
from the classical age of
Indian mathematics Indian mathematics emerged in the Indian subcontinent from 1200 BCE until the end of the 18th century. In the classical period of Indian mathematics (400 CE to 1200 CE), important contributions were made by scholars like Aryabhata, Brahmagupta ...
and
Indian astronomy Astronomy has long history in Indian subcontinent stretching from pre-historic to modern times. Some of the earliest roots of Indian astronomy can be dated to the period of Indus Valley civilisation or earlier. Astronomy later developed as a di ...
, gave a method for finding the cube root of numbers having many digits in the ''
Aryabhatiya ''Aryabhatiya'' (IAST: ') or ''Aryabhatiyam'' ('), a Sanskrit astronomical treatise, is the '' magnum opus'' and only known surviving work of the 5th century Indian mathematician Aryabhata. Philosopher of astronomy Roger Billard estimates that ...
'' (section 2.5).
Aryabhatiya
mr, आर्यभटीय'', Mohan Apte, Pune, India, Rajhans Publications, 2009, p.62,


See also

* Methods of computing square roots * List of polynomial topics * Nth root *
Square root In mathematics, a square root of a number is a number such that ; in other words, a number whose '' square'' (the result of multiplying the number by itself, or  ⋅ ) is . For example, 4 and −4 are square roots of 16, because . ...
*
Nested radical In algebra, a nested radical is a radical expression (one containing a square root sign, cube root sign, etc.) that contains (nests) another radical expression. Examples include :\sqrt, which arises in discussing the regular pentagon, and more c ...
*
Root of unity In mathematics, a root of unity, occasionally called a de Moivre number, is any complex number that yields 1 when raised to some positive integer power . Roots of unity are used in many branches of mathematics, and are especially important i ...
* Shifting nth-root algorithm


References


External links


Cube root calculator reduces any number to simplest radical formComputing the Cube Root, Ken Turkowski, Apple Technical Report #KT-32, 1998
Includes C source code. * {{DEFAULTSORT:Cube Root Elementary special functions Elementary algebra Unary operations