What's the error in my solution (Freight car and hopper)

Click For Summary

Homework Help Overview

The discussion revolves around a problem involving a freight car that starts from rest under an applied force while sand is added at a steady rate. Participants are analyzing the dynamics of the system, particularly focusing on the relationship between mass, force, and velocity as the mass of the freight car changes over time.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants explore the implications of using the instantaneous mass in the equations of motion, questioning the validity of applying certain formulas when mass is not constant. There are discussions about the correct application of the product rule in differentiation and the treatment of momentum in the context of the problem.

Discussion Status

Some participants have provided guidance on the conceptual errors in the original poster's approach, particularly regarding the treatment of mass and velocity. There is an ongoing exploration of the implications of adding mass to the system and how it affects the overall momentum and force calculations. Multiple interpretations of the equations and their applications are being discussed.

Contextual Notes

Participants note the complexity introduced by the changing mass of the freight car and the need to consider the momentum of the added sand. There is also mention of the potential confusion arising from using generalized forms of Newton's second law in this context.

yucheng
Messages
232
Reaction score
57
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 a steady rate ##b## from a hopper at rest along the track. Find the speed when a mass of sand ##m## has been transferred.
(Kleppner, 2nd edition, problem 4.11)
Relevant Equations
N/A
Textbook solution:
##v## is the instantaneous velocity,

$$P(t)=(M+b t) v$$
Then $$impulse = \Delta P = (M+b t) v = \int^{t}_{0} F dt'$$
Thus $$v=\frac{F t}{(M + bt)}$$
What I did instead was:

Let ##M## be the instantaneous mass, and ##M_0## be the initial mass, then $$M=M_{0} + b t$$
\begin{align*}
M \frac{d v}{d t}&=F \\
(M_{0} + b t) d v &= F d t \\
d v &= \frac{F}{(M_{0} + b t)} d t\\
\int^{v}_{0} d v' &= \int^{t}_{0} \frac{F}{(M_{0} + b t')} d t'\\
v &= \frac{F}{b}\ln{\frac{M_0 + b t}{M_0}} \\
\end{align*}

I would really appreciate it if you could point out where my conceptual error is. Do bear in mind that I have a huge tendency to just blindly manipulate equations :) I know, I'll have to overcome it. Thanks in advance!
 
  • Like
Likes   Reactions: Delta2
Physics news on Phys.org
yucheng said:
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 a steady rate ##b## from a hopper at rest along the track. Find the speed when a mass of sand ##m## has been transferred.
(Kleppner, 2nd edition, problem 4.11)
Relevant Equations:: N/A

Textbook solution:
##v## is the instantaneous velocity,

$$P(t)=(M+b t) v$$
Then $$impulse = \Delta P = (M+b t) v = \int^{t}_{0} F dt'$$
Thus $$v=\frac{F t}{(M + bt)}$$
What I did instead was:

Let ##M## be the instantaneous mass, and ##M_0## be the initial mass, then $$M=M_{0} + b t$$
\begin{align*}
M \frac{d v}{d t}&=F \\
(M_{0} + b t) d v &= F d t \\
d v &= \frac{F}{(M_{0} + b t)} d t\\
\int^{v}_{0} d v' &= \int^{t}_{0} \frac{F}{(M_{0} + b t')} d t'\\
v &= \frac{F}{b}\ln{\frac{M_0 + b t}{M_0}} \\
\end{align*}

I would really appreciate it if you could point out where my conceptual error is. Do bear in mind that I have a huge tendency to just blindly manipulate equations :) I know, I'll have to overcome it. Thanks in advance!
Your method does not take into account that each element of added mass has to be brought to speed v.
 
haruspex said:
Your method does not take into account that each element of added mass has to be brought to speed v.
Honestly, I am very confused with the integrals. Would you explain more?
 
Your formula$$M \frac{d v}{d t}=F$$ is wrong. It only applies when M is constant

Use the product rule when finding ##\frac {d(Mv)}{dt}## as both M and v are functions of time.
 
  • Like
Likes   Reactions: carx207 and yucheng
Steve4Physics said:
Your formula$$M \frac{d v}{d t}=F$$ is wrong. It only applies when M is constant

Use the product rule when finding ##\frac {d(Mv)}{dt}## as both M and v are functions of time.
Although that works here, I have a distaste for writing ##\frac{dp}{dt}=m\frac{dv}{dt}+v\frac{dm}{dt}##, and I'm not alone.
At this level of physics at least, mass is neither created nor destroyed, so if ##\dot m## is nonzero we are not looking at a closed system. Mass is entering or leaving the system, and it could be taking momentum away with it or bringing momentum in.
You get away with it in this question because the sand had no horizontal velocity before being added to the load. A student applying the same equation to sand being dropped by a moving cart can go astray.
 
  • Like
