Solving Boat's Motion Under Retarding Force

  • Thread starter Thread starter cscott
  • Start date Start date
  • Tags Tags
    Force Motion
cscott
Messages
778
Reaction score
1

Homework Statement



boat turns off engine when it's attained v_0 at t = 0. Starting from that moment the boat is slowed by retarding force F = Ce^{-kv}

The Attempt at a Solution



m\dot{v} = -Ce^{-kv}

Throwing this in Maple gives me

v(t) = \frac{1}{k}\ln\left(\frac{-kC(t + C^{'})}{m}\right)

This doesn't make sense to me--you can't take the log of a negative number and even if I remove that negative from the initial DE v(t)->inf as t->inf
 
Physics news on Phys.org
What makes you think this involves the logarithm of a negative number? Whether -kC(t+ C') is negative or not depends on C'. In particular, you know that when t= 0, v= v0. Putting this into your formula
v(0)= v_0= \frac{1}{k}ln\left(\frac{-kC(C')}{m}\right)
which gives
\frac{-kC(C')}{m}= e^{kv_0}
or
C'= -\frac{m}{C}e^{kv_0}
which is negative. You will be taking the logarithm of a positive number as long as t< -C'. But when t= -C', what happens?


That's the problem with using Maple, or a computer or any such rather than doing it yourself! If you have done the rather simple integral yourself you wouldn't have had that question.
 
EDIT: thinking
 
Last edited:
You missed the 'k' when solving for C'

C&#039; = -\frac{m}{kC}e^{kv_0}
 
Think I got it
 
Last edited:
Thanks
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top