Q. 22
Question
Suppose you wish to find a root of in the interval [−3, 2]. Compare the accuracy of Newton’s method as applied in Example 8 with the accuracy of the Bisection Method used in Exercise 80 of Section 1.4 for the same function. Which method gets closest to the root in three iterations?
Step-by-Step Solution
VerifiedNewton's method gets closest to the root in 3 iterations.
We have been given that the root of the function is to be found in the interval [−3, 2].
We have to compare the accuracy of Newton’s method as applied in Example 8 with the accuracy of the Bisection Method used in Exercise 80 of Section 1.4 for the same function. Which method gets closest to the root in three iterations?
Initial guess is
Find the derivative
at
Find the tangent line to the curve,
Thus, the root of the tangent line is :
New guess is :
Find the derivative
at
Find the tangent line to the curve,
The root of the tangent line is :
New guess is :
Find the derivative :
at
Find the tangent line to the curve,
The root of the tangent line is :
Thus, the second and third approximations are equal.
iteration 1,
because f(m)>0, replace b with m,
Iteration 2,
Thus, the newton's method get closest to the root in 3 iterations.