How do I solve a^2 + b^2 = c^2 for the variables?

  • Thread starter Thread starter VietDao29
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 2K views
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:
[tex]a^{2} + b^{2} = c^{2}[/tex]
a, b, c <> 0
I try to call:
[tex]x_{1} = \frac{b}{a}[/tex]
[tex]x_{2} = \frac{c}{a}[/tex]
And I have
[tex]a^2 \times{(1 + x_{1}^{2} - x_{2}^{2})} = 0[/tex]
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:

[tex]a=m^{2}-n^{2}[/tex]

[tex]b=2mn[/tex]

[tex]c=m^{2}+n^{2}[/tex]

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:
[tex]a^{n} + b^{n} = c^{n}[/tex]
Where a, b, c <> 0 and [itex]a, b, c \in Z[/itex]
[itex]n \in N[/itex], 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?
[tex]a=m^{2}-n^{2}[/tex]
[tex]b=2mn[/tex]
[tex]c=m^{2}+n^{2}[/tex]
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.
 
Hi,
Thanks, Hurkyl. I appreciate your help.
Viet Dao,
 
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".