Help Solve Differentiation Problem to Slow Boat Speed to 45 km/h

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
Saladsamurai
Messages
3,009
Reaction score
7
So I posted this earlier and it got to a point where differentiation is necessary. I am a little familiar with differentiation, but not to the point where I know how to apply the concepts I have recently learned in Calculus. i would greatly appreciate somebody walking me through the process...it should be fairly simple in this particular problem. Again, this problem is for my own personal practice, not for a class, and I am very interested in finding out how to apply these concepts.
Thanks~Casey

Original Post:

Homework Statement


A 1000kg Boat is traveling 90km/h when its engine is cut. The magnitude of the frictional force fk is proportional to the boat's speed v: fk=70v, where v is in m/s and fk is in Newtons. Find the time required for the boat to slow to 45 km/h.



Homework Equations


Newton's Second
V^2=Vo^2+2a(X-Xo)
X-Xo=volt+1/2at^2
V=Vo+aT

The Attempt at a Solution


Vo=25m/s
V=12.5m/s
fk=70v=1750N

I drew a FBD and it seems that since the engine was cut, there is only fk in the x direction. Thus, fk=ma--->1750=-1000a-->a=-1.75
Then I used V=Vo+at---> t=(V-Vo)/a
-->t=(12.5-25)/-1.75=7.1
But this is not correct...9.9seconds is the correct solution.
Any advice is appreciated.
~Casey

...It was pointed out that "a" is not constant. But I am not sure where to go from here as I have only dealt with problems dealing with constant acceleration...what am I differentiating? I am not sure of the equation...or how to derive one. hollah.
 
Physics news on Phys.org
Yeah. The retardation is not constant since the magnitude of the frictional force depends on the speed of the boat.

So, at a particular instant of time, assume the speed to be v. At that moment, the force acting on it is kv in the -x direction (k=70). Which means that the instantaneous acceleration is v(k/m).

This means, [tex]\frac{dv}{dt}=\frac{kv}{m}[/tex]
Integrating this equation, you get the expression, [tex]ln(v)=\frac{kt}{m}+c[/tex] where c is the constant of integration.

Now, at t=0, the engine was cut and the boat had a speed of 90km/h.
Putting that into the equation, you get c=ln(90).
So, your final expression is:
[tex]ln(v)=\frac{kt}{m}+ln(90)[/tex], where ln is natural logarithm.

Using this, put v=45 and solve for t to get the time required.