Maths Olympiad Prep

Library / /1 of 6

, 2020

Algebra Difficulty 8.0 Shortlist Prove it Taiwan

Let x1,,xnx_1, \dots, x_n be different real numbers (n2n \ge 2). Prove that
1inji1xixjxixj={0,if n is even;1,if n is odd. \sum_{1 \le i \le n} \prod_{j \ne i} \frac{1 - x_i x_j}{x_i - x_j} = \begin{cases} 0, & \text{if } n \text{ is even;} \\ 1, & \text{if } n \text{ is odd.} \end{cases}

Solution

Let G(x1,,xn)G(x_1, \dots, x_n) be the function of the nn variables x1,,xnx_1, \dots, x_n on the LHS of the required identity. Since both sides of the identity are rational functions, it suffices to prove it when all xi{1,1}x_i \notin \{-1, 1\}. Define
f(t)=i=1n(1xit), f(t) = \prod_{i=1}^{n} (1 - x_i t),
and note that
f(xi)=(1xi2)ji(1xixj). f(x_i) = (1 - x_i^2) \prod_{j \ne i} (1 - x_i x_j).
Using the nodes +1,1,x1,,xn+1, -1, x_1, \dots, x_n, the Lagrange interpolation formula gives us the following expression for ff:
f(x)=i=1nf(xi)(x1)(x+1)(xi1)(xi+1)jixxjxixj+f(1)x+11+1i=1nxxi1xi+f(1)x111i=1nxxi1xi. f(x) = \sum_{i=1}^{n} f(x_i) \frac{(x-1)(x+1)}{(x_i-1)(x_i+1)} \prod_{j \ne i} \frac{x-x_j}{x_i-x_j} \\ + f(1) \frac{x+1}{1+1} \prod_{i=1}^{n} \frac{x-x_i}{1-x_i} + f(-1) \frac{x-1}{-1-1} \prod_{i=1}^{n} \frac{x-x_i}{-1-x_i}.
Note that the coefficient of tn+1t^{n+1} in f(t)f(t) is zero, since ff has degree nn. Thus, the coefficient of tn+1t^{n+1} in the above expression of ff gives
0=i=1nf(xi)ji(xixj)(xi1)(xi+1)+f(1)ji(1xj)(1+1)+f(1)ji(1xj)(11)=G(x1,,xn)+12+(1)n+12. \begin{aligned} 0 &= \sum_{i=1}^{n} \frac{f(x_i)}{\prod_{j \ne i} (x_i - x_j)(x_i - 1)(x_i + 1)} \\ &\quad + \frac{f(1)}{\prod_{j \ne i} (1 - x_j)(1 + 1)} + \frac{f(-1)}{\prod_{j \ne i} (-1 - x_j)(-1 - 1)} \\ &= -G(x_1, \dots, x_n) + \frac{1}{2} + \frac{(-1)^{n+1}}{2}. \end{aligned}
This implies the required identity. \square

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 translated into English from zh; metadata (topic, difficulty) added by this project.