In arithmetic and algebra, the cube of a number is its third power, that is, the result of multiplying three instances of together.The cube of a number or any other mathematical expression is denoted by a superscript 3, for example or .
The cube is also the number multiplied by its square:
.
The cube function is the function (often denoted) that maps a number to its cube. It is an odd function, as
.
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 is called extracting the cube root of . It determines the side of the cube of a given volume. It is also 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.
See also: Cube-free integer. 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 :
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 is a perfect cube if and only if one can arrange 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 .
The difference between the cubes of consecutive integers can be expressed as follows:
.
or
.
There is no minimum perfect cube, since the cube of a negative integer is negative. For example, .
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, 2, 4, 6 and 8 can be the last two digits of a perfect cube (where stands for any odd digit and for any even digit). Some cube numbers are also square numbers; for example, 64 is a square number and a cube number . This happens if and only if the number is a perfect sixth power (in this case 2).
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 x\equiv0\pmod3 then x3\equiv0\pmod9(actually 0\pmod{27});
if x\equiv1\pmod3 then x3\equiv1\pmod9;
if x\equiv2\pmod3 then x3\equiv8\pmod9.
See main article: Sum of two cubes.
See main article: Sums of three cubes.
It is conjectured that every integer (positive or negative) not congruent to modulo can be written as a sum of three (positive or negative) cubes with infinitely many ways.[1] For example,
6=23+(-1)3+(-1)3
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]
42=(-80538738812075974)3+804357581458175153+126021232973356313.
One solution to
x3+y3+z3=n
c3+(-c)3+n3=n3
(n+6nc3)3+(n-6nc3)3+(-6nc2)3=2n3
Only primitive solutions are selected since the non-primitive ones can be trivially deduced from solutions for a smaller value of . For example, for, the solution
23+23+23=24
13+13+13=3
8=23.
See main article: Fermat's Last Theorem.
The equation has no non-trivial (i.e.) solutions in integers. In fact, it has none in Eisenstein integers.[6]
Both of these statements are also true for the equation[7] .
The sum of the first cubes is the th triangle number squared:
13+23+...+n3=
| ||||
(1+2+...+n) |
\right)2.
Proofs. 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
n3=\underbrace{\left(n2-n+1\right)+\left(n2-n+1+2\right)+\left(n2-n+1+4\right)+ … +
2+n-1\right)} | |
\left(n | |
nconsecutiveoddnumbers |
.
Tn
n3=\sum
Tn | |
k=Tn-1+1 |
(2k-1),
and thus the summands forming
n3
13
(n-1)3
n2=
n | |
\sum | |
k=1 |
(2k-1),
we obtain the following derivation:
n | |
\begin{align} \sum | |
k=1 |
k3&=1+8+27+64+ … +n3\\ &=
\underbrace{1} | |
13 |
+
\underbrace{3+5} | |
23 |
+\underbrace{7+9+
11} | |
33 |
+\underbrace{13+15+17+
19} | |
43 |
+ … +\underbrace{\left(n2-n+1\right)+ … +
2+n-1\right)} | |
\left(n | |
n3 |
\\ &=
\underbrace{\underbrace{\underbrace{\underbrace{1} | |
12 |
+
3} | |
22 |
+
5} | |
32 |
+ … +\left(n2+n-
1\right)} | ||||||
|
\\ &=(1+2+ … +n)2\\ &=
n | |
(\sum | |
k=1 |
k)2. \end{align}
In the more recent mathematical literature, uses the rectangle-counting interpretation of these numbers to form a geometric proof of the identity (see also); he observes that it may also be proved easily (but uninformatively) by induction, and states that provides "an interesting old Arabic proof". provides a purely visual proof, provide two additional proofs, and gives seven geometric proofs.
For example, the sum of the first 5 cubes is the square of the 5th triangular number,
13+23+33+43+53=152
A similar result can be given for the sum of the first odd cubes,
13+33+...+(2y-1)3=(xy)2
but, must satisfy the negative Pell equation . For example, for and, then,
13+33+...+93=(7 ⋅ 5)2
13+33+...+573=(41 ⋅ 29)2
and so on. Also, every even perfect number, except the lowest, is the sum of the first odd cubes (p = 3, 5, 7, ...):
28=22(23-1)=13+33
496=24(25-1)=13+33+53+73
8128=26(27-1)=13+33+53+73+93+113+133+153
There are examples of cubes of numbers in arithmetic progression whose sum is a cube:
33+43+53=63
113+123+133+143=203
313+333+353+373+393+413=663
with the first one sometimes identified as the mysterious Plato's number. The formula for finding the sum of cubes of numbers in arithmetic progression with common difference and initial cube,
F(d,a,n)=a3+(a+d)3+(a+2d)3+ … +(a+dn-d)3
is given by
F(d,a,n)=(n/4)(2a-d+dn)(2a2-2ad+2adn-d2n+d2n2)
A parametric solution to
F(d,a,n)=y3
is known for the special case of, or consecutive cubes, as found by Pagliani in 1829.
In the sequence of odd integers 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, ..., the first one is a cube ; the sum of the next two is the next cube ; the sum of the next three is the next cube ; and so forth.
See 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.
Every positive rational number is the sum of three positive rational cubes,[8] and there are rationals that are not the sum of two rational cubes.[9]
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 is a surjection (takes all possible values). Only three numbers are equal to their own cubes:,, and . If or, then . If or, then . All aforementioned properties pertain also to any higher odd power ( ...) 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, .
The derivative of equals .
Cubes occasionally have the surjective property in other fields, such as in for such prime that,[10] but not necessarily: see the counterexample with rationals above. Also in 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 their own cubes: .
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).[11] [12] Cubic equations were known to the ancient Greek mathematician Diophantus.[13] Hero of Alexandria devised a method for calculating cube roots in the 1st century CE.[14] 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.[15]