Those equations require to measure either the velocity or the momentum. I don't have a way to directly measure velocity, and I don't know a momentum sensor. Therefore, the momentum must be derived from another formula for which I have a sensor available, and those equations are the final answer to the question.
omg. INTEGRATION. Look it up. Integrate the acceleration to get the velocity. If your response to this is still "what's the formula" then this math is beyond you.
Stop treating the formula as the holy grail. Numerical integration is not even a formula as much as it is an algorithm and there's a bunch of versions that have to be selected and fine-tuned to your application which is why I fast-tracked you straight to rectangular or trapezoidal method which you may ultimately find are not sufficient and need to be replaced with another method.
If you didn't understand what I said then you need to READ about the topics I am talking about. The stuff I am talking about is conceptually SIMPLE which is why I am talking about it that way. Throwing in more equations makes it more convoluted than understanding the concept and laying out the process. The equations make it look way more complicated than it really is because the written one-shot formula is not the way its used in practice nor will the equation make sense unless you already understand the things I am saying.
You want the formula? Here's the formula and it tells you diddly squat. It's just saying "integrate acceleration to get velocity" which I have said before:
I can tell you did not even bother googling numerical integration or the trapezoidal rule just because you saw no formula from your quote above. Well, here's the formula. It will mean little as you read about numerical integration and it will mean little (nor will you need it) after you finish reading, yet that's what you need for this problem. This is endemic of your focus on the pure equations rather than how to actually use the math (note I said the math, NOT equations) and implement them. There's a lot more to this than equations.
Just google numerical integration. Just do it. Ignore the equations you see. Just look at the curves and the rectangles, triangles, and trapezoidal areas beneath the curves. If you understand that (it's not difficult), the equations write themselves which look much more difficult (and aren't used in practice like that anyway).
If you have specific questions about numerical integration, I'll be happy to answer them, but you need to understand what it actually is first. The thing about using integration is that you're in for a world of hurt if you start approaching it from an equations standpoint before grasping the concept. Approach it from the conceptual standpoint first then worry about equations after. Mathematicians didn't come up with it straight from equations so its folly to try and do the same.