

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Notes; Professor: Haugli; Class: NUM&GRAPHC&LAB TCNQ; Subject: AEROSPACE ENGINEERING; University: Iowa State University; Term: Spring 2005;
Typology: Study notes
1 / 2
This page cannot be seen from the preview
Don't miss anything!


D. Haugli, Lecturer Aer E 161 Aerospace Engineering 2/18/2005 The Newton-Raphson Method, Page 1 Iowa State University
The Newton-Raphson Method
The Newton-Raphson method is a simple, efficient method for estimating a root. The method has the form,
n n n f x
f x x x ′
Here, x n is a guess for the value of x at iteration n , which is used to compute a new guess, x n +^1.
n n a =^ x^ − x
If the difference is larger than a specified convergence criterion, C (^) a , x n +^1 is used as the next
guess (replacing the original value of x n ), and Equation (1) is solved again. This procedure is
power and q is a constant.
1 −
n p
n p n n px
x q x x. (3)
The algorithm for solving Equation (3) and finding the root is as follows:
c. Check for convergence (to see if the root is found).
ii. Set x n^ = xn +^1 (which makes x n =^1 the new guess) and return to Step (a).
D. Haugli, Lecturer Aer E 161 Aerospace Engineering 2/18/2005 The Newton-Raphson Method, Page 2 Iowa State University
Example 2. Apply the algorithm from Example 1 to find the cube root of 8. The actual root is 2, but to demonstrate the method, make an initial guess of x n =^0 = 3.
1 3.000000 2.296296 0. 2 2.296296 2.036587 0. 3 2.036587 2.000653 0. 4 2.000653 2.000000 0. 5 2.000000 2.000000 0.
In this example, the root, x = 2 , is found through the sixth decimal place after only five iterations.