The following is taken from question 1/II/11D (page 8):
Show that if $g: \mathbb{R} \to \mathbb{R}$ is twice continuously differentiable then, given $\varepsilon >0$, we can find a constant $L$ and $\delta(\varepsilon)>0$ such that $$|g(t)-g(\alpha)-g'(\alpha)(t-\alpha)| \le L|t-\alpha|^{2}$$ for all $|t-\alpha|<\delta(\epsilon)$
IMO this is a bit of a mess because it isn't clear where all the variables are quantified (and hence what they depend on), and I can't quite tell what the question is asking. It seems there are two possible approaches, a 'uniform' one and a 'non-uniform' one (I don't want to type them out in full but if it's unclear I will). Given the remainder of the question, I suspect the correct reading is this:
Let $\alpha \in \mathbb{R}$ and $g: \mathbb{R} \to \mathbb{R}$ be twice continuously differentiable at $\alpha$. Then, given $\varepsilon>0$, show that there exist $\delta$ and $L$ such that, for all $t$ such that $|t-\alpha|<\delta$, $$|g(t)-g(\alpha)-g'(\alpha)(t-\alpha)| \le L|t-\alpha|^{2}$$
My solution would then be to define $h(t) = g(t)-g(\alpha)-g'(\alpha)(t-\alpha)$, so that $h(\alpha) = h'(\alpha) = 0$, and $h''(t) = g''(t)$ for all $t$. By continuity of $h''(t)$ at $\alpha$, we can find a $\delta$ such that $|t-\alpha|<\delta \implies |h''(t)-g''(\alpha)| < 1$, say. Then $$g''(\alpha)-1<h''(t)<g''(\alpha)+1$$ so that $|h''(t)| < \max(|g''(\alpha)+1|,|g''(\alpha)-1|)$ (call the RHS $2L$). I claim then that for all $t$ such that $|t-\alpha|<\delta$, $$|h'(t)|<2L|t-\alpha|$$ by the mean value theorem: suppose not, then there exists a $t' \in (t-\alpha,t+\alpha)$ such that $|h'(t')|>2L|t'-\alpha|$. By MVT on $[\alpha,t']$ or $[t',\alpha]$, we get $t'' \in (t-\alpha,t+\alpha)$ with $$|h''(t'')| = \left|\frac{h'(t')-h'(\alpha)}{t'-\alpha}\right| > \frac{2L|t'-\alpha|}{|t'-\alpha|} \ge 2L$$ a contradiction. Similarly again we get $|h(t)| \le L|t-\alpha|^{2}$, as claimed.
A few questions:
- Does my interpretation sound right?
- Does my solution sound right?
- Should I be concerned that my solution doesn't depend on $\varepsilon$ whatsoever?!
- (bonus) Is it possible to wrap up this argument into a lemma? (i.e. roughly $|f'(t)|<k \implies |f(t)|<k|t-\alpha|$)