|
Iran 2024 NMO, p3
给定一个整数 $n\geq 2$ 和实数 $x_1<x_2<\cdots < x_n$。函数 $f: \mathbb R \to \mathbb R$ 定义为
$$
f(x) = \sum_{i=1}^{n}\left | \dfrac{(x-x_1)(x-x_2)\cdots (x-x_{i-1})\cdot (x-x_{i+1})\cdots (x-x_n) }{(x_i-x_1)(x_i-x_2)\cdots (x_i-x_{i-1})\cdot (x_i-x_{i+1})\cdots (x_i-x_n) } \right |
$$
证明存在 $k\in\{1,2,\cdots,n-1\}$ 使得对于所有 $x\in (x_k,x_{k+1})$,都有 $f(x)< \sqrt n$。 |
|