Newton's Method
Lesson 4-9
Root being found: r
1st approximation: ![]()
(Found
from guessing/rough sketch of graph)
Tangent line: L (to curve y=f(x) at points (,
f(x))
X-intercept of L: x![]()
Approximation number: n
*the idea of Newton’s method is that the
tangent line is close to the curve and so it’s x-intercept x
, is close to the x-intercept of the curve
Example 1:
0-f(
)=f’(
)( x
-
)
3. If f”( x
)
0, solve for x![]()
x
= x
-![]()
Use x
as a second approximation to r and repeat procedure with x
replaced by x
tangent the line at (x
, f(x
0 = 3rd approximation
x
= x
-![]()
Follow with N th
approximation
![]()
*If the number x
becomes closer and closer to r as n becomes larger, then the
sequence converges to r and equals ![]()
Example 1:
F(x) = x
-2x –5
F’(x)= 3x
-2
= ![]()
![]()
= 2.1![]()
Example 2:
Use
Newton’s method to find
correct to eight decimal places
1. ![]()
use
f(x) =![]()
f’(x)=![]()
Newton’s
Method: ![]()

Example 3:
Find,
correct to 6 decimal places, the root of the equation cosx = x
