6

let postive function $f(x)$ have two derivative on $(a,b),b>a$,and such $$f''(x)+f(x)\ge 0,x\in(a,b)$$ and $f(a)=f(b)=0$, show that

$$b-a\ge \pi$$

if $$f''(x)+f(x)=0$$ then $$f(x)=C_{1}\cos{x}+C_{2}\sin{x}$$ but this problem is inequality,so then I consider $$F(x)=f'^2(x)+f^2(x)\Longrightarrow F'(x)=2f'(x)f''(x)+2f(x)f'(x)=2f'(x)[f''(x)+f(x)]$$ But seem this also not solve this problem

math110
  • 93,304

1 Answers1

5

Assume that $b-a\lt\pi$ and consider $$c=\tfrac12(\pi-b-a),\qquad s=\sin(a+c).$$ Then $s=\sin(b+c)$ (always true), $s\gt0$ (because $0\lt b-a\lt\pi$), and $\sin(x+c)\gt0$ for every $x$ in $(a,b)$. Furthermore, $f(a)=f(b)=0$ and $f\gt0$ on $(a,b)$, hence $f'(a)\geqslant0$ and $f'(b)\leqslant0$, which implies that $f'(b)-f'(a)\leqslant0$.

All this being kept in store, let us consider the integral $$\int_a^b(f''(x)+f(x))\sin(x+c)\mathrm dx=\left.f'(x)\sin(x+c)-f(x)\cos(c+x)\right|_a^b=(f'(b)-f'(a))\,s. $$ The LHS is nonnegative as the integral of a nonnegative function and the RHS is nonpositive as the product of $f'(b)-f'(a)\leqslant0$ by $s\gt0$, hence the LHS is actually zero.

It follows that the function in the integral must be identically zero, that is, $f''+f=0$ on $(a,b)$. The rest is direct.

Did
  • 279,727