Approximate a curve shape from given parameters

42 Views Asked by At

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)

enter image description here