```
a = (vf - vi) / t
Where:
* a = acceleration in meters per second squared (m/s²)
* vf = final velocity in meters per second (m/s)
* vi = initial velocity in meters per second (m/s)
* t = time in seconds (s)