Suppose $f''(x)$ exists ($f(x)$ can be differentiated two times)
And the function and the second derivative is bounded : $\left|f(x)\right|\le P$, $\left|f''(x)\right|\le Q$
Then, how can I prove $\left|f'(x)\right|\le \sqrt{2PQ}$ ?
Suppose $f''(x)$ exists ($f(x)$ can be differentiated two times)
And the function and the second derivative is bounded : $\left|f(x)\right|\le P$, $\left|f''(x)\right|\le Q$
Then, how can I prove $\left|f'(x)\right|\le \sqrt{2PQ}$ ?
Note that by Taylor theorem, for each $h>0$ and for each $x$ there exist $c$ in $(x,x+2h)$ such that $$ f(x+2h)= f(x)+ 2hf'(x)+2h^2f''(c) $$ Note that this implies that $$ \vert f'(x)\vert \leq\frac{1}{2h} \lvert f(x+2h)-f(x)\vert + h\vert f'(c)\vert \leq \frac{P}{h}+Qh $$ Since this is valid for every $h>0$, it's valid for the minimum of the application $h\mapsto \frac{P}{h}+Qh$ and this minimum happens at $h=\sqrt{PQ^{-1}}$. Just evaluate at this point to obtain your result.