Terminal velocity of a body of mass

AI Thread Summary
The discussion focuses on deriving the equations related to the terminal velocity of a mass falling under gravity with a resistive force. The initial differential equation is established as dv/dt = g - kv, where g is the acceleration due to gravity and k is a constant. The terminal speed, vT, is determined to be vT = g / k when the net force is zero. The integration of the differential equation is explored, highlighting the importance of recognizing the left-hand side as a derivative of a natural logarithm, specifically ln(g - kv), adjusted by a factor of -k. The conversation emphasizes understanding the chain rule in integration to solve more complex differential equations effectively.
musicfairy
Messages
101
Reaction score
0
A small body of mass m located near the Earth’s surface falls from rest in the Earth's gravitational field. Acting on the body is a resistive force of magnitude kmv, where k is a constant and v is the speed of the body.

a) Write the differential equation that represents Newton's second law for this situation.

my answer: F = ma
a = dv/dt
F = mg - kmv
ma = mg - kmv
a = g - kv
dv/dt = g - kv

I'm pretty sure I got this one right.

b) Determine the terminal speed vT of the body.

F = 0
g - kv = 0
g = kv
vT = g / k

I think I got this one right too.

c) Integrate the differential equation once to obtain an expression for the speed v as a function of time t. Use the condition that v = 0 when t= 0.

What I did so far:

dv/dt = g - kv
dt = dv / (g - kv)

So I would integrate dt = dv / (g - kv). The problem is I don't know how. Can someone please explain how to do this kind of integration, why I would do it that way?
 
Physics news on Phys.org
Often times if you have something like:

dv/dt = v,

you'll think to yourself, "oh, the equation is separable", and you'll go:

dv/v = dt

and then "integrate"

to get ln(v) = t + C

notice, however, that you integrated the left side wrt v and the right hand side wrt t, which makes NO sense! So what is actually going on here? Why does this nonsensical operation of splitting dv/dt actually work? It works because you are implicitly using the chain rule as follows

\frac{dv}{dt} = v

\frac{1}{v}\frac{dv}{dt} = 1

notice that the left hand side looks like something that *has been* differentiated using the chain rule, and we can write it as that something:

\frac{d}{dt}(\ln{v}) = 1

Now we can integrate BOTH sides wrt time (which makes waaay more sense)

\int { \frac{d}{dt}(\ln(v)) \, dt } = \int{\, dt}

\ln(v) = t + C

In your more complicated example, it is important to realize that this is what is going on, otherwise you'll get stuck.

We have

\frac{1}{g-kv}\frac{dv}{dt} = 1

We want the left hand side to look like something that has been differentiated by the chain rule. It SORT OF does. The only problem is that the derivative of ln(g-kv) wrt time actually differs from what's on the left hand side by a factor of -k. Once you get that sorted, it's the same procedure.
 
cepheid said:
Often times if you have something like:

dv/dt = v,

you'll think to yourself, "oh, the equation is separable", and you'll go:

dv/v = dt

and then "integrate"

to get ln(v) = t + C

notice, however, that you integrated the left side wrt v and the right hand side wrt t, which makes NO sense! So what is actually going on here? Why does this nonsensical operation of splitting dv/dt actually work? It works because you are implicitly using the chain rule as follows

\frac{dv}{dt} = v

\frac{1}{v}\frac{dv}{dt} = 1

notice that the left hand side looks like something that *has been* differentiated using the chain rule, and we can write it as that something:

\frac{d}{dt}(\ln{v}) = 1

Now we can integrate BOTH sides wrt time (which makes waaay more sense)

\int { \frac{d}{dt}(\ln(v)) \, dt } = \int{\, dt}

\ln(v) = t + C

In your more complicated example, it is important to realize that this is what is going on, otherwise you'll get stuck.

We have

\frac{1}{g-kv}\frac{dv}{dt} = 1

We want the left hand side to look like something that has been differentiated by the chain rule. It SORT OF does. The only problem is that the derivative of ln(g-kv) wrt time actually differs from what's on the left hand side by a factor of -k. Once you get that sorted, it's the same procedure.



Thanks for the explanation. I'm starting to understand this more.

What do you mean that the left differs by a factor of -k?


I have the answer. It's -(1/k)ln(g - kv) = t + C

Where did that come from? Where did the other k come from?

I thought doing this problem would help me understand how these weirder intergrations work, but it's confusing me even more.
 
alright, here goes:

The goal is to recognize that the left hand side can be expressed as an exact derivative, so that integrating it becomes trivial.

the equation has a term 1/(g-kv) multiplied by v'(t), which suggests that it is the result of differentiating ln(g-kv) with respect to time using the chain rule. If that were true, then the left hand side would reduce to the time derivative of the natural log of g-kv, and integrating it would be easy (integral of a derivative is just the function itself...so you're just left with the log term). But that's NOT quite right. Check it out:

\frac{d}{dt} (\ln(g-kv)) = \frac{1}{g-kv} \frac{d}{dt}(g-kv) \frac{dv}{dt}

= \frac{1}{g-kv} (-k) \frac{dv}{dt}

Notice that this doesn't QUITE match the left hand side of our differential equation. There's that extra factor of (-k). Which means that the left hand side of our equation is this thing divided by -k. THAT's where the 1/(-k) comes from.
 
I stared at the problem and answer while waiting for an answer and had the same train of thought. That was very helpful. Thanks a lot.
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top