Browse · MathNet
PrintLocal Mathematical Competitions
Romania counting and probability
Problem
Let be a given positive integer. Say that a set of points with integer coordinates in the plane is connected if for every pair of points , there exist a positive integer and a sequence of points in , where each is distance away from . For such a set , we define the set of vectors What is the maximum value of over all connected sets of points with integer coordinates in the plane? (Russia) Grigory Chelnokov
Solution
We claim the answer is . A model is when It is left to prove that for any set . What the statement of the problem describes is a connected graph of order , whose vertices are the points in , while the edges are the horizontal/vertical segments of length that connect (some of) these points. The key to the proof is to sequence the elements of as such that the graph is connected for every ; this can be done through LEMMA. The vertices of a finite connected graph can always be enumerated, say as a sequence , so that is connected for every . Proof. Pick any vertex as , and assume inductively that have been chosen for some . Now pick a vertex . As is connected, it contains a path . Choose as the last vertex of in ; then has as neighbor in the next vertex of . The connectedness of every follows by induction on .
Moreover, if we just keep the edges through which has the (selected) neighbor in , then is a tree, and so is a spanning tree of . Call the vertex horizontal (vertical) if the edge that connects him is horizontal (vertical). Denote by , respectively , the number of horizontal, respectively vertical vertices; since is a tree, it follows . The point contributes vectors . Now, for , each point contributes at most new vectors, where if the vertex is horizontal, respectively if the vertex is vertical, since those vectors , with ends at the corresponding edges of same direction, will be duplicated by the vectors determined by the opposite parallel sides of the parallelograms created, which have already been accounted for.
Therefore the total number of distinct vectors will be . But , hence .
Moreover, if we just keep the edges through which has the (selected) neighbor in , then is a tree, and so is a spanning tree of . Call the vertex horizontal (vertical) if the edge that connects him is horizontal (vertical). Denote by , respectively , the number of horizontal, respectively vertical vertices; since is a tree, it follows . The point contributes vectors . Now, for , each point contributes at most new vectors, where if the vertex is horizontal, respectively if the vertex is vertical, since those vectors , with ends at the corresponding edges of same direction, will be duplicated by the vectors determined by the opposite parallel sides of the parallelograms created, which have already been accounted for.
Therefore the total number of distinct vectors will be . But , hence .
Final answer
2n^2 + 4n + 1
Techniques
Graph TheoryColoring schemes, extremal argumentsQM-AM-GM-HM / Power Mean