题面据中国数学奥林匹克 / AoPS 可核档案整理;中文题意为本站自译,英文行为来源英译摘要,公式请以原始来源为准。
We are given an equilateral triangle ABC with the length of its side equal to . There are points on each side of the triangle that equally divide the side into segments. We draw all possible lines that pass through any two of all those points such that they are parallel to one of three sides of triangle . All such lines divide triangle into some lesser triangles whose vertices are called *nodes*. We assign a real number for each *node* such that the following conditions are satisfied:
(I) real numbers are assigned to respectively;
(II) for any rhombus that is consisted of two lesser triangles that share a common side, the sum of the numbers of vertices on its one diagonal is equal to that of vertices on the other diagonal.
1) Find the minimum distance between the *node* with the maximal number to the *node* with the minimal number;
2) Denote by the sum of the numbers of all *nodes*, find .
我们有一个等边三角形 ABC ,其边长等于 。三角形 的每条边上都有 个点,将边平均分为 段。我们绘制穿过所有 点中任意两个点的所有可能的直线,使它们平行于三角形 的三边之一。所有这些线将三角形 分成一些较小的三角形,其顶点称为*节点*。我们为每个*节点*分配一个实数,以满足以下条件:
(i) 将实数分别赋值给;
(II) 对于由两个同一条小三角形组成的菱形,其一条对角线上的顶点数之和等于另一条对角线上的顶点数之和。
1) 求编号最大的*节点*到编号最小的*节点*之间的最小距离;
2) 用表示所有*节点*的数量之和,求。
提示 1
先把题面里的关系改写成一个干净的代数对象。
提示 2
寻找不变量、对称式或一个可以降次数的替换。
提示 3
最后用判别式、因式分解或单调性把所有可能排完。
完整解答
题面已直接收录。先把 1987 年 CMO 第 2 题的条件整理成对象、关系、目标三部分;再沿提示寻找不变量、标准构型或关键变形;最后补齐边界情形,并回到原题要求核对。