If my average speed is 50 mph, is it better to go 10% faster or 5 mph faster? (These are not the same)

When distance is fixed and time is variable, it is often more natural to work with the reciprocal of speed, which I'll call "slowness" and denote $w=1/v$. I'll state a few easily verified properties of slowness:

  • The time taken for a journey from $0$ to $X$ is $\int_0^X w\,\mathrm dx$.
  • The average speed $\bar v$ over a journey is the reciprocal of the average slowness $\bar w$.
  • The average slowness is $\bar w=\int_0^X w\,\mathrm d\mu$, where $\mathrm d\mu=\mathrm dx/X$.

We also have $\int_0^X\mathrm d\mu=1$, which will be needed later.

The problem is to compare two possible journeys: (I) where you increase your speed to $v'=kv$, and (II) where you increase your speed to $v''=v+\delta$, with the condition that $k\bar v=\bar v+\delta$.

In (I), your average slowness becomes $\bar w'=\bar w/k$.

In (II), your slowness becomes $$w'' = g(w) = \frac1{1/w+\delta},$$ which you can verify is a concave function of $w$. Jensen's inequality therefore implies that $$g\left(\int_0^X w\,\mathrm d\mu\right)\ge\int_0^X g(w)\,\mathrm d\mu.$$ The left-hand side is $g(\bar w)=\bar w'$, the average slowness of (I). The right-hand side is $\int_0^X w''\,\mathrm d\mu=\bar w''$, the average slowness of (II).

Therefore, (I) is at least as slow as (II), with equality holding only if $w$ is constant almost everywhere.


As asked, the question is ambiguous and admits multiple answers. Here is why:

Assume we start at $x=0$ at $t=0$ and then our position is described by $x(t)$ at all times. We then assume that we end up at $X_T$ at time $T$. As a reminder the definition of speed is $v(t)=\frac{dx}{dt}$.

Ambiguity 1): When you say average speed is 50, you need to specify if the average is taken with respect to time t or position x. As a reminder, the average $<f>$ of a function $f(y)$ from $y=0$ to $Y$ is such that $<f> Y=$area under the curve on the graph of $f(y)$,

or more formally $$<f>=\frac1 T \int_0^Yf(y)dy$$ so it makes a difference if you consider the speed as a function of x: $v(x)$ or as a function of $t$: $v(t)$. In the op it looks like you are thinking more about it as $v(x)$, however it much more common in physics to think of velocity as $v(t)$ and this is what I will assume from now on. (But note that making the other assumption changes the answer.)

It is therefore given that \begin{equation} <v>=\frac{X_T}{T}=50 \end{equation}

Ambiguity 2): There are two different notions of what "repeating the journey" means:

i)I keep traveling for the same amount of time T and then see at which position I ended up

or

ii)I keep traveling until I reach position $X_T$ and then check how much time it took me.

I will assume that what the op has in mind is option ii).


We can now address the question:

Case 1) The average speed is 10% faster than before:

$$<v'>=1.1<v>$$

which gives $$\frac{X_T'}{T'}=1.1\frac{X_T}{T}\Rightarrow$$ $$\frac{X_T}{T'}=1.1\frac{X_T}{T}\Rightarrow$$ $$T'=\frac{T}{1.1}$$ where in the second line I used that $X_T'=X_T$.

Case 2) We are going faster by 5mph at all times. Then:

$$v_2(t)=v(t)+5$$ and we need to integrate once with respect to t to find $$x_2(t)=x_1(t)+5t$$ we are looking for a time $t=T_2$ such that we have arrived at our destination $x_2(T_2)=X_T$. In other words: $$X_T=x_1(T_2)+5T_2$$

this can only be solved for $T_2$ if we know exactly $x_1(t)$ or equivalently the instantaneous velocity at all times in the original trip. If this is known, then $T_2$ can be calculated by the formula above and compared to $T/1.1$ that we derived before.

To sum up, the answer to "what is faster" is not universal and depends on the specific velocity profile that we had during the first trip. By plugging in different functions for $x_2(t)$ above we can construct examples were case 1) take less time or case 2) takes less time.