Skip to content

Consider the right-angle triangle with sides of length a<b<c, as drawn below:

Right-angled triangle

If a,b,c∈N then a,b,c is known as a Pythagorean triple.

  1. Prove that there is only one Pythagorean triple consisting of consecutive integers.

  2. Prove that there is no Pythagorean triple where the difference between a and b is half the difference between b and c.

Hint

For (a), you don't need to complete the square. If a,b,c are consecutive then they must be of the form

a,a+1,a+2

They must satisfy Pythagoras' theorem, which should enable you to find a.

Hint

For (b), the condition implies that

c−b=2(b−a)
Solution
  1. Suppose a,a+1,a+2∈N form a Pythagorean triple. Then

    (a+2)2=(a+1)2+a2a2+4a+4=a2+2a+1+a2a2−2a−3=0(a−3)(a+1)=0a∈{−1,3}

    So a=3 is the only solution.

  2. Suppose a,b,c∈N is a Pythagorean triple, and that

    c−b=2(b−a)⇒c=3b−2a

    Then, since a,b,c is Pythagorean, we have

    c2=b2+a2(3b−2a)2=b2+a29b2−12ab+4a2=b2+a23b2−12ab+3a2=0b2−4ab+a2=0(b−2a)2−4a2+a2=0(b−2a)2=3a2b−2a=±3ab=2a±3ab=(2±3)a

    Now if a∈N, we can't possibly also have b∈N due to the 3 on the right-hand side.

    This is a contradiction, so we must conclude that such a Pythagorean triple does not exist.