Average Speed Formula: Calculation & Examples

#Math Formula
TL;DR
Average speed formula is not the simple average of two speeds, except when each speed is travelled for the same time. For two equal distances at speeds $v_1$ and $v_2$, average speed is the harmonic mean: $\dfrac{2 v_1 v_2}{v_1 + v_2}$.
BT
Bhanzu TeamLast updated on May 2, 20269 min read

What Is The Average Speed Formula?

The average speed formula in math is the total distance an object travels divided by the total time it takes:

$$\text{Average Speed} = \frac{\text{Total Distance}}{\text{Total Time}}$$

The formula tells you how fast something moved on average across an entire journey, even if its actual speed kept changing along the way. Average speed is a scalar — it has size, but no direction.

The formula

The Average Speed Formula:

$$v_{\text{avg}} = \frac{d_{\text{total}}}{t_{\text{total}}}$$

The formula does not care about how the speed changed along the way. It only looks at the total distance and the total time taken. That is the whole rule.

Variable Key

Symbol

Meaning

Common units

$v_{\text{avg}}$

Average speed for the entire journey

m/s, km/h, mph

$d_{\text{total}}$

Total distance covered (sum of all leg distances)

m, km, miles

$t_{\text{total}}$

Total time taken (sum of all leg times, including stops)

s, h, min

A note on units. If distance is in kilometres and time is in hours, average speed is in km/h. To convert km/h to m/s, multiply by $\dfrac{5}{18}$. To convert m/s to km/h, multiply by $\dfrac{18}{5}$.

When To Use The Average Speed Formula

Use it whenever the speed of an object changes during a journey, or whenever the journey has more than one leg with different speeds. Three common situations:

  • A trip with multiple legs at different speeds (city driving, then highway).

  • A round trip where the going speed is different from the return speed.

  • A journey with stops, where the moving speed is constant but the total time includes the stops.

The formula always works, even when speed is constant — in that case $v_{\text{avg}}$ is just the constant speed.

What you need: total distance and total time. What you get out: a single number that tells you the overall pace of the journey.

Worked Examples of Average Speed Formula

Example 1: A simple two-leg drive

A bus travels 120 km at 60 km/h, then 80 km at 40 km/h. Find the average speed for the whole trip.

Step 1 — find the time for each leg.

$$t_1 = \frac{d_1}{v_1} = \frac{120}{60} = 2 \text{ h}$$

$$t_2 = \frac{d_2}{v_2} = \frac{80}{40} = 2 \text{ h}$$

Step 2 — add up the totals.

$$d_{\text{total}} = 120 + 80 = 200 \text{ km}$$

$$t_{\text{total}} = 2 + 2 = 4 \text{ h}$$

Step 3 — apply the formula.

$$v_{\text{avg}} = \frac{200}{4} = 50 \text{ km/h}$$

Final answer: 50 km/h.

Example 2: The round-trip trap (the morning-evening drive)

The morning drive from the hook: 60 km to the office at 60 km/h, then 60 km home at 40 km/h. What is the average speed for the round trip?

The intuitive guess is $\dfrac{60 + 40}{2} = 50$ km/h. That guess is wrong, and seeing why it is wrong is the whole point of this example.

Step 1 — find the time for each leg. The two legs cover the same distance (60 km) but at different speeds, so they take different amounts of time.

$$t_{\text{morning}} = \frac{60}{60} = 1 \text{ h}$$

$$t_{\text{evening}} = \frac{60}{40} = 1.5 \text{ h}$$

Step 2 — add the totals.

$$d_{\text{total}} = 60 + 60 = 120 \text{ km}$$

$$t_{\text{total}} = 1 + 1.5 = 2.5 \text{ h}$$

Step 3 — apply the formula.

$$v_{\text{avg}} = \frac{120}{2.5} = 48 \text{ km/h}$$

Final answer: 48 km/h, not 50 km/h.

The driver spends more time at the slower speed (because slow speed eats up more clock time over the same distance), so the slower speed pulls the average down further than the faster speed pulls it up. For two equal distances at speeds $v_1$ and $v_2$, the formula reduces to the harmonic mean:

$$v_{\text{avg}} = \frac{2 v_1 v_2}{v_1 + v_2} = \frac{2 \times 60 \times 40}{60 + 40} = \frac{4800}{100} = 48 \text{ km/h}$$

This is a known shortcut, but only for the two-equal-distances case. The general formula (total distance / total time) always works.

Example 3: A journey with a stop

A cyclist rides 30 km in the first hour, stops for 30 minutes for water, then rides another 20 km in the next hour. What is the average speed for the whole journey?

Step 1 — find total distance.

$$d_{\text{total}} = 30 + 20 = 50 \text{ km}$$

Step 2 — find total time. The stop counts. Convert 30 minutes into hours.

$$t_{\text{total}} = 1 + 0.5 + 1 = 2.5 \text{ h}$$

Step 3 — apply the formula.

$$v_{\text{avg}} = \frac{50}{2.5} = 20 \text{ km/h}$$

Final answer: 20 km/h.

If the rest break were ignored, the answer would come out to 25 km/h. That gap matters — average speed across a journey is what people actually experience, and a stopped bike still adds clock time.

Why The Formula Has The Form It Has

The formula looks deceptively simple, and the form has a real reason behind it. [GAP FILL]

Speed at any single instant is a ratio: how far did you move, divided by how long that movement took. Average speed is the same ratio, applied to the whole trip rather than a single instant. So:

  • The numerator is the distance the object actually covered — not the displacement, not the straight-line distance from start to finish, but the actual path length.

  • The denominator is the clock time from start to finish — every second the trip took, including stops, traffic lights, and rest breaks.

