For a Pythagorean triple $a, b, c \in N$, if a is even and a, b, c have no common factors, prove that $c-a$ and $c+a$ are perfect squares.

83 Views Asked by At

What property(s) should I examine to approach this problem?

3

There are 3 best solutions below

0
On

Hint. If $x$ and $y$ are integers and $xy$ is a perfect square, then $x$ and $y$ are both perfect squares. . .

. . . or are they?

2
On

Expanding on David's hint: $$a^2+b^2=c^2$$ $$b^2=c^2-a^2$$ $$b^2=(c+a)(c-a)$$ Take it from there?

3
On

If a is even and coprime to b then it is represented by $ 2mn $ for $ gcd(n,m) = 1 $ and n , m not both odd in Euclids Formula.

http://en.m.wikipedia.org/wiki/Pythagorean_triple

$ c + a = m^2 + 2mn + n^2 = (m + n)^2 $

$ c - a = m^2 - 2mn + n^2 = (m - n)^2 $