The average speed for a journey is the distance covered divided by the time taken.
If a journey is completed by travelling at speed $V_1$ for half the distance and at speed $V_2$ from the second half. Find the average speed $V_b$ for the journey in terms of $V_1$ and $V_2$.
I.e. Show that $V_b=\dfrac{2V_1V_2}{V_1+V_2}$
Distance = Velocity * Time.
Let $D$ be the total distance travelled, and this takes time $T=t_1+t_2$, so $D=V_b T$, so $T=\dfrac D{V_b}$.
But $\dfrac D2=V_1 t_1=V_2 t_2$, so that $t_1=\dfrac D{2V_1}$ and $t_2=\dfrac D{2V_2}$.
Therefore $\dfrac D{V_b}=\dfrac D{2V_1}+\dfrac D{2V_2}$.
So $\dfrac 1{V_b}=\dfrac 1{2V_1}+\dfrac 1{2V_2}$,
$\dfrac 1{V_b}=\dfrac {V_1+V_2}{2V_1V_2}$,
$V_b=\dfrac {2V_1V_2}{V_1+V_2}$,