Variable Mass System: Calculate Speed of Truck

In summary, the trucker bails water from the back of his truck to help himself cross a frozen lake. He has two situations in which he can do this: (1) when he hits the lake at time 0 and (2) when he realizes that he can help himself and bails water from the back of the truck immediately. In both cases, he calculates the truck's speed as a function of time. The final situation is when the trucker has some good luck and the rain is falling mostly downward but also has a horizontal speed component of u (relative to the ground) in the +x direction.
  • #1
erisedk
374
7

Homework Statement


A pickup truck is driving at night through the rain. He drives onto a frozen lake. He immediately turns off his engine to save fuel (it wouldn't help anyway on frictionless ice) and let's the truck coast (move under no power). Unfortunately, the rain is accumulating in the back of his truck, at a constant rate of σ kg/sec. The given parameters of this problem are the truck's initial mass m0 and velocity v0 xˆ when it hits the lake at time t = 0, and the rate σ of rain accumulation. Also, the rain is falling straight downwards in the reference frame of the ground.

(a) Calculate the truck's speed v(t) as a function of time.

(b) New situation: As soon as he hits the frozen lake at t = 0, the trucker realizes that he can help himself by bailing the rain from the back of his truck. The trucker is very fit: he is able to get rid of every raindrop as it
falls by catching it in a bucket and hurling it backwards off the truck (–x direction) at speed u (relative to the truck). Calculate the truck's speed v(t) in this new situation.

(c) Final situation: This time, the trucker has some good luck → the rain is falling mostly downward but it also has a horizontal speed component of u (relative to the ground) in the +x direction. The trucker let's the rain accumulate as in part (a), hoping that the rain's forward speed component will help push him across the lake. Calculate the truck's speed v(t) in this last situation.

Homework Equations


Conservation of momentum

The Attempt at a Solution


I just feel like my answers are wrong, because they're not like the rocket problems that we get, and I didn't use any differentials or calculus of any sort.

(a) As there are no external forces in the x-direction, the momentum will be conserved in the x-direction.
Here, the system includes the truck and the rain.

##m_0v_0 = (m_0 + \sigma t)v##

## v = \dfrac{m_0v_0}{(m_0 + \sigma t)}##

(b) As there are no external forces in the x-direction, the momentum will be conserved in the x-direction.

##m_0v_0 = m_0v + (\sigma t)(v-u)##

##v = \dfrac{m_0v_0 + \sigma tu}{m_0 + \sigma t}##

(c) Again, conserving momentum in the x direction-
##m_0v_0 + \sigma tu = (m_0 + \sigma t)v##

##v = \dfrac{m_0v_0 + \sigma tu}{m_0 + \sigma t}##

Please help!
 
Physics news on Phys.org
  • #2
erisedk said:

Homework Equations


Conservation of momentum
Are you sure ? I don't see any bouncing.
Also, the rain is falling straight downwards in the reference frame of the ground.
which bollixes up the picture of a raincloud hovering over the truck, matching speed.
and I didn't use any differentials or calculus of any sort.
You may have to rethink that.
 
Last edited:
  • #3
erisedk said:
m0v0=m0v+(σt)(v−u)
This is not valid.
It assumes all the rain was thrown off the back of the truck while it is doing the current speed, v. In fact, the speed of the truck has been changing. You will need a differential equation.
 
  • #4
Would for (b) the answer then be something like this-
Let the truck's speed at a given instant be v. Let the trucker catch some raindrops of mass dm in his bucket. He throws the rain at a speed u relative to the car in the -x direction (v-u with respect to the ground)
So change in momentum of raindrops is dm(v-u)
⇒ change in momentum of car is -dm(v-u)
## dp = -dm (v-u)##
## \frac{dp}{dt} = -\frac{dm}{dt}(v-u)##
## \frac{dp}{dt} = -\sigma (v-u)##
## m_0 \int_{0}^{v} dv = \int_{0}^{t} -\sigma (v-u) dt##
## v = - \frac{\sigma (v-u) t}{m_0} ##
 
  • #5
And for (c)--
Let speed of the car at a given instant be v. Consider some rain falling into the car of mass dm. In the frame of the car, speed of the rain is u-v.
Change in momentum of rain = -dm (u-v)
Change in momentum of car = dm (u-v)
##\frac{dp}{dt} = \sigma ' (u-v)##
where
## \sigma ' = \frac{dm}{dt} ##which is the rate at which rain hits the car.
## \sigma '## is related to ##\sigma## by
##\sigma ' = \dfrac{\sigma (u-v)}{u} ##
because although the rain is hitting the car with an x component of velocity (u) the relative speed of the balls and the car is only (u-v). We therefore have,
## m\dfrac{dm}{dt} = \dfrac{{(u-v)}^2\sigma}{u}## --- 1
Also,
## \dfrac{dm}{dt} = \dfrac{(u-v)\sigma}{u} ##

## m \dfrac{dv}{dm} = u - v##

## \int_{0}^{v} \dfrac{dv}{u-v} = \int_{m_0}^{m} \dfrac{dm}{m} ##

## \ln{\dfrac{u}{u-v}} = \ln{\dfrac{m}{m_0}} ##

## m = \dfrac{m_0u}{u-v} ##

Substituting in 1
## \dfrac{m_0u}{u-v} \dfrac{dv}{dt} = \dfrac{{(u-v)}^2\sigma}{u} ##

And then I solve for v from there. Is this right?
 
  • #6
erisedk said:
Would for (b) the answer then be something like this-
Let the truck's speed at a given instant be v. Let the trucker catch some raindrops of mass dm in his bucket. He throws the rain at a speed u relative to the car in the -x direction (v-u with respect to the ground)
So change in momentum of raindrops is dm(v-u)
⇒ change in momentum of car is -dm(v-u)
## dp = -dm (v-u)##
## \frac{dp}{dt} = -\frac{dm}{dt}(v-u)##
## \frac{dp}{dt} = -\sigma (v-u)##
## m_0 \int_{0}^{v} dv = \int_{0}^{t} -\sigma (v-u) dt##
## v = - \frac{\sigma (v-u) t}{m_0} ##
Fine until that last step. You integrated the right hand side as though v is a constant, but it is a function of time.
Go back to this point: ## \frac{dp}{dt} = -\sigma (v-u)## and treat it as a differential equation of v as a function of t. E.g. dp/dt is mdv/dt.
 
  • #7
Oh, wow, sorry that was stupid and a result of sleep deprivation.
 
  • #8
Is (c) correct?
 
  • #9
erisedk said:
Is (c) correct?
I don't see a reason for using a different σ. The vertical rate of the rain (mass per unit horizontal area per unit time) is the same.
 
  • #10
That's what I did initially. Then someone pointed out a very similar problem from a textbook (Morin) and said that what I did was wrong.
Here's the problem and the solution as published in Morin:

5.15.Propelling a car **

For some odd reason, you decide to throw baseballs at a car of mass Mthat is free to move frictionlessly on the ground. You throw the balls at the back of the car at speed u, and they leave your hand at a mass rate of σ kg/s (assume the rate is continuous, for simplicity). If the car starts at rest, find its speed and position as a function of time, assuming that the balls bounce elastically directly backward off the back window.

5.16.Propelling a car again **

Do the previous problem, except now assume that the back window is open, so that the balls collect inside the car.

ANSWERS FOR THEM:

5.15.Propelling a car

Let the speed of the car be v(t). Consider the collision of a ball of mass dm with the car. In the instantaneous rest frame of the car, the speed of the ball is uv. In this frame, the ball reverses velocity when it bounces (because the car is so much more massive), so its change in momentum is −2(uv)dm. This is also the change in momentum in the lab frame, because the two frames are related by a given speed at any instant. Therefore, in the lab frame the car gains a momentum of 2(uv)dm from each ball that hits it. The rate of change in momentum of the car (that is, the force) is thus

http://proquest.safaribooksonline.com/getfile?item=MzU3MThhNi9ycGNzdDdhOWQzZXMxOWkvcy9nbTk4Li01ZXBzdC9pZWcvMmphbWVxc2c1MQ--

where σ′ ≡ dm/dt is the rate at which mass hits the car. σ′ is related to the given σ by σ′ = σ(uv)/u, because although you throw the balls at speed u, the relative speed of the balls and the car is only (uv). We therefore have

http://proquest.safaribooksonline.com/getfile?item=MzU3MThhNi9ycGNzdDdhOWQzZXMxOWkvcy9nbTk4Li02ZXBzdC9pZWcvMmphbWVxc2c1MQ--

Note that vu as t → ∞, as it should. Writing this speed as u(1 − 1/(1 + 2σt/M)), we can integrate it to obtain the position,

http://proquest.safaribooksonline.com/getfile?item=MzU3MThhNi9ycGNzdDdhOWQzZXMxOWkvcy9nbTk4Li03ZXBzdC9pZWcvMmphbWVxc2c1MQ--

where the constant of integration is zero because x = 0 at t = 0. We see that even though the speed approaches u, the car will eventually be an arbitrarily large distance behind an object that moves with constant speed u (for example, pretend that your first ball misses the car and continues forward at speed u).5.16.Propelling a car again

We can carry over some of the results from the previous problem. The only change in the calculation of the force on the car is that since the balls don’t bounce backward, we don’t pick up the factor of 2.
The force on the car is therefore

http://proquest.safaribooksonline.com/getfile?item=MzU3MThhNi9ycGNzdDdhOWQzZXMxOWkvcy9nbTk4Li04ZXBzdC9pZWcvMmphbWVxc2c1MQ--
where m(t) is the mass of the car-plus-contents, as a function of time. The main difference between this problem and the previous one is that this mass mchanges because the balls are collecting inside the car. From the previous problem, the rate at which mass enters the car is σ′ = σ(uv)/u. Therefore,

http://proquest.safaribooksonline.com/getfile?item=MzU3MThhNi9ycGNzdDdhOWQzZXMxOWkvcy9nbTk4Li05ZXBzdC9pZWcvMmphbWVxc2c1MQ--
We must now solve the two preceding differential equations. Dividing Eq. (5.128) by Eq. (5.129), and separating variables, gives33
http://proquest.safaribooksonline.com/getfile?item=MzU3MThhNi9ycGNzdDdhOWQzZXMxOWkvcy9nbTk4Li0wZXBzdC9pZWcvM2phbWVxc2c1MQ--
Note that m → ∞ as vu, as it should. Substituting this value of m into either Eq. (5.128) or Eq. (5.129) giveshttp://proquest.safaribooksonline.com/getfile?item=MzU3MThhNi9ycGNzdDdhOWQzZXMxOWkvcy9nbTk4Li0xZXBzdC9pZWcvM2phbWVxc2c1MQ--
 
  • #12
erisedk said:
You throw the balls at the back of the car at speed u,
This is a different situation. Because the arrival of the balls is in the same direction as the movement of the car, and the throwing rate is constant, the arrival rate (relative to the car) is affected by the car's speed.
In the present problem, the vertical rate of the rain does not change; it says in c) that it also has a horizontal speed. The truck has no vertical component of speed, so the mass arrival rate does not change.
 
  • #13
