Below is an example from Do Carmo's Differential Geometry page 139 "The Geometry of the Gauss Map".
Let us analyse the point $p=(0,0,0)$ of the hyperbolic paraboloid $z=y^2-x^2$. For this, we consider a parametrisation $\textbf{x}(u,v)$ given by $$\textbf{x}(u,v)=(u,v,v^2-u^2),$$
and compute the normal vector $N(u,v)$. We obtain successively
$\textbf{x}_u=(1,0,-2u),$
$\textbf{x}_v=(0,1,2v),$
$N=\Big(\frac{u}{\sqrt{u^2+v^2+\frac{1}{4}}},\frac{-v}{\sqrt{u^2+v^2+\frac{1}{4}}},\frac{1}{2\sqrt{u^2+v^2+\frac{1}{4}}}\Big)$.
Notice that at $p=(0,0,0)$ $\textbf{x}_u$ and $\textbf{x}_v$ agree with the unit vectors along the $x$ and $y$ axes, respectively. Therefore, the tangent vector at $p$ to the curve $\alpha(t)=\textbf{x}(u(t),v(t))$, with $\alpha(0)=p$, has, in $\mathbb{R}^3$, coordinates $(u'(0),v'(0),0)$.
I understand up until this point.
Now my question is what follows:
How can Do Carmo get the following:
Restricting $N(u,v)$ to this curve and computing $N'(0)$, we obtain
$N'(0)=(2u'(0),-2v'(0),0)$
I have little clue on how can he get $2u'(0)$ and $2v'(0)$?
Could somebody please help clarify this confusion? Thanks.