











































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
lecture note for students on computational methods
Typology: Lecture notes
1 / 51
This page cannot be seen from the preview
Don't miss anything!












































Whereas sin could be put in to the form of eqn(1) by adding x to both sides to yield The utility of eqn(1) is that it provides a formula to predict a new value of x as a function of an old value of x. Thus, given an initial guess at the root , eqn(1) can be used to compute a new estimate as expressed by the iterative formula ). The sequence has the pattern =g( ) =g( ) =g( ) The approximate error can be determined using the error estimator: %
Example 1: Use simple fixed point iteration to locate the root of Soln: the function can be separated directly and expressed in the form of eqn(1) as: = starting with an initial guess of this iteration can be applied to compute
The Newton-Raphson method is based on the principle that if the initial guess of the root of f (x) = 0 is at x i , then if one draws the tangent to the curve at f (x i ) , the point xi+ 1 where the tangent crosses the x - axis is an improved estimate of the root (Figure 1 ). Figure 1 Geometrical illustration of the Newton-Raphson method f ( x ) f ( xi ) f ( xi+ 1 ) xi+ 2 xi+ 1 xi θ [ xi, f ( xi )]