I've recently finished a course in differential geometry, and I was having a look at some of my old classical mechanics notes. I found the following written in my notes:
Under the influence of a conservative potential energy $U$, a particle of mass $m$ and position $\underline{\mathrm{r}}$ obeys the equation $$m\underline{\ddot{\mathrm{r}}}=-\nabla U\tag{1}$$
While the motivation and meaning of this equation is very clear, there is a slight problem. In my differential geometry course, I learned that the $\nabla$ operator, also known as the covariant or semicolon derivative, is defined to act on an $(r,s)$ tensor, in components, as
$$(\nabla\mathbf{T})^{i_1..i_r}_{j_1..j_s~k}=\\ \partial_kT^{i_1..i_r}_{j_1..j_s}\\+\Gamma^{i_1}_{k~l}T^{l~i_2..i_r}_{j_1..j_s}+\dots+\Gamma^{i_r}_{k~l}T^{i_1..i_{r-1}~l}_{j_1..j_s}\\-\Gamma^l_{k~j_1} T^{i_1..i_r}_{l~j_2..j_s}-\dots -\Gamma^l_{k~j_s}T^{i_1..i_r}_{j_1..j_{s-1}~l}$$
In particular the covariant derivative of a scalar $\phi$ should be $$(\nabla\phi)_i=\partial_i\phi$$ This is a covector. However, going back to (1), $$m\underline{\ddot{\mathrm{r}}}=-\nabla U$$ The left hand side is a vector! Position is a vector, so its time derivative should be a vector - right??
So what's the deal here? Is equation (1) wrong? It's used quite a lot in classical mechanics, with correct results too. In (1) should I instead write $\nabla^{\mathrm{T}}U$ to indicate the transpose? Or should I just ditch the symbol altogether and write $$m\underline{\ddot{\mathrm{r}}}=-\sum_{i}\underline{\mathrm{e}_i}\partial_iU$$ Which, although correct, is rather inelegant? I would appreciate some advice here.
--
ADDENDUM
This other user seems to define the nabla operator contravariantly. Is this standard outside of differential geometry and topology?