Thursday, 1 December 2022

Numbers as Sums of Two Rational Cubes

... one of the oldest questions in number theory: How many integers can be written as the sum of two cubed fractions, or, as mathematicians call them, rational numbers? The numbers 6 and 13, for example, can be written as: 6=(1721)3+(3721)313=(73)3+(23)3

Mathematicians have suspected for decades that half of all integers can be written this way. Just as with odd and even numbers, this property appears to divide whole numbers into two equal camps: those that are the sum of two cubes, and those that aren’t.

I came across this statement in a Quanta article and it came as news to me that it was "one of the oldest questions in number theory". Well, at least now I know. My immediate thought was how to translate this problem into one involving just integers rather than fractions. It's not difficult. For an integer n:if (ac)3+(bc)3=nthen a3+b3=c3×n

Using this approach, it's easy enough to use SageMathCell to generate the result for say 13 (shown earlier). Here is the permalink. Figure 1 shows the numbers from 1 to 100 that can be written as a sum of two cubed fractions:


Figure 1: numbers in blue can be written as the sum of
two cubed rational numbers; the others cannot. 

Some of these numbers can be written as the sum of two integers cubed e.g. 9=13+23 or 35=23+33 but are of course equivalent to fractions when written as:9=(11)3+(21)335=(21)3+(31)3
The need for this clarification arises from the use of the imprecise term "fraction" whereas the term "rational number" should be used instead. 
Some of the pairs of rational numbers, whose cubes add to the blue numbers shown in Figure 1, are not easy to calculate. Take for instance:x3+y3=97
The graph of this function is shown in Figure 2.


Figure 2: Geogebra

The values of x and y must be positive and lie between 0 and 971/34.5947. Using SageMathCell, the calculation quickly times out and using my Jupyter notebook the calculation is still chugging away. It remains to be seen whether my algorithm will eventually display a solution. As the article says:

In the sum-of-two-cubes problem, the fractions involved can be enormous: The number 2,803, for example, is the sum of two cubed fractions whose denominators each have 40 digits.
The article goes on to say that:

Mathematicians have suspected for decades that half of all integers can be written this way (as a sum of the cubes of two rational numbers). Just as with odd and even numbers, this property appears to divide whole numbers into two equal camps: those that are the sum of two cubes, and those that aren’t. But nobody was able to prove this, or even give any bound on the proportion of whole numbers that fall into each camp. As far as mathematicians knew, the camp consisting of sums of rational cubes might be vanishingly small — or it might contain nearly every whole number. Mathematicians have calculated that, if something called the Birch and Swinnerton-Dyer conjecture is true (as is widely believed), about 59% of numbers up to 10 million are the sum of two rational cubes. But such data can, at best, offer hints about how the rest of the number line might behave.

What the paper discussed in this article found was that at least 2/21 (about 9.5%) and at most 5/6 (about 83%) of whole numbers can be written as the sum of two cubed fractions.

Getting back to these fractions, I discovered helpful resources at this site which assisted me in completing the following information about the sums of cubes up to 100. The list is still incomplete and I'll endeavour to complete it as time goes by. It's interesting that three different sums are given on the site for 19 and I'm wondering if the other numbers whose sums have been completed can also be represented in alternative ways.

1     pending
2     pending
6=(1721)3+(3721)3 
7=(53)3+(43)3
8    pending
9=(11)3+(21)3
12=(1939)3+(8939)3
13=(23)3+(73)3
15=(397294)3+(683294)3
16    pending
17    pending
19=(13)3+(83)3=(52)3+(32)3=(9235)3+(3335)3
20=(17)3+(197)3
22    pending
26    pending
27    pending
28=(11)3+(31)3
30    pending
31    pending
33    pending
34    pending
35=(21)3+(31)3
37=(187)3+(197)3
42    pending
43=(12)3+(72)3
48=(3421)3+(7421)3
49    pending
50    pending
51    pending
53    pending
54    pending
56=(83)3+(103)3
58    pending
61    pending
62=(73)3+(113)3
63    pending
64    pending
65=(11)3+(41)3
67    pending
68    pending
69    pending
70=(1713)3+(5313)3
71    pending
72=(21)3+(41)3
75    pending
78    pending
79    pending
84    pending
85   pending
86=(53)3+(133)3
87    pending
89=(3613)3+(5313)3
90    pending
91=(31)3+(41)3
92    pending
94    pending
96=(3839)3+(17839)3
97    pending
98=(355152)3+(669152)3

No comments:

Post a Comment