Velocity | Distance | Time | Displacement
Often is the case you need to calculate for one of the above. So I decided to make this easy on myself and post a note so that I don’t have to remember all the physics and pre-cal that I’ve learned just to get this basic equation.
Note: I often use this to determine tween times of multiple elements
Calculating Velocity
velocity = distance / time
Calculating Distance
distance = velocity * time
Calculating Time
time = distance / velocity
Calculating Displacement
displacement = |(start – destination)|