PDA

View Full Version : Explanation of Newton's Method


oreon
Nov3-04, 03:58 PM
Hi everybody, I have a kinda theory to explain but I need a little help to find out the explanation of it. It is,

suppose your first guess using Newton's method to find a root is lucky and you guess the exact root of f(x). (Not an approximation,but exact) What happens to your second approximation of the root and later approximations? Justfiy the answer with calculus and specific examples.

do I fail when I do the second approximation of the root and for the other approximations? and how does that happen?

I got liitle bit confuse about this.

Muzza
Nov3-04, 04:03 PM
Just look at the formula used in Newton's method:

x_(n + 1) = x_n - f(x_n) / f'(x_n).

What happens if f(x_n) = 0? How can x_(n + 1) be simplified then?

oreon
Nov3-04, 04:50 PM
so you are saying that, if it is equal to zero, then it can not be simplified.

Am I right sir?

arildno
Nov3-04, 05:02 PM
What it says is then that x(n+1)=x(n)

oreon
Nov3-04, 05:06 PM
Oh I got it. Thank you for your helps...