| New Reply |
How to calculate trajectory of an object with air drag |
Share Thread | Thread Tools |
| Jun15-12, 02:54 PM | #1 |
|
|
How to calculate trajectory of an object with air drag
I am trying to predict the flight of an object with a parabolic trajectory including drag due to air resistance how do I do this? the wiki page was not clear its my understanding its relative to the square of the speed.
|
| Jun15-12, 03:20 PM | #2 |
|
|
I have used numerical integration with this energy loss rate (see http://en.wikipedia.org/wiki/Drag_(physics))
[tex] \frac{dE}{dt}=\frac{1}{2}\rho \cdot C_{drag} \cdot A \cdot v^{3} \text { Newton meters per second} [/tex] The force is [tex] F=\frac{1}{2}\rho \cdot C_{drag} \cdot A \cdot v^{2} \text { Newtons} [/tex] |
| Jun15-12, 04:15 PM | #3 |
|
Mentor
|
As a historical note, the problem of a ballistic object with drag was one of the driving forces (if not the driving force) that motivated the development of digital computers back in the 1940s and 1950s. |
| Jun15-12, 09:33 PM | #4 |
|
|
How to calculate trajectory of an object with air drag
So I could get a reasonable result by calculating the force of drag and assuming that for a very small period for time (eg 1 second) and do that over and over until the object lands?
|
| Jun15-12, 10:37 PM | #5 |
|
|
I usually do it once per millisecond until the object lands.
|
| New Reply |
| Thread Tools | |
Similar Threads for: How to calculate trajectory of an object with air drag
|
||||
| Thread | Forum | Replies | ||
| Plotting Ballistic Trajectory of an object in timeslices using BC's & Drag Model's. | General Physics | 1 | ||
| How To Calculate Catapult Trajectory | Introductory Physics Homework | 7 | ||
| Calculating trajectory of spaceship-like object | Classical Physics | 2 | ||
| Ballistic trajectory with drag | Differential Equations | 0 | ||
| Trajectory of a bullet [b]with[/b] drag | Classical Physics | 8 | ||