Question: Write a script that uses the bisection function to estimate the mass of the bungee jumper so that its velocity will be 3 6 m

Write a script that uses the bisection function to estimate the mass of the bungee jumper so that its velocity will be 36ms after 4sec needed. Start with initial guesses xl=50 and xu=200, and continue until the approximate relative percent error falls below 0.5%. A
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.
 Write a script that uses the bisection function to estimate the

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!