Suppose $f(x) \in C^2([a, b])$ with $f(a) = f(b) = 0$. Show that $$\max_{x \in [a, b]} |f'(x)| \leq \frac{(b-a)^2}{2} \max_{x \in [a, b]}|f''(x)|.$$
My work: Suppose that $f'(x_0) = \max_{x \in [a, b]} |f'(x)|$. One can expand $f(x)$ at $x_0$ as follows: $$f(a) - f(x_0) = f'(x_0) (a - x_0) + \frac{1}{2}f''(\xi_1) (a-x_0)^2,~\xi_1\in[a, x_0]$$ $$f(b) - f(x_0) = f'(x_0) (b - x_0) + \frac{1}{2}f''(\xi_2) (b-x_0)^2,~\xi_2\in[x_0, b]$$ The difference of the two equations leads to $$f'(x_0) (b-a) = \frac{1}{2}\Big[f''(\xi_1)(a-x_0)^2 - f''(\xi_2)(b-x_0)^2\Big].$$ I have no idea how to reach the term $\max |f''(x)|$.