Canoe decelerating with force proportional to velocity

  • Thread starter Thread starter VietDao29
  • Start date Start date
  • Tags Tags
    Physics
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
Homework Helper
Messages
1,424
Reaction score
3
Hi,
I just want to ask you guys a problem I had at the very beginning of grade 10th. I am going to go to grade 11th next year. But I still cannot figure this out. (So it's obviously not homework). Any help will be highly appreciated.
A canoe (mass 0.5kg) has an initial velocity of 10 m/s. As it moves along the river, a force F = 0.5v acts on it (to make it decelerate). Calculate the distance the canoe will go when:
a/ Its velocity is 5 m/s.
b/ The canoe stops.
(I'm sorry if my translation of the problem is not clear).
The book gives the answer for a is 5m, and b is 10m.
-----
So what I have so far is a = -v. And I know that to calculate the distance, I must have a function v with respect to t. But... how can I have it? :confused:
Thanks a lot.
Viet Dao,
 
Physics news on Phys.org
Can you give me a little hint (just a little bit to clear my mind)? I am stuck...
Viet Dao,
 
[tex]0.5\frac{dv}{dt}=-0.5 v(t)[/tex]

is the separable I-st order ODE that needs to be solved,using the initial condition the problem's giving.

Daniel.
 
Okay, I'm not sure. But here's what I get:
[tex]\frac{dv}{dt} = -v(t)[/tex]
And I want
[tex]s = \int^\varepsilon_\xi v(t)dt[/tex]
Plug that in the function and I have:
[tex]s = \int^\alpha_\beta -1 dv[/tex]
[tex]s = \int^\beta_\alpha 1 dv[/tex]
For a/
[tex]s = \int^{10}_{5} 1 dv = 5[/tex]
For b/
[tex]s = \int^{10}_{0} 1 dv = 10[/tex]
Is it correct? Is there another way?
Thanks,
Viet Dao,
 
It's not correct.There's another way.It's called separation of variables.

[tex]\frac{dv}{v}=-dt[/tex] (1)

[tex]\int \frac{dv}{v}=-\int dt[/tex] (2)

[tex]\ln v(t)=-t+C[/tex] (3)

[tex]v(t)=\bar{C}e^{-t}[/tex] (4)

,where [itex]\bar{C}=e^{C}[/itex] (5)

(4) is the solution to your problem.You need to find the integration constant by imposing the initial condition.

Daniel.
 
Thanks very much. Finally, I know how to solve this problem. :smile:
Viet Dao,