I have searched along in this site and in other places and I am left with some questions.
So here is my code :
\documentclass[a4paper]{article}
\usepackage[english]{babel}
\usepackage{amsmath}
\begin{document}
\begin{align*}
\left( \dfrac{d^2\overrightarrow{OM}}{dt^2} \right)_{\mathcal{R}_A}
&= \left( \dfrac{d^2\overrightarrow{OO'}}{dt^2} \right)_{\mathcal{R}_A} +\left( \dfrac{d^2\overrightarrow{O'M}}{dt^2} \right)_{\mathcal{R}_A} \\
&= \overrightarrow{a_a}(O') + \left( \dfrac{d^2}{dt^2} \left( x' \overrightarrow{u'_x}+y' \overrightarrow{u'_y}+z' \overrightarrow{u'_z} \right) \right) \\
&= \overrightarrow{a_a}(O') + x'\left( \dfrac{d^2 \overrightarrow{u'_x} }{dt^2} \right)_{\mathcal{R}_A}+ 2 \dot{x} \left( \dfrac{d \overrightarrow{u'_x} }{dt} \right)_{\mathcal{R}_A} + \ddot{x}'\overrightarrow{u'_x} \\
&\mathrel{\hphantom{= \overrightarrow{a_a}(O') }} +\, y'\left( \dfrac{d^2 \overrightarrow{u'_y} }{dt^2} \right)_{\mathcal{R}_A}+ 2 \dot{y} \left( \dfrac{d \overrightarrow{u'_y} }{dt} \right)_{\mathcal{R}_A} + \ddot{y}'\overrightarrow{u'_y} \\
& \mathrel{\hphantom{= \overrightarrow{a_a}(O') }} +\, z'\left( \dfrac{d^2 \overrightarrow{u'_z} }{dt^2} \right)_{\mathcal{R}_A}+ 2 \dot{z} \left( \dfrac{d \overrightarrow{u'_z} }{dt} \right)_{\mathcal{R}_A} + \ddot{z}'\overrightarrow{u'_z}
\end{align*}
\end{document}
And here is my result with some painted lines

So I have some questions about alignment that turn around the point that with the \mathrel{\hphantom}, I somewhat managed to align my first + '(although it seems there is a tiny misalignment, if someone has a suggestion I am happy with it), but the next terms nevertheless do not align themselves. Why is that so ? And it seems worst for my third line, that seems it self not to be aligned with the second one.
Among these lines, why did I have to add a \, after my first displayed + of the lines, although it is already taken into account in the first line ?


align[ed]at*are the best approach here. – barbara beeton Oct 28 '16 at 15:02tftoplon the filecmmi10.tfm, to get a human-readable version of the metrics.) – barbara beeton Oct 29 '16 at 00:55