[Physics] Does the SUVAT equations of motion (Kinematics) come from some differential equation

accelerationcalculuskinematicsmathematicsvelocity

Wikipedia says about the equations of motion that;

"If the dynamics of a system is known, the equations are the solutions for the differential equations describing the motion of the dynamics."

And

"A differential equation of motion, usually identified as some physical law and applying definitions of physical quantities, is used to set up an equation for the problem. Solving the differential equation will lead to a general solution with arbitrary constants, the arbitrariness corresponding to a family of solutions. A particular solution can be obtained by setting the initial values, which fixes the values of the constants."

So, does the SUVAT equations of motion come from some differential equation?
Can someone please show me the derivation of them from some differential equation?
The derivation will really help.
I don't know much about differential equations though.
Just to get some intuition.

enter image description here

Best Answer

Yes they do; the SUVAT equations are directly derived from the simple relations between acceleration, velocity and position: \begin{equation} a=\frac{dv}{dt}\\ v=\frac{ds}{dt}. \end{equation}
Starting from the first equation, we find \begin{equation} \int^v_udv=\int^t_0adt, \end{equation} where we assume the acceeration to be constant over time. This yiends the result: \begin{equation} v-u=at \implies v=u-at \end{equation} which is the first equation from the list. Integrating it again with respect of time: \begin{equation} \int^sds=\int^t_0u-at\ dt\implies s=ut-\frac{1}{2}at^2, \end{equation} giving the third equation from the list. Subbing $u$ from the first equation in this last one, we can get the forth one: \begin{equation} s=(v+at)t-\frac{1}{2}at^2 \implies s=vt+\frac{1}{2}at^2. \end{equation} Now we can calculate the second one from the list by squaring the first one: \begin{equation} v^2=(u-at)^2=u^2-2uat+(at)^2=u^2-2a(ut-\frac{1}{2}at^2), \end{equation} where the bit inside the brackets is nothing but the equation we just derived (third from the SUVAT list): \begin{equation} v^2=u^2-2as, \end{equation} Finally, to getthe last one, we just need to add up the third and the forth equations together, giving: \begin{equation} s+s=vt+ut+\frac{1}{2}at^2-\frac{1}{2}at^2\\ 2s=(v+u)t\\ s=\frac{1}{2}(u+v)t. \end{equation} And that is how you get all the SUVAT equations from differential equations. At the end of the day, you are just expanding the standard definitions of acceleration and velocity, making them easier to use once you already know the initial conditions of your system. I hope you find this helpful :)

Related Question