How Do You Calculate Average Speed with Variable Speeds and Distances?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
cstvlr
Messages
12
Reaction score
0

Homework Statement



a) A journey is completed by travailing for the first half of the time at speed V1 and the second half at speed V2. Find the average speed Va for the journey in terms of V1 and V2 .

b) A journey is completed by traveling at speed V1 for half the distance and at speed V2 for the second half. Find the average speed Vb for the journey in terms of V1 and V2.

c) Deduce that a journey completed by traveling at two different speeds for equal distance will take longer than the same journey completed at the same two speeds for equal times.


Homework Equations



Va = d/t, where d = distance covered , t = time taken.



The Attempt at a Solution



a) d1 = distance covered by t1 and d2 distance covered by t2,
therefore 2d = V1t1+V2t2

I have no clue how to convert this in terms of V1 and V2

b) t1 = d/2v1 and t2 = d/2v2,

Va = d/t1 + d/t2

This is as far as I could go.
 
Physics news on Phys.org
On a), you've assumed that [itex]d_1=d_2[/itex]. Since [itex]d_1=\frac{v_1t}{2}[/itex] and [itex]d_2=\frac{v_2t}{2}[/itex], take note of the fact that [itex]d_1+d_2=d_{total}[/itex] and [itex]v_{avg}=\frac{d_{total}}{t_{total}}[/itex], where [itex]t_{total}=t[/itex].

Try a similar approach on b), noting that [itex]t_1+t_2=t_{total}[/itex].
 
Last edited:
Thank you so much, I solved them.