|
|
| View previous topic :: View next topic |
| Author |
Message |
Werner Mayer Guest
|
Posted: Wed May 23, 2007 11:01 am Post subject: diophantine equation about pythagorean triples in R |
|
|
a,b,c in R are known constants.
B,n in N are known constants.
a < b < B^n ; b < c.
(x*(B^n)+a)^2 + (y*(B^n)+b)^2 = ((x+y)*b^n+c)^2
How to find out whether solutions x \in N, y \in N do exist?
Many thanks.
Werner |
|
| Back to top |
|
 |
| |
Ads |
Advertising
Sponsor
|
|
Werner Mayer Guest
|
Posted: Wed May 23, 2007 11:01 am Post subject: Re: diophantine equation about pythagorean triples in R |
|
|
I produced a bad typo, using two different variables b and B.
Sorry. I will rephrase the problem:
a,b,c in R are known constants.
k, n in N are known constants.
a < b < k^n ; b < c.
(x*(k^n)+a)^2 + (y*(k^n)+b)^2 = ((x+y)*(k^n)+c)^2
How to find out whether solutions x \in N, y \in N do exist?
Many thanks.
Werner |
|
| Back to top |
|
 |
| |
Ads |
Advertising
Sponsor
|
|
Ulrich Diez Guest
|
Posted: Fri May 25, 2007 11:01 am Post subject: Re: diophantine equation about pythagorean triples in R |
|
|
Werner Mayer wrote:
| Quote: |
a,b,c in R are known constants.
k, n in N are known constants.
a < b < k^n ; b < c.
(x*(k^n)+a)^2 + (y*(k^n)+b)^2 = ((x+y)*(k^n)+c)^2
How to find out whether solutions x \in N, y \in N do exist?
|
rotfl. I don't think you will get an easy answer.
For special cases of a, b and c your equation resolves to factoring
integers... Why do you need this? Can you tell more about
a,b and c?
Ulrich |
|
| Back to top |
|
 |
| |
Ads |
Advertising
Sponsor
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|