Diver decelerating in water with drag force F_D = cv

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 13K views
Symstar
Messages
16
Reaction score
0

Homework Statement


You dive straight down into a pool of water. You hit the water with a speed of 6.5 m/s, and your mass is 65 kg.

Assuming a drag force of the form [tex]F_D=cv=(-1.2*10^4 \tfrac{kg}{s})*v[/tex], how long does it take you to reach 2% of your original speed? (Ignore any effects of buoyancy.)


Homework Equations


[tex]ma=F_D-mg[/tex]
[tex]v(t)=v_0+at[/tex]


The Attempt at a Solution


[tex]ma=F_D-mg[/tex]
[tex]a=\frac{F_D}{m}-g[/tex]
[tex]a=\frac{(-1.2*10^4)*-6.5}{65}-9.8=1190.2[/tex]

[tex]v(t)=v_0+at[/tex]
[tex]-6.5*.02=-6.5+1190.2t[/tex]
[tex]t=5.4*10^{-3}[/tex]

Logically, the answer does not make sense, nor is it correct. Where did I go wrong?
 
Last edited:
Physics news on Phys.org
You have assumed acceleration is constant. In your equation, [tex]a = \frac{cv}{m} - g[/tex]

And then you used constant acceleration formulae. However, think about what happens as v changes.
 
Rake-MC said:
You have assumed acceleration is constant. In your equation, [tex]a = \frac{cv}{m} - g[/tex]

And then you used constant acceleration formulae. However, think about what happens as v changes.

Ah, yes. As velocity decreases, the acceleration does as well. This is problematic for me, however, as I have not worked with non-constant accelerations. How should I go about solving this problem?
 
Try this:
solve for Fnet first, before acceleration.
 
If you mean:
[tex]F_{net}=cv-mg[/tex]

I can solve for it, but do I use 6.5 as my value for v? I still don't know what to do with the resulting value? Doesn't that still have the same problem of assuming constant acceleration?
 
well think about this:

[tex]F = m \frac{v}{t}[/tex]so [tex]m \frac{v_s}{t} = cv - mg[/tex]

where v_s is the one which is at 2%
re arrange to get t.

I hope I didn't make any careless mistakes I was up all night
 
[tex]F_{net}=cv-mg=(-1.2*10^4)(-6.5)-65(9.8)=77363[/tex]

[tex]F_{net}=m\tfrac{v_s}{t}[/tex]
[tex]77363=65(\tfrac{0.13}{t}[/tex]
[tex]t=1.09*10^{-4}[/tex]

This is also an incorrect answer =/
 
Shameless bump - still haven't resolved this question :(
 
You have to use partial derivatives.

FD-mg = ma
cv-mg = m dv/dt
cv/m-g=dv/dt
integral(dt)|0,t = (dv/ (cv/m)-g)
 
Ahh catamara is totally right, we were on the right track though