Solveeit Logo

Question

Question: Let n > 4 be a natural number and let P be a polygon with 'n' sides. Let $a_1, a_2, a_3$,...., $a_n$...

Let n > 4 be a natural number and let P be a polygon with 'n' sides. Let a1,a2,a3a_1, a_2, a_3,...., ana_n be the lengths of the sides of P and let 'p' be its perimeter. Then find the [i=1naipai]\left [ \sum_{i=1}^{n} \frac{a_i}{p-a_i} \right ], where [.] denotes greatest integer function.

Answer

1

Explanation

Solution

  1. Polygon Property: For any polygon, the sum of the lengths of any (n-1) sides must be strictly greater than the length of the remaining side. This implies pai>aip - a_i > a_i for each side aia_i, where pp is the perimeter.
  2. Upper Bound: From pai>aip - a_i > a_i, we get p>2aip > 2a_i, or ai<p/2a_i < p/2. Using this, we can write aipai<aip/2=2aip\frac{a_i}{p-a_i} < \frac{a_i}{p/2} = \frac{2a_i}{p}. Summing over all sides: i=1naipai<i=1n2aip=2pi=1nai=2pp=2\sum_{i=1}^{n} \frac{a_i}{p-a_i} < \sum_{i=1}^{n} \frac{2a_i}{p} = \frac{2}{p} \sum_{i=1}^{n} a_i = \frac{2}{p} \cdot p = 2. So, the sum is less than 2.
  3. Lower Bound: Rewrite each term as aipai=ppai1\frac{a_i}{p-a_i} = \frac{p}{p-a_i} - 1. The sum becomes S=pi=1n1painS = p \sum_{i=1}^{n} \frac{1}{p-a_i} - n. Let xi=paix_i = p-a_i. Using the AM-HM inequality, i=1n1xin2i=1nxi\sum_{i=1}^{n} \frac{1}{x_i} \ge \frac{n^2}{\sum_{i=1}^{n} x_i}. Substituting xi=paix_i = p-a_i, we have i=1nxi=i=1n(pai)=npi=1nai=npp=p(n1)\sum_{i=1}^{n} x_i = \sum_{i=1}^{n} (p-a_i) = np - \sum_{i=1}^{n} a_i = np - p = p(n-1).

So, Spn2p(n1)n=n2n1n=n2n(n1)n1=nn1S \ge p \frac{n^2}{p(n-1)} - n = \frac{n^2}{n-1} - n = \frac{n^2 - n(n-1)}{n-1} = \frac{n}{n-1}. 4. Conclusion: We have Snn1S \ge \frac{n}{n-1} and S<2S < 2. Since n>4n > 4, the smallest value of nn1\frac{n}{n-1} occurs at n=5n=5, which is 54=1.25\frac{5}{4} = 1.25. As nn increases, nn1\frac{n}{n-1} approaches 1. Therefore, for n>4n>4, 1<nn1S<21 < \frac{n}{n-1} \le S < 2. Since SS is strictly between 1 and 2, its greatest integer value [S][S] is 1.