Classical: Quadratic Drag and Gravity

Click For Summary

Homework Help Overview

The discussion revolves around a particle's motion under the influence of gravity and quadratic drag. The original poster presents a problem involving a particle with an initial downward velocity in a gravitational field, seeking to determine the distance fallen while accelerating from one velocity to another, incorporating drag proportional to the square of the velocity.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants explore the separation of variables and integration techniques to solve the differential equation governing the motion. There are attempts to derive expressions for velocity and displacement, with some participants questioning the correctness of integration steps and the setup of the equations.

Discussion Status

Several participants have provided guidance on integrating the equations and have pointed out potential mistakes in the original poster's approach. There is an ongoing exploration of different methods to relate velocity and displacement, with no explicit consensus reached on a final solution.

Contextual Notes

Participants note the complexity of the problem, indicating it is part of a senior-level Classical Mechanics course. There are references to common misconceptions about applying constant acceleration equations to this scenario, highlighting the need for careful consideration of the changing forces involved.

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[itex]\frac{dv}{dt}[/itex]=mg - kmv2


The Attempt at a Solution



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

[itex]\int[/itex]dv/(kv2-g) = [itex]\int-kdt[/itex]

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 [tex]\frac{1}{kv^2+g}[/tex] but we have to find integral of [tex]\frac{1}{kv^2-g}[/tex] which can be found by breaking the fraction into two fractions [tex]\frac{A}{v-\sqrt{\frac{g}{k}}}+\frac{B}{v+\sqrt{\frac{g}{k}}}[/tex].

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

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 [tex]\frac{1}{kv^2+g}[/tex] but we have to find integral of [tex]\frac{1}{kv^2-g}[/tex] which can be found by breaking the fraction into two fractions [tex]\frac{A}{v-\sqrt{\frac{g}{k}}}+\frac{B}{v+\sqrt{\frac{g}{k}}}[/tex].

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

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*[itex]\sqrt{k/g}[/itex][ln[itex]\frac{v-√g/k}{v+√g/k}[/itex]]

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 = [itex]\sqrt{g/k}[/itex] tanh([itex]\sqrt{g}t[/itex]/[itex]\sqrt{k}[/itex]) 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
[tex]\frac{dv}{dt} = \frac{dv}{dx}\frac{dx}{dt} = v\frac{dv}{dx}[/tex]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 = [itex]\sqrt{g/k}[/itex]tanh([itex]\sqrt{g/k}t[/itex]
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
[tex]\frac{dv}{dt} = \frac{dv}{dy}\frac{dy}{dt} = v\frac{dv}{dy}[/tex]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
[tex]\frac{dv}{dt} = \frac{dv}{dy}\frac{dy}{dt} = v\frac{dv}{dy}[/tex]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)

[itex]\frac{dv}{dy}[/itex] 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([itex]\frac{g}{v}[/itex]-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
[tex]v \frac{dv}{dy} = g-kv^2[/tex]When you separate, you get
[tex]dy = \frac{v\,dv}{g-kv^2}[/tex]You can integrate the righthand side with the simple substitution u=g-kv2.
 
  • #13
vela said:
The differential equation you get is
[tex]v \frac{dv}{dy} = g-kv^2[/tex]When you separate, you get
[tex]dy = \frac{v\,dv}{g-kv^2}[/tex]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.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
8K
Replies
6
Views
2K
Replies
2
Views
1K
Replies
6
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 16 ·
Replies
16
Views
5K