Do Pythagorean Triples Generate All Possible Solutions?

  • Thread starter Thread starter mikky05v
  • Start date Start date
  • Tags Tags
    Proof
mikky05v
Messages
53
Reaction score
0

Homework Statement


prove the following proposition:
Let P be the set of pythagorean triples; that is,
P= {(a,b,c) : a, b, c \in Z and a^{2}+b^{2}=c^{2}}
and let T be the set
T= {(p,q,r) : p=x^{2}-y^{2}, q= 2xy, and r = x^{2}+y^{2} where x,y\in Z}

show also that T ≠ P … that is that T is a “proper subset” of P … that is that there’s at least 1 member of P that is NOT in T.

Homework Equations





The Attempt at a Solution


I understand what it's asking but i have no idea how to begin proving it. I thought at first to try and let x\in P and go from there but then I didn't know how to work with that idea at all. Can someone point me the right direction on figuring this out?
 
Physics news on Phys.org
mikky05v said:

Homework Statement


prove the following proposition:
Let P be the set of pythagorean triples; that is,
P= {(a,b,c) : a, b, c \in Z and a^{2}+b^{2}=c^{2}}
and let T be the set
T= {(p,q,r) : p=x^{2}-y^{2}, q= 2xy, and r = x^{2}+y^{2} where x,y\in Z}

show also that T ≠ P … that is that T is a “proper subset” of P … that is that there’s at least 1 member of P that is NOT in T.

Homework Equations





The Attempt at a Solution


I understand what it's asking but i have no idea how to begin proving it. I thought at first to try and let x\in P and go from there but then I didn't know how to work with that idea at all. Can someone point me the right direction on figuring this out?

Use algebra to show your formula generates Pythagorean triples, i.e. show p^2+q^2=r^2. That's easy enough. To show it doesn't generate all of them takes a little more guesswork. You have to find a triple is doesn't generate. Here's a hint. Multiply some of the known triples by a constant.
 
mikky05v said:

Homework Statement


prove the following proposition:
Let P be the set of pythagorean triples; that is,
P= {(a,b,c) : a, b, c \in Z and a^{2}+b^{2}=c^{2}}
and let T be the set
T= {(p,q,r) : p=x^{2}-y^{2}, q= 2xy, and r = x^{2}+y^{2} where x,y\in Z}

show also that T ≠ P … that is that T is a “proper subset” of P … that is that there’s at least 1 member of P that is NOT in T.

Homework Equations





The Attempt at a Solution


I understand what it's asking but i have no idea how to begin proving it. I thought at first to try and let x\in P and go from there but then I didn't know how to work with that idea at all. Can someone point me the right direction on figuring this out?

Use algebra to show your formula generates Pythagorean triples, i.e. show p^2+q^2=r^2. That should be easy enough. To show it doesn't generate all of them takes a little more guesswork. You have to find a triple is doesn't generate. Here's a hint. Multiply some of the known triples by a constant.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top