I am trying to understand why the hessian of a function from a surface in $\mathbb{R}$, $\left. \frac{d^2}{dt^2} \right\rvert_{0} (f \circ \alpha)(t)$ does not depend of $\alpha$.
In my book you can see: ($\alpha(t)=X(u(t),v(t)), X$ is a parametrization of the surface ) $$\left. \frac{d^2}{dt^2} \right\rvert_{0} (f \circ \alpha)(t)= \left. \frac{d^2}{dt^2} \right\rvert_{0} (f \circ X)(u(t), v(t))=\left. \frac{d}{dt} \right\rvert_{0} ((f \circ X)_u \dot\ u'(t)+(f \circ X)_v \dot\ v'(t))=$$ $$[(f \circ X)_{uu} \dot\ u'(0)+(f \circ X)_{uv} \dot\ v'(0)]\dot\ u'(0)+(f \circ X)_{u} \dot\ u''(0) + [(f \circ X)_{vu} \dot\ u'(0)+(f \circ X)_{vv} \dot\ v'(0)]\dot\ v'(0)+(f \circ X)_{v} \dot\ v''(0)$$ And now it says that $(f \circ X)_{u} \dot\ u''(0)+(f \circ X)_{v} \dot\ v''(0)=0 $ since the point we are working on is a critical point. I do not understant this last equality. Any suggestion?