In this module, you will learn about the applications of differentiation.
Please check the syllabus for module start & end dates.
Project 3: Newton's Method
The linearization of a function at x=a (the tangent line to a function at x=a), a very simple idea, is the basis behind a powerful method for approximating the solutions to equations of the form f(x)=0, called Newton's Method.
Deriving Newton's Method: Suppose that r is a solution of f(x)=0 where f(x) is a differentiable function on some interval about r. Suppose that x0 is an initial estimate of r that might have been obtained by some preliminary analysis. To hopefully obtain a better approximation to r, the tangent line to the curve y=f(x) at x=x0 is drawn and the x-intercept of that tangent line is selected as the next estimate, x1.
To hopefully improve upon the approximation x1, we repeat the process. We find the tangent line to the curve y=f(x) at x=x1 and use the x-intercept of that tangent line as the next estimate, x2.
Continuing in this fashion, we obtain a sequence of approximations x1,x2,x3,... that ideally get closer and closer to the root r. In general, after n steps, the line tangent to the curve at x=xn is used to find an updated approximate value, xn+1.
Find the linearization of f(x) at x=xn.
Let y=L(x) that you obtained in the previous problem. Assume that this equation has an x-intercept of xn+1. Show that
Let f(x)=x - cos x.
a. Using the formula developed in problem #2, find what xn is equal to for the given function f(x).
b. Let x0 =2.0 and find x1,x2,x3.
c. Use a graphing device to estimate the root of the equation x - cos x=0. Compare this answer with the value of x3.
Research Newton's Method to find what pitfalls there are in using Newton's Method. Report your findings.