โ† Back to Library โ€ข Physics โ€ข Beginner โ€ข 6 min read

Speed, Distance, and Time: The Golden Formula, Units, and Calculations

Speed, distance, and time form the classic kinematics triangle governing motion in physics, engineering, everyday navigation, and game loop updates.

๐Ÿ’ก Plain-English Analogy

If you drive at a steady speed of 60 miles per hour for 2 hours, you cover 120 miles. Speed is how fast you are moving; time is how long you travel; distance is how far you go.

โš™๏ธ Architecture & Under the Hood

Speed is a scalar quantity measuring the rate of distance covered (s = d / t). Velocity is a vector possessing both magnitude (speed) and spatial direction (v = ฮ”x / ฮ”t). Instantaneous speed is the derivative of position with respect to time: v(t) = dx/dt.

The Speed Distance Time Triangle

Covering the variable you wish to calculate reveals the exact formula required.

         /  Distance  \
        /โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€\
       / Speed  ร—  Time \
      โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
Distance = Speed ร— Time
Speed    = Distance / Time
Time     = Distance / Speed

Frequently Asked Questions

How do you convert km/h to m/s?

Divide by 3.6 (e.g. 72 km/h รท 3.6 = 20 m/s). To convert m/s to km/h, multiply by 3.6.