How Do You Calculate the Distance a Motorboat Travels After Engine Shutdown?

  • Thread starter Thread starter physicsss
  • Start date Start date
AI Thread Summary
To calculate the distance a motorboat travels after engine shutdown, the drag force is proportional to speed, leading to the equation of motion dv/dt = -kv. Integrating this gives ln(v) = -kt + C, where C is determined by the initial speed of 2.4 m/s. After 3 seconds, the speed drops to 1.2 m/s, allowing for the calculation of the constant k. Using the derived values, the total distance traveled before coming to rest is found to be 10 meters. Understanding these steps is crucial for solving similar problems involving motion and drag forces.
physicsss
Messages
319
Reaction score
0
Help!

A motorboat traveling at a speed of 2.4 m/s shuts off its engines at t = 0. How far does it travel before coming to rest if it is noted that after 3.0 s its speed has dropped to half its original value? Assume that the drag force of the water is proportional to v.
 
Last edited:
Physics news on Phys.org
...anyone?
 
The equation of motion would be
\frac {dv}{dt} = -k v
Can you integrate that?
 
Do I get lnv=-kt ? What do I need to do after I find what k is?
 
Last edited:
Whats the answer given in your reference book?
-Cheers.
 
The answer is 10m, and i have no idea how they got it
 
When you solve the differential eqn you will have 2 variables(1 from integration & other 'k')Use the initial conditions given to find them.
At t=0,v=? and one more.
Else,if you did definite integration ,you have to figure out k by the 2nd condition given.
 
v = v_0 e^{-kt}
 
physicsss said:
Do I get lnv=-kt ? What do I need to do after I find what k is?

Since ln v=-kt+ C (you forgot to add the constant), v= Ce-kt which has two unknown parameters, C and k. Now use the information you were given: "traveling at a speed of 2.4 m/s shuts off its engines at t = 0". Okay, when t=0, v= Ce-k(0)= C= 2.4. "it is noted that after 3.0 s its speed has dropped to half its original value" Okay, when t= 0, v= "half its original value" which is 2.4/2= 1.2 m/s. v= 2.4e-k(3)= 1.2 . Solve that for k.
 
Back
Top