Jump to content

Sum of two cubes: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Mnemonic: changing name
m Duplicate word removed
 
(26 intermediate revisions by 18 users not shown)
Line 1: Line 1:
{{Short description|Mathematical polynomial formula}}
{{Short description|Mathematical polynomial formula}}
{{Sources exist|date=January 2023}}
[[File:Sum_and_difference_of_2_cubes.svg|thumb|Visual proof of the formulas for the sum and difference of two cubes]]
[[File:Sum_and_difference_of_2_cubes.svg|thumb|Visual proof of the formulas for the sum and difference of two cubes]]
In [[mathematics]], the '''sum of two cubes''' is a [[cubed]] number added to another cubed number.
In [[mathematics]], the '''sum of two cubes''' is a [[cubed]] number added to another cubed number.
Line 6: Line 5:
== Factorization ==
== Factorization ==
Every sum of cubes may be factored according to the [[Identity (mathematics)|identity]]
Every sum of cubes may be factored according to the [[Identity (mathematics)|identity]]
:<math>a^3+b^3=(a+b)(a^2-ab+b^2)</math>
<math display="block"> a^3 + b^3 = (a + b)(a^2 - ab + b^2) </math>
in [[elementary algebra]].
in [[elementary algebra]].{{r|mckeague}}


[[Binomial number]]s are the general of this [[Binomial number#Factorization|factorization]] to higher odd powers.
[[Binomial number|Binomial numbers]] generalize this [[Binomial number#Factorization|factorization]] to higher odd powers.


==="SOAP" method===
==="SOAP" method===
The [[mnemonic]] "SOAP", standing for "Same, Opposite, Always Positive", is sometimes used to memorize the correct placement of the addition and subtraction symbols while factorizing cubes.<ref>{{cite book |last1=Kropko |first1=Jonathan |title=Mathematics for social scientists |date=2016 |publisher=Sage |location=Los Angeles, LA |isbn=9781506304212 |page=30}}</ref> When applying this method to the factorization, "Same" represents the first term with the same sign as the original expression, "Opposite" represents the second term with the opposite sign as the original expression, and "Always Positive" represents the third term and is always positive.
The [[mnemonic]] "SOAP", standing for "Same, Opposite, Always Positive", is sometimes used to memorize the correct placement of the addition and subtraction symbols while factorizing cubes.{{r|kropko}} When applying this method to the factorization, "Same" represents the first term with the same sign as the original expression, "Opposite" represents the second term with the opposite sign as the original expression, and "Always Positive" represents the third term and is always positive.
:{| cellspacing="4"
:{| cellspacing="4"
|- style="vertical-align:bottom;text-align:center;line-height:0.9;font-size:90%;"
|- style="vertical-align:bottom;text-align:center;line-height:0.9;font-size:90%;"
Line 44: Line 43:


=== Proof ===
=== Proof ===
Starting with the expression, <math>a^2-ab+b^2</math> is multiplied by ''a'' and ''b''
Starting with the expression, <math>a^2-ab+b^2</math> and multiplying by ''a'' + ''b''{{r|mckeague}}
:<math>(a+b)(a^2-ab+b^2) = a(a^2-ab+b^2) + b(a^2-ab+b^2)</math>
<math display="block"> (a+b)(a^2-ab+b^2) = a(a^2-ab+b^2) + b(a^2-ab+b^2). </math>
By distributing ''a'' and ''b'' to <math>a^2-ab+b^2</math>, we get
distributing ''a'' and ''b'' over <math>a^2-ab+b^2</math>,{{r|mckeague}}
:<math>a^3-a^2b+ab^2+ba^2-ab^2+b^3</math>
<math display="block"> a^3 - a^2 b + ab^2 + a^2b - ab^2 + b^3 </math>
And by cancelling the alike terms, we get
and canceling the like terms,{{r|mckeague}}
:<math>a^3+b^3</math>
<math display="block" > a^3 + b^3 </math>.

Similarly for the difference of cubes,
<math display="block">
\begin{align}
(a-b)(a^2+ab+b^2) & = a(a^2+ab+b^2) - b(a^2+ab+b^2) \\
& = a^3 + a^2 b + ab^2 \; - a^2b - ab^2 - b^3 \\
& = a^3 - b^3.
\end{align}</math>


== Fermat's last theorem ==
== Fermat's last theorem ==
[[Fermat's last theorem]] in the case of exponent 3 states that the sum of two non-zero integer cubes does not result in a non-zero integer cube. The first recorded proof of the exponent 3 case was given by [[Leonhard Euler|Euler]].<ref>{{Cite journal |last=Dickson |first=L. E. |date=1917 |title=Fermat's Last Theorem and the Origin and Nature of the Theory of Algebraic Numbers |url=https://www.jstor.org/stable/2007234 |journal=Annals of Mathematics |volume=18 |issue=4 |pages=161–187 |doi=10.2307/2007234 |issn=0003-486X}}</ref>
[[Fermat's last theorem]] in the case of exponent 3 states that the sum of two non-zero integer cubes does not result in a non-zero integer cube. The first recorded proof of the exponent 3 case was given by [[Leonhard Euler|Euler]].{{r|dickson}}


== Taxicab and Cabtaxi numbers ==
== Taxicab and Cabtaxi numbers ==
[[Taxicab number]]s are numbers that can be expressed as a sum of two positive integer cubes in ''n'' distinct ways. The smallest taxicab number, after Ta(1), is 1729,<ref>{{Cite web |title=A001235 - OEIS |url=https://oeis.org/A001235 |access-date=2023-01-04 |website=oeis.org}}</ref> expressed as
A [[Taxicab number]] is the smallest positive number that can be expressed as a sum of two positive integer cubes in ''n'' distinct ways. The smallest taxicab number after Ta(1) = 1, is Ta(2) = 1729,<ref>{{Cite web |title=A001235 - OEIS |url=https://oeis.org/A001235 |access-date=2023-01-04 |website=oeis.org}}</ref> expressed as
:<math>1^3 +12^3</math> or <math>9^3 + 10^3</math>
:<math>1^3 +12^3</math> or <math>9^3 + 10^3</math>


The smallest taxicab number expressed in 3 different ways is 87,539,319, expressed as
Ta(3), the smallest taxicab number expressed in 3 different ways, is 87,539,319, expressed as
:<math>436^3 + 167^3</math>, <math>423^3 + 228^3</math> or <math>414^3 + 255^3</math>
:<math>436^3 + 167^3</math>, <math>423^3 + 228^3</math> or <math>414^3 + 255^3</math>


[[Cabtaxi number]]s are numbers that can be expressed as a sum of two positive or negative integers or 0 cubes in ''n'' ways. The smallest cabtaxi number, after Cabtaxi(1), is 91,<ref name="tdw">{{Cite web |last=Schumer |first=Peter |date=2008 |title=Sum of Two Cubes in Two Different Ways |url=https://www.jstor.org/stable/25678781 |access-date=2023-05-01 |website=Math Horizons |pages=8–9}}</ref> expressed as:
A [[Cabtaxi number]] is the smallest positive number that can be expressed as a sum of two integer cubes in ''n'' ways, allowing the cubes to be negative or zero as well as positive. The smallest cabtaxi number after Cabtaxi(1) = 0, is Cabtaxi(2) = 91,{{r|tdw}} expressed as:
:<math>3^4 + 4^3</math> or <math>6^3 - 5^3</math>
:<math>3^3 + 4^3</math> or <math>6^3 - 5^3</math>


The smallest Cabtaxi number expressed in 3 different ways is 4104,<ref name="tstc">{{Cite journal |last=Silverman |first=Joseph H. |date=1993 |title=Taxicabs and Sums of Two Cubes |url=https://www.jstor.org/stable/2324954 |journal=The American Mathematical Monthly |volume=100 |issue=4 |pages=331–340 |doi=10.2307/2324954 |issn=0002-9890}}</ref> expressed as
Cabtaxi(3), the smallest Cabtaxi number expressed in 3 different ways, is 4104,{{r|tstc}} expressed as
:<math>16^3 + 2^3</math>, <math>15^3 + 9^3</math> or <math>-12^3+18^3</math>
:<math>16^3 + 2^3</math>, <math>15^3 + 9^3</math> or <math>-12^3+18^3</math>


Line 73: Line 80:
* [[Sophie Germain's identity]]
* [[Sophie Germain's identity]]
* [[Aurifeuillean factorization]]
* [[Aurifeuillean factorization]]
* [[Fermat's last theorem]]


== References ==
== References ==
{{reflist}}
{{reflist|refs=


<ref name="dickson">{{cite journal
==Further reading==
| last = Dickson | first = L. E.
*{{cite journal |last1=Broughan |first1=Kevin A. |title=Characterizing the Sum of Two Cubes |journal=[[Journal of Integer Sequences]] |date=January 2003 |volume=6 |issue=4 |page=46 |bibcode=2003JIntS...6...46B |url=https://cs.uwaterloo.ca/journals/JIS/VOL6/Broughan/broughan25.pdf}}
| date = 1917
| title = Fermat's Last Theorem and the Origin and Nature of the Theory of Algebraic Numbers
| journal = Annals of Mathematics
| volume = 18
| issue = 4
| pages = 161–187
| doi = 10.2307/2007234
| jstor = 2007234
| issn = 0003-486X
}}</ref>
<ref name="kropko">{{cite book
| last = Kropko | first = Jonathan
| title = Mathematics for social scientists
| date = 2016
| publisher = Sage
| location = Los Angeles, LA
| isbn = 9781506304212
| page = 30
}}</ref>
<ref name="mckeague">{{cite book
| last = McKeague | first = Charles P.
| year = 1986
| title = Elementary Algebra
| publisher = Academic Press
| page = 388
| edition = 3rd
| url = https://books.google.com/books?id=sq7iBQAAQBAJ&pg=PA388
| isbn = 0-12-484795-1
}}</ref>
<ref name="tdw">{{cite journal
| last = Schumer | first = Peter
| year = 2008
| title = Sum of Two Cubes in Two Different Ways
| journal = Math Horizons
| url = https://www.jstor.org/stable/25678781
| volume = 16
| issue = 2
| pages = 8–9
| doi = 10.1080/10724117.2008.11974795
| jstor = 25678781
}}</ref>
<ref name="tstc">{{cite journal
| last = Silverman | first = Joseph H.
| year = 1993
| title = Taxicabs and Sums of Two Cubes
| journal = The American Mathematical Monthly
| volume = 100
| issue = 4
| pages = 331–340
| doi = 10.2307/2324954
| jstor = 2324954
| issn = 0002-9890
}}</ref>


}}


==Further reading==
{{Algebra-stub}}
*{{cite journal |last1=Broughan |first1=Kevin A. |title=Characterizing the Sum of Two Cubes |journal=[[Journal of Integer Sequences]] |date=January 2003 |volume=6 |issue=4 |page=46 |bibcode=2003JIntS...6...46B |url=https://cs.uwaterloo.ca/journals/JIS/VOL6/Broughan/broughan25.pdf}}


[[Category:Algebra]]
[[Category:Algebra]]

Latest revision as of 19:18, 26 September 2024

Visual proof of the formulas for the sum and difference of two cubes

In mathematics, the sum of two cubes is a cubed number added to another cubed number.

Factorization

[edit]

Every sum of cubes may be factored according to the identity in elementary algebra.[1]

Binomial numbers generalize this factorization to higher odd powers.

"SOAP" method

[edit]

The mnemonic "SOAP", standing for "Same, Opposite, Always Positive", is sometimes used to memorize the correct placement of the addition and subtraction symbols while factorizing cubes.[2] When applying this method to the factorization, "Same" represents the first term with the same sign as the original expression, "Opposite" represents the second term with the opposite sign as the original expression, and "Always Positive" represents the third term and is always positive.

original
sign
Same Opposite Always
Positive

Proof

[edit]

Starting with the expression, and multiplying by a + b[1] distributing a and b over ,[1] and canceling the like terms,[1] .

Similarly for the difference of cubes,

Fermat's last theorem

[edit]

Fermat's last theorem in the case of exponent 3 states that the sum of two non-zero integer cubes does not result in a non-zero integer cube. The first recorded proof of the exponent 3 case was given by Euler.[3]

Taxicab and Cabtaxi numbers

[edit]

A Taxicab number is the smallest positive number that can be expressed as a sum of two positive integer cubes in n distinct ways. The smallest taxicab number after Ta(1) = 1, is Ta(2) = 1729,[4] expressed as

or

Ta(3), the smallest taxicab number expressed in 3 different ways, is 87,539,319, expressed as

, or

A Cabtaxi number is the smallest positive number that can be expressed as a sum of two integer cubes in n ways, allowing the cubes to be negative or zero as well as positive. The smallest cabtaxi number after Cabtaxi(1) = 0, is Cabtaxi(2) = 91,[5] expressed as:

or

Cabtaxi(3), the smallest Cabtaxi number expressed in 3 different ways, is 4104,[6] expressed as

, or

See also

[edit]

References

[edit]
  1. ^ a b c d McKeague, Charles P. (1986). Elementary Algebra (3rd ed.). Academic Press. p. 388. ISBN 0-12-484795-1.
  2. ^ Kropko, Jonathan (2016). Mathematics for social scientists. Los Angeles, LA: Sage. p. 30. ISBN 9781506304212.
  3. ^ Dickson, L. E. (1917). "Fermat's Last Theorem and the Origin and Nature of the Theory of Algebraic Numbers". Annals of Mathematics. 18 (4): 161–187. doi:10.2307/2007234. ISSN 0003-486X. JSTOR 2007234.
  4. ^ "A001235 - OEIS". oeis.org. Retrieved 2023-01-04.
  5. ^ Schumer, Peter (2008). "Sum of Two Cubes in Two Different Ways". Math Horizons. 16 (2): 8–9. doi:10.1080/10724117.2008.11974795. JSTOR 25678781.
  6. ^ Silverman, Joseph H. (1993). "Taxicabs and Sums of Two Cubes". The American Mathematical Monthly. 100 (4): 331–340. doi:10.2307/2324954. ISSN 0002-9890. JSTOR 2324954.

Further reading

[edit]