Solving the Equation: a^2 + b^2 = c^2

  • Thread starter Thread starter VietDao29
  • Start date Start date
AI Thread Summary
The discussion centers on solving the equation a² + b² = c², specifically for generating Pythagorean triplets. Participants suggest using the formulas a = m² - n², b = 2mn, and c = m² + n², where m and n are arbitrary integers. There is also mention of an additional factor p to generate all possible triplets, particularly for non-primitive cases. The conversation highlights the distinction between generating triplets from natural numbers versus real numbers. Overall, the thread emphasizes the importance of understanding the formulas for finding Pythagorean triplets.
VietDao29
Homework Helper
Messages
1,424
Reaction score
3
Hi,
I have been trying to solve it for some days,... but I couldnot find out. The equation is:
a^{2} + b^{2} = c^{2}
a, b, c <> 0
I try to call:
x_{1} = \frac{b}{a}
x_{2} = \frac{c}{a}
And I have
a^2 \times{(1 + x_{1}^{2} - x_{2}^{2})} = 0
And I solve for x1 and x2. But I didn't succeed.
Can you suggest me some other ways??
Thanks,
Viet Dao,
 
Physics news on Phys.org
What are you after?
Is it a formula for how pythogorean triplets in general can be found?
Be more specific!
 
If this must be the case,then:

a=m^{2}-n^{2}

b=2mn

c=m^{2}+n^{2}

Where "m" and "n" are ARBITRARY.

Daniel.
 
arildno said:
What are you after?
Is it a formula for how pythogorean triplets in general can be found?
Be more specific!
I don't know really. My friend just asked me that some weeks ago, and I simply got stuck.
I remember reading a book that says:
a^{n} + b^{n} = c^{n}
Where a, b, c <> 0 and a, b, c \in Z
n \in N, n > 2. Then there will be no answer. But it didn't prove it.
--------------
Thanks Dextercioby, I got it now... But how can you know that?
a=m^{2}-n^{2}
b=2mn
c=m^{2}+n^{2}
Is there another case?
--------------
Viet Dao,
 
I didn't invent it,certainly...I read it somewhere,a long time ago.And it's not too hard to remember.

No,that formula covers all possible "m" and "n" from R (in particular from N hence generating the pythagoreic triplets).

Daniel.
 
Hi,
Thanks a lot dextercioby. :smile: That really helps.
Viet Dao,
 
I think you need an additional factor to get all triples:

a = p(m2 - n2)
b = 2mnp
c = p(m2 + n2)


Of course, you don't need p for primitive triples.
 
I see what u mean.Yes,the triplet (6,12,15) would not be found through "m" and "n"...

Daniel.
 
Hi,
Thanks, Hurkyl. I appreciate your help.
Viet Dao,
 
  • #10
Just a second.I gave the example with the triplet (6,12,15),which HAS SOLUTIONS,but for "m" and "n" in the reals.So my initial statement is still valid.

Daniel.

P.S.Yes,for all natural number triplets,generated by natural "m" and "n",one has to put the "p".
 
Back
Top