If a function consumes current velocity (v) and acceleration (a), then the next velocity (next-v) can be calculated.

v + a
v * a
a / delta-t
v + (a * delta-t)