Classical: Quadratic Drag and Gravity

AI Thread Summary
The discussion revolves around solving a physics problem involving a particle experiencing both gravitational and quadratic drag forces. The main equation derived is m(g - kv²) = m(dv/dt), leading to the separation of variables for integration. Participants highlight the need to correctly integrate the expression and apply the chain rule to relate velocity and displacement. The correct approach involves finding the relationship between velocity and distance through integration, ultimately leading to an expression for the distance fallen in terms of the parameters k, g, v0, and v1. The conversation emphasizes the importance of proper integration techniques and understanding the dynamics of the system.
RenaltJ
Messages
5
Reaction score
0

Homework Statement


A particle of mass "m" whose motion start with downard velocity V0 in a constant gravitational field. The drag force is quadratic and proportional to kmv2. What is the distance s through which the particle falls in accelerating from v0 to v1. Give your expression for s in terms of k, g, v0, v1


Homework Equations


F = m\frac{dv}{dt}=mg - kmv2


The Attempt at a Solution



My attempt:
[STRIKE]m[/STRIKE](g-kv2) = [STRIKE]m[/STRIKE]\frac{dv}{dt}
ergo:
\frac{dv}{dt} = (g-kv2)
Separating:

\intdv/(kv2-g) = \int-kdt

Yields:
√k/√g*arctan(√k*V/√g) = -kt + C

Pretty much stuck at this point, and am not even sure this is the proper way.
 
Physics news on Phys.org
your first step is correct. After that you need to find the terminal speed:
Vter=sqrt(g/k)
use that to substitute for k in your second equation:
(dv/dt)=g(1-(v^2)/(v_ter^2))
Then separate the variables & THEN integrate.

g*integral (0->t) of dt= integral(v0->vt) of(dv/(1-(v^2)/(v_ter^2)))

and this is where I'm stuck -__-
 
You have a mistake at the last step of integration. The expression you give with arctan is for the integral of \frac{1}{kv^2+g} but we have to find integral of \frac{1}{kv^2-g} which can be found by breaking the fraction into two fractions \frac{A}{v-\sqrt{\frac{g}{k}}}+\frac{B}{v+\sqrt{\frac{g}{k}}}.

Also there shouldn't be any k in the right hand side of your integral equation. It sould just be \int-1dt=-t+C.

After you integrate and find the expresion for v susbstitue for t=0, v=v0 to find the constant C.
 
Last edited:
Delta² said:
You have a mistake at the last step of integration. The expression you give with arctan is for the integral of \frac{1}{kv^2+g} but we have to find integral of \frac{1}{kv^2-g} which can be found by breaking the fraction into two fractions \frac{A}{v-\sqrt{\frac{g}{k}}}+\frac{B}{v+\sqrt{\frac{g}{k}}}.

Also there shouldn't be any k in the right hand side of your integral equation. It sould just be \int-1dt=-t+C.

After you integrate and find the expresion for v susbstitue for t=0, v=v0 to find the constant C.

Here's what I get:
t + C = 1/2*\sqrt{k/g}[ln\frac{v-√g/k}{v+√g/k}]

When I work out the rest nothing simplifies.
I've also tried it using your first suggestion stuckAgain.

Using some info in this book (taylor classical)
I got v = \sqrt{g/k} tanh(\sqrt{g}t/\sqrt{k}) but this is the general equation?
 
Last edited:
You don't want time in the equation. You want the displacement instead. Use the fact that
\frac{dv}{dt} = \frac{dv}{dx}\frac{dx}{dt} = v\frac{dv}{dx}which is simply the chain rule, to get a differential equation relating v and x.
 
How do you derive dv/dx and dx/dt from equations with neither of these terms?

ie.
dv/dt = g-mv

dy/dt grabbing the already solved equation (y would be the falling problem)
yields
dy/dt = \sqrt{g/k}tanh(\sqrt{g/k}t
dv/dy = 0?
I see no way to convert unless I'm missing key steps here
if you sub in and solve for v(y) = you get an absolutely insane equation

This class is Classical Mechanics II (senior level) hence why it was placed in the advanced section:
The only other thing I can see ever working (haven't worked it out 100%)

v(t)=-9.8t+Vo and y(t) = -4.9t2+V0t + X0 (X0 can be assumed to be 0)

But this does not look at all promising
 
Last edited:
OK, use
\frac{dv}{dt} = \frac{dv}{dy}\frac{dy}{dt} = v\frac{dv}{dy}If your confusion is where this equation comes from, I say again: it's the chain rule from calculus. Look it up in your calculus book if you don't believe me. Or simply differentiate v=v(x) with respect to time.

Your other alternative is to integrate v=dy/dt and solve for y(t). Then you'll need to do a bunch of algebra to eliminate t between the two equations you have to get v in terms of y.
 
RenaltJ said:
This class is Classical Mechanics II (senior level) hence why it was placed in the advanced section:
I thought that might have been the case, but this is a common problem in many lower-division classes so I decided to get the thread moved.
The only other thing I can see ever working (haven't worked it out 100%)

v(t)=-9.8t+Vo and y(t) = -4.9t2+V0t + X0 (X0 can be assumed to be 0)

But this does not look at all promising
These equations don't apply at all. They're only valid when acceleration is constant, which it clearly isn't in this case.
 
  • #10
RenaltJ said:
if you sub in and solve for v(y) = you get an absolutely insane equation
You don't want v(y), you want y(v). The answer literally pops right out when you integrate.
 
  • #11
vela said:
OK, use
\frac{dv}{dt} = \frac{dv}{dy}\frac{dy}{dt} = v\frac{dv}{dy}If your confusion is where this equation comes from, I say again: it's the chain rule from calculus. Look it up in your calculus book if you don't believe me. Or simply differentiate v=v(x) with respect to time.

Your other alternative is to integrate v=dy/dt and solve for y(t). Then you'll need to do a bunch of algebra to eliminate t between the two equations you have to get v in terms of y.

I'm not at all confused by the chain rule, I'm confused by how to employ it from the starting conditions.
I've successfully solved the equation, which looks like 1/k*ln[(cosh(1/k*arctanh(v/√gk))] evaluated from v0 to v1
I cannot imagine this is what the prof is looking for though (even though he made up this question and as such I'm sure the answer makes little sense to begin with)

\frac{dv}{dy} is where I'm having issues deriving anything without integrating and then going back and re-deriving, which does not seem helpful

Also v itself has t within it, so I'm unsure how this solves the problem
I get that you can solve dv/dy as a partial, but you do not have the V equation

How can you solve for dv/dy without first having v(y)?

Are you suggesting v(\frac{g}{v}-k) breaking it up into partials and then integrating?
Which yields:

y(v) = g-kv (I sincerely hope this isn't the answer based upon how much work I've tossed into this)
 
Last edited:
  • #12
The differential equation you get is
v \frac{dv}{dy} = g-kv^2When you separate, you get
dy = \frac{v\,dv}{g-kv^2}You can integrate the righthand side with the simple substitution u=g-kv2.
 
  • #13
vela said:
The differential equation you get is
v \frac{dv}{dy} = g-kv^2When you separate, you get
dy = \frac{v\,dv}{g-kv^2}You can integrate the righthand side with the simple substitution u=g-kv2.

alright thanks,
definitely did not understand this one at all... I appreciate your help.
I was able to get the answer I believe.
 
Back
Top