Maths Olympiad Prep

Track / Stage 7 / 276 of 300 #1676 of 1964

Problem 1676

National olympiad second round; IMO P1/P4
Number theory Difficulty 7.8 Prove it

Prove that there exists a right angle triangle with rational sides and area dd if and only if x2,y2x^2,y^2 and z2z^2 are squares of rational numbers and are in Arithmetic Progression

Here dd is an integer.

This one wants a proof. Work it on paper, then read the official solution and mark yourself. Be honest about it: the record is only any use to you if it is.

Official solution

To prove the statement, we need to show two implications:
1. If there exists a right-angle triangle with rational sides and area d d , then x2,y2, x^2, y^2, and z2 z^2 are squares of rational numbers and are in arithmetic progression.
2. If x2,y2, x^2, y^2, and z2 z^2 are squares of rational numbers and are in arithmetic progression, then there exists a right-angle triangle with rational sides and area d d .

### Part 1: Existence of Right-Angle Triangle with Rational Sides and Area d d implies x2,y2, x^2, y^2, and z2 z^2 are in Arithmetic Progression

1. Let the sides of the right-angle triangle be a,b, a, b, and c c (where c c is the hypotenuse). Since the sides are rational, we can write:
a=pq,b=rs,c=tu a = \frac{p}{q}, \quad b = \frac{r}{s}, \quad c = \frac{t}{u}
where p,q,r,s,t, p, q, r, s, t, and u u are integers.

2. The area of the triangle is given by:
Area=12ab=d \text{Area} = \frac{1}{2}ab = d
Substituting the rational sides, we get:
12(pq)(rs)=d \frac{1}{2} \left( \frac{p}{q} \right) \left( \frac{r}{s} \right) = d
Simplifying, we have:
pr2qs=d    pr=2dqs \frac{pr}{2qs} = d \implies pr = 2dqs

3. By the Pythagorean theorem, we have:
a2+b2=c2 a^2 + b^2 = c^2
Substituting the rational sides, we get:
(pq)2+(rs)2=(tu)2 \left( \frac{p}{q} \right)^2 + \left( \frac{r}{s} \right)^2 = \left( \frac{t}{u} \right)^2
Simplifying, we have:
p2q2+r2s2=t2u2 \frac{p^2}{q^2} + \frac{r^2}{s^2} = \frac{t^2}{u^2}

4. To show that x2,y2, x^2, y^2, and z2 z^2 are in arithmetic progression, let:
x2=p2q2,y2=r2s2,z2=t2u2 x^2 = \frac{p^2}{q^2}, \quad y^2 = \frac{r^2}{s^2}, \quad z^2 = \frac{t^2}{u^2}

5. We need to show that:
2y2=x2+z2 2y^2 = x^2 + z^2
Substituting the values, we get:
2(r2s2)=p2q2+t2u2 2 \left( \frac{r^2}{s^2} \right) = \frac{p^2}{q^2} + \frac{t^2}{u^2}
This equation holds if and only if x2,y2, x^2, y^2, and z2 z^2 are in arithmetic progression.

### Part 2: x2,y2, x^2, y^2, and z2 z^2 are in Arithmetic Progression implies Existence of Right-Angle Triangle with Rational Sides and Area d d

1. Assume x2,y2, x^2, y^2, and z2 z^2 are squares of rational numbers and are in arithmetic progression. Let:
x2=(pq)2,y2=(rs)2,z2=(tu)2 x^2 = \left( \frac{p}{q} \right)^2, \quad y^2 = \left( \frac{r}{s} \right)^2, \quad z^2 = \left( \frac{t}{u} \right)^2

2. Since they are in arithmetic progression, we have:
2y2=x2+z2 2y^2 = x^2 + z^2
Substituting the values, we get:
2(r2s2)=(p2q2)+(t2u2) 2 \left( \frac{r^2}{s^2} \right) = \left( \frac{p^2}{q^2} \right) + \left( \frac{t^2}{u^2} \right)

3. This implies:
2(r2s2)=(p2q2)+(t2u2) 2 \left( \frac{r^2}{s^2} \right) = \left( \frac{p^2}{q^2} \right) + \left( \frac{t^2}{u^2} \right)
which can be rewritten as:
(pq)2+(tu)2=2(rs)2 \left( \frac{p}{q} \right)^2 + \left( \frac{t}{u} \right)^2 = 2 \left( \frac{r}{s} \right)^2

4. Let a=pq,b=rs, a = \frac{p}{q}, b = \frac{r}{s}, and c=tu c = \frac{t}{u} . Then:
a2+b2=c2 a^2 + b^2 = c^2
which means a,b, a, b, and c c form the sides of a right-angle triangle.

5. The area of the triangle is:
Area=12ab \text{Area} = \frac{1}{2}ab
Since a,b, a, b, and c c are rational, the area d d is also rational.

Therefore, we have shown both implications.

\blacksquare

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.