Maths Olympiad Prep

Library / /6 of 20

Combinatorics Difficulty 5.7 AIME, harder Prove it China

Let a1,a2,,ana_1, a_2, \dots, a_n (n4n \ge 4) be positive real numbers with a1<a2<<ana_1 < a_2 < \dots < a_n. For any positive real number rr, the number of ternary groups (i,j,k)(i, j, k) satisfying ajaiakaj=r\frac{a_j - a_i}{a_k - a_j} = r (1i<j<kn1 \le i < j < k \le n) is denoted as fn(r)f_n(r). Prove fn(r)<n24f_n(r) < \frac{n^2}{4}.

Solution

Given jj (1<j<n1 < j < n), the number of ternary groups (i,j,k)(i, j, k) satisfying 1i<j<kn1 \le i < j < k \le n and
ajaiakaj=r1 \frac{a_j - a_i}{a_k - a_j} = r \qquad \textcircled{1}
is denoted as gj(r)g_j(r). For fixed i,ji, j with i<ji < j, there is at most one kk satisfying ; so there are j1j-1 ways to choose ii, which means gj(r)j1g_j(r) \le j-1. In a similar way, for fixed j,kj, k with k>jk > j, there is at most one ii satisfying ; so there are njn-j ways to choose kk, which means gj(r)njg_j(r) \le n-j. Therefore,
gj(r)min{j1,nj}. g_j(r) \le \min\{j-1, n-j\}.
Then, when nn is even (i.e., n=2mn = 2m), we have
fn(r)=j=2n1gj(r)=j=2m1gj(r)+j=m2m1gj(r)j=2m(j1)+j=m+12m1(2mj)=m(m1)2+m(m1)2=m2m<m2=n24. \begin{align*} f_n(r) &= \sum_{j=2}^{n-1} g_j(r) = \sum_{j=2}^{m-1} g_j(r) + \sum_{j=m}^{2m-1} g_j(r) \\ &\le \sum_{j=2}^{m} (j-1) + \sum_{j=m+1}^{2m-1} (2m-j) = \frac{m(m-1)}{2} + \frac{m(m-1)}{2} \\ &= m^2 - m < m^2 = \frac{n^2}{4}. \end{align*}
When nn is odd (i.e. n=2m+1n = 2m + 1), we have
fn(r)=j=2n1gj(r)=j=2mgj(r)+j=m+12mgj(r)j=2m(j1)+j=m+12m(2m+1j)=m2<n24. \begin{aligned} f_n(r) &= \sum_{j=2}^{n-1} g_j(r) = \sum_{j=2}^{m} g_j(r) + \sum_{j=m+1}^{2m} g_j(r) \\ &\le \sum_{j=2}^{m} (j-1) + \sum_{j=m+1}^{2m} (2m+1-j) \\ &= m^2 < \frac{n^2}{4}. \end{aligned}
The proof is completed. \Box

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.