Purpose
The speed calculator converts among speed, time, and distance, and also returns common units such as km/h, m/s, mph, knots, and Mach for quick cross-scenario comparison.
Steps
- Choose a mode: calculate speed, calculate time, or calculate distance.
- Enter known values for the selected mode and switch units as needed.
- Review the primary result and extended metrics in real time.
- Use "Fill Example" or "Clear Current" to reset the current mode quickly.
Calculation Logic
- Speed: speed = distance / time.
- Time: time = distance / speed.
- Distance: distance = speed x time.
- Time fields are handled as hours, minutes, and seconds; minutes and seconds are limited to 0-59 in calculation.
Conversion Reference and Scenarios
- 1 km/h = 0.2778 m/s = 0.6214 mph
- 1 m/s = 3.6 km/h = 2.2369 mph
- 1 mph = 1.6093 km/h = 0.4470 m/s
- 1 kn = 1.852 km/h = 0.5144 m/s
- Running, cycling, and driving ETA estimation.
- Marine and aviation conversion between km/h, knots, and Mach.
- Engineering study and classroom exercises for formula checks.
Notes
- Enter valid positive numbers; results are hidden when required inputs are invalid.
- Mach uses a sea-level speed-of-sound approximation for general estimation.
- All calculations run locally in your browser and no input is uploaded.