Let ABCD be a convex quadrilateral with the property that AB extended and CD extended intersect at a right angle. Prove that AC⋅BD>AD⋅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 AB extended and CD extended intersect at a right angle, we can set the y-axis as AB and the x-axis as CD. This means that A is at (0,a), B is at (0,b), C is at (c,0), and D is at (d,0).
2. We need to prove that AC⋅BD>AD⋅BC. First, we calculate the lengths of the diagonals AC, BD, AD, and BC: AC=a2+c2,BD=b2+d2,AD=a2+d2,BC=b2+c2
3. We then compute the products AC⋅BD and AD⋅BC: AC⋅BD=(a2+c2)(b2+d2) AD⋅BC=(a2+d2)(b2+c2)
4. To prove AC⋅BD>AD⋅BC, we need to show: (a2+c2)(b2+d2)>(a2+d2)(b2+c2)
5. Expanding both sides, we get: a2b2+a2d2+b2c2+c2d2>a2b2+a2c2+b2d2+c2d2
6. Simplifying, we need to show: a2d2+b2c2>a2c2+b2d2
7. Rearranging terms, we get: a2(d2−c2)>b2(d2−c2)
8. We consider two cases: - If a<b and d<c, then d2−c2<0. Thus, it suffices to show that a2<b2, which holds since a<b. - If a>b and d>c, then d2−c2>0. Thus, it suffices to show that a2>b2, which holds since a>b.
Therefore, in both cases, the inequality a2(d2−c2)>b2(d2−c2) holds, proving that AC⋅BD>AD⋅BC.
■
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.