Acceleration of a Truck Hit by a Water Stream

  • Thread starter Thread starter pchalla90
  • Start date Start date
  • Tags Tags
    Momentum
AI Thread Summary
The discussion revolves around calculating the acceleration of a truck hit by a horizontal stream of water. The water flows at a rate of 600 kg every 10 seconds with a speed of 30 m/s, impacting a 2000 kg truck. The thrust applied by the water changes as the truck accelerates, leading to a non-constant acceleration. Initial calculations led to an incorrect conclusion about the truck's speed, prompting a reevaluation of the integration process. The user expresses gratitude for the assistance received and indicates a need to solve a subsequent part of the problem regarding water entering the truck.
pchalla90
Messages
55
Reaction score
0

Homework Statement


A hose can produce a horizontal stream of water at the rate of 600kg every 10 seconds as the water flows with constant speed of 30 m/s. Assume the water strikes the flat vertical back of a 2000kg truck. The water splashes out along the back of the truck without rebounding and then runs down to the ground. The truck is free to move without friction. What will be the acceleration of the truck in 30 seconds?


Homework Equations


thrust=|vdM/dt|
F=ma


The Attempt at a Solution



okay, so we know that dM/dt=600/10 kg/sec=60kg/sec.

we also know that as the truck speeds up, the relative speed of the stream of water will slow down, so the acceleration is not constant. this means that the thrust applied by the water is also not constant, but dependent on the v of the truck.

so here goes:

thrust=(relative v of water to truck)(dM/dt)=(30-v)(60)kgm/s^2

acceleration of truck=thrust/mass of truck=(1800-60v)/2000

a=dv/dt, so

dv/dt=(1800-60v)/2000
dt=2000dv/(1800-60v)

with a bit of integrating:

t=-(100/3)ln(90-3v)

and rearranging:

v=-(1/3)e^(-3t/100)-30

but when you plug in 30 seconds for t into this equation, you get a number greater than 30, which is physically impossible because the speed of the truck has v=30 as its asymptote.

what am i doing wrong?

thanks for your help.
 
Physics news on Phys.org
and another thing: assuming that i have a conceptual error and not a mathematical error, i will also need assistance solving part b of the question:

What will be the acceleration of the truck in 30 seconds if the water can enter the truck through a hole and remain inside?

thanks again.
 
Integrating your dt=2000dv/(1800-60v)
I get integral from v = 0 to v of 2000/60*dv/(30-v)
Let u = 30 - v, du = -dv to get
integral from u = 30 to 30-v of du/u
t = -2000/60[ln(30-v) - ln(30)]
60t/2000 = ln[30/(30-v)]
30/(30-v) = e^(-60t/2000)
v = 30 - 30*e^(-60t/m)
Note that at time zero, v = 0. In your answer you get v = -1/3 - 30 at time zero.
 
ahhhh! there we go. so errors with integration...

thank you for correcting me! it works now.
now off to figure out part b.

thanks again!
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top