Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

MATLAB HELP ( use Matlab code for the answer please!) 1. Falling Parachutist The velocity v of a falling parachutist is given by v=g (1-e-c/m)

MATLAB HELP ( use Matlab code for the answer please!)image text in transcribed

1. Falling Parachutist The velocity v of a falling parachutist is given by v=g (1-e-c/m) where g = 9.81m/s2. For a parachutist with a drag coefficient c= 16kg/s, compute the mass m so that the velocity is v = 20m/s at t = 8s. Use the following initial guess - [mlower, mupper] = [5, 130] for bracket methods, minitial = 50 for open methods. If there is no specified relative error percentage or number of iterations, please use relative error percentage = 0.0001% and maximum iterations= 50. o With the bisection method, - iterate until Es = 0.1% then save [root, the number of iteration] on EX2_1.dat, - iterate 10 times then save [root, Ea] on EX2_2.dat. o With the false position method, - iterate until Es = 0.1% then save [root, the number of iteration] on EX2_3.dat, - iterate 10 times then save [root, Ea] on EX2_4.dat. . With the Newton-Raphson method, - iterate until Es = 0.1% then save [root, the number of iteration] on EX2_5.dat, - iterate 10 times then save [root, Ea] on EX2_6.dat

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

Presentation Aids Practicing Your Speech?

Answered: 1 week ago