Maths Olympiad Prep

Library / /8 of 10

Geometry Difficulty 9.0 Shortlist Prove it China

A finite point set P={(xi,yi)i=1,2,,n}P = \{(x_i, y_i) \mid i = 1, 2, \dots, n\} in the plane is called sparse if for any 1i<jn1 \le i < j \le n,
xixjyiyj1. |x_i - x_j| \cdot |y_i - y_j| \ge 1.
(1) Let {Q1,Q2,Q3}\{Q_1, Q_2, Q_3\} be a sparse set where no QiQ_i lies inside the axis-aligned rectangle with the other two points as diagonal vertices. Prove that the area of triangle Q1Q2Q3Q_1Q_2Q_3 is at least 52\frac{\sqrt{5}}{2}.

(2) Let PP be a sparse set with no three collinear points, all lying inside an axis-aligned square of side length aa. Prove that the number of points in PP does not exceed
a25+2a+1. \frac{a^2}{\sqrt{5}} + 2a + 1.

Solution

(1) Let the coordinates of QiQ_i be (xi,yi)(x_i, y_i). Without loss of generality, assume x1<x2<x3x_1 < x_2 < x_3. Since both the conditions and conclusion are symmetric under reflection about the xx-axis and yy-axis, we can further assume y1<y3<y2y_1 < y_3 < y_2. After appropriate translation, we may set x1=y1=0x_1 = y_1 = 0, so 0<x2<x30 < x_2 < x_3 and 0<y3<y20 < y_3 < y_2. Since {Q1,Q2,Q3}\{Q_1, Q_2, Q_3\} is sparse,
A=(x3x2)(y2y3)1,B=x2y21,C=x3y31. A = (x_3 - x_2)(y_2 - y_3) \ge 1, \quad B = x_2y_2 \ge 1, \quad C = x_3y_3 \ge 1.
The area of triangle Q1Q2Q3Q_1Q_2Q_3 is S=12(x3y2x2y3)S = \frac{1}{2}(x_3y_2 - x_2y_3), and we have
(2S)2=(x3y2x2y3)2=(x3y2+x2y3)24x3y2x2y3=(A+B+C)24BC=A2+2A(B+C)+(BC)25, \begin{align*} (2S)^2 &= (x_3y_2 - x_2y_3)^2 = (x_3y_2 + x_2y_3)^2 - 4x_3y_2x_2y_3 \\ &= (A + B + C)^2 - 4BC = A^2 + 2A(B + C) + (B - C)^2 \\ &\ge 5, \end{align*}
which proves S52S \ge \frac{\sqrt{5}}{2}.

(2) Define the L1L^1 distance between two points A(a1,a2),B(b1,b2)A(a_1, a_2), B(b_1, b_2) as d1(A,B)=a1b1+a2b2d_1(A, B) = |a_1 - b_1| + |a_2 - b_2|. It's easy to verify that the L1L^1 distance satisfies the triangle inequality
d1(A,B)+d1(B,C)d1(A,C), d_1(A, B) + d_1(B, C) \ge d_1(A, C),
with equality when A,B,CA, B, C are colinear in order. It's known that if convex polygon QQ is contained in convex polygon RR, then the perimeter of QQ doesn't exceed that of RR. Using similar proof methods and the triangle inequality for L1L^1 distance, we can show that under these conditions, the L1L^1 perimeter of QQ (sum of L1L^1 lengths of its sides) doesn't exceed that of RR.
Let RR be the given square with side length aa, and P={P1,,Pn}P = \{P_1, \dots, P_n\} be a sparse subset of RR. By the definition of sparse sets, for any iji \neq j,
xixj+yiyj2xixjyiyj2, |x_i - x_j| + |y_i - y_j| \ge 2\sqrt{|x_i - x_j| \cdot |y_i - y_j|} \ge 2,
i.e., d1(Pi,Pj)2d_1(P_i, P_j) \ge 2.
For a triangle PiPjPk\triangle P_i P_j P_k with vertices in PP, if PiP_i lies inside the rectangle with PjPkP_j P_k as diagonal and sides parallel to the coordinate axes, we call PiPjPk\triangle P_i P_j P_k a bad triangle, PjPiPk\angle P_j P_i P_k its bad angle, and PjPkP_j P_k its bad edge. Each bad triangle has exactly one bad angle and one bad edge. Let (PiPjPk)=d1(Pj,Pk)\ell(\triangle P_i P_j P_k) = d_1(P_j, P_k) be the length of the bad edge, which equals d1(Pj,Pi)+d1(Pi,Pk)d_1(P_j, P_i) + d_1(P_i, P_k). If no angle of PiPjPk\triangle P_i P_j P_k is bad, we call it a good triangle. Part (1) shows that good triangles have area at least 52\frac{\sqrt{5}}{2}.