The reason the formula uses these two specific quantities, and not (say) the average of the speeds you went at, is that speed is a rate — and rates do not average linearly when the underlying weights (time spent at each speed) are unequal. The bus example is fair because each leg took the same time. The morning-evening drive is unfair because the slower leg took more time than the faster one.

This is also why average speed and average velocity can differ. Velocity is displacement (the straight-line vector from start to finish) over time. If you walk to school and walk back, your displacement is zero, so your average velocity is zero — but your average speed is whatever positive number the formula produces.

A gentler way to see it — plot your position against time:

  • The slope of any tiny segment is your instantaneous speed.

  • The slope of the line from start to finish is your average speed.

  • Different journeys can produce the same average even if the path between them looks completely different.

This connects to the idea of slope in algebra and to the derivative in calculus, but the seed is being planted right here.

Mathematicians & History Behind The Concept

The idea that motion has an average rate is not as old as you might think. For most of history, "speed" was something you sensed — a runner's pace, a horse's gallop, a ship's progress against the wind — but not something you measured precisely.

[MATHEMATICIANS & HISTORY CALLOUT]

Title: The man who timed the world from a falling stone

Mathematician: Galileo Galilei Date and place: Around 1604, Padua, Italy

The story: Galileo was the first scientist to study motion as a mathematical object rather than a feeling. He rolled brass balls down inclined wooden ramps and timed them with a water clock - letting water drip into a vessel and weighing the water afterwards.

From those experiments, he showed that a ball's average speed on the second half of the ramp was three times its average speed on the first half. He had no calculus, no stopwatch, and no calculator. What he had was the average-speed formula, applied carefully to small intervals.

Why it matters: Galileo's ramp experiments were the seed of every later equation about motion — including Newton's laws and modern kinematics. He took something everyone could feel (things speed up as they fall) and turned it into something everyone could compute.

Two other names worth knowing alongside Galileo:

  • Nicole Oresme (14th-century France) drew the first known graph of speed against time, more than 250 years before Galileo. He proved geometrically that for a uniformly accelerating object, the total distance equals the average speed times the total time — the modern formula, in geometric form.

  • Sir Isaac Newton (17th-century England) extended the idea from average speed to instantaneous speed using calculus. The average-speed formula is the limiting case of his definition of velocity.

Common Mistakes

  1. Averaging the two speeds when the distances are equal. Treating average speed as $\dfrac{v_1 + v_2}{2}$.

    Where it slips in: A round-trip question gives two speeds — say 60 km/h going and 40 km/h coming back — and the eye jumps straight to 50 km/h. The mistake feels right because the speeds are symmetric, but the times aren't.

    Don't do this: Don't average the speeds when the legs cover the same distance. The slower leg always takes more time, which biases the average downward.

    The correct way: Use total distance over total time. For two equal distances at $v_1$ and $v_2$, the answer is the harmonic mean $\dfrac{2 v_1 v_2}{v_1 + v_2}$. For 60 and 40, that gives 48 km/h, not 50.

  2. Forgetting to include the time spent stopped. Computing average speed from moving time only.

    Where it slips in: A cyclist rides 30 km, takes a 30-minute water break, then rides another 20 km. The moving time is 2 hours, so the temptation is to write $50 / 2 = 25$ km/h.

    Don't do this: Don't drop the stop. Average speed measures pace across the entire journey from start to finish — every minute of clock time counts, moving or not.

    The correct way: Add the stop into the total time. Total time = 2 + 0.5 = 2.5 h, so average speed = 50 / 2.5 = 20 km/h.

  3. Mixing units between legs. Combining km/h with m/s, or hours with minutes, without converting.

    Where it slips in: A problem says "30 km in 1 hour, then 1500 m in 2 minutes." A student sums 30 and 1500 for distance, or 1 and 2 for time, without noticing the units don't match.

    Don't do this: Don't add quantities in different units. The arithmetic produces a number, but the number has no physical meaning.

    The correct way: Convert everything into one unit system before adding. 1500 m = 1.5 km, 2 min = $\dfrac{1}{30}$ h. Then total distance = 31.5 km, total time = $1 + \dfrac{1}{30} = \dfrac{31}{30}$ h, so $v_{\text{avg}} \approx 30.5$ km/h.

  4. Confusing average speed with average velocity. Treating them as the same when they aren't.

    Where it slips in: A physics problem says "you walk 5 km north, then 5 km back south, in 2 hours". A student computes 10 km / 2 h = 5 km/h and labels it as average velocity.

    Don't do this: Don't call that 5 km/h an average velocity. Velocity is displacement over time, and the displacement here is zero.

    The correct way: Average speed = total distance / total time = 10 / 2 = 5 km/h. Average velocity = displacement / total time = 0 / 2 = 0 km/h. Speed and velocity are not synonyms — the article uses them precisely.

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What unit is average speed measured in?
Anything that has units of distance over time. The SI unit is metres per second (m/s); km/h and mph are common everyday units. To convert km/h to m/s multiply by $\dfrac{5}{18}$.
What's the difference between average speed and average velocity?
Speed is distance over time. Velocity is displacement (the straight-line vector from start to finish) over time. On a round trip the two are very different — average speed is positive, average velocity is zero.
Can average speed ever be negative?
No. Distance and time are both positive, so the ratio is always positive. Velocity can be negative (it has direction); speed cannot.
Can the average speed equal the maximum speed reached during the trip?
Only if the speed was constant throughout the trip. Any variation in speed pulls the average below the maximum.
How does this connect to the rest of physics?
Average speed is the simplest version of a more general idea: instantaneous speed, which is what you read off a speedometer and what calculus formalises as a derivative. Average speed answers "how fast over a journey"; instantaneous speed answers "how fast right now."
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →