Distance Needed to Reach Terminal Velocity

AI Thread Summary
To determine the minimum distance needed to reach terminal velocity for an object with a mass of 0.5 kg and a drag coefficient of 0.6, the relationship between gravitational force and drag force must be established, where mg = kv^2 at terminal velocity. The discussion highlights the need to integrate the velocity function over time, specifically from 0 to 5 times the time constant, to find the distance. The time constant for quadratic drag is different from linear drag and is defined as m/k. The net force equation, m.a(net) = mg - kv^2, is crucial for deriving the velocity function. Proper integration of these equations will yield the required distance to reach terminal velocity.
elli
Messages
4
Reaction score
0

Homework Statement



I am completing a homework assignment that involves a python program for air resistance. One of the questions in the assignment asks us to find the minimum distance needed to reach terminal velocity. The air resistance is quadratic. The mass of the object is .5kg and its drag coefficient is .6
The gravity is normal Earth gravity, 9.81m/s^2, and the initial velocity is 0m/s.

Homework Equations


The force of air resistance=-k*v^2


The Attempt at a Solution


I think the solution involves integrating a velocity function from time 0 to 5*time constant. However, I'm not sure how to represent the object's velocity under quadratic drag, nor am I sure of the time constant. Is it still m/k, or is it different for quadratic drag?

This is my first post! I appreciate any and all help.
 
Physics news on Phys.org
The object will fall with terminal velocity when the gravitational force and the drag force become equal.
ie. mg=k*v^2
Now we know the terminal velocity
At any instant of time
F(net)=mg-kv^2
m.a(net)=mg-kv^2
m.v.(dv/ds)=mg -kv^2 (accn=v. dv/ds)
now integrate the above eqn using proper limits
 
Thank you very much!
 
Thread 'Voltmeter readings for this circuit with switches'
TL;DR Summary: I would like to know the voltmeter readings on the two resistors separately in the picture in the following cases , When one of the keys is closed When both of them are opened (Knowing that the battery has negligible internal resistance) My thoughts for the first case , one of them must be 12 volt while the other is 0 The second case we'll I think both voltmeter readings should be 12 volt since they are both parallel to the battery and they involve the key within what the...
Thread 'Struggling to make relation between elastic force and height'
Hello guys this is what I tried so far. I used the UTS to calculate the force it needs when the rope tears. My idea was to make a relationship/ function that would give me the force depending on height. Yeah i couldnt find a way to solve it. I also thought about how I could use hooks law (how it was given to me in my script) with the thought of instead of having two part of a rope id have one singular rope from the middle to the top where I could find the difference in height. But the...
Back
Top