Solving a Nonlinear ODE for Parachute Area in Free Fall

francisg3
Messages
31
Reaction score
0

Homework Statement


We recently discussed a problem in class involving free fall and parachutes.One of the examples was to solve for the area of a parachute in drag,gravity,air density,mass and the speed at which the object deployed the parachute and the speed it hit the ground out. I'm pretty sure I know how to do the porlbem if I could only get past the first few steps. My guess is that I need to solve the following nonlinear ode:

m (dV/dt) = mg-(1/2)(air density)(drag constant)(area parachute)(V)^2
i replaced the equation with something like this to simplify it:
m (dV/dt) = mg-kV^2 where k is all those constants

now I'm familiar with seperable ode's and this is the form i obtained:
dV/dt = g-(k/m)V^2

from then on i am lost, i think i just need a bit of help onto the next step or two then i should be able to get the problem rolling. Any help or input would be greatly appreciated! Thank you.
 
Physics news on Phys.org
Welcome to PF!

Hi francisg3! Welcome to PF! :smile:

(try using the X2 tag just above the Reply box :wink:)
francisg3 said:
dV/dt = g-(k/m)V^2

yes, so dV/(g-(k/m)V2) = dt :wink:
 
And you can use partial fractions to integrate that.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top