Calculate Vertical Displacement with Drag Force Equation | Physics Homework

AI Thread Summary
The discussion focuses on calculating vertical displacement for an object falling under the influence of drag force, represented by the equation D = bv. Participants explore how to derive the vertical displacement equation Δy = (v^2ty/g)*[(X/100)-ln((100-x)/100)] from the velocity function v = (-mg/b)*(1-e^(-bt/m)). Several methods are suggested, including integrating the velocity function and using differential equations to relate velocity and displacement without involving time. The challenge lies in correctly applying integration techniques and understanding the relationship between terminal velocity and the required displacement to reach a specific percentage of that velocity. The conversation emphasizes the need for clarity in the integration process to solve the problem effectively.
John Lam
Messages
4
Reaction score
0

Homework Statement


Assuming that the drag force magnitude is given by the equation D= bv, where b is the drag parameter and v is the instantaneous velocity magnitude of the object.

(a) Show that the vertical displacement through which a dropped object must fall from to reach X% of its terminal velocity is given by the equation:
Δy= (v^2ty/g)*[(X/100)-ln((100-x)/100))
where vty is the object's terminal velocity.

Homework Equations


v=(-mg/b)*(1-e^(-bt/m))

The Attempt at a Solution


I honestly ran around in circles with this problem trying to integrate the given equation desperately trying to figure out what this problem was asking for exactly. Then I integrated v=(-mg/b)*(1-e^(-bt/m)). No luck there attempting to recreate the given equation for about three hours now.
 
Physics news on Phys.org
Welcome to PF!

If you had an expression for dy/dv, maybe you could integrate it to get a relation between y and v.

Recall the chain rule: dy/dt = dy/dv ⋅ dv/dt
 
In your relevant equations you have the equation for velocity as it depends on time. Note that as t approaches infinity limit, v = -\frac{mg}{b}. This is terminal velocity. You want to find how far the distance must be to reach -\frac{x}{100}\frac{mg}{b}. Using this expression, you can solve for time needed to reach that speed. Finding distance is straightforward from there.
 
But how would I lead it all back to proving this Δy= (v^2ty/g)*[(X/100)-ln((100-x)/100))
 
You are looking for the distance required to reach a specific velocity, yes? If you know the time required and you have the function of the velocity, how would you then go from velocity to distance?
 
bigguccisosa said:
In your relevant equations you have the equation for velocity as it depends on time. Note that as t approaches infinity limit, v = -\frac{mg}{b}. This is terminal velocity. You want to find how far the distance must be to reach -\frac{x}{100}\frac{mg}{b}. Using this expression, you can solve for time needed to reach that speed. Finding distance is straightforward from there.
Yes, but TSny's method avoids the need to find the time.
 
Since v=(-x/100)*(mg/b), I used kinematics equation d=vit+1/2 at^2, assuming a=0, I found t to be -100d*b/mgx
 
John Lam said:
Since v=(-x/100)*(mg/b), I used kinematics equation d=vit+1/2 at^2, assuming a=0, I found t to be -100d*b/mgx
That is a SUVAT formula. Those are only valid for constant acceleration.
 
What equation should be used then to isolate t?
 
  • #10
John Lam said:
What equation should be used then to isolate t?
There are several ways open to you.
You can start with the differential equation for the acceleration, then use TSny's method to make it a diffeential equation only involving velocity, distance, and a derivative of one with respect to the other (so no time in the equation). Solve that.
Since you are given the solution for velocity as a function of time, you can integrate that. You posted that you tried that but have not posted your working. If you post it we can lead you through it.
 
  • #11
how would you go from t=(-m/b) ln((100-x)/(100)) to the vertical displacement?
 
  • #12
Melika said:
how would you go from t=(-m/b) ln((100-x)/(100)) to the vertical displacement?
Which post is that a response to? (Please use the Reply/Quote buttons)
 
  • #13
haruspex said:
Which post is that a response to? (Please use the Reply/Quote buttons)
The original post i guess. I'm working on the same problem.
The time it takes to reach X% of its terminal velocity is t=(-m/b) ln((100-x)/(100)).
Vy=(mg/b)(e^(-bt/m)-1)
If i plug in t to this equation i get
Vy=(mg/b)(e^(ln((100-x)/(100)) -1)
But I'm not sure what to do next? i know i need to integrate velocity to get displacement but I'm not sure how
 
  • #14
Melika said:
i know i need to integrate velocity to get displacement but I'm not sure how
You don't know how to integrate ##\frac{mg}b(1-e^{-\frac{bt}m})## with respect to t?
 
Back
Top