Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Matlab code needed Recall that the formula for the velocity of a bungee jumper from Section 2 . 1 is: v ( t ) =

Matlab code needed
Recall that the formula for the velocity of a bungee jumper from Section 2.1 is:
v(t)=mgc2tanh(cgm2t)
Note that v(t) is the velocity of the jumper, g is the acceleration of gravity, m is the mass of the jumper, and c is the (simplisitic) drag coefficient for air resistance.
Write a script that uses the bisection function to estimate the mass of the bungee jumper so that its velocity will be 36ms after 4 sec of free fall, the approximate relative percent
error, and the number of iterations needed. Start with initial guesses xl=50 and xu=200, and continue until the approximate relative percent error falls below 0.5%. Assume
c=0.25kgm and g=9.81ms2.
Requirements:
Assign the following variables to the given values: v=36,t=4,c=0.25, and g=9.81
Create an anonymous function you will use to solve this problem.
Assign the variable root to the solution of the problem.
Assign the variable err_approx to the approximate relative percent error after the solution is found.
Assign the variable iter to the number of iterations needed until the error fell below the threshold.
image text in transcribed

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

Data Management Databases And Organizations

Authors: Richard T. Watson

6th Edition

1943153035, 978-1943153039

Students also viewed these Databases questions

Question

What is the basis for Security Concerns in Cloud Computing?

Answered: 1 week ago

Question

Describe the three main Cloud Computing Environments.

Answered: 1 week ago