amitchhajer said:
A train having some lenght.its front part passes through a point 'N' with velocity 'v' while its end part passes through same point with velocity 'u'.Prove that the mid point passes through the same point with velocity √v2+u2 /2.all the parts has acceleration a.
It's been a couple of days since this was posted, and I started obsessing on it! Here's how I did it. (Warning! I do not get the solution shown and the way I did it seems much to difficult for k-12 problem!)
Let L be the length of the train and T the time interval between the front of the train passing point "N" until the end of the train passes point "N". Assuming that acceleration a is a constant, a= \frac{u- v}{T}.
The basic kinematic equation are now v(t)= v+ \frac{u-v}{T}t
and L(t)= vt+ \frac{u-v}{2T}t^2 where v(t) is the velocity of the train at time t after the front passes point "N" and L(t) is the distance the front of the train has gone in time t.
Since, by definition of L and T, the front of the train will have gone distance L in time T, we have
vT+ \frac{u-v}{2T}T^2= vT+ \frac{u-v}{2}T= L
/frac{u+v}{2}T= l so
T= \frac{2L}{u+v}
Putting that value for T in the two equations
v(t)= v+ \frac{u^2- v^2}{2L}t and
L(t)= vt+ \frac{u^2- v^2}{4L}t^2.
We can use that L(t) equation to determine the time when the middle of the train passes point "N":
L(t)= vt+ \frac{u^2- v^2}{4L}t^2= L/2 or
t^2+ \frac{4Lv}{u^2- v^2}t= \frac{2L^2}{u^2- v^2}
Completing the square:
t^2+ \frac{4Lv}{u^2- v^2}t+ \frac{4L^2v^2}{(u^2-v^2)^2}= \frac{2L^2(u^2-v^2)+ 4L^2v^2}{(u^2-v^2)^2}
(t+ \frac{2Lv}{u^2-v^2})^2=\pm\frac{L\sqrt{2(u^2+v^2}}{u^2-v^2}
t= \frac{L\sqrt{2(u^2+v^2)}-2v}{u^2-v^2}
Now plug that into v(t)= v+ \frac{u^2-v^2}{2L}t (noting that both the "L" and "u
2-v
2" terms cancel) we get, for the speed at the time the middle of the train passes point "N":
\frac{\sqrt{2(u^2+v^2)}}{2}- v.