Vertical motion with air friction

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
cscott
Messages
778
Reaction score
1
An object falling from some point in the air (near the surface) with air friction, R = kv.

So,

[tex]m\frac{dv}{dt} = mg - kv[/tex]

separate variables for

[tex]\int \frac{m}{mg - kv} \cdot dv = \int dt[/tex]

and for the LHS I use integration by parts, so,

[tex](m)(mgv - \frac{1}{2}kv^2) - \int mgv - \frac{1}{2}kv^2 \cdot dv = t[/tex]

am on the right track here?
 
Physics news on Phys.org
cscott said:
An object falling from some point in the air (near the surface) with air friction, R = kv.

So,

[tex]m\frac{dv}{dt} = mg - kv[/tex]

separate variables for

[tex]\int \frac{m}{mg - kv} \cdot dv = \int dt[/tex]

and for the LHS I use integration by parts, so,

[tex](m)(mgv - \frac{1}{2}kv^2) - \int mgv - \frac{1}{2}kv^2 \cdot dv = t[/tex]

am on the right track here?
Your integration by parts is incorrect (I have no idea what you used for ''u'' and ''v'' but there is no way to get what you wrote).
The integral over v is basically a log, that's all.
 
Woops, I see what I did. Let me try that again.

But it should take the form

[tex](m)\int (mg - kv)^{-1} \cdot dv - \int (1)\left(\int (mg - kv)^{-1}\right) \cdot dv = t[/tex]

correct?

edit: missed your part about a log. I guess we agree?
 
Last edited:
cscott said:
Woops, I see what I did. Let me try that again.

But it should take the form

[tex](m)\int (mg - kv)^{-1} \cdot dv - \int (1)\left(\int (mg - kv)^{-1}\right) \cdot dv = t[/tex]

correct?

edit: missed your part about a log. I guess we agree?
? The first term is the integral you started with! I am not sure where the second term could come from.

You can do the integral in one step, without using integ by parts
 
asdfakj I wasn't thinking of that m as a constant for some reason :\ I see now, thanks.