Plotting Height vs Time for an Object Under Air Resistance

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
Opus_723
Messages
175
Reaction score
3
If I wanted to make a graph of height versus time for an object under the effects of air resistance av+bv^2 and thrown with a given initial speed, how would I go about doing that? I was also hoping to get a y versus x graph for a projectile under the same drag, but I presume I could find x versus t the same way I end up finding y versus t and then treating the two like a parameterized curve.

I thought about using ma = av+bv^2-mg and taking the integral twice to get height as a function of time, but my limited calculus skills are failing at that. Even simplifying to just bv^2 seems to be too much for me. Is this the best way to do it? Is there a numerical way to do it? (I've never done integrals numerically on a computer or anything)

In general, I don't really know how to tackle these kinds of messy integrals. Are there any resources I could learn from?

Thanks.
 
Physics news on Phys.org
mdv/dt = av+bv^2 - mg

so:[tex]\int \frac{mdv}{av+bv^2-mg} = \int dt[/tex]... then find the constant of integration from the fact that v(0)=u.

http://www.jstor.org/pss/2372332
 
Last edited: