Cube (algebra)

Summary

In arithmetic and algebra, the cube of a number n is its third power, that is, the result of multiplying three instances of n together. The cube of a number or any other mathematical expression is denoted by a superscript 3, for example 23 = 8 or (x + 1)3.

y = x3 for values of 1 ≤ x ≤ 25.

The cube is also the number multiplied by its square:

n3 = n × n2 = n × n × n.

The cube function is the function xx3 (often denoted y = x3) that maps a number to its cube. It is an odd function, as

(−n)3 = −(n3).

The volume of a geometric cube is the cube of its side length, giving rise to the name. The inverse operation that consists of finding a number whose cube is n is called extracting the cube root of n. It determines the side of the cube of a given volume. It is also n raised to the one-third power.

The graph of the cube function is known as the cubic parabola. Because the cube function is an odd function, this curve has a center of symmetry at the origin, but no axis of symmetry.

In integers edit

A cube number, or a perfect cube, or sometimes just a cube, is a number which is the cube of an integer. The non-negative perfect cubes up to 603 are (sequence A000578 in the OEIS):

03 = 0
13 = 1 113 = 1331 213 = 9261 313 = 29,791 413 = 68,921 513 = 132,651
23 = 8 123 = 1728 223 = 10,648 323 = 32,768 423 = 74,088 523 = 140,608
33 = 27 133 = 2197 233 = 12,167 333 = 35,937 433 = 79,507 533 = 148,877
43 = 64 143 = 2744 243 = 13,824 343 = 39,304 443 = 85,184 543 = 157,464
53 = 125 153 = 3375 253 = 15,625 353 = 42,875 453 = 91,125 553 = 166,375
63 = 216 163 = 4096 263 = 17,576 363 = 46,656 463 = 97,336 563 = 175,616
73 = 343 173 = 4913 273 = 19,683 373 = 50,653 473 = 103,823 573 = 185,193
83 = 512 183 = 5832 283 = 21,952 383 = 54,872 483 = 110,592 583 = 195,112
93 = 729 193 = 6859 293 = 24,389 393 = 59,319 493 = 117,649 593 = 205,379
103 = 1000 203 = 8000 303 = 27,000 403 = 64,000 503 = 125,000 603 = 216,000

Geometrically speaking, a positive integer m is a perfect cube if and only if one can arrange 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 3 × 3 × 3 = 27.

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

n3 − (n − 1)3 = 3(n − 1)n + 1.

or

