Diophantine Equation: Difference between revisions

From BusyBeaverWiki
Jump to navigation Jump to search
Champions: Link OEIS for sum of cubes
Line 88: Line 88:
|<math>x^3 + y^3 + z^3 = 24</math>
|<math>x^3 + y^3 + z^3 = 24</math>
|(-2901096694, -15550555555, 15584139827)
|(-2901096694, -15550555555, 15584139827)
|
|https://oeis.org/A060467
|-
|-
|57
|57
Line 94: Line 94:
|<math>x^3 + y^3 + z^3 = 33</math>
|<math>x^3 + y^3 + z^3 = 33</math>
|(-2736111468807040, -8778405442862239, 8866128975287528)
|(-2736111468807040, -8778405442862239, 8866128975287528)
|
|https://oeis.org/A060467
|-
|-
|66
|66
Line 100: Line 100:
|<math>x^3 + y^3 + z^3 = 42</math>
|<math>x^3 + y^3 + z^3 = 42</math>
|(12602123297335631, 80435758145817515, −80538738812075974)
|(12602123297335631, 80435758145817515, −80538738812075974)
|
|https://oeis.org/A060467
|}
|}



Revision as of 16:34, 14 August 2026

A Diophantine equation is a polynomial equation with integer coefficients for which only integer solutions are sought. Diophantine equations are known to be Turing complete.

Definitions

A Diophantine equation is defined by a multi-variate polynomial P(x,y,z,...). Solutions are values x,y,z,... such that P(x,y,z,...) = 0. The "magnitude" of a solution is max(|x|, |y|, |z|, ...) (the maximum absolute value of all it's variable assignments). The "score" for a Diophantine equation is the minimum magnitude across all solutions. In other words, it is the minimum N such that there exists a solution with -N ≤ x,y,z,... ≤ N.

The "size" or "height" of a Diophantine equation is the sum of |coefficient|*2^degree among all of its terms. For example x2+xy+6y+1=0 has size 122+122+621+120=21.

BBdio(H) is the maximum score among all solvable polynomial Diophantine equations of height H.

Champions

For 2 ≤ n ≤ 15: BBdio(n) = n-2 via the trivial equation x(n2)=0.[1]

n BBdio(n) Champion Min Solution Source
2 ≤ n ≤ 20 ≥ n-2 x(n2)=0 (n-2)
21 ≥ 26 x2+xy+6y+1=0 (-5, -26)
22 ≥ 22 x3+y2+4=3x (-8, ±22)
23 ≥ 31 x2+xy+x+1=6y (5, -31)
24 ≥ 66 x3+xy+5y=2 (-4, -66)
25 ≥ 470 x3+xy+y2+y+7=0 (-63, -470)
26 ≥ 40 x2+xy+7y+4=0
27 ≥ 849 x3+x2+y2+9=x
28 ≥ 74 x3+xy+2x+5y=2
29 > 106 x3+xy2+x+z3z+1=0 (-4280795, 4360815, 5427173) Andrew R. Booker via https://arxiv.org/abs/2108.08705 v3 page 23
...
48 > 1010 x3+y3+z3=24 (-2901096694, -15550555555, 15584139827) https://oeis.org/A060467
57 > 1015 x3+y3+z3=33 (-2736111468807040, -8778405442862239, 8866128975287528) https://oeis.org/A060467
66 > 1016 x3+y3+z3=42 (12602123297335631, 80435758145817515, −80538738812075974) https://oeis.org/A060467

Cryptids

There are several open problems in the sums of three cubes. Specifically, it is not currently known if there are any integer solutions to the equations x3+y3+z3=k for k = 114, 390, 627, 633, 732, 921, or 975. Therefore, x3+y3+z3=114 is sort of like a BBdio(138) Cryptid in the sense that it requires solving an open math problem. However, this problem is expected to be solvable with perhaps 10x the compute used to solve the k=42, so it is not as futile as most Cryptids. Sheep suggests calling it an energy vampire.

See Also