mersenneforum.org  

Go Back   mersenneforum.org > Fun Stuff > Puzzles

Reply
 
Thread Tools
Old 2008-04-30, 22:52   #1
philmoore
 
philmoore's Avatar
 
"Phil"
Sep 2002
Tracktown, U.S.A.

19×59 Posts
Default Diophantine problem

This problem was posed in the April 2008 issue of The American Mathematical Monthly by Jeffrey Lagarias, U. of Michigan:

Determine for which integers a the Diophantine equation
\frac{1}{x}+\frac{1}{y}+\frac{1}{z}=\frac{a}{xyz}
has infinitely many integer solutions (x,y,z) such that \gcd(a,xyz)=1.

I have not solved it, I have just found it interesting and suspect that others on this forum might find it interesting as well.
philmoore is offline   Reply With Quote
Old 2008-05-01, 13:51   #2
Zeta-Flux
 
Zeta-Flux's Avatar
 
May 2003

30138 Posts
Default

Here is a partial solution.

It is easy to reduce the equation to xy+xz+yz=a.

It is also easy to see that 2 cannot divide a.

Let x=-(4k^2+2k+a), y=8k^2+2k+2a, z=8k^2+6k+2a+1.

We compute that xy+xz+yz=a for any k.

On the other hand, taking k==-1 mod a, we see that x==-2 mod a, y==6 mod a, and z==3 mod a.

Quote:
Note that as k increases (for large enough k), x,y,z also increase in magnitude.
Thus, this solution works for any a not divisible by 2 or 3.
Zeta-Flux is offline   Reply With Quote
Old 2008-05-03, 23:20   #3
wblipp
 
wblipp's Avatar
 
"William"
May 2003
Near Grandkid

1001010001112 Posts
Default


