Translate

Monday, January 26, 2015

Distinct square products

One of my earlier results is a connection between products of sums of squares:

The Diophantine equation:

(x2 + ay2)(u2 + bv2) = p2 + (a + b + ab)q2

will always have an infinity of nonzero integer solutions which you can find using BQD Iterators.

Thought it might be fun to consider some recent sums of distinct squares I've given to play with the result.

Let a = 4 + 9  = 13, and b = 4 + 9 + 25 + 49 = 87, so I can find where I'm pulling sums of squares from prior posts:

(922 + 962 + 1442)(70482 + 6882 + 1032+ 1720+ 24082) = p2 + 1231q2 

Matched by iterations which is necessary and used the third iteration, so p and q should be easy to calculate.

The BQD iterator is:

Given nonzero integers u and v with

u2 + 1231v2 = F

then it must also be true that

(u - 1231v)2 + 1231(u + v)2 = 1232*F

Where u = v = 1 to start will give F = 1232.

12 + 1231*12 = 1232

First iteration: (-1230)2 + 1231*(2)2 = 12322

Second iteration: (-3692)2 + 1231*(-1228)2 = 12323

Third iteration: (1507976)2 + 1231*(-4920)2 = 12324

Which means that p = 1507976, and q = 4920 are solutions, taking the positive values.

(922 + 962 + 1442)(70482 + 6882 + 1032+ 1720+ 24082) = 15079762 + 1231*49202 

Of course now I wonder what is the smallest number of distinct squares necessary to sum to 1231. Please feel free to reply with an answer in the comments. Doubt I'll work at figuring that one out.

Got bored, found 262 + 232 + 52 + 12 = 1231

Guess I should show that then:

(922 + 962 + 1442)(70482 + 6882 + 1032+ 1720+ 24082) = 

15079762 + 1279202  + 1131602  + 246002 + 49202 

Doesn't mean much to me. And don't know if that's the smallest number of distinct squares that will work.

My mind will just start playing with numbers whether I like it or not, almost will just go on automatic. That doesn't sound normal to me. But I'm ways away from anything close to normal I guess.


James Harris

No comments: