Friday, February 11, 2005

Problem 1.2

Sreepad had gone early to the office today owing to some meetings. Hence, Sanjeev and I were driving down together. This problem was a pretty straight forward one and we solved this independently without much ado.

Solution:
Let the total distance travelled be d. The velocity of travel for the first d/2 km is v0. Let the time taken be t0 for this. Hence,

d / 2 = v0 * t0
t0 = d / (2 * v0)

Now, for the second half of the total distance travelled, the point travelled at v1 for the first t1 seconds and at v2 for the next t1 seconds. Hence,

d / 2 = v1 * t1 + v2 * t1
t1 = d / (2 * (v1 + v2))

Average speed = Total Distance / Total Time Taken
Hence,

vavg = d / (t0 + t1 + t1)
vavg = d / (d / (2 * v0) + d / (v1 + v2))
vavg = 1 / (1 / (2 * v0) + 1 / (v1 + v2))
vavg = 1 / ((2v0 + v1 + v2) / (2 * v0 * (v1 + v2)))
vavg = (2 * v0 * (v1 + v2)) / (2v0 + v1 + v2)
===================================

0 Comments:

Post a Comment

<< Home