Solving ODE Problem: Air Resistance Proportional to Velocity Squared

In summary, the student failed to solve an ODE problem using Mathcad. They believe that they need to solve the problem analytically, but they are not sure how to begin.
  • #1
bndnchrs
29
0
[SOLVED] ODE problem

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!
 
Physics news on Phys.org
  • #2
From Newton's 2nd Law

[tex]m\,\frac{d^2\,y}{d\,t^2}=m\,g-k\,v^2\Rightarrow \frac{d^2\,y}{d\,t^2}=g-\frac{k}{m}\,v^2 \quad (1)[/tex]

where [itex]k[/itex]=constant. You can write the accerelation as

[tex]\frac{d^2\,y}{d\,t^2}=\frac{d\,v}{d\,t}=\frac{d\,y}{d\,t}\frac{d\,v}{d\,y}=v\,\frac{d\,v}{d\,y}[/tex]

thus (1) reads

[tex]v\,\frac{d\,v}{d\,y}=g-\frac{k}{m}\,v^2\Rightarrow \frac{v\,d\,v}{g-\frac{k}{m}\,v^2}=d\,y[/tex]

Integrate the above equation to obtain [itex]v=v(y)[/itex]. Then integrate
[tex]v=\frac{d\,y}{d\,t}[/tex]
to obtain [itex]y(t)[/itex].
 
  • #3
ahh... thank you very much. Didn't think about the change of base.
 
  • #4
Integrating
[tex]\frac{v\,d\,v}{g-\frac{k}{m}\,v^2}=d\,y[/tex]
yields

[tex]v=-\sqrt{-\frac{m\,g}{k}+c_1\,e^{-2k\,y/m}}\Rightarrow \int\frac{d\,y}{\sqrt{-\frac{m\,g}{k}+c_1\,e^{-2k\,y/m}}}=-\int d\,t[/tex]

For the first integral make the change of variables

[tex]\sqrt{-\frac{m\,g}{k}+c_1\,e^{-2k\,y/m}}=z,\, d\,y=-\frac{z}{g+\frac{k}{m}\,z}\,d\,z[/tex]
 
Last edited:
  • #5
you are a lifesaver. Thanks a ton.
 

FAQ: Solving ODE Problem: Air Resistance Proportional to Velocity Squared

What is an ODE problem?

An ODE problem is a type of mathematical problem that involves finding a function that satisfies a given set of differential equations. These equations describe how the rate of change of a function depends on its current value.

What is air resistance?

Air resistance is the force that opposes the motion of an object through the air. It is caused by the interaction between the object and the air molecules that it comes into contact with.

How is air resistance proportional to velocity squared?

According to the drag equation, the force of air resistance is directly proportional to the velocity squared of the object. This means that as the velocity of the object increases, the force of air resistance also increases exponentially.

How does air resistance affect the motion of objects?

Air resistance can significantly affect the motion of objects, especially when they are moving at high speeds. It can cause the object to slow down and eventually reach a terminal velocity, where the force of air resistance is equal to the force of gravity.

How is the ODE problem of air resistance solved?

The ODE problem of air resistance can be solved using various methods such as analytical techniques, numerical methods, or computer simulations. The exact method used will depend on the specific scenario and the desired level of accuracy.

Similar threads

Back
Top