Let $f(x)$ be differentiable over $[0,+\infty)$ and satisfy $f(0)=0$. If there exists a constant $c>0$ such that $|f'(x)|\leq c|f(x)|$ holds for every $x \in [0,+\infty)$, prove $f(x)\equiv 0.$
This is a version of Bellman-Gronwall inequality.
Let $f(x)$ be differentiable over $[0,+\infty)$ and satisfy $f(0)=0$. If there exists a constant $c>0$ such that $|f'(x)|\leq c|f(x)|$ holds for every $x \in [0,+\infty)$, prove $f(x)\equiv 0.$
This is a version of Bellman-Gronwall inequality.
You have $$ f(x)^2=2\int_0^x f^{\prime}(t)f(t)dt\leq 2c\int_0^x (f(t))²dt$$ Now put $F(x)=\int_0^x f(t)^2dt$, $G(x)=F(x)\exp(-2cx)$, note that $G(0)=0$, $G(x)\geq 0$, and compute $G^{\prime}(x)$.
– Kelenner Mar 04 '20 at 15:49You have $$ f(x)^2=|2\int_0^x f^{\prime}(t)f(t)dt|\leq2 \int_0^x |f^{\prime}(t)||f(t)|dt \leq ...$$
– Kelenner Mar 04 '20 at 16:15