Parachutist problemNeed help where to begin

  • Thread starter Thread starter platonas1
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
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.