Newton's 2nd Law of Motion:
Which can be rewritten as
If an object has mass M, and force F is applied to it,
its motion can be calculated via Euler integration:
Acc = F / M Vel += Acc * dt Pos += Vel * dt
Note that F, Acc, Vel, and Pos are all vectors. M is a scalar.