Average Speed for Two Equal Distances (Harmonic Mean Trick)

Physics · Motion In A Straight Line · NEET

When a body covers two equal distances with speeds v1 and v2, its average speed is the harmonic mean: v_avg = 2v1v2 / (v1 + v2). It is never the simple average (v1 + v2)/2, because the slower speed takes more time and pulls the average down. Memory hook: "Equal DISTANCE, use 2 on top" (2v1v2/(v1+v2)).
Two Equal Distances x, Different SpeedsABCdistance xdistance xspeed v1 (slow)t1 = x/v1 (more time)speed v2 (fast)t2 = x/v2 (less time)v_avg = total 2x / (x/v1 + x/v2) = 2v1v2 / (v1 + v2)
Equal distances x are covered at speeds v1 and v2. The slower leg takes more time, so total time is x/v1 + x/v2 and the average speed becomes the harmonic mean 2v1v2/(v1+v2), not the simple average.

Your doubts, answered

Why is average speed not simply (v1 + v2)/2 when the two distances are equal?

Average speed is always total distance divided by total time, not the average of the two speeds. When distances are equal, the body spends MORE time in the slower part, so the slow speed dominates the total time. Start from v_avg = total distance / total time = 2x / (x/v1 + x/v2). The x cancels, giving v_avg = 2 / (1/v1 + 1/v2) = 2v1v2/(v1+v2). The (v1+v2)/2 answer only works when the two TIMES are equal, not the distances.

What exactly is the harmonic mean here and why does it appear?

The harmonic mean of two numbers is 2/(1/v1 + 1/v2). It appears because time = distance/speed, so equal distances give times proportional to 1/v1 and 1/v2. Adding times means adding reciprocals of speed, which is the definition of a harmonic mean. So 'equal distance' problems are harmonic-mean problems by construction.

How do I quickly solve 'half distance at v and half at 2v'?

Plug into v_avg = 2v1v2/(v1+v2) with v1 = v and v2 = 2v. Numerator = 2(v)(2v) = 4v^2. Denominator = v + 2v = 3v. So v_avg = 4v^2/3v = 4v/3. Notice it is closer to the slower speed v than to 2v, which confirms the slow leg took more time.

When do I use (v1+v2)/2 instead of the harmonic mean?

Use the arithmetic mean (v1+v2)/2 ONLY when the two TIME intervals are equal (for example, drives at v1 for 1 hour then v2 for 1 hour). Use the harmonic mean 2v1v2/(v1+v2) when the two DISTANCES are equal. Read the question: the words 'equal distance / half the distance' signal harmonic mean; 'equal time / half the time' signals arithmetic mean.

Is the harmonic mean answer always smaller than the simple average?

Yes, for two different positive speeds the harmonic mean is always less than or equal to the arithmetic mean (they are equal only when v1 = v2). So if you accidentally pick (v1+v2)/2 you will always get a value that is too high. This is a fast sanity check in the exam.

⚠️ The NEET trap
For half distance at v and half at 2v, taking average speed = (v + 2v)/2 = 3v/2. This treats equal distances as if they were equal times.
Equal distances need the harmonic mean: v_avg = 2v1v2/(v1+v2) = 2(v)(2v)/(v+2v) = 4v/3. It is lower than 3v/2 because the slower leg eats more time.
🧠 The trap: seeing two speeds and instinctively averaging them.

Real NEET questions

2023

A vehicle travels half the distance with speed v and the remaining half distance with speed 2v. Its average speed is:

A · 3v/4
B · 4v/3
C · 2v/3
D · v/3
Solution: Let the total distance be 2x, so each half is x. Time for first half: t1 = x/v. Time for second half: t2 = x/2v. Total time = x/v + x/2v = 2x/2v + x/2v = 3x/2v. Average speed = total distance / total time = 2x / (3x/2v) = 2x * 2v/3x = 4v/3. This is exactly the harmonic mean 2v1v2/(v1+v2) = 2(v)(2v)/(v+2v) = 4v/3. Answer: B.
2019

A person travelling in a straight line moves with a constant velocity v1 for a certain distance x and with a constant velocity v2 for the next equal distance. The average velocity v is given by the relation:

A · 2/v = 1/v1 + 1/v2
B · 1/v = 1/v1 + 1/v2
C · v = (v1 + v2)/2
D · v = sqrt(v1 v2)
Solution: Total distance = 2x. Time for first leg = x/v1, time for second leg = x/v2. Total time = x/v1 + x/v2. Average velocity v = 2x / (x/v1 + x/v2). Divide numerator and denominator by x: v = 2 / (1/v1 + 1/v2). Taking reciprocal of both sides gives 1/v = (1/v1 + 1/v2)/2, i.e. 2/v = 1/v1 + 1/v2. This is the harmonic mean relation. Answer: A.

Solved Motion In A Straight Line NEET PYQs

Try the real previous-year questions from this chapter — each with the answer and a full solution.

See all 18 Motion In A Straight Line NEET PYQs ›
Next concept: Average Speed for Two Equal Time IntervalsKeep learning — 2 minFeeling ready? Solve the Motion In A Straight Line NEET PYQs ›Or practice on your phone — get the free MedicNEET app ›

Frequently asked

What is the formula for average speed over two equal distances?

v_avg = 2v1v2/(v1+v2), the harmonic mean of the two speeds. It comes from total distance / total time when both distance legs are equal.

Why is it called the harmonic mean trick?

Because 2v1v2/(v1+v2) is the harmonic mean of v1 and v2. Equal distances make the times add as reciprocals of speed, which is exactly how a harmonic mean is defined.

Is average speed for equal distances higher or lower than the simple average?

It is always lower (or equal when v1 = v2). The slower speed occupies more time, so it pulls the average down below (v1+v2)/2.

How is this different from equal-time average speed?

For equal time intervals the average speed is the arithmetic mean (v1+v2)/2. For equal distances it is the harmonic mean 2v1v2/(v1+v2). Watch the wording of the question to choose correctly.

Does the formula work for three equal distances too?

The same idea extends: v_avg = 3 / (1/v1 + 1/v2 + 1/v3) for three equal distances. But NEET almost always uses the two-leg case, so master 2v1v2/(v1+v2) first.