Content deleted Content added
BigJohnHenry (talk | contribs) m I added an external link. |
→Description of the method: reword the text and image caption a bit. This text could use more work |
||
Line 4:
==Description of the method==
The idea of the method is as follows: one starts with an initial
Suppose ''f'' : [''a'', ''b''] → '''R''' is a [[derivative|differentiable]] function defined on the [[interval (mathematics)|interval]] [''a'', ''b''] with values in the [[real number]]s '''R'''. The formula for converging on the root can be easily derived. Suppose we have some current approximation ''x''<sub>n</sub>. Then we can derive the formula for a better approximation, ''x''<sub>n+1</sub> by referring to the diagram below.
We know from the definition of the derivative at a given point that it is the slope of a tangent at that point.
[[Image:newton_iteration.png|alt Illustration of Newton's method|thumb|right|300px|An illustration of one iteration of Newton's method (the function ''f'' is shown in blue and the tangent line is in red). We see that <math>x_{n+1}</math> is a better approximation than <math>x_n</math> for the
That is
:<math>f'(x_{n}) = \frac{ \mathrm{rise} }{ \mathrm{run} } = \frac{ f( x_{n} ) - 0 }{ x_{n} - x_{n+1} } = \frac{0 - f(x_{n})}{(x_{n+1} - x_{n})}\,\!</math>.
|