Blucalculator Open Tool

Average Velocity Calculator

Calculate average velocity from displacement and time. Use simple mode for a single trip, or switch to multi-segment mode to handle journeys with multiple legs.

m
s

Embed This Calculator

Copy the code and paste it into any webpage to embed this calculator.

WordPress users: add a Custom HTML block (not the Embed block) and paste the code there.

More embed options

Free to use. A small "Powered by Blucalculator" credit is appreciated but not required.

How to use this calculator

Simple mode (default): Enter total displacement and total time. Displacement can be negative (motion in the negative direction). Select your output unit: m/s, km/h, or mph.

Multi-segment mode: Check the “Use multi-segment mode” box. Enter displacement and time for up to 3 separate legs of a journey. Each segment’s displacement can be negative (backward motion). The calculator sums the displacements and times automatically.

Click Calculate to see average velocity in all three unit systems, total displacement, total time, and average speed (which uses total distance, not net displacement).

The position-vs-time chart shows cumulative position at each segment boundary.

Example: two-leg journey

Segment 1: 60 m forward in 12 s. Segment 2: 40 m forward in 8 s.

Total displacement = 100 m. Total time = 20 s.

Average velocity = 100 / 20 = 5 m/s = 18 km/h

Average speed = same as velocity here because all motion was in the same direction.

Example: round trip (zero velocity)

Segment 1: 200 m forward in 40 s. Segment 2: −200 m (back to start) in 50 s.

Total displacement = 0 m. Total time = 90 s.

Average velocity = 0 / 90 = 0 m/s

Average speed = 400 m / 90 s = 4.44 m/s (uses |200| + |−200| = 400 m)

Average velocity and average speed are different quantities. Velocity uses net displacement (signed); speed uses total distance traveled (always positive). They are equal only when all motion is in the same direction.


Velocity as a vector: why direction matters

Velocity is the vector counterpart of speed. The difference matters physically: two cars moving at 20 m/s in opposite directions on a highway have the same speed but opposite velocities. If they collide, that distinction becomes very important.

The formal definition:

v = dx/dt (instantaneous) or v_avg = Δx/Δt (average)

where Δx is displacement (change in position), not distance (total path length).

Displacement is the straight-line vector from start position to end position. It depends only on the starting and ending points, not the path between them.

Distance is the total length of the path traveled. It depends on the entire route.

For a car that drives 10 km north then 10 km south:

  • Displacement = 0 km (back where it started)
  • Distance = 20 km

This is why average velocity and average speed are different for any journey that involves backtracking.


Deriving the average velocity formula

Starting from Newton’s definition of motion, position changes over time at a rate called velocity. For an object moving with constant velocity v:

x = x₀ + v × t

Rearranging: v = (x − x₀) / t = Δx / Δt.

For non-constant velocity, this gives the average over the interval. Average velocity is defined as:

v_avg = (x_final − x_initial) / (t_final − t_initial) = Δx / Δt

For an object undergoing constant acceleration a (like free fall), the velocity changes linearly from v₀ to v_f. The average velocity is the arithmetic mean:

v_avg = (v₀ + v_f) / 2 = Δx / Δt

Both expressions give the same answer for constant acceleration. For variable acceleration, only Δx/Δt is guaranteed to give the correct average; the arithmetic mean of initial and final velocities is only valid when acceleration is constant.


Multi-segment motion: how to sum correctly

For a journey with multiple segments, the average velocity formula still applies, but displacement is the net result:

v_avg = (Σ Δxᵢ) / (Σ Δtᵢ)

You sum all displacements (with signs) and divide by total time.

A common mistake is averaging the segment velocities: v_avg ≠ (v₁ + v₂ + v₃) / 3 unless all segments take the same time. The correct approach is always Σ(mᵢ Δxᵢ) / Σ Δtᵢ, which is this calculator’s multi-segment formula.

Trip with unequal legs

Segment 1: 80 m in 10 s → v₁ = 8 m/s

Segment 2: 30 m in 15 s → v₂ = 2 m/s

Wrong: (8 + 2) / 2 = 5 m/s

Correct: (80 + 30) / (10 + 15) = 110 / 25 = 4.4 m/s

The segment with more time (Segment 2) drags the average down toward 2 m/s.


Velocity vs speed: a deeper look

PropertyAverage VelocityAverage Speed
TypeVector (has direction)Scalar (magnitude only)
Formulav_avg = Δx / Δts_avg = d / t
NumeratorDisplacement (signed)Distance (always positive)
RangeCan be negative, zero, positiveAlways ≥ 0
Round-trip value0Total path / time

