Su6had1p
- 8
- 3
- Homework Statement
- An empty freight car of mass M starts from rest under an applied
force F. At the same time, sand begins to run into the car at steady
rate b from a hopper at rest along the track.
Find the speed when a mass of sand m has been transferred.
- Relevant Equations
- Below is my approach which doesnot seem to agree with the given solution, please check and correct my solution.
let us start with mass considerations -
$$M(t) = M_{c} + m(t)$$
where ##M(t)## is the mass of the system, ##m(t)## mass of the falling sand both of which are time varying, ##M_{c}## is the mass of the freight car, which is constant with time.
taking the time derivative on both sides we get,
$$\frac{dM}{dt} = \frac{dm}{dt}$$
also, since it is given that the rate of mass falling is ##b##
we can solve the following differential equation, keeping in mind ##M(0) = M_{C}##
$$\frac{dM}{dt} = b$$
$$M = M_{C} +bt$$
initially the freight car is moving at some speed say ##v##
now let's calculate the change in momentum
$$p(t) = M v$$
$$p(t+ dt) = (M + dm)(v+dv)$$
$$dp = p(t+ dt) - p(t) = Mdv+vdm$$
$$\frac{dp}{dt} = M\frac{dv}{dt} + v\frac{dm}{dt}$$
from earlier relation,
$$\frac{dp}{dt} = M\frac{dv}{dt} + v\frac{dM}{dt}$$
Since the net external force is ##F##, and rate of mass is ##b##
$$ F = M\frac{dv}{dt} + bv$$
rearranging and solving,
$$\int \frac{dv}{F-bv} = \int \frac{dt}{M_{C}+bt} $$
$$\frac{ln(F-bv)}{-b} = \frac{ln(M_c+bt)}{b} +C$$
It's given that at ##t=0, v=0##
$$C = \frac{ln(F+M_{C})}{-b}$$
the particular solution therefore becomes,
$$ln(F-bv) = ln(F+M_{C})-ln(M_{C}+bt)$$
exponentiating both sides,
$$F-bv = \frac{F+M_{C}}{M_{C}+bt}$$
the final part of the equation asks speed when ##m## amount of mass is transferred. which means ##M=m##
$$m = M_{C}+bt$$
$$F-bv = \frac{F+m-bt}{m}$$
My solution doesnot match with the given solution (Its from Kleppner and Kolenkow 2ed) which is
$$v=\frac{Ft}{M+bt}$$
where ##M## is the initial mass of the system i guess.
I dont understand what step i am doing wrong, the given solution proceeds with impulse momentum theorem which is fine but i would like to solve it in this way since this is the approach that organically came to my mind.