Question

Use Matlab... Use given variables...

For skydiving, the aircraft typically flies up to 140 km/h (90 mph or 38.9 m/s) at the time of the jump. Assuming that the ai

%Set values of parameters

H0 = 4000 ;

v0 = 0;

vplane = 38.9;
vwind = 7.0;

g = -9.81;

td = 45;

dt = 0.1;


%initial conditions
%To minimize edits, let v = vertical velocity, and vx = horizontal velocity

y(1) = H0;
v(1) = v0;
t(1) = 0;
x(1) = 0;
vx(1) = vplane;

%loop until parachutist reaches the ground


%Calculate te horizontal distance traveled before and after the parachute opens
d_free = 0
d_canopy =0

%***********************************
%DON'T MODIFY THIS BLOCK
v_max = max(abs(v));
t_max = t(end);


%***********************************

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Production and operations management is a field of study in which we try to learn and understand how effectively and efficien

Add a comment
Know the answer?
Add Answer to:
Use Matlab... Use given variables... %Set values of parameters H0 = 4000 ; v0 = 0; vplane = 38.9...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT