GeometryDifficulty 5.8AIME, harderProve itUnited States
Problem:
a. Given a finite set X of points in the plane, let fX(n) be the largest possible area of a polygon with at most n vertices, all of which are points of X. Prove that if m,n are integers with m≥n>2, then fX(m)+fX(n)≥fX(m+1)+fX(n−1).
b. Let P0 be a 1-by-2 rectangle (including its interior), and inductively define the polygon Pi to be the result of folding Pi−1 over some line that cuts Pi−1 into two connected parts. The diameter of a polygon Pi is the maximum distance between two points of Pi. Determine the smallest possible diameter of P2013.
(In other words, given a polygon Pi−1, a fold of Pi−1 consists of a line l dividing Pi−1 into two connected parts A and B, and the folded polygon Pi=A∪Bl, where Bl is the reflection of B over the line l.)
Solution
Solution:
## 1 Convexity of the largest area of a polygon function
a. Let V be a finite set of points in the plane. Let fV be a function that takes integers ≥3 as input, and outputs a polygon of largest area with vertices in V.
Lemma 1.1. [fV(a+1)]+[fV(a−1)]≤2[fV(a)], where [P] represents the area of polygon P.
Proof. Let the vertices of fV(a+1) be 1a+1,2a+1,…,(a+1)a+1, and let the vertices of fV(a−1) be 1a−1,2a−1,…,(a−1)a−1.
Lemma 1.2. The collection of vertices W=(1a−1,2a−1,…,(a−1)a−1,1a+1,…,(a+1)a+1) are in convex configuration.
Proof. Suppose that the vertex sx∈W (for some integers x∈{a−1,a+1},s) is inside the convex hull of W. Then there exists a vertex k on the convex hull of W such that replacing vertex sx in fV(x) with k increases the area of the polygon fV(x). However, fV(x) is defined to be the polygon with x sides with maximum area. Contradiction. This proves Lemma 2.
Therefore the vertices in W are in convex configuration. Label them with 1,2,…,2a in clockwise order, starting from an arbitrary vertex. Let (2a) denote the vertex labeled (2a). (The vertex (1) will be shorthanded as 1 when there is no ambiguity).
Lemma 1.3. We have the inequality [fV(a+1)]+[fV(a−1)]≤[P1357…(2a−1)]+[P2468…(2a)]. (Throughout, the symbol P denotes an arbitrary polygon.)
Proof. It suffices to show that 2[P1234…(2a)]−[fV(a+1)]−[fV(a−1)]≥2[P1234…(2a)]−[P1357…(2a−1)]−[P2468…(2a)]. We will do this using the next few lemmas.
Lemma 1.4. Let x and y be integers ≤2a. If ray (x)(x+1) intersects (or is parallel to) ray (y)(y−1). Then [P(x)(x+1)(x+2)…(y−1)(y)]≥[Δ(x)(x+1)(x+2)]+[Δ(x+1)(x+2)(x+3)]+…+[Δ(y−2)(y−1)(y)] (where (2a+k) is equivalent to (k) for all k).
Proof. [P(x)(x+1)(x+2)…(y−1)(y)]=[△(x)(x+1)(x+2)]+[△(x)(x+2)(x+3)]+…+[Δ(x)(y−1)(y)]. Suppose ray (x)(x+1) intersects ray (y)(y−1) at point D, the convexity of W tells us that all vertices in between x and y exclusive going clockwise from x are contained inside triangle (x)D(y). It follows that for any x′ between x and y exclusive going clockwise from x, that (x) is farther from line (x′)(x′+1) than (x′−1). Therefore [Δ(x)(x′)(x′+1)]≤[△(x′−1)(x′)(x′+1)]. Summing these relations over all x in between x and y exclusive going clockwise from x gives the statement of Lemma 4, as desired.
An identical argument works if ray (x)(x+1) and ray (y)(y−1) are parallel, except instead of D, all the points between x and y are bounded by the two rays and the line (x)(y).
This proves Lemma 4.
Let z and s be integers such that z∈{a−1,a+1} and both vertices sz and (s+1)z are adjacent vertices of fV(z). u and v are positive integers defined such that sz has label (u) and sz+1 has label (v).
Lemma 1.5. Rays (u)(u+1) and (v)(v−1) intersect or are parallel to each other.
Proof. Since (u),(u+1),(v−1),(v) are in convex formation, then either (u)(u+1) and (v)(v−1) intersect or are parallel to each other, or else (u+1)(u) and (v−1)(v) intersect. If we suppose that the lemma statement does not hold for the sake of contradiction, then it follows that rays (u+1)(u) and (v−1)(v) must intersect. Let Q be the collection of vertices between v and u in W, going clockwise, inclusive. Since Q is in convex formation (it's a subset of W), and (u+1)(u) and (v+1)(v) intersect, it follows that u+1 is farther than u from any line joining two vertices of Q. Therefore removing sz (which is the same vertex as (u)) from fV(z) and replacing it with vertex (u+1) increases the area of fV(z), contradicting the assertion that fV(z) was the polygon of z vertices with maximal area on the set V. Therefore Lemma 5 is proven.
Lemma 5 allows us to apply Lemma 4 to the polygons formed by taking (P1234…(2a)) and subtracting out [fV(a+1)], as well as the polygons formed by taking (P1234…(2a)) and subtracting out fV(a−1). Adding the results tells us that 2[P1234…(2a)]−[fV(a+1)]−[fV(a−1)]≥2[P1234…(2a)]−[P1357…(2a−1)]−[P2468…(2a)] which is sufficient to prove Lemma 3.
Since [P135…(2a−1)], [P246…(2a)]≤fV(a) since (1),(2),…,(2a)∈V. Using this fact with Lemma 3, we have proven Lemma 1 as desired.
Lemma 1.6. Any function g from integers to real numbers that satisfies g(x+1)+g(x−1)≤2g(x) satisfies the inequality g(x)+g(y)≤g(x+1)+g(y−1) for y−1≥x+1, and is thus a convex function.
Proof. We proceed by induction on y−x. When y−x=2, the problem is trivial.
For y−x>2, note that g(x)+g(x+2)+g(y)+g(y−2)≤2g(x+1)+2g(y−1), but the inductive statement shows that g(x+2)+g(y−2)≥g(x+1)+g(y−1). It follows that g(x)+g(y)≤g(x+1)+g(y−1), which completes our induction as desired.
It follows from the preceding lemma that fV(a) is a convex function, as desired.
## 2 Folding a paper
Let the smallest diameter be M. We claim that M is 210062. Let the P0 be a 1 by 2 rectangle. For 0≤i≤2012, polygon Pi+1 is polygon Pi folded across line li. Line li splits Pi into Pi′ and Pi′′, and Pi′′ is reflected to Pi′′′, and Pi+1=Pi′∪Pi′′′.
Claim 1. For 1≤i≤2013, Pi can be expressed as the union of no more than 2i convex polygons, and the average number of sides of these polygons is not more than 4.
Proof. We proceed by induction. P0 clearly satisfies the inductive hypothesis. Suppose that Pi is the union of convex polygons A1,A2,…,An. Folding A1,A2,…,An across li and taking the union of the resulting polygons yields Pi+1.
Let S(P) be the number of sides of polygon P.
Lemma. A convex polygon Z is folded once. Z′ and Z′′′ are convex, and S(Z′)+S(Z′′′)≤S(Z)+4.
Proof. Any line l through Z splits Z into two convex polygons, and four new vertices are formed by l. The number of vertices in a convex polygon equals the number of sides, proving our lemma.
Thus Pi+1 can be expressed as the union of no more than 2i+1 convex polygons, and the average number of sides of these convex polygons does not exceed 4. Claim 1 is proven.
Claim 2. For a quadrilateral of area A, the diameter has length less than 2A.
Proof. Without loss of generality, let the fixed area be 1. The diagonal is not longer than the diameter of the quadrilateral. Half of the product of the diagonals is not less than the area, and Claim 2 follows.
Claim 1 tells us that P2013 is the union of no more than 22013 convex polygons, whose average number of sides is no more than 4. Part (a) of the problem tells us that there is some quadrilateral with area ≥220121, with vertices at the vertices of the final folded figure. Claim 2 tells us that the diameter of this quadrilateral, and thus of P2013, is ≥210062.
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 reproduced verbatim; metadata (topic, difficulty) added by this project.