Olympiad Maths Prep

Track / Stage 6 / 385 of 400 #1385 of 2000

Problem 1385

National olympiad, first round
Geometry Difficulty 6.9 Prove it

Let ABCDABCD be a convex quadrilateral with the property that ABAB extended and CDCD extended intersect at a right angle. Prove that ACBD>ADBCAC\cdot BD>AD\cdot BC.

This one wants a proof. Work it on paper, read the official solution, then mark yourself honestly — the ladder only means something if the record is true.

Official solution

1. Given that ABAB extended and CDCD extended intersect at a right angle, we can set the y-axis as AB\overline{AB} and the x-axis as CD\overline{CD}. This means that AA is at (0,a)(0, a), BB is at (0,b)(0, b), CC is at (c,0)(c, 0), and DD is at (d,0)(d, 0).

2. We need to prove that ACBD>ADBCAC \cdot BD > AD \cdot BC. First, we calculate the lengths of the diagonals ACAC, BDBD, ADAD, and BCBC:
AC=a2+c2,BD=b2+d2,AD=a2+d2,BC=b2+c2 AC = \sqrt{a^2 + c^2}, \quad BD = \sqrt{b^2 + d^2}, \quad AD = \sqrt{a^2 + d^2}, \quad BC = \sqrt{b^2 + c^2}

3. We then compute the products ACBDAC \cdot BD and ADBCAD \cdot BC:
ACBD=(a2+c2)(b2+d2) AC \cdot BD = \sqrt{(a^2 + c^2)(b^2 + d^2)}
ADBC=(a2+d2)(b2+c2) AD \cdot BC = \sqrt{(a^2 + d^2)(b^2 + c^2)}

4. To prove ACBD>ADBCAC \cdot BD > AD \cdot BC, we need to show:
(a2+c2)(b2+d2)>(a2+d2)(b2+c2) (a^2 + c^2)(b^2 + d^2) > (a^2 + d^2)(b^2 + c^2)

5. Expanding both sides, we get:
a2b2+a2d2+b2c2+c2d2>a2b2+a2c2+b2d2+c2d2 a^2b^2 + a^2d^2 + b^2c^2 + c^2d^2 > a^2b^2 + a^2c^2 + b^2d^2 + c^2d^2

6. Simplifying, we need to show:
a2d2+b2c2>a2c2+b2d2 a^2d^2 + b^2c^2 > a^2c^2 + b^2d^2

7. Rearranging terms, we get:
a2(d2c2)>b2(d2c2) a^2(d^2 - c^2) > b^2(d^2 - c^2)

8. We consider two cases:
- If a<ba < b and d<cd < c, then d2c2<0d^2 - c^2 < 0. Thus, it suffices to show that a2<b2a^2 < b^2, which holds since a<ba < b.
- If a>ba > b and d>cd > c, then d2c2>0d^2 - c^2 > 0. Thus, it suffices to show that a2>b2a^2 > b^2, which holds since a>ba > b.

Therefore, in both cases, the inequality a2(d2c2)>b2(d2c2)a^2(d^2 - c^2) > b^2(d^2 - c^2) holds, proving that ACBD>ADBCAC \cdot BD > AD \cdot BC.

\blacksquare

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