Oh, ok, I get it. So here's what it should be then:
Let speed of the car at a given instant be v. Consider some rain falling into the car of mass dm. In the frame of the car, speed of the rain is u-v.
Change in momentum of rain = -dm (u-v)
Change in momentum of car = dm (u-v)
##\frac{dp}{dt} = \sigma (u-v)##

## m\dfrac{dv}{dt} = \sigma (u-v)## --- 1
Also,
## \dfrac{dm}{dt} = \sigma##

## m-m_0 = \sigma t##

## m = \sigma t + m_0 ##

##(\sigma t + m_0)\dfrac{dv}{dt} = \sigma (u-v) ##

And then I integrate and solve for v.
## v = \dfrac{u\sigma t}{m_0 + \sigma t} ##

Is this correct?
 
  • #14
I agree with your equation (1), but the way you arrived at it is open to question. The mass is changing, so dp/dt is no longer just mdv/dt. As against that, you only considered the change in momentum of the added rain as equal and opposite to the change in momentum of truck+rain, i.e. you ignored the fact that the arriving rain becomes part of the total. These two cancel out, but not in a way that is clear to the reader.
More convincing would be:
dp=mdv+vdm=udm
You do not show the integration steps. The final answer cannot be right since the truck had speed at t=0. Maybe you left out a constant of integration.
Anyway, (c) is much easier than (b), not requiring any calculus.

