Advantages of Newton

February 3, 2018 | Author: Anonymous | Category: Math, Applied Mathematics, Numerical Analysis
Share Embed Donate


Short Description

Download Advantages of Newton...

Description

Kim Day Jessie Twigger Christian Zelenka

How is this technique conducted ο‚— The Newton-Raphson formula consists geometrically

of extending the tangent line at a current point π‘₯𝑖 until it crosses zero, then setting the next guess π‘₯𝑖+1 to the abscissa of that zero crossing. ο‚— This technique derives from the Taylor series expansion of a function near a point ο‚— Ex)

The iterative technique ο‚— Why is Newton-Raphson so powerful? The answer is

its rate of convergence: ο‚— Within a small distance of x, the function and its derivative are approximately

ο‚— So by the Newton-Raphson formula

Example for Clarity

Courtesy of Wikipedia

Advantages of Newton-Raphson ο‚— One of the fastest convergences to the root ο‚— Converges on the root quadraticly ο‚— Near a root, the number of significant digits approximately doubles with each step. ο‚— This leads to the ability of the Newton-Raphson Method to β€œpolish” a root from another convergence technique ο‚— Easy to convert to multiple dimensions ο‚— Can be used to β€œpolish” a root found by other methods

Disadvantages of Newton-Raphson ο‚— Must find the derivative ο‚— Poor global convergence properties

ο‚— Dependent on initial guess ο‚— May be too far from local root ο‚— May encounter a zero derivative ο‚— May loop indefinitely

Examples of Disadvantages Figure 9.4.2

On the left, we have Newton’s Method finding a local maxima, in such cases the method will shoot off into negative infinity

Figure 9.4.3

Newton's Method has entered an infinite cycle. Better initial guesses may be able to alleviate this problem

Unfortunate Scenarios

β€’ Newton’s method will obviously not converge in those scenarios where no root is present. β€’ Thus functions with discontinuity at zero are impossible to analyze.

Example: Square Root of a Number x ο€½ 612 2

f ( x ) ο€½ x ο€­ 612 2

f '( x) ο€½ 2 x

Example: Solving Equations cos( x ) ο€½ x

3

f ( x ) ο€½ cos( x ) ο€­ x

3

f ' ( x ) ο€½ ο€­ sin( x ) ο€­ 3 x

2

Notes on Efficiency ο‚— For efficiency the user provides the routine that evaluates

both f(x) and its first derivative at the point x. ο‚— The Newton-Raphson formula can also be applied using a numerical difference to approximate the true local derivative but this is not recommended. ο‚— You are doing two function evaluations per step, so at best the

super-linear order of convergence will be only 2 ο‚— If you take dx too small, you will be wiped out by round off, while if you take it too large, your order of convergence will be only linear, no better than using the initial evaluation 𝑓 ` (π‘₯0 ) for all subsequent steps

View more...

Comments

Copyright οΏ½ 2017 NANOPDF Inc.
SUPPORT NANOPDF