(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, (−4) × (−4) × (−4) = −64.

Base ten edit

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 occur as the last digits of a perfect cube. With even cubes, there is considerable restriction, for only 00, o2, e4, o6 and e8 can be the last two digits of a perfect cube (where o stands for any odd digit and e for any even digit). Some cube numbers are also square numbers; for example, 64 is a square number (8 × 8) and a cube number (4 × 4 × 4). This happens if and only if the number is a perfect sixth power (in this case 26).

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 0, 1, and 8. 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,
     

Sums of two cubes edit

Sums of three cubes edit

It is conjectured that every integer (positive or negative) not congruent to ±4 modulo 9 can be written as a sum of three (positive or negative) cubes with infinitely many ways.[1] For example,  . Integers congruent to ±4 modulo 9 are excluded because they cannot be written as the sum of three cubes.

The smallest such integer for which such a sum is not known is 114. In September 2019, the previous smallest such integer with no known 3-cube sum, 42, was found to satisfy this equation:[2][better source needed]

 

One solution to   is given in the table below for n ≤ 78, and n not congruent to 4 or 5 modulo 9. The selected solution is the one that is primitive (gcd(x, y, z) = 1), is not of the form   or   (since they are infinite families of solutions), satisfies 0 ≤ |x| ≤ |y| ≤ |z|, and has minimal values for |z| and |y| (tested in this order).[3][4][5]

Only primitive solutions are selected since the non-primitive ones can be trivially deduced from solutions for a smaller value of n. For example, for n = 24, the solution   results from the solution   by multiplying everything by   Therefore, this is another solution that is selected. Similarly, for n = 48, the solution (x, y, z) = (-2, -2, 4) is excluded, and this is the solution (x, y, z) = (-23, -26, 31) that is selected.


Fermat's Last Theorem for cubes edit

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

Both of these statements are also true for the equation[7] x3 + y3 = 3z3.

Sum of first n cubes edit

The sum of the first n cubes is the nth triangle number squared:

 
 
Visual proof that 13 + 23 + 33 + 43 + 53 = (1 + 2 + 3 + 4 + 5)2.

Proofs. Charles Wheatstone (1854) gives a particularly simple derivation, by expanding each cube in the sum into a set of consecutive odd numbers. 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:

 
 
Visual demonstration that the square of a triangular number equals a sum of cubes.

In the more recent mathematical literature, Stein (1971) uses the rectangle-counting interpretation of these numbers to form a geometric proof of the identity (see also Benjamin, Quinn & Wurtz 2006); he observes that it may also be proved easily (but uninformatively) by induction, and states that Toeplitz (1963) provides "an interesting old Arabic proof". Kanim (2004) provides a purely visual proof, Benjamin & Orrison (2002) provide two additional proofs, and 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 y odd cubes,

 

but x, y must satisfy the negative Pell equation x2 − 2y2 = −1. For example, for y = 5 and 29, then,

 
 

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

 
 
 

Sum of cubes of numbers in arithmetic progression edit

 
One interpretation of Plato's number, 33 + 43 + 53 = 63

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 F for finding the sum of n cubes of numbers in arithmetic progression with common difference d and initial cube a3,

 

is given by

 

A parametric solution to

 

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

Cubes as sums of successive odd integers edit

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

Waring's problem for cubes edit

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.

In rational numbers edit

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

In real numbers, other fields, and rings edit

 
y = x3 plotted on a Cartesian plane

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 xx3 : RR is a surjection (takes all possible values). Only three numbers are equal to their own cubes: −1, 0, and 1. If −1 < x < 0 or 1 < x, then x3 > x. If x < −1 or 0 < x < 1, then x3 < x. All aforementioned properties pertain also to any higher odd power (x5, 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, i3 = −i.

The derivative of x3 equals 3x2.

Cubes occasionally have the surjective property in other fields, such as in Fp for such prime p that p ≠ 1 (mod 3),[11] but not necessarily: see the counterexample with rationals above. Also in 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: x3x = x(x − 1)(x + 1).

History edit

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).[12][13] Cubic equations were known to the ancient Greek mathematician Diophantus.[14] Hero of Alexandria devised a method for calculating cube roots in the 1st century CE.[15] 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.[16]

See also edit

References edit

  1. ^ Huisman, Sander G. (27 Apr 2016). "Newer sums of three cubes". arXiv:1604.07746 [math.NT].
  2. ^ "NEWS: The Mystery of 42 is Solved - Numberphile" https://www.youtube.com/watch?v=zyG8Vlw5aAw
  3. ^ Sequences A060465, A060466 and A060467 in OEIS
  4. ^ Threecubes
  5. ^ n=x^3+y^3+z^3
  6. ^ Hardy & Wright, Thm. 227
  7. ^ Hardy & Wright, Thm. 232
  8. ^ "A Collection of Algebraic Identities".[permanent dead link]
  9. ^ Hardy & Wright, Thm. 234
  10. ^ Hardy & Wright, Thm. 233
  11. ^ The multiplicative group of Fp is cyclic of order p − 1, and if it is not divisible by 3, then cubes define a group automorphism.
  12. ^ Cooke, Roger (8 November 2012). The History of Mathematics. John Wiley & Sons. p. 63. ISBN 978-1-118-46029-0.
  13. ^ Nemet-Nejat, Karen Rhea (1998). Daily Life in Ancient Mesopotamia. Greenwood Publishing Group. p. 306. ISBN 978-0-313-29497-6.
  14. ^ Van der Waerden, Geometry and Algebra of Ancient Civilizations, chapter 4, Zurich 1983 ISBN 0-387-12159-5
  15. ^ Smyly, J. Gilbart (1920). "Heron's Formula for Cube Root". Hermathena. Trinity College Dublin. 19 (42): 64–67. JSTOR 23037103.
  16. ^ Crossley, John; W.-C. Lun, Anthony (1999). The Nine Chapters on the Mathematical Art: Companion and Commentary. Oxford University Press. pp. 176, 213. ISBN 978-0-19-853936-0.

Sources edit

  • Benjamin, Arthur T.; Orrison, Michael E. (November 2002). "Two Quick Combinatorial Proofs of Σ k = 1 n k 3 = ( \smallmatrix n+1 2 \endsmallmatrix ) 2" (PDF). The College Mathematics Journal. 33 (5): 406. doi:10.2307/1559017. JSTOR 1559017.
  • Benjamin, Arthur T.; Quinn, Jennifer J.; Wurtz, Calyssa (1 November 2006). "Summing Cubes by Counting Rectangles". The College Mathematics Journal. 37 (5): 387–389. doi:10.2307/27646391. JSTOR 27646391.
  • Hardy, G. H.; Wright, E. M. (1980). An Introduction to the Theory of Numbers (Fifth ed.). Oxford: Oxford University Press. ISBN 978-0-19-853171-5.
  • Kanim, Katherine (1 October 2004). "Proof without Words: The Sum of Cubes: An Extension of Archimedes' Sum of Squares". Mathematics Magazine. 77 (4): 298–299. doi:10.2307/3219288. JSTOR 3219288.
  • Nelsen, Roger B. (1993). Proofs without words : exercises in visual thinking. Cambridge University Press. ISBN 978-0-88385-700-7.
  • Stein, Robert G. (1 May 1971). "A Combinatorial Proof That Σ k3 = (Σ k)2". Mathematics Magazine. 44 (3): 161–162. doi:10.2307/2688231. JSTOR 2688231.
  • Toeplitz, Otto (1963). The calculus: a genetic approach. Chicago: University of Chicago Press. ISBN 978-0-226-80667-9.
  • Wheatstone, C. (1854). "On the formation of powers from arithmetical progressions". Proceedings of the Royal Society of London. 7: 145–151. Bibcode:1854RSPS....7..145W. doi:10.1098/rspl.1854.0036. S2CID 121885197.