Maths Olympiad Prep

Library / /64 of 73

Algebra Difficulty 6.9 National Olympiad Prove it Brazil

Define the polynomials (xj)=x(x1)(x2)(xj+1)j!\binom{x}{j} = \frac{x(x-1)(x-2)\cdots(x-j+1)}{j!} for jj positive integer and (x0)=1\binom{x}{0} = 1.

a. Prove that all non-nil polynomials can be written uniquely as a linear combination of such polynomials (xn)\binom{x}{n}.

b. Let c(n,k)c(n,k) be the coefficient of (xk)\binom{x}{k} in xnx^n (as described in the previous item). Compute
c(n,k)+c(n,k+1)c(n+1,k+1). \frac{c(n, k) + c(n, k + 1)}{c(n + 1, k + 1)}.

Solution

a. Induct on the degree nn of the polynomial P(x)=k=0nakxkP(x) = \sum_{k=0}^{n} a_k x^k. It is immediate if n=0n=0. Since the degree of (xk)(x^k), k<nk < n, is kk, the coefficient on (xn)(x^n) on P(x)P(x) is ann!a_n \cdot n!. Now consider the polynomial P(x)ann!(xn)P(x) - a_n \cdot n! (x^n). This is a polynomial with degree less than nn, so P(x)ann!(xn)P(x) - a_n \cdot n! (x^n) can be uniquely represented as a linear combination of the polynomials (xk)(x^k), and the result follows.

b. We have xn=k=0nc(n,k)(xk)x^n = \sum_{k=0}^{n} c(n, k) \binom{x}{k}, so
xn+1=k=0nc(n,k)(xk)x =k=0nc(n,k)(xk)(x+1)k=0nc(n,k)(xk) =k=0nc(n,k)(k+1)(x+1k+1)k=0nc(n,k)(xk) =k=0nc(n,k)(k+1)((xk+1)+(xk))k=0nc(n,k)(xk) =k=0n(c(n,k1)k+(k+11)c(n,k))(xk) =k=0nk(c(n,k1)+c(n,k))(xk) \begin{align*} x^{n+1} &= \sum_{k=0}^{n} c(n,k) \binom{x}{k} x \ &= \sum_{k=0}^{n} c(n,k) \binom{x}{k} (x+1) - \sum_{k=0}^{n} c(n,k) \binom{x}{k} \ &= \sum_{k=0}^{n} c(n,k) (k+1) \binom{x+1}{k+1} - \sum_{k=0}^{n} c(n,k) \binom{x}{k} \ &= \sum_{k=0}^{n} c(n,k) (k+1) \left( \binom{x}{k+1} + \binom{x}{k} \right) - \sum_{k=0}^{n} c(n,k) \binom{x}{k} \ &= \sum_{k=0}^{n} (c(n,k-1)k + (k+1-1)c(n,k)) \binom{x}{k} \ &= \sum_{k=0}^{n} k(c(n,k-1) + c(n,k)) \binom{x}{k} \end{align*}
in which we consider c(n,1)=0c(n, -1) = 0.
Thus c(n+1,k)=k(c(n,k1)+c(n,k))    c(n,k)+c(n,k1)c(n+1,k)=1kc(n+1, k) = k(c(n, k-1) + c(n, k)) \iff \frac{c(n,k)+c(n,k-1)}{c(n+1,k)} = \frac{1}{k}, and
c(n,k+1)+c(n,k)c(n+1,k+1)=1k+1\frac{c(n,k+1)+c(n,k)}{c(n+1,k+1)} = \frac{1}{k+1}.

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 reproduced verbatim; metadata (topic, difficulty) added by this project.