6

I want to show that for a function $f \in C_c^2((a,b))$ non-negative, the inequality $$\sup \left(\frac{|f'(x)|^2}{f(x)} \right) \le 2 \sup |f''(x)|$$ holds.

I noticed that the left term is equal to $2 |\sqrt{f(x)}'|^2.$ So the question is equivalent to: Can I bound this term just by the second derivative? Currently, I don't see how this could work.

The problem I am also having with the exercise is that we get problems if $f(x)=0$ cause then we may divide zero by zero on the left-hand side and it is not immediate to me that the limit is finite.

If anything is unclear, please let me know.

1 Answers1

0

I have use proof by contradiction;

Assmue there exsit $x_{0}\in [a,b]$, $$\dfrac{f'^2(x_{0})}{f(x_{0})}>2\max_{x\in[a,b]}|f''(x)|\Longrightarrow 1-\dfrac{2f(x_{0})f''(\theta)}{f'(x_{0})}<0,\forall \theta\in[a,b]$$ Use Taylor's Formula,we have

$$f(x)=f(x_{0})+f'(x_{0})(x-x_{0})+\dfrac{f''(\theta)}{2}(x-x_{0})^2,\theta\in [a,b]$$ Let $x-x_{0}=-\dfrac{2f(x_{0})}{f'(x_{0})}$

then we have \begin{align*}f(x)&=f(x_{0})-2f(x_{0})+\dfrac{f''(\theta)}{2}\cdot\dfrac{4f^2(x_{0})}{f'^2(x_{0})}\\ &=-f'(x_{0})\left(1-\dfrac{2f(x_{0})f''(\theta)}{f'(x_{0})}\right)\\ &<0 \end{align*} contradiction

math110
  • 93,304