Skip to content

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

Right-angled triangle

If a,b,cN 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

cb=2(ba)
Solution
  1. Suppose a,a+1,a+2N form a Pythagorean triple. Then

    (a+2)2=(a+1)2+a2a2+4a+4=a2+2a+1+a2a22a3=0(a3)(a+1)=0a{1,3}

    So a=3 is the only solution.

  2. Suppose a,b,cN is a Pythagorean triple, and that

    cb=2(ba)c=3b2a

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

    c2=b2+a2(3b2a)2=b2+a29b212ab+4a2=b2+a23b212ab+3a2=0b24ab+a2=0(b2a)24a2+a2=0(b2a)2=3a2b2a=±3ab=2a±3ab=(2±3)a

    Now if aN, we can't possibly also have bN 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.