Question: Write a program to implement the bisection root-finding algorithm, and use your program to find the root of the following problem. Use the Bisection

 Write a program to implement the bisection root-finding algorithm, and use your 

Write a program to implement the bisection root-finding algorithm, and use your program to find the root of the following problem. Use the Bisection method to find the root of equation: f(c) mg = 1 - 10C e m 40 with an error =1e-10, where m = 68.1 kg, g = 9.8 m/s. (1) Make a plot of the function and determine your initial guesses from the plot. Mark your initial guesses on the plot and submit the plot as a jpg file or insert it to a Word document with your program. (2) Submit your root-finding program and also the final result. Copy/paste your Matlab script file and the results to a Word document. It's up to you how to display your result, i.e. the root. Learn to display your result clearly to the viewers.

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 Programming Questions!