By the way, you did not post your final answer for (b).
 
  • #15
Final answer for (b):

## v = u(1-e^{-\frac{\sigma t}{m_0}}) ##

I'm trying to correct (c)
 
  • #16
Wait, I think I forgot ##v_0## in part (b) as well, and took all my limits of integration from 0 to ##v##
 
  • #17
Ignore
 
Last edited:
  • #18
Actually, for (c) I used the equation for rocket propulsion that's given in my homework. That's why I wrote equation 1.
 
  • #19
After correcting part (c) for the constant of integration, I get
## v = \dfrac{m_0v_0 + u\sigma t}{m_0 + \sigma t} ##
 
  • #20
Part (b):

## v = u + (v_0 - u)e^{-\frac{\sigma t}{m_0}} ##
 
  • #21
erisedk said:
After correcting part (c) for the constant of integration, I get
## v = \dfrac{m_0v_0 + u\sigma t}{m_0 + \sigma t} ##

erisedk said:
Part (b):

## v = u + (v_0 - u)e^{-\frac{\sigma t}{m_0}} ##
Those both look right.
As I mentioned, c) can be done more easily. Just consider the total momentum and total mass at time t: (m0+σt)v=m0v0+σtu
 

1. What is a variable mass system?

A variable mass system is any object or system that is subject to changes in its mass over time. This can be due to the addition or removal of mass, such as with a truck carrying a load, or due to changes in the object's density, such as with a rocket expelling fuel during launch.