Let the convex hull of PP be an mm-gon Q=Q1Q2QmQ = Q_1Q_2\cdots Q_m. We first state a lemma:
Lemma: There exists a triangulation T\mathcal{T} of QQ consisting of 2nm22n-m-2 triangles with vertices in PP, such that the number of bad triangles in T\mathcal{T} doesn't exceed 2a2a.
We'll use this lemma to prove the main result. Take a triangulation T\mathcal{T} satisfying the lemma. Since the L1L^1 perimeter of QQ doesn't exceed that of RR,
4ai=1md1(Qi,Qi+1)2m, 4a \ge \sum_{i=1}^{m} d_1(Q_i, Q_{i+1}) \ge 2m,
so m2am \le 2a. As T\mathcal{T} has at most 2a2a bad triangles, the number NN of good triangles satisfies
N(2nm2)2a2n4a2. N \ge (2n - m - 2) - 2a \ge 2n - 4a - 2.
Since the total area of good triangles doesn't exceed the area of RR and each good triangle has area at least 52\frac{\sqrt{5}}{2},
a252N52(2n4a2), a^2 \ge \frac{\sqrt{5}}{2}N \ge \frac{\sqrt{5}}{2}(2n - 4a - 2),
which implies na25+2a+1n \le \frac{a^2}{\sqrt{5}} + 2a + 1.

Next, we prove the lemma. Consider a triangulation T\mathcal{T} of QQ that minimizes both the number of bad triangles and, subject to that condition, minimizes the sum of all bad angles.

For any internal bad triangle ABCABC in T\mathcal{T} with bad edge BCBC, there exists another triangle BCDBCD sharing the edge BCBC. Let T\mathcal{T}' be the triangulation obtained by replacing triangles ABC\triangle ABC and BCD\triangle BCD with ABD\triangle ABD and ACD\triangle ACD.
As shown in the figure, point DD may lie in regions Y1Y_1 through Y5Y_5. For each possible position of DD, we can carefully analyze how the number of bad triangles and the sum of bad angles change when transforming T\mathcal{T} to T\mathcal{T}', as described in the following table:

Region containing DChange in number of bad triangles and sum of bad angles
Y1Y_1Two bad become two good
Y2Y_2One good and one bad become two good
Y3Y_3Two bad remain two bad, but sum of bad angles strictly decreases
Y4Y_4One good and one bad remain, but sum of bad angles strictly decreases

Figure 1

By the minimality of T\mathcal{T}, we conclude that DY5D \in Y_5. In this case, BCD\triangle BCD is also a bad triangle. If DD is in the bottom-left Y5Y_5 region of the figure, then CDCD is the bad edge of BCD\triangle BCD, giving (BCD)=d1(D,B)+d1(B,C)(ABC)+2\ell(\triangle BCD) = d_1(D, B) + d_1(B, C) \ge \ell(\triangle ABC) + 2. If DD is in the top-right Y5Y_5 region, then BDBD is the bad edge of BCD\triangle BCD, giving (BCD)=d1(B,C)+d1(C,D)(ABC)+2\ell(\triangle BCD) = d_1(B, C) + d_1(C, D) \ge \ell(\triangle ABC) + 2.
In summary, for any internal bad triangle Δ0\Delta_0, the triangle Δ1\Delta_1 on the other side of its bad edge is also bad, with (Δ1)>(Δ0)\ell(\Delta_1) > \ell(\Delta_0). If Δ1\Delta_1 is also internal, then the triangle Δ2\Delta_2 on the other side of its bad edge is bad, and so on, forming a unique chain of bad triangles:
Δ0Δ1Δk, \Delta_0 \rightsquigarrow \Delta_1 \rightsquigarrow \dots \rightsquigarrow \Delta_k,
ending with a boundary bad triangle Δk\Delta_k. Denote this chain by C(Δ0)C(\Delta_0). For a boundary bad triangle Δ0\Delta_0, C(Δ0)C(\Delta_0) contains only Δ0\Delta_0 itself.

Figure 1

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic and difficulty added by this site.