The significance of this distinction reaches beyond physics problems. GPS navigation calculates both your current velocity (with direction) and your average speed (for trip summaries). Traffic speed cameras measure instantaneous speed (magnitude only). Accelerometers in crash tests measure acceleration vectors (magnitude and direction).

In 1D problems you can treat velocity as a signed number. In 2D and 3D, velocity is a full vector with components in each direction, and “average velocity” means the total displacement vector divided by time.


Instantaneous vs average velocity

Average velocity describes the overall journey. Instantaneous velocity describes motion at one moment:

v_instant = lim(Δt → 0) Δx / Δt = dx/dt

The instantaneous velocity at any point on a position-time graph equals the slope of the tangent line at that point.

When they are equal: For constant velocity (uniform motion), every instantaneous velocity equals the average velocity. The position-time graph is a straight line.

When they differ: Any time the object accelerates or decelerates. The average is a single number for the whole trip; instantaneous values vary moment by moment.

Your car speedometer measures instantaneous speed (the magnitude of instantaneous velocity). The average you calculate at a road trip’s end, dividing total distance by total time, is average speed. They are almost always different numbers.

By the mean value theorem of calculus, for any continuous velocity function over an interval [t₁, t₂], there exists at least one moment when the instantaneous velocity equals the average velocity for that interval. In other words, at some point during your trip, you were moving exactly at your trip-average speed.


Real-world examples

A sprint

A 100 m sprinter covers 100 m in 9.8 seconds. Average velocity = 100/9.8 = 10.2 m/s = 36.7 km/h. But the sprinter accelerated from 0 to a peak of about 12 m/s around 60 m, then slightly decelerated toward the finish. Instantaneous velocity peaked well above the average.

Projectile motion

A ball thrown horizontally at 15 m/s travels 45 m horizontally and falls 6 m vertically in 3 seconds.

Horizontal average velocity = 45/3 = 15 m/s (constant, as expected).

Vertical average velocity = −6/3 = −2 m/s (downward, using downward as negative).

The magnitude of the average velocity vector: √(15² + 2²) ≈ 15.1 m/s at a slight downward angle.

Oscillating spring

A mass on a spring oscillates back and forth with amplitude A = 0.1 m and period T = 2 s. Over exactly one full oscillation (back to starting position), displacement = 0, so average velocity = 0. Average speed = 4A/T = 4 × 0.1 / 2 = 0.2 m/s.


Unit conversions

FromToMultiply by
m/skm/h3.6
m/smph2.23694
m/sft/s3.28084
m/sknots1.94384
km/hm/s0.27778
mphm/s0.44704
knotsm/s0.51444

Common reference points:

  • 1 m/s ≈ walking pace
  • 5 m/s ≈ fast jogging
  • 13.9 m/s = 50 km/h (urban speed limit)
  • 27.8 m/s = 100 km/h (highway speed)
  • 340 m/s ≈ speed of sound at sea level (Mach 1)

Velocity in everyday technology

GPS navigation: Your phone’s GPS receives signals from multiple satellites and triangulates position, typically updating every second. Velocity is computed as the change in position divided by the time between fixes. Modern GPS units also use Doppler shift of the satellite signals to compute velocity more accurately and smoothly, with errors below 0.1 m/s.

Speedometers: Traditional speedometers measure wheel rotation rate (which represents instantaneous speed, not velocity) via a cable or magnetic pickup. The displayed speed is instantaneous magnitude, not direction-aware. Modern vehicles with electronic stability control also track yaw rate (angular velocity of the car around its vertical axis) to detect skidding.

Radar speed guns: Police radar guns measure the Doppler shift of microwave radiation reflected from a vehicle. The shift is proportional to the component of velocity along the radar beam direction. This measures instantaneous speed along one axis.

Inertial navigation systems (INS): Aircraft and ships carry accelerometers and gyroscopes. Integrating the accelerometer outputs once gives velocity; integrating again gives position. INS drifts over time (errors accumulate in the integration), so it is typically combined with GPS.


Average velocity vs average speed: the key distinction

Average velocity and average speed are often confused. The difference is fundamental in physics: velocity is a vector (has direction), speed is a scalar (magnitude only).

Average speed = total distance traveled / total time

Average velocity = total displacement / total time

For a car that drives 100 km north and then 100 km south in 4 hours:

  • Total distance: 200 km
  • Total displacement: 0 km (back at the start)
  • Average speed: 50 km/h
  • Average velocity: 0 km/h

This example shows that average velocity can be zero even for substantial motion. It also shows why GPS systems track cumulative distance (odometer) separately from displacement.

In common usage, “velocity” and “speed” are often used interchangeably. In physics, the distinction matters: any calculation involving direction (force, momentum, energy direction) requires velocity as a vector, not speed.


Multi-segment average velocity

