Let $f:\mathbb{R} \rightarrow \mathbb{R}$ be twice differentiable. Suppose $f'(0)=f'(1)=2$ and $\forall x \in [0,1]$,$|f''(x)|\leq 4$. Prove that $|f(1)-f(0)|\leq3$.
I know how to prove that when the bound is 4. It simply needs taylor expansion that
$f(1)=f(0)+f'(0)+\frac{f''(c)}{2}$
$f(1)-f(0)\leq2+\frac{f''(c)}{2}$
And the proof can be obtained immediately. But when the bound is 3 it really confuses me. Thank you for any help or advice.
You are not using the fact that $f'(1) = 2$. Better split the interval $[0, 1]$ in two halves and apply Taylor's theorem twice.
First use Taylor's theorem on $[0, 1/2]$ $$ f(\frac 12) = f(0) + \frac 12 f'(0) + \frac 18 f''(c) $$ to estimate $$ |f(0) - f(\frac 12)| \le 1 + \frac 12 \, . $$ Then estimate $|f(1/2) - f(1)|$ in the same way.