Small question, If $u=dx/dt$, and we have $a=du/dt$, is this equal to $a=du/dt=dx/dt^2=(1/dt)(dx/dt)=u/dt$?
-
2$a=du/dt=d^\color{red}2x/dt^2$ – J. W. Tanner Apr 28 '20 at 23:34
2 Answers
If $u=\dfrac{dx}{dt}$, then $\dfrac{du}{dt} = \dfrac{d^2x}{dt^2}$ (note the different position of the squares).
However, neither $\dfrac{1}{dt}$ nor $\dfrac{u}{dt}$ make sense in standard calculus. That’s because it’s not really a fraction

- 398,050
No, absolutely not. That's not how the derivative notation works, and is why it might be preferable to use the $f'$ sort of notation.
So, we have that $u = x'$ and $a = u'$. Then this means that $a = (x')' = x''$. Thus, in your more familiar notation,
$$a = \frac{d^2 x}{dt^2}$$
In general, it is bad practice to treat $df/dt$ as a fraction. While it often makes for a convenient abuse of notation, and in some cases there is a rigor behind it, it's still generally unfounded. Treat $d/dt$ or any other sort of operator as an entire entity on its own, not a fraction.

- 43,815