When motion involves multiple segments with different velocities, the average velocity is not the arithmetic mean of the individual segment velocities. It is the total displacement divided by the total time.

Car trip with three segments:

  • Segment 1: 60 km in 1 hour (v = 60 km/h)
  • Segment 2: 40 km in 0.5 hours (v = 80 km/h)
  • Segment 3: 20 km in 0.5 hours (v = 40 km/h)

Average velocity = (60 + 40 + 20) km / (1 + 0.5 + 0.5) h = 120 km / 2 h = 60 km/h

Note: the arithmetic average of 60, 80, and 40 km/h is also 60 km/h in this case, but only because the time for each segment happened to work out that way. This is not generally true.

For equal-time segments, the arithmetic average of velocities equals the overall average. For equal-distance segments, the harmonic mean of velocities equals the overall average. The safest method is always: sum all displacements, divide by total time.


Average velocity in technology

GPS navigation: Smartphones compute average speed continuously from GPS position fixes typically every second. The displayed “average speed” on navigation apps is the total distance since the journey started divided by elapsed driving time (excluding time stopped, or including it depending on the app setting).

Vehicle telematics: Fleet management systems track average speed per trip, per driver, and per vehicle. High average speeds correlate with higher fuel consumption and accident risk. Insurance telematics devices record average speed and use it to price usage-based insurance policies.

Athletics timing: Marathon and race timing systems record split times at each checkpoint. Runners can calculate their average velocity for each segment to identify where they went too fast or too slow relative to their target pace.

Projectile ballistics: The average velocity of a projectile over its flight time tells you the horizontal range per unit of flight time, which is useful for range table calculations even when the instantaneous velocity changes throughout the trajectory.

Frequently Asked Questions

What is the difference between velocity and speed?

Speed is a scalar: it only has magnitude (how fast). Velocity is a vector: it has both magnitude and direction. Average speed uses total distance; average velocity uses total displacement. A round trip from A to B and back has zero average velocity (net displacement is zero) but positive average speed.

Why can average velocity be zero even if the object moved?

If an object returns to its starting point, its net displacement is zero. Average velocity = displacement / time = 0 / time = 0. This applies to any closed loop: a car doing a lap around a track, a pendulum over a full swing, or a person walking a circuit.

What does negative velocity mean?

Negative velocity means the object is moving in the opposite direction to the positive reference direction you defined. For example, if rightward is positive, a car moving left at 20 m/s has a velocity of −20 m/s. The sign depends on your chosen coordinate system.

What is the difference between average velocity and instantaneous velocity?

Average velocity is the total displacement divided by the total time for an entire journey. Instantaneous velocity is the velocity at one specific moment in time, defined as the limit of Δx/Δt as Δt approaches zero. Your car's speedometer shows instantaneous speed; your road-trip average speed is the total distance divided by total time.

How is the average velocity formula derived?

From the definition of velocity as the rate of change of position: v = Δx / Δt. For constant acceleration, this equals (v_i + v_f) / 2, the arithmetic mean of the initial and final velocities. For non-constant acceleration you must integrate the velocity function, but Δx/Δt always gives the average.

Give a real-world example of average velocity.

A train leaves City A and arrives at City B 200 km to the north in 2 hours. Average velocity = 200 km / 2 h = 100 km/h northward. If it then returns to City A in 2.5 hours, the average velocity for the entire round trip = 0 km / 4.5 h = 0 km/h, even though average speed = 400 km / 4.5 h ≈ 88.9 km/h.

How does GPS calculate average speed?

GPS units record position at regular intervals (often every 1 second). Speed at each moment is computed as the distance between consecutive positions divided by the time interval. Average speed for a journey is the total path length divided by total time. Velocity also includes the net displacement direction, which GPS can compute from start and end coordinates.

What is average velocity in 2D versus 1D?

In 1D, velocity is simply a positive or negative number. In 2D, velocity is a vector with x and y components. Average velocity vector = (total displacement vector) / time. The magnitude is the straight-line distance from start to end divided by time; the direction is along that straight line, regardless of the actual path taken.

What is the average velocity of a round trip?

For any round trip where the object returns to its starting point, the net displacement is zero, so average velocity = 0 m/s regardless of how long the trip took or how fast the object moved. Average speed, however, is the total distance (not displacement) divided by total time and is always positive for any non-zero journey.

What are the units of velocity?

The SI unit is metres per second (m/s). Other common units include kilometres per hour (km/h, multiply m/s by 3.6), miles per hour (mph, multiply m/s by 2.237), feet per second (ft/s, multiply m/s by 3.281), and knots (1 knot = 0.5144 m/s, used in aviation and maritime contexts).

Related Calculators