This was a task that gave $9$ points in an exam I failed. Since our professor doesn't provide solutions I thought I'd ask here.
Let $f:\mathbb{R^2} \to \mathbb{R}$ be twice continuous partially differentiable and $x_0 \in \mathbb{R^2}$ random. Deduce the following formula for $x \in \mathbb{R^2}$ using Taylor's theorem: $$f(x)=f(x_0)+f'(x_0)(x-x_0)+\frac{1}{2}(x-x_0)^TH_f(x_0)(x-x_0)+o(\lVert x-x_0 \rVert^2).$$
Complete the remainder of the second order and show that for the remaining terms $T$ it holds that
$$\lim_{x \to x_0} \frac{T(x)}{\lVert x-x_0 \rVert^2} = 0$$
Can someone tell us how to do this?
The total derivate is defined as:
$$\lim_{x \to \alpha} \frac{\lVert f(x)-f(a)- df_a(x-a)\rVert}{\lVert x-a \rVert} = 0$$
I think from this one can get the difference of the norm which was given an estimate of in the task...