Likes   Reactions: Lnewqban
yucheng said:
Honestly, I am very confused with the integrals. Would you explain more?
Suppose the wagon were merely kept going at constant velocity, your equation says that would take no force, but the added sand will increase the momentum of the wagon+load system. As each grain of sand is added, it takes an impulse to get it up to speed.
 
  • Like
Likes   Reactions: Lnewqban
haruspex said:
Suppose the wagon were merely kept going at constant velocity, your equation says that would take no force, but the added sand will increase the momentum of the wagon+load system. As each grain of sand is added, it takes an impulse to get it up to speed.

Hmm, looking back at my equation, it seems that it tells me for each instantaneous mass, the force causes an acceleration proportional to the mass. It is wrong because I am assuming that ##M+\Delta m##, where ##\Delta m## is the mass of the newly added sand, already has velocity ##v##, and then the equation holds true (since it is acceleration of the whole system, but since the sand added and the wagon have different speeds, they can't be considered as a homogeneous body?), while in fact it starts from rest. Is this what you meant?
 
Steve4Physics said:
Your formula$$M \frac{d v}{d t}=F$$ is wrong. It only applies when M is constant

Use the product rule when finding ##\frac {d(Mv)}{dt}## as both M and v are functions of time.

$$M\frac{d v}{d t} + v \frac{d M}{d t} = F$$ looks impossible to solve!

Since ##\frac{d M}{d t} = b## is constant, $$M\frac{d v}{d t} + v b= F$$
 
yucheng said:
$$M\frac{d v}{d t} + v \frac{d M}{d t} = F$$ looks impossible to solve!

Since ##\frac{d M}{d t} = b## is constant, $$M\frac{d v}{d t} + v b= F$$
It's not as bad as it looks. You can write down M as a function of t.
 
  • Like
Likes   Reactions: yucheng
  • #10
yucheng said:
$$M\frac{d v}{d t} + v \frac{d M}{d t} = F$$ looks impossible to solve!

Since ##\frac{d M}{d t} = b## is constant, $$M\frac{d v}{d t} + v b= F$$

Let me try to continue.

$$(M+b t)\frac{d v}{d t} + v b= F$$

My first instinct is to multiply everything out...

$$(M+b t)d v + v b dt= F dt$$
$$(M+b t)d v = (F - v b) dt$$
$$\frac{1}{(F - v b)}d v = \frac{1}{(M+b t)} dt$$
...
$$v = \frac{Ft}{M+bt}$$

Okay, it works, thanks!
 
  • Like
Likes   Reactions: Lnewqban and Steve4Physics
  • #11
haruspex said:
Although that works here, I have a distaste for writing ##\frac{dp}{dt}=m\frac{dv}{dt}+v\frac{dm}{dt}##, and I'm not alone.
I think that the equation itself is OK because it follows from the product rule of differentiation. Problems arise when folks misuse it. One must keep in mind that the generalized form of Newton's second law is ##\vec F_{\text{Net}}=\frac{d\vec P}{dt}## and that, to use it correctly, one must assemble the LHS first and then set it equal to the RHS. This avoids the pitfall of treating ##m\dot v## or ##v\dot m## as if they were external forces.
 
  • Like
Likes   Reactions: hutchphd
  • #12
kuruman said:
Problems arise when folks misuse it.
Of course, but that happens so often.

There is no point in using that form, instead of F=ma, if we are only considering an external force on what is otherwise a closed system. So consider the case of two adjacent wagons traveling E at the same velocity. A worker on A is shovelling sand directly across (from the worker's perspective) to wagon B.
Wagon B is gaining momentum at steady velocity, so the arriving sand must constitute an external force on the system, even though it imparts no EW force where it lands.

Hardly surprising students get confused.
 
  • Like
Likes   Reactions: Lnewqban
  • #13
haruspex said:
There is no point in using that form, instead of F=ma, if we are only considering an external force on what is otherwise a closed system.
I concede. There is also no point in using a sledgehammer to kill a fly when a fly swatter will suffice.
 

Similar threads

  • · Replies 27 ·
Replies
27
Views
2K
Replies
3
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 54 ·
2
Replies
54
Views
5K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
3
Views
2K
  • · Replies 29 ·
Replies
29
Views
3K
Replies
8
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
Replies
13
Views
2K