请输入您要查询的百科知识:

 

词条 Cube (algebra)
释义

  1. In integers

     Base ten  Waring's problem for cubes  Sums of three cubes  Fermat's last theorem for cubes  Sum of first n cubes  Sum of cubes of numbers in arithmetic progression  Cubes as sums of successive odd integers 

  2. In rational numbers

  3. In real numbers, other fields, and rings

  4. History

  5. See also

  6. Notes

  7. References

{{redirect|Third power|the band|Third Power}}{{redirect|Cubed|other uses|Cube (disambiguation)}}{{redirect|³|text=Its literal meaning is the numeral "3" in superscript}}

In arithmetic and algebra, the cube of a number {{mvar|n}} is its third power: the result of the number multiplied by itself twice:

{{math|size=120%|1=n3 = n × n × n}}.

It is also the number multiplied by its square:

{{math|size=120%|1=n3 = n × n2}}.

This is also the volume formula for a geometric cube with sides of length {{mvar|n}}, giving rise to the name. The inverse operation of finding a number whose cube is {{mvar|n}} is called extracting the cube root of {{mvar|n}}. It determines the side of the cube of a given volume. It is also {{mvar|n}} raised to the one-third power.

Both cube and cube root are odd functions:

{{math|size=120%|1=(−n)3 = −(n3)}}.

The cube of a number or any other mathematical expression is denoted by a superscript 3, for example {{nowrap|23 {{=}} 8}} or {{math|(x + 1)3}}.

The graph of the cube function f: xx3 (or the equation y = x3) is known as the cubic parabola. Because cube is an odd function, this curve has a point of symmetry in the origin, but no axis of symmetry.

In integers

A cube number, or a perfect cube, or sometimes just a cube, is a number which is the cube of an integer.

The perfect cubes up to 603 are {{OEIS|id=A000578}}:

03 = 0
13 = 1113 = 1331213 = 9261313 = 29,791413 = 68,921513 = 132,651
23 = 8123 = 1728223 = 10,648323 = 32,768423 = 74,088523 = 140,608
33 = 27133 = 2197233 = 12,167333 = 35,937433 = 79,507533 = 148,877
43 = 64143 = 2744243 = 13,824343 = 39,304443 = 85,184543 = 157,464
53 = 125153 = 3375253 = 15,625353 = 42,875453 = 91,125553 = 166,375
63 = 216163 = 4096263 = 17,576363 = 46,656463 = 97,336563 = 175,616
73 = 343173 = 4913273 = 19,683373 = 50,653473 = 103,823573 = 185,193
83 = 512183 = 5832283 = 21,952383 = 54,872483 = 110,592583 = 195,112
93 = 729193 = 6859293 = 24,389393 = 59,319493 = 117,649593 = 205,379
103 = 1000203 = 8000303 = 27,000403 = 64,000503 = 125,000603 = 216,000

Geometrically speaking, a positive integer {{mvar|m}} is a perfect cube if and only if one can arrange {{mvar|m}} solid unit cubes into a larger, solid cube. For example, 27 small cubes can be arranged into one larger one with the appearance of a Rubik's Cube, since {{nowrap|3 × 3 × 3 {{=}} 27}}.

The difference between the cubes of consecutive integers can be expressed as follows:

{{math|size=120%|1=n3 − (n − 1)3 = 3(n − 1)n + 1}}.

or

{{math|size=120%|1=(n + 1)3n3 = 3(n + 1)n + 1}}.

There is no minimum perfect cube, since the cube of a negative integer is negative. For example, {{nowrap|(−4) × (−4) × (−4) {{=}} −64}}.

Base ten

Unlike perfect squares, perfect cubes do not have a small number of possibilities for the last two digits. Except for cubes divisible by 5, where only 25, 75 and 00 can be the last two digits, any pair of digits with the last digit odd can be a perfect cube. With even cubes, there is considerable restriction, for only 00, {{math|o}}2, {{math|e}}4, {{math|o}}6 and {{math|e}}8 can be the last two digits of a perfect cube (where {{math|o}} stands for any odd digit and {{math|e}} for any even digit). Some cube numbers are also square numbers; for example, 64 is a square number {{nowrap|(8 × 8)}} and a cube number {{nowrap|(4 × 4 × 4)}}. This happens if and only if the number is a perfect sixth power (in this case 2{{sup|6}}).

The last digits of each 3rd power are:

0 1 8 7 4 5 6 3 2 9

It is, however, easy to show that most numbers are not perfect cubes because all perfect cubes must have digital root 1, 8 or 9. That is their values modulo 9 may be only −1, 1 and 0. Moreover, the digital root of any number's cube can be determined by the remainder the number gives when divided by 3:

  • If the number x is divisible by 3, its cube has digital root 9; that is,

  • If it has a remainder of 1 when divided by 3, its cube has digital root 1; that is,

  • If it has a remainder of 2 when divided by 3, its cube has digital root 8; that is,

