Transcription of Solutions to Problems on the Newton-Raphson Method
{{id}} {{{paragraph}}}
Solutions to Problemson the Newton-Raphson MethodThese Solutions are not as brief as they should be: it takes work tobe brief. There will, almost inevitably, be some numerical errors. Pleaseinform me of them We will be excessively casual inour notation. For example,x3=3:141592654 will mean that the calculatorgave this result. It does not imply thatx3is exactly equal to 3 should always treat at least the nal digit of a calculator answerwith some skepticism. Indeed di erent calculators can give (mildly) di erentanswers.
2. Let f(x)=x2 −a. Show that the Newton Method leads to the recur-rence x n+1 = 1 2 x n+ a x n : Heron of Alexandria (60 CE?) used a pre-algebra version of the above recurrence. It is still at the heart of computer algorithms for nding square roots. Solution:Wehavef(x)=2x. The Newton Method therefore leads to the recurrence x n+1 = x n− f(x ...
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}