I am currently studying differential manifolds (from John M. Lee 's book), and have a question concerning the difference between what is defined as the $\textbf{differential of a function F}$, and the $\textbf{directional derivative of a function F}$. Let $M \subset \mathbb{R}^{m}$, let $N\subset \mathbb{R}$, and suppose $F:M \rightarrow N$ is a smooth map. Then,
The differential of $F$ at $p \in M$ is a map
$dF_{p}:T_{p}M \rightarrow T_{F(p)}N$
defined as, for some $v \in T_{p}M$, $dF_{p}(v)$ is a derivation in $T_{F(p)}N$ defined as, for all $f \in C^{\infty}(N)$,
$dF_{p}(v)(f)=v(f \circ F)$.
Now, because $M$ and $N$ are Euclidean themselves, if $v=(v_{1},...,v_{N})$, this can be expressed as $dF_{p}(v)(f)=v_{1} \cdot \frac{\partial f}{\partial F}\ \frac{\partial F}{\partial x_{1}}+...+v_{m} \cdot \frac{\partial f}{\partial F}\ \frac{\partial F}{\partial x_{m}}$.
- The directional derivative of $F$ at $p$ in direction $v \in \mathbb{R}^{m}$ is given by
$D_{v}F(p)=v_{1} \cdot \frac{\partial F(p)}{\partial x_{1}}+...+v_{m}\cdot \frac{\partial F(p)}{\partial x_{m}}$.
Now, it seems that if $Id:\mathbb{R}\rightarrow \mathbb{R}$ is the identity function on $\mathbb{R}$, we have that for $v \in T_{p}M$,
$v(F)=dF_{p}(v)(Id)=D_{v}F(p)$.
Am I reading this correctly? I am trying to weed through the abstraction of differentials between manifolds and ground it into something more familiar, the directional derivative. Are directional derivatives in the theory of manifolds expressed as the the differential evaluated at the identity function, which are equivalent to simply evaluating $v(F)$ itself?
If you work in open subsets of Euclidean spaces, you can write everything concretely. First I answer your interpretation in 1.
This formula looks real boring. I am just multiplying a number to the usual derivative of $f$ at $F(p)$. You would see a more interesting formula if you assume $N\subset\Bbb R^n$, but you are not asking about that.
Now to answer your interpretation in 2.
Given a vector $v$ and a smooth real-valued function $F$ on a smooth manifold, the number $v(F)$ is to be directly interpreted as the directional derivative of $F$ towards the direction $v$. You can indeed say $v(F)=dF_p(v)(Id)$, by the above formula, but it complicates things.
And, regarding to your question in comments, you do not need to define partial derivatives on manifolds. Remember that partial derivatives are special cases of directional derivatives. Once you have defined all those directional derivatives, there is no need to define partial derivatives at all. What you might want to do is to choose a basis for a tangent space $T_pM$. You do this by using charts to transfer a basis from $\Bbb R^n$. Continue reading the book and you should see how to do this.
Edit: To correct your use of terminology in comment.
If you follow the terminology in Lee's book, an element $v\in T_pM$ is not called a differential, but is called a derivation or a tangent vector.