Parachutist problemNeed help where to begin

  • Thread starter Thread starter platonas1
  • Start date Start date
AI Thread Summary
The discussion revolves around solving a differential equation that models the free-fall velocity of a parachutist, with specific parameters for the scenario provided. The equation requires numerical methods for solution, particularly using MATLAB or Octave, as the user is unfamiliar with these techniques. The problem is divided into two segments: from t=0 to 10 seconds with a drag coefficient of 0.25 kg/m, and from t=10 to 30 seconds with a drag coefficient of 5 kg/m after the parachute opens. The user seeks guidance on how to approach this problem given their lack of classroom instruction due to personal circumstances. Resources and examples for using MATLAB to solve such differential equations are suggested for further assistance.
platonas1
Messages
7
Reaction score
0
Here is the problem.

The free-fall velocity of a parachutist can be simulated as

du/dt=g-Cd/m u^2


where u = velocity (m/s) t= time (s)
g = acceleration due to gravity (9.81 m/s2).
Cd = drag coefficient (kg/m),
and m = mass (kg).
For a 80-kg parachutist, solve this equation numerically from t = 0 to 30 s given that u(0) = 0. During free fall, Cd = 0.25 kg/m. However, at t = 10 s the chute opens, whereupon Cd = 5 kg/m.


Please help! from were I should start solving this problem!
 
Physics news on Phys.org
Two comments:

1. In your class have you discussed numerical techniques to solve differential equations?

2. Hint: think of it as two separate problems, one from t=0 to 10s and the second from t=10s to 30s. Care must be taken as to the initial conditions of each problem.
 
hotvette said:
Two comments:

1. In your class have you discussed numerical techniques to solve differential equations?

2. Hint: think of it as two separate problems, one from t=0 to 10s and the second from t=10s to 30s. Care must be taken as to the initial conditions of each problem.


Thank you for your reply,

Here is my situation,

I am at 2nd year of mechanical engineering. Due to economical and family problems I couldn’t attend classes for this year, so I took numerical analysis lesson as independent study. I am quite familiar with differential equations but not with numerical methods. My teacher told me that he needs from me not to solve differential equations by hand, but use of Matlab or Octave to solve "typical engineering problems». Like the problem above which I am very confused with it, I must solve it using Matlab, either way I spend more than 3 days of continuous reading trying to solve it also by hand with no luck.

Thank you for your support.
 
Perhaps the following example has enough info that you can see how to enter your problem into MATLAB:

http://www.mit.edu/people/abbe/matlab/ode.html

(Found by googling matlab differential equation solving, maybe you can find other useful info there)
 
Last edited by a moderator:
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
Thread 'Correct statement about a reservoir with an outlet pipe'
The answer to this question is statements (ii) and (iv) are correct. (i) This is FALSE because the speed of water in the tap is greater than speed at the water surface (ii) I don't even understand this statement. What does the "seal" part have to do with water flowing out? Won't the water still flow out through the tap until the tank is empty whether the reservoir is sealed or not? (iii) In my opinion, this statement would be correct. Increasing the gravitational potential energy of the...
Thread 'A bead-mass oscillatory system problem'
I can't figure out how to find the velocity of the particle at 37 degrees. Basically the bead moves with velocity towards right let's call it v1. The particle moves with some velocity v2. In frame of the bead, the particle is performing circular motion. So v of particle wrt bead would be perpendicular to the string. But how would I find the velocity of particle in ground frame? I tried using vectors to figure it out and the angle is coming out to be extremely long. One equation is by work...
Back
Top