I came across this problem on a Berkeley preliminary exam, and have yet to come up with a solution.
Suppose that $f$ is a twice-differentiable real-valued function on the real line such that $|f(x)| \leq 1$ and $|f''(x)| \leq 1$ for all $x$. Find, with proof, a constant $b$ s.t. $|f'(x)| < b$ for all $x$.
So, mean value theorem along with the bound on $f''$ tells us that
$$ |f'(x) - f'(y)| \leq |x - y| $$
but I don't see how to proceed from here. I also tried working with Taylor's theorem, but I didn't get anywhere with that.
Someone told me that given $|f(x)| \leq M$ and $|f''(x)| \leq M'$ then $|f'(x)| \leq \sqrt{M\cdot M'}$, but I've been unable to prove such a result, and my Google abilities have failed me. Any help is appreciated.