Physics calculator

Speed Calculator

Calculate scalar speed from distance and time, or rearrange the formula to solve distance or time. Results stay separate from velocity because speed has no direction.

Last reviewed: July 21, 2026Physics mechanics engine v1.0.0

Physics calculator

Speed Calculator

Enter values, select units and calculate locally. Results use SI internally and show rounded display values.

Decimal.js physics math

Mode

Find speed from distance and elapsed time.

Speed inputs

Result and visual stay hidden until you choose Calculate.

Formula and assumptions

Primary formula

speed = distance / time; distance = speed x time; time = distance / speed.

Input assumptions

Distance is nonnegative path length. Elapsed time is greater than zero. The displayed speed is average speed over the interval.

Precision note

Physics Phase 1 converts compatible inputs into SI units before calculating. Decimal.js is used for arithmetic where practical; trigonometric angle factors are rounded for display.

Physics calculation flow

Parse

Read labelled inputs, selected units and calculation mode from the calculator card.

Convert

Convert compatible values to SI base or derived units without calling external services.

Calculate

Apply the selected deterministic mechanics formula and validate against NaN, Infinity and invalid divisors.

Label

Display the result, supporting unit rows, formula steps, warnings and dynamic visual below the input card.

What Speed Calculator does

Use this tool when the known values are path length and elapsed time, such as a trip, run, lab timing or average motion example.

The calculator is deterministic and runs from manual inputs only. It is a physics formula tool, so it should not be confused with a unit converter that only changes labels after a value is already known.

Formula and variables

speed = distance / time; distance = speed x time; time = distance / speed.

The calculator converts supported units into SI base or derived units for the actual calculation, then formats the result in the selected display unit.

  • speed is scalar rate
  • distance is path length
  • time is elapsed duration

Worked examples

Use the examples below to check expected order of operations and unit handling before applying the tool to your own values.

  • 100 m / 10 s = 10 m/s = 36 km/h
  • 200 km / 4 h = 50 km/h
  • 20 m/s x 5 s = 100 m

Unit conversions

Length, time, mass, speed, force, energy and power units reuse the central NexaCalc conversion registry. Acceleration and spring-constant units use the same SI-first convention for mechanics formulas.

The displayed conversion rows are supporting context. They do not change the physical assumptions of the selected formula.

Common mistakes

Most errors come from mixing physical quantities that sound similar in everyday language or choosing a unit that belongs to a different dimension.

  • Using displacement when the question asks for path distance.
  • Entering hours while the time unit is set to seconds.
  • Treating speed as negative.

Assumptions and limitations

This page is intended for educational and planning calculations, not professional engineering certification.

This calculator uses idealized physics formulas and the input values you provide. Real systems may require additional effects such as friction, drag, rotation, deformation, losses or measurement uncertainty.

  • Distance is nonnegative path length.
  • Elapsed time is greater than zero.
  • The displayed speed is average speed over the interval.
  • The calculator does not model acceleration, stops, traffic, drag or changing speed.
  • Use Velocity Calculator when direction or displacement matters.

Frequently asked questions

How is speed calculated from distance and time?

Speed Calculator uses speed = distance / time; distance = speed x time; time = distance / speed. The result is calculated from the values and units entered in the form.

Why is speed different from velocity?

Use this tool when the known values are path length and elapsed time, such as a trip, run, lab timing or average motion example. Distance is nonnegative path length.

Can speed be negative?

Speed Calculator allows signed results only where the physics quantity can carry direction or reference-sign meaning. Divisors such as time, mass and gravity are validated before calculation.

How do I calculate time if I know speed and distance?

Speed Calculator uses speed = distance / time; distance = speed x time; time = distance / speed. The result is calculated from the values and units entered in the form.

Why does the same speed look different in m/s, km/h and mph?

Speed Calculator is formula-based. Use the related calculator when the question changes physical quantity, and use Conversion tools only when the value is already known.

Does average speed include stops?

Speed Calculator uses an idealized classroom mechanics model. The calculator does not model acceleration, stops, traffic, drag or changing speed.

Why is distance treated as path length in this calculator?

Use this tool when the known values are path length and elapsed time, such as a trip, run, lab timing or average motion example. Distance is nonnegative path length.

How do I calculate average speed for several trip segments?

Speed Calculator uses speed = distance / time; distance = speed x time; time = distance / speed. The result is calculated from the values and units entered in the form.

Does this calculator account for acceleration?

Speed Calculator uses an idealized classroom mechanics model. The calculator does not model acceleration, stops, traffic, drag or changing speed.

When should I use Speed Converter instead?

Speed Calculator is formula-based. Use the related calculator when the question changes physical quantity, and use Conversion tools only when the value is already known.

References

  • NIST Special Publication 811, Guide for the Use of the International System of Units. Relevance: SI unit symbols and derived-unit naming. Last verified: July 21, 2026. Source.
  • BIPM, The International System of Units SI Brochure. Relevance: SI base and derived units used in mechanics. Last verified: July 21, 2026. Source.
  • OpenStax University Physics Volume 1. Relevance: introductory mechanics formulas for motion, force, work, energy and momentum. Last verified: July 21, 2026. Source.

Physics Phase 1 references verified for SI units and mechanics formulas on July 21, 2026.

Educational disclaimer

This calculator provides mathematical results from the values, conventions and methods you enter. Verify important academic, engineering or professional work independently.