FrogPad
- 801
- 0
I'm working on this project that involves air drag. The model for the air drag is given as:
\vec F_d = \frac{1}{2} C \rho A v^2
I'm using Newton's Second law in relation to this force and gravity (in one dimension) which yields:
a = \frac{1}{m} \left( -mg + \frac{1}{2} C \rho A v^2 \right)
I'm in the middle of an ODE course, so I have not dealt with anything nonlinear... so this is where my question is. If I convert everything to the differential form:
a = \frac{d^2x}{dt^2}
v = \frac{dx}{dt}
So what does v become in the \vec F_d equation?
It is \left( \frac{dx}{dt} \right)^2. I've just never encountered this. Does it become?
\frac{dx^2}{dt}
thanks in advance
\vec F_d = \frac{1}{2} C \rho A v^2
I'm using Newton's Second law in relation to this force and gravity (in one dimension) which yields:
a = \frac{1}{m} \left( -mg + \frac{1}{2} C \rho A v^2 \right)
I'm in the middle of an ODE course, so I have not dealt with anything nonlinear... so this is where my question is. If I convert everything to the differential form:
a = \frac{d^2x}{dt^2}
v = \frac{dx}{dt}
So what does v become in the \vec F_d equation?
It is \left( \frac{dx}{dt} \right)^2. I've just never encountered this. Does it become?
\frac{dx^2}{dt}
thanks in advance