The Newton-Raphson Method
The Newton-Raphson Method
Square Root
Calculus
Example
Let's start with a close approximation, say x1=3/2=1.5. If we square x1=3/2, we obtain 9/4, which is bigger than 2.
Consequently
. If we now consider
but if this is not good enough, we can just repeat the procedure again and again.
Newton and Raphson used ideas of the Calculus to generalize this ancient method to find the zeros of an arbitrary
equation
Their underlying idea is the approximation of the graph of the function f(x) by the tangent lines, which we
discussed in detail in the previous pages.
Let r be a root (also called a "zero") of f(x), that is f(r) =0. Assume that
(which may be obtained by looking at the graph of f(x)). The tangent line to the graph of f(x) at (x1,f(x1)) has x2 as its
x-intercept.
From the above picture, we see that x2 is getting closer to r. Easy calculations give
Since we assumed
, we will not have problems with the denominator being equal to 0. We continue this
which approximates r.
This technique of successive approximations of real zeros is called Newton's method, or the Newton-Raphson
Method.
Example. Let us find an approximation to
Note that
is the only zero of f(x) = x2 - 5 on the interval [1,3]. See the Picture.
Let
It is quite remarkable that the results stabilize for more than ten decimal places after only 5 iterations!
Example. Let us approximate the only solution to the equation
In fact, looking at the graphs we can see that this equation has one solution.
formula
We have
Answer.
Exercise 2. Approximate to four decimal places
Answer.
Exercise 3. Show that Newton's Method applied to f(x)=x2-2 and x1=3/2 leads to exactly the same approximating
sequence for the square root of 2 as the Babylonian Method.
[Back] [Next]
[Trigonometry] [Calculus]
[Geometry] [Algebra] [Differential Equations]
[Complex Variables] [Matrix Algebra]
S.O.S MATHematics home page
Do you need more help? Please post your question on our S.O.S. Mathematics CyberBoard.
Mohamed A. Khamsi
Helmut Knaust