I was trying to typeset the time derivative of \vec{r}_\alpha, and naively, I put it as an argument to \dot. This does not work: the arrow is not on r anymore. Here is a minimal example:
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\[
\dot{\vec{r}_\alpha}
\]
\end{document}
Note that there is a better way to typeset it (and it works): \dot{\vec{r}}_\alpha. I am asking out of curiosity.

\dot,\hat, etc.) only on the main symbol (in your case, "r") and not on the whole object (r_\alpha). Unless the\dotis e.g. absolute time derivative, or a similar operator that is to be applied on the whole term. – Martin Tapankov Jan 25 '11 at 13:14\dot{\vec{r}}_\alpha. I was mostly asking becauseamsmathchanges the output unexpectedly. – Bruno Le Floch Jan 25 '11 at 13:56