Let $f$ be a smooth real valued function on a smooth manifold $M$. The differential of $f$ is the covector field $df$ defined by
$$df_p(v) = v(f)$$
where $v \in T_pM$ and where we are now thinking of $v$ as an element of $\operatorname{Der}(M)$. Now I am trying to see if I can understand this definition in the following concrete case. Let $f : \Bbb{S}^2 \to \Bbb{R}$ be the smooth real valued function that just picks out the $z$ - coordinate of a point $p \in S^2$. Now if $p \in S^2 - N$ where $N$ is the north pole then choose the coordinate chart $\{S^2 - N, \sigma_N\}$ on $S^2$ where $\sigma_N$ is stereographic projection from the north pole. With this chart, I have computed $df_p$ in coordinates to be
$$df_p = \left( \frac{4x}{\left(x^2 + y^2 + 1\right)^2} dx + \frac{4y}{\left (x^2 + y^2 + 1\right)^2} dy \right)\Bigg|_{\sigma_N(p)}.$$
My question is: Having computed $df_p(v)$, how can I see what it does to an arbitrary vector $T_pS^2$? For example if $v$ is the vector $(1,1,0)$ based at the point $p = (0,0,-1)$, what is $df_{(0,0,-1)}( v)$?
Thanks.