Waring's problem for cubes

{{main article|Waring's problem}}

Every positive integer can be written as the sum of nine (or fewer) positive cubes. This upper limit of nine cubes cannot be reduced because, for example, 23 cannot be written as the sum of fewer than nine positive cubes:

23 = 23 + 23 + 13 + 13 + 13 + 13 + 13 + 13 + 13.

Sums of three cubes

It is conjectured that every integer (positive or negative) not congruent to {{math|±4}} modulo {{math|9}} can be written as a sum of three (positive or negative) cubes,[1] for example, . (Integers congruent to {{math|±4}} modulo {{math|9}} cannot be so written.) The smallest such integer for which such a sum is not known is 42. In March 2019, the previous smallest such integer with no known 3-cube sum, 33, was found to be equal to [2]

Fermat's last theorem for cubes

{{main article|Fermat's last theorem}}

The equation {{math|1=x3 + y3 = z3}} has no non-trivial (i.e. {{math|xyz ≠ 0}}) solutions in integers. In fact, it has none in Eisenstein integers.[3]

Both of these statements are also true for the equation[4] {{math|1=x3 + y3 = 3z3}}.

Sum of first n cubes

The sum of the first {{mvar|n}} cubes is the {{mvar|n}}th triangle number squared:

Proofs.{{harvs|txt|first=Charles|last=Wheatstone|authorlink=Charles Wheatstone|year=1854}} gives a particularly simple derivation, by expanding each cube in the sum into a set of consecutive odd numbers. Indeed, he begins by giving the identity

That identity is related to triangular numbers in the following way:

and thus the summands forming start off just after those forming all previous values up to .

Applying this property, along with another well-known identity:

we obtain the following derivation:

In the more recent mathematical literature, {{harvtxt|Stein|1971}} uses the rectangle-counting interpretation of these numbers to form a geometric proof of the identity (see also {{harvnb|Benjamin|Quinn|Wurtz|2006}}); he observes that it may also be proved easily (but uninformatively) by induction, and states that {{harvtxt|Toeplitz|1963}} provides "an interesting old Arabic proof". {{harvtxt|Kanim|2004}} provides a purely visual proof, {{harvtxt|Benjamin|Orrison|2002}} provide two additional proofs, and {{harvtxt|Nelsen|1993}} gives seven geometric proofs.

For example, the sum of the first 5 cubes is the square of the 5th triangular number,

A similar result can be given for the sum of the first {{mvar|y}} odd cubes,

but {{mvar|x}}, {{mvar|y}} must satisfy the negative Pell equation {{math|x{{sup|2}} − 2y{{sup|2}} {{=}} −1}}. For example, for {{math|1=y = 5}} and {{math|29}}, then,

and so on. Also, every even perfect number, except the lowest, is the sum of the first {{math|2{{su|p={{sfrac|p−1|2}}}}}} odd cubes (p = 3, 5, 7, ...):

Sum of cubes of numbers in arithmetic progression

There are examples of cubes of numbers in arithmetic progression whose sum is a cube:

with the first one sometimes identified as the mysterious Plato's number. The formula {{mvar|F}} for finding the sum of {{mvar|n}}

cubes of numbers in arithmetic progression with common difference {{mvar|d}} and initial cube {{math|a3}},

is given by

A parametric solution to

is known for the special case of {{math|1=d = 1}}, or consecutive cubes, but only sporadic solutions are known for integer {{math|d > 1}}, such as {{mvar|d}} = 2, 3, 5, 7, 11, 13, 37, 39, etc.[5]

Cubes as sums of successive odd integers

In the sequence of odd integers 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, …, the first one is a cube ({{nowrap|1 {{=}} 13}}); the sum of the next two is the next cube ({{nowrap|3 + 5 {{=}} 23}}); the sum of the next three is the next cube ({{nowrap|7 + 9 + 11 {{=}} 33}}); and so forth.

In rational numbers

Every positive rational number is the sum of three positive rational cubes,[6] and there are rationals that are not the sum of two rational cubes.[7]

In real numbers, other fields, and rings

{{more information|cubic function}}

In real numbers, the cube function preserves the order: larger numbers have larger cubes. In other words, cubes (strictly) monotonically increase. Also, its codomain is the entire real line: the function {{math|xx3 : RR}} is a surjection (takes all possible values). Only three numbers are equal to their own cubes: {{num|−1}}, {{num|0}}, and {{num|1}}. If {{math|−1 < x < 0}} or {{math|1 < x}}, then {{math|x3 > x}}. If {{math|x < −1}} or {{math|0 < x < 1}}, then {{math|x3 < x}}. All aforementioned properties pertain also to any higher odd power ({{math|x5}}, {{math|x7}}, …) of real numbers. Equalities and inequalities are also true in any ordered ring.

Volumes of similar Euclidean solids are related as cubes of their linear sizes.

In complex numbers, the cube of a purely imaginary number is also purely imaginary. For example, {{math|1=i3 = −i}}.

The derivative of {{math|x3}} equals {{math|3x2}}.

Cubes occasionally have the surjective property in other fields, such as in {{math|Fp}} for such prime {{mvar|p}} that {{math|p ≠ 1 (mod 3)}},[8] but not necessarily: see the counterexample with rationals above. Also in {{math|F7}} only three elements 0, ±1 are perfect cubes, of seven total. −1, 0, and 1 are perfect cubes anywhere and the only elements of a field equal to the own cubes: {{math|1=x3x = x(x − 1)(x + 1)}}.

History

Determination of the cubes of large numbers was very common in many ancient civilizations. Mesopotamian mathematicians created cuneiform tablets with tables for calculating cubes and cube roots by the Old Babylonian period (20th to 16th centuries BC).[9][10] Cubic equations were known to the ancient Greek mathematician Diophantus.[11] Hero of Alexandria devised a method for calculating cube roots in the 1st century CE.[12] Methods for solving cubic equations and extracting cube roots appear in The Nine Chapters on the Mathematical Art, a Chinese mathematical text compiled around the 2nd century BCE and commented on by Liu Hui in the 3rd century CE.[13] The Indian mathematician Aryabhata wrote an explanation of cubes in his work Aryabhatiya. In 2010 Alberto Zanoni found a new algorithm[14] to compute the cube of a long integer in a certain range, faster than squaring-and-multiplying.

See also

  • Cabtaxi number
  • Cubic equation
  • Doubling the cube
  • Euler's sum of powers conjecture
  • Fifth power (algebra)
  • Fourth power
  • Kepler's laws of planetary motion#Third law
  • Monkey saddle
  • Perfect power
  • Taxicab number

Notes

1. ^{{cite arXiv |last=Huisman |first=Sander G. |author-link= |eprint=1604.07746 |title=Newer sums of three cubes |class=math.NT |date=27 Apr 2016 }}
2. ^Andrew R. Booker (9 Mar 2019). "Cracking the problem with 33". [https://people.maths.bris.ac.uk/~maarb/papers/cubesv1.pdf].
3. ^Hardy & Wright, Thm. 227
4. ^Hardy & Wright, Thm. 232
5. ^{{cite web|url=http://sites.google.com/site/tpiezas/update06|title=A Collection of Algebraic Identities}}
6. ^Hardy & Wright, Thm. 234
7. ^Hardy & Wright, Thm. 233
8. ^The multiplicative group of {{math|Fp}} is cyclic of order {{math|p − 1}}, and if it is not divisible by 3, then cubes define a group automorphism.
9. ^{{cite book|last=Cooke|first=Roger|title=The History of Mathematics|url=https://books.google.com/books?id=CFDaj0WUvM8C&pg=PT63|date=8 November 2012|publisher=John Wiley & Sons|isbn=978-1-118-46029-0|page=63}}
10. ^{{cite book|last= Nemet-Nejat|first=Karen Rhea|title=Daily Life in Ancient Mesopotamia|url=https://books.google.com/books?id=lbmXsaTGNKUC&pg=PA306|year=1998|publisher=Greenwood Publishing Group|isbn=978-0-313-29497-6|page=306}}
11. ^Van der Waerden, Geometry and Algebra of Ancient Civilizations, chapter 4, Zurich 1983 {{ISBN|0-387-12159-5}}
12. ^{{cite journal|last=Smyly|first=J. Gilbart|title=Heron's Formula for Cube Root|journal=Hermathena|year=1920|volume=19|issue=42|pages=64–67|publisher=Trinity College Dublin|jstor=23037103}}
13. ^{{cite book|last=Crossley|first=John|last2=W.-C. Lun|first2=Anthony|title=The Nine Chapters on the Mathematical Art: Companion and Commentary|url=https://books.google.com/books?id=eiTJHRGTG6YC&pg=PA213|year=1999|publisher=Oxford University Press|isbn=978-0-19-853936-0|pages=176, 213}}
14. ^{{cite journal | url = http://www.springerlink.com/content/q1k57pr4853g1513/ | doi=10.1007/978-3-642-32973-9_4 | title=A New Algorithm for Long Integer Cube Computation with Some Insight into Higher Powers | year=2012 | journal=Lecture Notes in Computer Science | pages=34–46 | last1 = Bodrato | first1 = Marco | last2 = Zanoni | first2 = Alberto}}

References

  • {{Cite journal

| last1 = Hardy | first1 = G. H.
| last2 = Wright | first2 = E. M.
| title = An Introduction to the Theory of Numbers
| edition = Fifth
| publisher = Oxford University Press
| location = Oxford
| date = 1980
| isbn = 978-0-19-853171-5
| postscript = }}{{Classes of natural numbers}}{{Series_(mathematics)}}

6 : Elementary arithmetic|Figurate numbers|Integer sequences|Integers|Number theory|Unary operations

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/9/22 22:20:22