Question: Problem 2 Consider the function f ( x ) = x 3 - 6 x 2 + 1 1 x - 5 . 6 .
Problem
Consider the function
What theorem from basic Calculus makes it easy to check that has a root on the interval Explain and demonstrate.
Since we know has a root on the interval suppose we use Newton's method with initial guess right in the middle of the interval: Compute several iterations of Newton's method and discuss how well it is converging to a root.
What is another rootfinding method we studied in this course that is slower but more reliable than Newton's Method here?
Write a computer program in MATLAB which first applies your slowbutreliablemethod several times and then uses Newton's Method. This program should have INPUTS: a function the derivative of bounds a and on an interval in which to search for the root, a maximum number of iterations and an error tolerance TOL. The OUTPUT should be the approximation to a root of the function.
Use your function to find an approximation to the root in the example you gave above, with an error tolerance of
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
