How Far Does a Rocket Sled Travel with Variable Acceleration?

  • Thread starter Thread starter eluu
  • Start date Start date
  • Tags Tags
    Dynamics Motion
AI Thread Summary
The discussion revolves around calculating the distance traveled by a rocket sled with variable acceleration. Initially, the sled accelerates at a rate of a = 30 + 2t until it reaches a velocity of 400 m/s, with the first calculation yielding a displacement of 1833.333 meters after correcting the time to 10 seconds. Following this, the sled experiences deceleration due to a water brake, where the acceleration is defined as a = -0.003v^2, leading to further calculations. The total distance traveled, including both acceleration and deceleration phases, was initially miscalculated, but corrections were made to arrive at a total distance of approximately 2163.750 meters, though the expected answer is 2300 meters. The discussion highlights the importance of using calculus for variable acceleration scenarios.
eluu
Messages
9
Reaction score
0
[SOLVED] Motion Question (Dynamics)

EDIT: I just realized this question was better suited in this forum than the engineering one, sorry :(



Homework Statement



The rocket sled starts from rest and accelerates at a = 30 + 2t until its velocity is 400m/s. It then hits a water brake and its acceleration is a = -0.003v^2 m/s^2 until its velocity decreases to 100 m/s. What total distance does it travel?

Homework Equations



v = u + at
s = ut + at^2/2
v^2 = u^2 + 2as


The Attempt at a Solution



I'm pretty sure my first part is correct but here it is anyway:

v = u + at
v = u + (30 + 2t)t
*Sub in values and i get t = 8.508s, then i get s = 1701.652m from the other equation

For the next part I've done this:

a = -0.003v^2
v dv/dx = -0.003v^2
dv/v = -0.003dx *integrate both sides

ln(v) = -0.003x + C

when v = 400, x = 0, C = ln(400)

ln(v) = -0.003x + ln(400)

so when v = 100, i get x = 462.098m

So the total distance i get is 2163.750m but the answer says 2300m...


Where did i go wrong or is the answer given incorrect? :S
 
Physics news on Phys.org
The equations you give only hold for constant acceleration. The acceleration function you give (a=30+2t) is not constant, and so you will need to use calculus to solve even the first part.
 
Ahh whoops, i see it now :)

Now i get the first part with t = 10s and a displacement of 1833.333m

Thanks cristo!
 
eluu said:
Ahh whoops, i see it now :)

Now i get the first part with t = 10s and a displacement of 1833.333m

Thanks cristo!

You're welcome!
 
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