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!
===Convergence dependent on initialization=== The function {{math|''f''(''x'') {{=}} ''x''(1 + ''x''<sup>2</sup>)<sup>β1/2</sup>}} has a root at 0. The Newton iteration is given by :<math>x_{n+1}=x_n-\frac{f(x_n)}{f'(x_n)}=x_n-\frac{x_n(1+x_n^2)^{-1/2}}{(1+x_n^2)^{-3/2}}=-x_n^3.</math> From this, it can be seen that there are three possible phenomena for a Newton iteration. If initialized strictly between {{math|Β±1}}, the Newton iteration will converge (super-)quadratically to 0; if initialized exactly at {{math|1}} or {{math|β1}}, the Newton iteration will oscillate endlessly between {{math|Β±1}}; if initialized anywhere else, the Newton iteration will diverge.<ref>Yuri Nesterov. Lectures on convex optimization, second edition. Springer Optimization and its Applications, Volume 137.</ref> This same trichotomy occurs for {{math|''f''(''x'') {{=}} arctan ''x''}}.<ref name="dennis" /> In cases where the function in question has multiple roots, it can be difficult to control, via choice of initialization, which root (if any) is identified by Newton's method. For example, the function {{math|''f''(''x'') {{=}} ''x''(''x''<sup>2</sup> β 1)(''x'' β 3)e<sup>β(''x'' β 1)<sup>2</sup>/2</sup>}} has roots at β1, 0, 1, and 3.{{sfnm|1a1=SΓΌli|1a2=Mayers|1y=2003}} If initialized at β1.488, the Newton iteration converges to 0; if initialized at β1.487, it diverges to {{math|β}}; if initialized at β1.486, it converges to β1; if initialized at β1.485, it diverges to {{math|ββ}}; if initialized at β1.4843, it converges to 3; if initialized at β1.484, it converges to {{math|1}}. This kind of subtle dependence on initialization is not uncommon; it is frequently studied in the [[complex plane]] in the form of the [[Newton fractal]].
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