I'm trying to approximate a velocity curve from the following parameters:
- initial velocity
- final velocity
- the total displacement (the area under the velocity curve)
- the duration of the acceleration
We assune that the curve is monotically increasing due to the acceleration.
Is there any numerical or analytical way to do that? (Look-up table or function approximation)
