( a , b , c ) is a Pythagorean triple.Can we always find two integers m , n that m 2 + n 2 = c ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
If n is even then we can express it as 2a and therefore n 2 = 4 a 2 . If n is odd we can express it as 2b+1 and therefore n 2 = 4 a 2 + 4 a + 1 = 4 ( a 2 + a ) + 1
Therefore squares are either of the form 4n or 4n+1. When adding two squares we can therefore get a number of form 4n+2, 4n+1 or 4n. Therefore no number of the form 4n+3 is the sum of two squares.
never mind
c can be of the form k ( m 2 + n 2 ) , where k is not a square.
3 is a counter example. In general numbers of the form 4k+3 can't be written as the sum of two squares.
Usually, the third number of a Pythagorean triple refers to the hypotenuse of the right triangle, so I don't think 3 is actually a counter example.
Log in to reply
can you find integer m & n such that m^2 + n^2 = 3 ?
Problem Loading...
Note Loading...
Set Loading...
Euclid's well-known formula for generating Pythagorean triples, ( a = m 2 − n 2 , b = 2 m n , c = m 2 + n 2 ) does generate every primitive triple but not every triple, e.g. it's easy to verify that in the triple ( 9 , 1 2 , 1 5 ) , c = 1 5 cannot be written as the sum of two squares.