2. How do you calculate the speed of a truck in a variable mass system?

The speed of a truck in a variable mass system can be calculated using the conservation of momentum principle. This involves calculating the initial momentum of the truck and load, as well as the final momentum after the load has been added. The difference between these two values will give you the change in momentum, which can then be used to calculate the truck's speed.

3. Can you calculate the speed of a truck with an unknown changing mass?

Yes, it is possible to calculate the speed of a truck in a variable mass system even if the changing mass is unknown. This can be done by measuring the truck's acceleration, which can then be used to calculate the net force acting on the truck. From there, the speed can be calculated using the equation F=ma, where F is the net force and m is the mass of the truck.

4. What are some real-world applications of variable mass systems?

Variable mass systems are commonly seen in many real-world applications, such as in rockets and spacecrafts, where fuel is constantly being burnt and expelled, leading to a change in mass. They are also seen in vehicles like airplanes and boats, where the addition or removal of cargo or passengers can affect the overall mass and performance of the vehicle.

5. How does the speed of a truck in a variable mass system affect its handling?

The speed of a truck in a variable mass system can greatly affect its handling. As the speed increases, the truck's momentum also increases, which can make it more difficult to control and maneuver. Additionally, changes in the truck's mass can also affect its center of gravity, leading to potential changes in stability and handling. It is important for drivers to be aware of these factors and adjust their driving accordingly.

Similar threads

  • Introductory Physics Homework Help
Replies
2
Views
1K
Replies
13
Views
819
  • Introductory Physics Homework Help
Replies
7
Views
2K
  • Introductory Physics Homework Help
Replies
4
Views
1K
  • Introductory Physics Homework Help
Replies
4
Views
907
  • Introductory Physics Homework Help
Replies
16
Views
2K
  • Introductory Physics Homework Help
Replies
1
Views
1K
  • Introductory Physics Homework Help
Replies
24
Views
3K
  • Introductory Physics Homework Help
Replies
9
Views
2K
  • Introductory Physics Homework Help
Replies
5
Views
1K
Back
Top