William W. answered 06/05/23
Experienced Tutor and Retired Engineer
When the equations of motion are derived using constant values of acceleration, we get the equation you are used to seeing. However, in the more general case, where acceleration is some function of time (and not just a number/constant, then it still equals dv/dt,
Example: If dv/dt = 5 (acceleration is a constant)
dv/dt = 5
dv = 5dt
∫dv = ∫5 dt
v = 5t + C
To find "C", for the initial condition, we set time equal to zero so C = vi
The equivalent equation of motion is vf = at + vi or vf = vi + at
Then, starting with that and using ds/dt = v:
ds/dt = 5t + vi
ds = 5t + vi dt
∫ds = ∫5t + vi dt
s = 5/2t2 + vit + C
s = (1/2)(5)t2 + vit + C
Solving for "C", we make t equal to zero and get C = si (the initial position of the object in question) which matches the equation of motion x = (1/2)at2 + vit + xi
If acceleration were a function instead of a constant, we do the same thing but you get a more complicated equation. So the kinematic equations of motion are just a special case when acceleration is constant.