Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Numerical Solution to the Bungee Jumper Problem. Given time increments, initial condition, a vector of parameters (mass and drag coefficient), and right-hand-side force (gravity coefficient),

image text in transcribedimage text in transcribedimage text in transcribed

Numerical Solution to the Bungee Jumper Problem. Given time increments, initial condition, a vector of parameters (mass and drag coefficient), and right-hand-side force (gravity coefficient), compute values of bungee jumper velocity (downward speed) at the given times, accounting for the discontinuity in drag coefficient when the parachute opens. Use (Eq. 1.21) to ensure that the sign of the drag force indicates the correct direction (see the Case Study in Chapra textbook Section 1.4). Chapra Problem 1.7. For the second-order drag model (Eq. 1.8), compute the velocity of a free-falling parachutist using Euler's method for the case where m=80kg and cd=0.25 kg/m. Perform the calculation from t=0 to 20sec with a step size of 1sec. Use an initial condition that the parachutist has an upward velocity of 20m/s at t=0. At t=10s, assume that the chute is instantaneously deployed so that the drag coefficient jumps to 1.5kg/m. Function Code to call your function ? 1 v = Chapra_Problem_1p7 (x,p,g) Assessment: Pretest results are not submitted for grading. To run all the tests and submit the results for grading, click Submit. Chapra Problem 1.7 for dt=1,tf=20 (Pretest) Chapra Problem 1.7 for dt=1,tf=10 (before parachute opens, negative initial velocity) Chapra Example 1.2 for v0=0,dt=2,t1=12,tf=12 (no parachute, zero initial velocity) Chapra Section 1.4 Case Study for v0=40,dt=2,t1=tf=4,m=68.1 Chapra Example 1.2 for v0=0,dt=1,t1=10,tf=12 (after parachute opens)

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

What is Ramayana, who is its creator, why was Ramayana written?

Answered: 1 week ago

Question

To solve by the graphical methods 2x +3y = 9 9x - 8y = 10

Answered: 1 week ago

Question

Why does sin 2x + cos2x =1 ?

Answered: 1 week ago

Question

What are DNA and RNA and what is the difference between them?

Answered: 1 week ago