Zeta-Flux has already observed that a cannot be even (he said it was easy to see, but it took me a while to see that it's because x and y and z must all be odd by the gcd requirement, and xy + xz + yz would then be odd)

let a = 2b+1

x = -(2b+1)^2 * c^2 * (18b+10) - 3*(2b+1)*c*(b+1) + b
y = (2b+1)^2 * c^2 * (54b+30) - (2b+1)*c*(9*b+1) + 1
z = (2b+1)^2 * c^2 * (27b+15) + (2b+1)*c*(9*b+7) + 1

Gives an infinite family of solutions, and the gcd requirement is met because

x = b mod (2b+1)
y = 1 mod (2b+1)
z = 1 mod (2b+1)

Thus there is an infinite family of solutions for all odd a.

wblipp is offline   Reply With Quote
Old 2008-05-04, 02:22   #4
ATH
Einyen
 
ATH's Avatar
 
Dec 2003
Denmark

2·3·52·23 Posts
Default

nm

Last fiddled with by ATH on 2008-05-04 at 02:26
ATH is offline   Reply With Quote
Old 2008-05-05, 01:51   #5
Zeta-Flux
 
Zeta-Flux's Avatar
 
May 2003

154710 Posts
Default

William,

Nice solution. You might consider submitting it to the AMM for publication.
Zeta-Flux is offline   Reply With Quote
Old 2008-05-05, 03:31   #6
philmoore
 
philmoore's Avatar
 
"Phil"
Sep 2002
Tracktown, U.S.A.

112110 Posts
Default

I second Pace's suggestion, but I am still trying to understand the process of how both of you come up with these beautiful parametrized solutions. I see this sort of thing occasionally on the NMBRTHRY listserve, but I have no idea how people come up with them! Care to share any secrets?
philmoore is offline   Reply With Quote
Old 2008-05-05, 04:10   #7
wblipp
 
wblipp's Avatar
 
"William"
May 2003
Near Grandkid

53×19 Posts
Default

Quote:
Originally Posted by philmoore View Post
I second Pace's suggestion, but I am still trying to understand the process of how both of you come up with these beautiful parametrized solutions. I see this sort of thing occasionally on the NMBRTHRY listserve, but I have no idea how people come up with them! Care to share any secrets?
Wouldn't they want submitters to be subscribers - or at least regular readers? I don't know how to submit it without at least reading - the web doesn't seem to offer that information to non-subscribers.

-----------------

I started with x=b, y=z=1, and hoped I could extend it. A quadratic extension would give me six "free" variables and only four constraints, so I started looking for solutions to the multiplication for

x = x1*s^2 + x2*s + b
y = y1*s^2 + y2*s + 1
z = z1*s^2 + z2*s + 1

The trickiest part was finding integer solutions for the s^4 term,
x1*y1+x1*z1+y1*z1=0

x1 = - y1 * z1 / (y1 + z1)

I did a quick search on small values of y1 and z1 looking for integer values of x1. I ran into a dead end with y1 = z1 = 2, so I tried the smallest "off diagonal" solution, y1=3 z1=6. I think Pace used this same case. I imagine other families of solutions can be made from the other off diagonal solutions.

I set x1=-2d, y1=3d, z1=6d and then looked for similar tricks to force the s^3, s^2, and s terms of the product to zero. I used the symbolic manipulation package in Mathcad (a Maple variant) at each step to express the product as a polynomial in s, then looked for a way to force one more coefficient to be zero - substitute that into the definition and repeat.

Once I had a parameterized solution to the multiplication, I made "s" a multiple of (2b+1) to easily enforce the gcd condition.

William

Last fiddled with by wblipp on 2008-05-05 at 04:21 Reason: fix a sign
wblipp is offline   Reply With Quote
Old 2008-05-05, 21:30   #8
philmoore
 
philmoore's Avatar
 
"Phil"
Sep 2002
Tracktown, U.S.A.

19×59 Posts
Default

Quote:
Originally Posted by wblipp View Post
Wouldn't they want submitters to be subscribers - or at least regular readers? I don't know how to submit it without at least reading - the web doesn't seem to offer that information to non-subscribers.
William
I'll PM you with the information.
philmoore is offline   Reply With Quote
Old 2008-05-19, 14:17   #9
m_f_h
 
m_f_h's Avatar
 
Feb 2007

1B016 Posts
Default

Quote:
Originally Posted by wblipp View Post
Wouldn't they want submitters to be subscribers - or at least regular readers? I don't know how to submit it without at least reading - the web doesn't seem to offer that information to non-subscribers.
William
Indeed this is a pity. And even having an institutional subscription to JSTOR I'm often frustrated on that because the "moving wall" is quite far away in the past :-( !
m_f_h is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Basic Number Theory 13: Pythagorean triples and a few Diophantine equations Nick Number Theory Discussion Group 2 2016-12-18 14:49
problem with my PC science_man_88 Software 1 2011-01-31 21:40
Diophantine Equation flouran Math 7 2009-12-12 18:48
Diophantine Question grandpascorpion Math 11 2009-09-23 03:30
Simple Diophantine equation Batalov Puzzles 3 2009-04-10 11:32

All times are UTC. The time now is 04:38.


Thu Jun 1 04:38:55 UTC 2023 up 287 days, 2:07, 0 users, load averages: 1.30, 1.04, 1.11

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.

≠ ± ∓ ÷ × · − √ ‰ ⊗ ⊕ ⊖ ⊘ ⊙ ≤ ≥ ≦ ≧ ≨ ≩ ≺ ≻ ≼ ≽ ⊏ ⊐ ⊑ ⊒ ² ³ °
∠ ∟ ° ≅ ~ ‖ ⟂ ⫛
≡ ≜ ≈ ∝ ∞ ≪ ≫ ⌊⌋ ⌈⌉ ∘ ∏ ∐ ∑ ∧ ∨ ∩ ∪ ⨀ ⊕ ⊗ 𝖕 𝖖 𝖗 ⊲ ⊳
∅ ∖ ∁ ↦ ↣ ∩ ∪ ⊆ ⊂ ⊄ ⊊ ⊇ ⊃ ⊅ ⊋ ⊖ ∈ ∉ ∋ ∌ ℕ ℤ ℚ ℝ ℂ ℵ ℶ ℷ ℸ 𝓟
¬ ∨ ∧ ⊕ → ← ⇒ ⇐ ⇔ ∀ ∃ ∄ ∴ ∵ ⊤ ⊥ ⊢ ⊨ ⫤ ⊣ … ⋯ ⋮ ⋰ ⋱
∫ ∬ ∭ ∮ ∯ ∰ ∇ ∆ δ ∂ ℱ ℒ ℓ
𝛢𝛼 𝛣𝛽 𝛤𝛾 𝛥𝛿 𝛦𝜀𝜖 𝛧𝜁 𝛨𝜂 𝛩𝜃𝜗 𝛪𝜄 𝛫𝜅 𝛬𝜆 𝛭𝜇 𝛮𝜈 𝛯𝜉 𝛰𝜊 𝛱𝜋 𝛲𝜌 𝛴𝜎𝜍 𝛵𝜏 𝛶𝜐 𝛷𝜙𝜑 𝛸𝜒 𝛹𝜓 𝛺𝜔