Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Newton's method
(section)
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]].
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)