- #1
bndnchrs
- 29
- 0
[SOLVED] ODE problem
A situation in which the air resistance is proportional to the velocity of an object squared.
Object dropped off of a building with height 100m.
F = -mg + Fr Fr=.5*cw*p*A*v^2
cw=.5 p = air density = 1?
I need to come about with a solution for y(t)
I've used Mathcad to help me with a problem when the velocity is proportional to only the velocity linearly, using equations derived analytically.
I just don't know where to begin with this one. I can't derive it analytically to obtain an expression for v(t) so that I can throw that into my runga-kutta solver along with the force expression as the two time derivatives.
I have tried using ODE solver, but it fails to produce anything. It works for two iterations, up to t=2, then quits on me when I try to obtain more results.
I believe my best approach is to solve this analytically, but I can't do it, my prof. did something strange with letting the variable be v^2, but the exercize he did this in was a few weeks ago, and foggy in my mind. Thanks for any help!
Homework Statement
A situation in which the air resistance is proportional to the velocity of an object squared.
Object dropped off of a building with height 100m.
F = -mg + Fr Fr=.5*cw*p*A*v^2
cw=.5 p = air density = 1?
Homework Equations
I need to come about with a solution for y(t)
The Attempt at a Solution
I've used Mathcad to help me with a problem when the velocity is proportional to only the velocity linearly, using equations derived analytically.
I just don't know where to begin with this one. I can't derive it analytically to obtain an expression for v(t) so that I can throw that into my runga-kutta solver along with the force expression as the two time derivatives.
I have tried using ODE solver, but it fails to produce anything. It works for two iterations, up to t=2, then quits on me when I try to obtain more results.
I believe my best approach is to solve this analytically, but I can't do it, my prof. did something strange with letting the variable be v^2, but the exercize he did this in was a few weeks ago, and foggy in my mind. Thanks for any help!