Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Newton's method
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Description == The purpose of Newton's method is to find a root of a function. The idea is to start with an initial guess at a root, approximate the function by its [[tangent line]] near the guess, and then take the root of the linear approximation as a next guess at the function's root. This will typically be closer to the function's root than the previous guess, and the method can be [[iterative method|iterated]]. [[Image:newton iteration.svg|alt=Illustration of Newton's method|thumb|right|upright=1.4|{{math|{{var|x}}{{sub|{{var|n}}+1}}}} is a better approximation than {{math|{{var|x}}{{sub|{{var|n}}}}}} for the root {{mvar|x}} of the function {{mvar|f}} (blue curve)]] The best [[linear approximation]] to an arbitrary [[differentiable function]] <math>f(x)</math> near the point <math>x = x_{n}</math> is the tangent line to the curve, with equation <math display="block"> f(x) \approx f(x_{n}) + f'(x_{n})(x - x_{n}). </math> The root of this linear function, the place where it intercepts the {{tmath|x}}-axis, can be taken as a closer approximate root {{tmath|x_{n+1} }}: <math display="block"> x_{n+1} = x_n - \frac{f(x_n)}{f'(x_n)}. </math> [[Image:NewtonIteration Ani.gif|alt=Illustration of Newton's method|thumb|right|upright=1.4|Iteration typically improves the approximation]] The process can be started with any arbitrary initial guess {{tmath|x_0}}, though it will generally require fewer iterations to converge if the guess is close to one of the function's roots. The method will usually converge if {{tmath|f'(x_0) \neq 0}}. Furthermore, for a root of [[Multiplicity (mathematics)|multiplicity]] 1, the convergence is at least quadratic (see ''[[Rate of convergence]]'') in some sufficiently small [[neighbourhood (mathematics)|neighbourhood]] of the root: the number of correct digits of the approximation roughly doubles with each additional step. More details can be found in ''{{section link|#Analysis}}'' below. [[Householder's method]]s are similar but have higher order for even faster convergence. However, the extra computations required for each step can slow down the overall performance relative to Newton's method, particularly if {{tmath|f}} or its derivatives are computationally expensive to evaluate.
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Newton's method
(section)
Add topic