Assume $f:[0,1]\mapsto\mathbb{R}$ is continuous and satisfies
- $\int_0^1x^kf(x) \, dx=0 \quad\forall k\in\{0,1,2,\ldots,n-1\}$,
- $\int_0^1x^n f(x) \, dx=1$.
How do you prove that $\exists x\in[0 ,1]$ such that $|f(x)|\ge2^n (n+1) $?
|
|
Let $\tilde P_n$ be the $n$-th shifted Legendre polynomial. Then $\tilde P_n$ has degree $n$, leading coefficient equal to $\binom{2n}n$ and $$\int_0^1\tilde P_n(x)\tilde P_m(x)\,dx=\frac{\delta_{mn}}{2n+1}\ (\delta\ \text{denotes the Kronecker delta}\ )\,.$$ The hypotheses on $f$ imply that $\int_0^1\tilde P_n(x)f(x)\,dx=\binom{2n}n$. If $a_n=(2n+1)\binom{2n}n$, then by the ortogonality of the polynomials $\tilde P_n$ we have $$0\leq\int_0^1\bigl(f(x)-a_n\tilde P_n(x)\bigr)^2\,dx=\int_0^1f(x)^2\,dx-2a_n\binom{2n}n+\frac{a_n^2}{2n+1}$$ $$=\int_0^1f(x)^2\,dx-(2n+1)\binom{2n}n^2\,.$$ Since $f$ is continuous, then for some $x_0\in[0,1]$ we have $f(x_0)^2\geq(2n+1)\binom{2n}n^2\geq4^n(n+1)^2$ (this inequality can be easily proved by induction on $\boldsymbol{n\geq2}$) , and so $|f(x_0)|\geq2^n(n+1)$, as desired. |
|||||||||||
|